Last updated
Was this helpful?
Last updated
Was this helpful?
string
variableName
The name of the variable to retrieve a value for.
T
result
On return, contains the value of the variable, or the default value of T
if not known. Depending on what T
is, this value may be null
.
T
The type of variable to retrieve.