T
Tony Johansson
Hello!
I have a collection of List<Player> and I want to find the index where the
passed name match the player name in the collection.
Is the only solution to this to loop through the collection and check each
object.
I assume there is a better way
//Tony
I have a collection of List<Player> and I want to find the index where the
passed name match the player name in the collection.
Is the only solution to this to loop through the collection and check each
object.
I assume there is a better way
//Tony