Mono Class Library: Overview

System.Collections.Generic.IList<T>: Method Members

The methods of System.Collections.Generic.IList<T> are listed below. For a list of all members, see the IList<T> Members list.

Public Methods

IndexOf(T) : int
Determines 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.