Method Has
Has<T>(ConfigurationKey<T>)
Returns true
if there is a value set with the given key, otherwise false
.
Declaration
public virtual bool Has<T>(ConfigurationKey<T> key)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationKey<T> | key | the key, cannot be |
Returns
Type | Description |
---|---|
System.Boolean |
|
Type Parameters
Name | Description |
---|---|
T | the value's type |