StringSegmentGetEnumerator Method

Returns an enumerator that iterates through the StringSegment characters.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public StringSegmentEnumerator GetEnumerator()

Return Value

StringSegmentEnumerator
An StringSegmentEnumerator instance that can be used to iterate though the characters of the StringSegment.

Remarks

See Also