|
@@ -14,7 +14,7 @@ namespace System.Linq
|
|
/// Ordered asynchronous enumerable sequence represented by an expression tree.
|
|
/// Ordered asynchronous enumerable sequence represented by an expression tree.
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <typeparam name="T">The type of the elements in the sequence.</typeparam>
|
|
/// <typeparam name="T">The type of the elements in the sequence.</typeparam>
|
|
- public interface IOrderedAsyncQueryable<out T> : IAsyncQueryable<T>
|
|
|
|
|
|
+ public interface IOrderedAsyncQueryable<out T> : IAsyncQueryable<T>, IOrderedAsyncQueryable
|
|
{
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|