Click or drag to resize

BcfReadOnlyArrayListTGetEnumeratorObject Method

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

Returns the same enumerator as ((IEnumerable)this).GetEnumerator()

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

Return Value

Type: IEnumeratorT
The enumerator
See Also