Method Set
Set<T>(int, T)
Sets the value of the backing data at a given index.
Declaration
public void Set<T>(int index, T value) where T : unmanaged
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the element. |
| T | value | The value to set at the index. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the element. |