public GSCoreCollection getEvaluatedSublist(GSExecutor x, int fromIndex) { GSCoreCollection args = new GSCoreCollection(); for (int n = fromIndex; n < Count; n++) { args.Add(x.ExecuteElement(this[n])); } return(args); }