Click or drag to resize

CAEXEnumerableTIEnumerableGetEnumerator Method

Returns an enumerator that iterates through a collection.

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

Return Value

IEnumerator
A IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also