Method Get
Get<T>(int)
Returns a data element.
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 | Data element. |
Type Parameters
Name | Description |
---|---|
T | The data type of the element. |