|
class | Enumerable |
| Provides a set of static (Shared in Visual Basic) methods for querying objects that implement T:System.Collections.Generic.IEnumerable`1. More...
|
|
class | EnumerableExecutor |
| Represents an expression tree and provides functionality to execute the expression tree after rewriting it. More...
|
|
class | EnumerableQuery |
| Represents an T:System.Collections.IEnumerable as an T:System.Linq.EnumerableQuery data source. More...
|
|
interface | IGrouping |
| Represents a collection of objects that have a common key. More...
|
|
interface | ILookup |
| Defines an indexer, size property, and Boolean search method for data structures that map keys to T:System.Collections.Generic.IEnumerable`1 sequences of values. More...
|
|
interface | IOrderedEnumerable |
| Represents a sorted sequence. More...
|
|
interface | IOrderedQueryable |
| Represents the result of a sorting operation. More...
|
|
interface | IQueryable |
| Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified. More...
|
|
interface | IQueryProvider |
| Defines methods to create and execute queries that are described by an T:System.Linq.IQueryable object. More...
|
|
class | Lookup |
| Represents a collection of keys each mapped to one or more values. More...
|
|
class | OrderedParallelQuery |
| Represents a sorted, parallel sequence. More...
|
|
class | ParallelEnumerable |
| Provides a set of methods for querying objects that implement ParallelQuery{TSource}. This is the parallel equivalent of T:System.Linq.Enumerable. More...
|
|
class | ParallelQuery |
| Represents a parallel sequence. More...
|
|
class | Queryable |
| Provides a set of static (Shared in Visual Basic) methods for querying data structures that implement T:System.Linq.IQueryable`1. More...
|
|