Click or drag to resize

BcfReadOnlyArrayListTGetEnumeratorObject Method (IBcfMutableEnumerable)

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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