Method Get
Get<T>(ConfigurationKey<T>)
Returns the value held by the given key.
Declaration
public virtual T Get<T>(ConfigurationKey<T> key)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationKey<T> | key | the key, cannot be |
Returns
Type | Description |
---|---|
T | the value held by the given key |
Type Parameters
Name | Description |
---|---|
T | the value's type |