Beispiel #1
0
 public list <list <T> > Group(Function <T, T, int> cmp)
 {
     return(NList.Group <T>(this, cmp));
 }