[]
Get the index of an element in the collection.
public virtual int IndexOf(object element)
Public Overridable Function IndexOf(element As Object) As Integer
Type | Name | Description |
---|---|---|
object | element | Element object |
Type | Description |
---|---|
int | Index of element in the collection |