Open sandboxFocus

Property this

this[int]

Gets the char at a given position in the current UnsafeStringBuilder.

Declaration
public char this[int index] { get; set; }
Parameters
Type Name Description
int index

Index of the char in the buffer.

Property Value
Type Description
char

The char at position index.