Method Set
Set<T>(ConfigurationKey<T>, T)
Sets a key and its value.
Declaration
public virtual void Set<T>(ConfigurationKey<T> key, T value)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationKey<T> | key | the key, cannot be |
T | value | value to set |
Type Parameters
Name | Description |
---|---|
T | the value's type |