Click or drag to resize

BcfTableRowCollectionImmutable Property

Gets an immutable snapshot of the collection.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfReadOnlyArrayList<BcfRow> Immutable { get; }

Property Value

Type: BcfReadOnlyArrayListBcfRow
The immutable snapshot of the collection.
See Also