ListBaseWrapperT, TBaseIndexOf Method |
Determines the index of a specific item in the
IListT.
Namespace:
DHI.Mike1D.Generic.Collections
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public int IndexOf(
TBase item
)
Parameters
- item
- Type: TBase
The object to locate in the IListT.
Return Value
Type:
Int32The index of
item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)See Also