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

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

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.
리턴 bool
        public abstract bool HasValue(string variableName);