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

GetValue() public abstract méthode

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