Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created March 25, 2012 10:33
Show Gist options
  • Save mkrueger/2192742 to your computer and use it in GitHub Desktop.
Save mkrueger/2192742 to your computer and use it in GitHub Desktop.
foreach (var a in col)
{
... delagate {
a.DoSomething ();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment