The methods of System.Collections.Generic.IList<T> are listed below. For a list of all members, see the IList<T> Members list.
IndexOf(T) : intDetermines the index of a specific item in the current instance.Insert(int, T)Inserts an item into the current instance at the specified position.RemoveAt(int)Removes the item at the specified index of the current instance.
Determines the index of a specific item in the current instance.
Inserts an item into the current instance at the specified position.
Removes the item at the specified index of the current instance.