[]
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 |
Type | Description |
---|---|
int | The index of value if found in the list; otherwise, -1. |