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);