Skip to content

Instantly share code, notes, and snippets.

@jasonneylon
Created March 2, 2010 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonneylon/319869 to your computer and use it in GitHub Desktop.
Save jasonneylon/319869 to your computer and use it in GitHub Desktop.
public static TResult Aggregate<TSource, TAccumulate, TResult>(
this IEnumerable<TSource> source,
TAccumulate seed,
Func<TAccumulate, TSource, TAccumulate> func)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment