 | BcfReadOnlyArrayListTIndexOf Method |
[This is preliminary documentation and is subject to change.]
Determines the index of a specific item in the
IListT.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
Parameters
- item
- Type: T
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