예제 #1
0
 public V Aggregate <V>(V seed, SigilFunc <V, T, V> p)
 {
     return(LinqAlternative.Aggregate(InnerEnumerable(), seed, p));
 }