Ejemplo n.º 1
0
 public static void m(Iterable<string> s) {
     var query = s.groupBy(e => e.Length);
 }
Ejemplo n.º 2
0
 public static void m(Iterable <string> s)
 {
     var query = s.groupBy(e => e.Length, e => e + "1");
 }