Click or drag to resize
CalculationWorks Logo
BcfReadOnlyModelObjectCollectionTItem Property (Int32)
Gets the item at the specified index.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: T
T.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIndex out of bounds.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also