[]
Determines the index of a specific item in the IList.
public int IndexOf(object value)
Public Function IndexOf(value As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | value | The object to locate in the IList. |
| Type | Description |
|---|---|
| int | The index of |