 | BcfRuleCollectionItem Property |
[This is preliminary documentation and is subject to change.]
Gets the element at the specified index.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic BcfRule this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As BcfRule
Get
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
BcfRuleThe element at the specified index.
Implements
IReadOnlyListTItemInt32
Exceptions
Version InformationBCF
Supported in: 4.0
See Also