AjScript.Commands.SetCommand.Execute C# (CSharp) 메소드

Execute() 공개 메소드

public Execute ( IContext context ) : void
context IContext
리턴 void
        public void Execute(IContext context)
        {
            object value = this.expression.Evaluate(context);

            ExpressionUtilities.SetValue(this.leftValue, value, context);
        }