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

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

Returns the value of the given variable.
public abstract GetValue ( string variableName ) : object
variableName string The name of the variable.
리턴 object
        public abstract object GetValue(string variableName);