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 |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |