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 |
Property Value
| Type | Description |
|---|---|
| char | The |
Gets the char at a given position in the current UnsafeStringBuilder.
public char this[int index] { get; set; }| Type | Name | Description |
|---|---|---|
| int | index | Index of the |
| Type | Description |
|---|---|
| char | The |