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: 2.1.0.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.
See Also