ArraySectionEnumeratorTMoveNext Method

Advances the enumerator to the next element of the collection.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool MoveNext()

Return Value

Boolean
if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.

Implements

IEnumeratorMoveNext

See Also