using System;
using System.Collections;
using System.Collections.Generic;
namespace System.Linq
{
/// Represents the result of a sorting operation.
/// The type of the content of the data source.
// Token: 0x0200003B RID: 59
public interface IOrderedQueryable : IEnumerable, IOrderedQueryable, IQueryable, IQueryable, IEnumerable
{
}
}