[]
public int IndexOf(T? item)
Public Function IndexOf(item As T) As Integer
| Type | Name | Description |
|---|---|---|
| T | item |
| Type | Description |
|---|---|
| int |
public int IndexOf(object? value)
Public Function IndexOf(value As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| int |