 | CAEXSequenceEnumeratorTMoveNext Method |
Sets the enumerator to the next item in the collection.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxPublic Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
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