StringSegment indexer

Gets the Char with the specified index.

public char Chars[int index] { get; }

Property Value

The character at the specified index.

See Also