 | BcfReadOnlyArrayListTItem Property |
Gets the element at the specified index.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic T this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As T
Get
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
TThe element at the specified index.
Implements
IReadOnlyListTItemInt32
Exceptions
See Also