[This is preliminary documentation and is subject to change.]
Returns the position of an object in the collection.
| C# |
public int IndexOf( T obj )
- obj (T)
- The object to locate in the collection.
The index of the object found or -1 if not there.
[This is preliminary documentation and is subject to change.]
| C# |
public int IndexOf( T obj )