Provides a set of static (Shared in Visual Basic) methods for querying objects that implement IEnumerable<(Of <(T>)>).
<ExtensionAttribute> _ Public NotInheritable Class Enumerable
You do not need to declare an instance of a static class in order to access its members.
public static class Enumerable
[ExtensionAttribute] public ref class Enumerable abstract sealed
public final class Enumerable
The methods in this class provide an implementation of the standard query operators for querying data sources that implement IEnumerable<(Of <(T>)>). The standard query operators are general purpose methods that follow the LINQ pattern and enable you to express traversal, filter, and projection operations over data in any .NET-based programming language.
The majority of the methods in this class are defined as extension methods that extend IEnumerable<(Of <(T>)>). This means they can be called like an instance method on any object that implements IEnumerable<(Of <(T>)>).
Methods that are used in a query that returns a sequence of values do not consume the target data until the query object is enumerated. This is known as deferred execution. Methods that are used in a query that returns a singleton value execute and consume the target data immediately.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune