Click or drag to resize

NamedElementSequenceTGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public abstract IEnumerator<T> GetEnumerator()

Return Value

IEnumeratorT
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also