Method Unset
Unset<T>(ConfigurationKey<T>)
Unsets the given key and its value.
Declaration
public virtual bool Unset<T>(ConfigurationKey<T> key)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationKey<T> | key | the key |
Returns
Type | Description |
---|---|
System.Boolean |
|
Type Parameters
Name | Description |
---|---|
T | the value's type |