 | BcfArrayBoxTIndexOf Method |
[This is preliminary documentation and is subject to change.]
Gets the index of a specific item in
Array.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
Parameters
- item
- Type: T
The element.
Return Value
Type:
Int32The index of a specific item in the
Array.
Implements
IListTIndexOf(T)
Version InformationBCF
Supported in: 4.0
See Also