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

SetValue() public abstract method

Sets the value of the given variable.
public abstract SetValue ( string variableName, object value ) : void
variableName string The name of the variable.
value object The new value of the variable.
return void
        public abstract void SetValue(string variableName, object value);