Olvasás angol nyelven

Megosztás a következőn keresztül:


StringSegment.Item[Int32] Property

Definition

Gets the Char at a specified position in the current StringSegment.

C#
public char this[int index] { get; }

Parameters

index
Int32

The offset into the StringSegment

Property Value

The Char at a specified position.

Exceptions

index is greater than or equal to Length or less than zero.

Applies to

Termék Verziók
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)