Click or drag to resize

NamedElementSequenceTIEnumerableGetEnumerator Method

Returns an enumerator that runs through a collection.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerator IEnumerable.GetEnumerator()

Return Value

IEnumerator
An IEnumeratorobject that can be used to traverse the collection.

Implements

IEnumerableGetEnumerator
See Also