 | BcfTableRowCollectionImmutable Property |
Gets an immutable snapshot of the collection.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfReadOnlyArrayList<BcfRow> Immutable { get; }Public ReadOnly Property Immutable As BcfReadOnlyArrayList(Of BcfRow)
Get
Property Value
Type:
BcfReadOnlyArrayListBcfRowThe immutable snapshot of the collection.
See Also