Skip to content

Instantly share code, notes, and snippets.

@nbxx
Created September 26, 2016 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbxx/cfc1f4ba4a4b944bb131b9421105b06d to your computer and use it in GitHub Desktop.
Save nbxx/cfc1f4ba4a4b944bb131b9421105b06d to your computer and use it in GitHub Desktop.
foreach (var item in collection)
{
DoSomething(item);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment