AjScript.Commands.SetVariableCommand.SetVariableCommand C# (CSharp) Method

SetVariableCommand() public method

public SetVariableCommand ( string name, IExpression expression ) : System
name string
expression IExpression
return System
        public SetVariableCommand(string name, IExpression expression)
        {
            this.name = name;
            this.expression = expression;
        }