Method TryGetValue
TryGetValue<T>(String, out T, String)
Declaration
bool TryGetValue<T>(string name, out T value, string scope = null)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
T | value | |
String | scope |
Returns
Type | Description |
---|---|
Boolean |
Type Parameters
Name | Description |
---|---|
T |