Method AddressAt
AddressAt<T>(long)
Returns the raw pointer of the backing data at a given index.
Declaration
public T* AddressAt<T>(long index) where T : unmanaged
Parameters
| Type | Name | Description |
|---|---|---|
| long | index | The index of the element. |
Returns
| Type | Description |
|---|---|
| T* | The raw pointer to the element in the data. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the element. |