Click or drag to resize

ValueSequenceTDataTypeGetEnumerator Method

Gets the enumerator for this sequence which enumerates the Values.

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also