StringSegmentEnumeratorCurrent Property

Gets the character at the current position of the StringSegmentEnumerator.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public char Current {
	get;
 }

Property Value

Char

Implements

IEnumeratorTCurrent

See Also