예제 #1
0
 public static decimal Sum <TKey, TValue>(this IAggregableGrouping <TKey, TValue> group, Expression <Func <TValue, decimal> > expression)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static int Count <TKey, TValue>(this IAggregableGrouping <TKey, TValue> group)
 {
     throw new NotImplementedException();
 }