Jurassic.Compiler.Scope.Delete C# (CSharp) Méthode

Delete() public abstract méthode

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