Inheritance: ContainerAction
Ejemplo n.º 1
0
        public virtual ForEachAction CreateForEachAction()
        {
            ForEachAction action = new ForEachAction();

            action.Compile(this);
            return(action);
        }
Ejemplo n.º 2
0
 public virtual ForEachAction CreateForEachAction()
 {
     ForEachAction action = new ForEachAction();
     action.Compile(this);
     return action;
 }