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

SetValue() public abstract méthode

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.
Résultat void
        public abstract void SetValue(string variableName, object value);