|
|
|
|
|
|
|
Determines the first index matching a specific value.
|
|
|
|
|
[C#]
virtual int IndexOf(T value)
[Visual Basic]
Overridable Function IndexOf(value As T) As
Integer
|
|
|
|
|
Name
|
Description
|
value |
The value to locate in the Collection |
return |
If found, the index of value, otherwise -1. |
|
|
|
|
|
Determines the first index matching a specific value.
|
|
|
|
|
|