ListBaseTIndexOf Method |
Name | Description | |
---|---|---|
![]() | IndexOf(T) |
Finds the index of the first item in the list that is equal to item.
|
![]() | IndexOf(T, Int32) |
Finds the index of the first item, in the range of items extending from index to the end,
that is equal to item.
|
![]() | IndexOf(T, Int32, Int32) |
Finds the index of the first item, in the range of count items starting from index,
that is equal to item.
|