Jurassic.Compiler.Scope.GetValue C# (CSharp) Method

GetValue() public abstract method

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