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) : 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 IList`1 item at the specified index.
|