Collection<T>.IndexOf Method
Name | Parameters | Description |
---|---|---|
Index |
item | Searches for the specified item and returns the zero-based index of its first occurrence within the collection. |
Index |
match | Returns the zero-based index of the first element that matches the conditions defined by the specified predicate. |