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

HasValue() public abstract méthode

Returns true if the given variable exists in this scope.
public abstract HasValue ( string variableName ) : bool
variableName string The name of the variable to check.
Résultat bool
        public abstract bool HasValue(string variableName);