Click or drag to resize

BcfReadOnlyArrayListTGetEnumeratorObject Method (IBcfMutableEnumerable)

[This is preliminary documentation and is subject to change.]

Returns an enumerator that throws InvalidOperationException when accessing it after Version changed.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public IEnumerator<T> GetEnumeratorObject(
	IBcfMutableEnumerable list
)

Parameters

list
Type: CalculationWorks.BusinessModelIBcfMutableEnumerable
The mutable list to enumerate.

Return Value

Type: IEnumeratorT
The enumerator.
See Also