 |
| BcfReadOnlyModelObjectCollectionTItem Property (Int32) |
Gets the item at the specified index.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.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:
TT.
Exceptions
See Also