[]
Get the index of an object in the collection.
public virtual int IndexOf(int uniqueIdentifer)
Public Overridable Function IndexOf(uniqueIdentifer As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | uniqueIdentifer | Unique identifier for the object in the collection |
| Type | Description |
|---|---|
| int | The index of an object in the collection. |