Click or drag to resize

CAEXSequenceEnumeratorTMoveNext Method

Sets the enumerator to the next item in the collection.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool MoveNext()

Return Value

Boolean
, if the enumerator was successfully set to the next element, , if the enumerator has exceeded the end of the collection.

Implements

IEnumeratorMoveNext
See Also