StringSegmentGetEnumerator Method
Returns an enumerator that iterates through the
StringSegment characters.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public StringSegmentEnumerator GetEnumerator()
Public Function GetEnumerator As StringSegmentEnumerator
public:
StringSegmentEnumerator GetEnumerator()
member GetEnumerator : unit -> StringSegmentEnumerator
Return Value
StringSegmentEnumeratorAn
StringSegmentEnumerator instance that can be used to iterate though the characters of the
StringSegment.