MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersUnsafe­String­Builderthis
Open sandboxFocus

UnsafeStringBuilder.this Property

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.