StringSegment.Item[Int32] Vlastnost

Definice

Char Získá zadanou pozici v aktuálním StringSegment.

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

Posun do StringSegment.

Hodnota vlastnosti

Char

Zadaná Char pozice.

Výjimky

index je větší nebo rovno Length nebo menší než nula.

Platí pro