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