Insert

NonGenericList.Insert method

Inserts an item to the IList at the specified index.

public void Insert(int index, object value)
ParameterTypeDescription
indexInt32The zero-based index at which value should be inserted.
valueObjectThe Object to insert into the IList.

See Also