StringSegment.Item[Int32] Property

Definition

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

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