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