Method Insert Insert(int, TValue) Inserts an item into the list at the specified index. Declaration public void Insert(int index, TValue item) Parameters Type Name Description int index TValue item Implements IList<T>.Insert(int, T)