StringSegmentItem(Int32) Property

Gets the character at the specified position in this StringSegment.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public char this[
	int index
] { get; }

Parameters

index  Int32
The index of the character to obtain.

Return Value

Char
The character at the specified position in this StringSegment.

Implements

IReadOnlyListTItemInt32

See Also