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