Click or drag to resize

CAEXEnumerableTGetEnumerator Method

Gets the CAEXSequenceEnumerator

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also