StringSegment.Item[Int32] Właściwość

Definicja

Pobiera wartość Char w określonej pozycji w bieżącym StringSegmentobiekcie .

public:
 property char default[int] { char get(int index); };
public char this[int index] { get; }
member this.Item(int) : char
Default Public ReadOnly Property Item(index As Integer) As Char

Parametry

index
Int32

Przesunięcie do .StringSegment

Wartość właściwości

Wartość Char w określonej pozycji.

Wyjątki

index wartość jest większa lub równa Length lub mniejsza niż zero.

Dotyczy