ImmutableArray<T>::IndexOf Method (T)
Searches the array for the specified item.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- item
-
Type:
T
The item to search for.
Return Value
Type: System::Int32The zero-based index position of the item if it is found, or -1 if it is not.
Implements
IList<T>::IndexOf(T)
Show: