SnippetContext.setVariable
void setVariable(string key, string value)Sets a variable within the context.
This variable may be overridden by future updates to the context.
Parameters
key | the variable name |
value | the value for the variable |
void setVariable(string key, string value)Sets a variable within the context.
This variable may be overridden by future updates to the context.
key | the variable name |
value | the value for the variable |