Skip to content

Instantly share code, notes, and snippets.

@dgkanatsios
Created July 25, 2014 22:47
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 dgkanatsios/65c60a57200cfdbe7210 to your computer and use it in GitHub Desktop.
Save dgkanatsios/65c60a57200cfdbe7210 to your computer and use it in GitHub Desktop.
Find index on array via LINQ
myObjects.Select((v, i) => new {myObject = v, index = i}).First(predicate).index;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment