Advances the enumerator to the next element of the collection.
Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.5.0-rc.1
Syntax
Return Value
Type: Booleanif the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNextSee Also