Skip to content

Instantly share code, notes, and snippets.

View mrwensveen's full-sized avatar

Matthijs Wensveen mrwensveen

View GitHub Profile
// context: http://stackoverflow.com/questions/11828780/lazyt-lazy-loading-error-a-field-initializer-cannot-reference-the-non-static/11828838?noredirect=1#comment72503092_11828838
using System;
class Program
{
static void Main()
{
var obj = new MyType();
for (int i = 0; i < 5; i++)
{