StringSegmentEnumeratorReset Method

Sets the StringSegmentEnumerator to its initial position, which is before the first character in the StringSegment.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public void Reset()

Implements

IEnumeratorReset

See Also