StringSegment.Item[Int32] Propriedade
Definição
Obtém o Char em uma posição especificada no StringSegment atual.Gets the Char at a specified position in the current 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
Parâmetros
- index
- Int32
O deslocamento no StringSegmentThe offset into the StringSegment
Valor da propriedade
O Char em uma posição especificada.The Char at a specified position.
Exceções
index é maior ou igual a Length ou menor que zero.index is greater than or equal to Length or less than zero.