Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Official LINQ Extension Methods

With .NET 3.5 a large amount of extension methods were added to the core base of code. I've noticed that in MSDN, IEnumerable<> etc have a section on Extension methods that have been added.

Is there a list of ALL the extension methods that have been added for reference?

EDIT Thanks for the answers but I'm looking for a full list, not just links to MSDN articles for each independant type, I'm looking for a full list.

like image 765
Ray Booysen Avatar asked Jan 26 '09 18:01

Ray Booysen


2 Answers

Many of the extension methods for Linq can be found here. I don't think there is a comprehensive list of all extension methods for .net 3.5

like image 180
Amy B Avatar answered Oct 18 '22 05:10

Amy B


Here is a list with descriptions and examples.

like image 38
Daryl Cogswell Avatar answered Oct 18 '22 07:10

Daryl Cogswell