mscorlib(4.0.0.0) API with additions
IOrderedQueryable.cs
1 using System.Collections;
3 
4 namespace System.Linq
5 {
7  [global::__DynamicallyInvokable]
9  {
10  }
13  [global::__DynamicallyInvokable]
15  {
16  }
17 }
Represents the result of a sorting operation.
Definition: __Canon.cs:3
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
Definition: IEnumerable.cs:9
Provides functionality to evaluate queries against a specific data source wherein the type of the dat...
Definition: IQueryable.cs:9