Method TryGetValue
TryGetValue<T>(String, out T, String)
Attempts to read a value from the collection, and does not throw an exception if the value does not exist.
Declaration
bool TryGetValue<T>(string name, out T value, string scope = null)
Parameters
Type | Name | Description |
---|---|---|
String | name | Argument name. |
T | value | At output, set to the value of the argument named |
String | scope | An optional prefix of |
Returns
Type | Description |
---|---|
Boolean |
|
Type Parameters
Name | Description |
---|---|
T | Value type. |