0
kicks
LINQ Enumerable Class Methods with Examples
The System.Linq.Enumerable class provides a set of static methods which enable to query objects that implement IEnumerable<T>. The methods of LINQ enumerable class allow to implement the standard query operators over the data source that follow the LINQ pattern at the back end. You can easily implement the LINQ based traversal, filter, and projection over the data source sequence using these standard query operator methods.