Exemplo n.º 1
0
 public static TValue[] AsArray <TKey, TValue>(this IExecutableGrouping <TKey, TValue> group)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static List <TValue> AsList <TKey, TValue>(this IExecutableGrouping <TKey, TValue> group)
 {
     throw new NotImplementedException();
 }