MicroLinq: Added Sum extension. Just a wrapper around Aggregate but community request asked for this. Because of generic-less system, default style works on ints. Use the overload with explicit seed and aggregate delegate to use with long or other ValueTypes. The type used by the seed needs to match the cast type in the aggregate delegate. 0 should be matched with int and 0L with long, etc.
↧