Created
September 26, 2016 22:09
-
-
Save nbxx/cfc1f4ba4a4b944bb131b9421105b06d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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