Summary
Removes a variable.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .JavaScript - Containing Type
- IJavaScriptEngine
Syntax
void RemoveVariable(string variableName)
Parameters
Name | Type | Description |
---|---|---|
variableName | string | Variable name. |
Return Value
Type | Description |
---|---|
void |