Method ElementAt
ElementAt(int)
Returns a reference to the byte (not character) at an index. Unsupported by NativeText.ReadOnly.
Declaration
public ref byte ElementAt(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | A byte index. |
Returns
Type | Description |
---|---|
byte | A reference to the byte at the index. |
Implements
Remarks
This function is a no-op when ENABLE_UNITY_COLLECTIONS_CHECKS is not defined, throws otherwise.
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when called. This operation is not supported. |