protected override int OnExecute() { ExpCmd.Iter = true; if (ExpCmd.OnExecute() == 0 || ExpCmd.NullJToken) { return(0); } JToken = ExpCmd.JToken.Value; return(base.OnExecute()); }
public IterCmd(ExpCmd expCmd) { ExpCmd = expCmd; }