Jurassic.Compiler.Scope.SetValue C# (CSharp) Метод

SetValue() публичный абстрактный Метод

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.
Результат void
        public abstract void SetValue(string variableName, object value);