Jurassic.Compiler.Scope.Delete C# (CSharp) 메소드

Delete() 공개 추상적인 메소드

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