Method GetValue
GetValue<T>(String, String)
Reads a value from the collection, and throws an exception if the value does not exist.
Declaration
T GetValue<T>(string name, string scope = null)
Parameters
Type | Name | Description |
---|---|---|
String | name | Argument name. |
String | scope | An optional prefix of |
Returns
Type | Description |
---|---|
T | The value of the argument named |
Type Parameters
Name | Description |
---|---|
T | Value type. |