Search notes:

System.Linq.Queryable (class)

System.Linq.Queryable provides the standard query operators functionality objects that implement System.Linq.IQueryable<T>.
The functionality of Queryable is implemented as static methods.

See also

The System.Linq.Enumerable complements Queryable and provides standard query operators for objects that implement System.Collections.Generic.IEnumerable<T>.

Index