Exemplo n.º 1
0
 public void TestGroupByNullSource()
 {
     AsyncEnum.GroupBy <int, int>(null, x => x);
 }