StringSegment.Item[Int32] Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.