Property this
this[int]
Returns the byte (not character) at an index.
Declaration
public byte this[int index] { readonly get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | A byte index. |
Property Value
| Type | Description |
|---|---|
| byte | The byte at the index. |
Implements
Exceptions
| Type | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if the index is out of bounds. |