Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created March 15, 2018 16:42
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 deanhume/27b2759bb69b5fe800eadef3b1ed2a62 to your computer and use it in GitHub Desktop.
Save deanhume/27b2759bb69b5fe800eadef3b1ed2a62 to your computer and use it in GitHub Desktop.
For Loop Test
for (int i = 0; i < ListLoop.Count; i++)
{
if (populatedList\[i\] == "Test2500")
{
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment