Method Get
Get<T>(int)
Returns the value of the backing data at a given index.
Declaration
public T Get<T>(int index) where T : unmanaged
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the element. |
Returns
Type | Description |
---|---|
T | The value of the element in the data. |
Type Parameters
Name | Description |
---|---|
T | The type of the element. |