Jurassic.Compiler.Scope.Delete C# (CSharp) Method

Delete() public abstract method

Deletes the variable from the scope.
public abstract Delete ( string variableName ) : bool
variableName string The name of the variable.
return bool
        public abstract bool Delete(string variableName);