[]
Sets an item at the specified index.
public T SetItem(int index, T value)
Public Function SetItem(index As Integer, value As T) As T
| Type | Name | Description |
|---|---|---|
| int | index | The index to set the value. |
| T | value | The value to be set. |
| Type | Description |
|---|---|
| T | Returns a delta value indicating the difference between the previous and the set value. |