Skip to content

Instantly share code, notes, and snippets.

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 lindsaygcox/48f3f8a52382286ef839c8fc78a67af9 to your computer and use it in GitHub Desktop.
Save lindsaygcox/48f3f8a52382286ef839c8fc78a67af9 to your computer and use it in GitHub Desktop.
int count = _array.Length;
for (int i = 0; i < count; ++i)
{
    //DO SOME WORK HERE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment