TestJsEngine.

RemoveVariable(string) Method

Summary

Removes a variable.

Syntax

public void RemoveVariable(string variableName)

Parameters

Name Type Description
variableName string Variable name.

Return Value

Type Description
void
GitHub