示例#1
0
        public override IfAction CreateIfAction(IfAction.ConditionType type)
        {
            IfAction action = new IfActionDbg(type);

            action.Compile(this);
            return(action);
        }
示例#2
0
 public override IfAction CreateIfAction(IfAction.ConditionType type) {
     IfAction action = new IfActionDbg(type);
     action.Compile(this);
     return action;
 }