TryGetValue(string,T)
Method in IVariableStorage
Summary
Retrieves a value of type T
by name.
Parameters
Name | Description |
---|---|
| The name of the variable to retrieve the value of. |
| On return, if this method returned true, contains the retrieved value. If this method returned false, contains the default value of |
Type Parameters
Name | Description |
---|---|
T | The type of the variable to retrieve. |
Returns
true
if a value named variableName
of type T
was retrieved; false
otherwise.