Set<T>(T)
Adds a value to the store or replace it if a value of the same type already exists.
Declaration
void Set<T>(T value) where T : class
Parameters
Type | Name | Description |
---|---|---|
T | value | The new value. |
Type Parameters
Name | Description |
---|---|
T | Type of the new value. |