IOrderedCollection<T> interface IOrderedCollection<T> : IEnumerable<T>, IEnumerable Documentation Code int Count { get; } T this[int index] { get; }