StringSegmentEnumeratorMoveNext Method

Advances the StringSegmentEnumerator to the next character of the StringSegment.

Definition

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

Return Value

Boolean
if the enumerator was successfully advanced to the next character; if the enumerator has passed the end of the StringSegment.

Implements

IEnumeratorMoveNext

See Also