.NET API Documentation

Namespace:System.Linq
Class: Enumerable
Inheritance: object

Class Overview

The System.Linq.Enumerable class provides a set of static extension methods that operate on IEnumerable<T> objects. These methods are the core of Language Integrated Query (LINQ) and enable powerful data manipulation and querying capabilities directly within C# and Visual Basic code.

This class contains methods for filtering, projecting, ordering, grouping, and performing aggregate operations on sequences. It's fundamental for working with collections in a declarative and expressive way.

Members