Method TryGetValue
TryGetValue<T>(string, out T)
Declaration
bool TryGetValue<T>(string variableName, out T result)
Parameters
Type | Name | Description |
---|---|---|
string | variableName | |
T | result |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |