[]
Gets the index of the specified item.
public static int IndexOf<T>(this IReadOnlyList<T> list, T item) where T : class?
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<T> | list | The list. |
| T | item | The item to look for. |
| Type | Description |
|---|---|
| int | The index of the item. |
| Name | Description |
|---|---|
| T |