System.Collections.Specialized.IOrderedDictionary public interface IOrderedDictionary : ICollection, IEnumerable, IDictionary Documentation object this[int index] { get; set; } IDictionaryEnumerator GetEnumerator() void Insert(int index, object key, object value) void RemoveAt(int index)