Click or drag to resize

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
Syntax
public int IndexOf(
	T item
)

Parameters

item
Type: T
The element.

Return Value

Type: Int32
The index of a specific item in the Array.

Implements

IListTIndexOf(T)
Version Information

BCF

Supported in: 4.0
See Also