public virtual ForEachAction CreateForEachAction() { ForEachAction action = new ForEachAction(); action.Compile(this); return(action); }
public virtual ForEachAction CreateForEachAction() { ForEachAction action = new ForEachAction(); action.Compile(this); return action; }