TryGetValue(string,T)
Method in InMemoryVariableStorage
Summary
Retrieves a Value
by name.
Parameters
Name | Description |
---|---|
| The name of the variable to retrieve the value of. Don't forget to include the "$" at the beginning! |
|
Returns
The Value
. If a variable by the name of variableName
is not present, returns a value representing null
.
Last updated