Method NewInstance
NewInstance<T>()
Creates a new instance.
Declaration
public static ConfigurationKey<T> NewInstance<T>()
Returns
Type | Description |
---|---|
ConfigurationKey<T> | a new instance |
Type Parameters
Name | Description |
---|---|
T | the value's type |