Method Insert
Insert(Int32, T)
Inserts an item to the EquatableList<T> at the specified index.
Declaration
public virtual void Insert(int index, T item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index at which |
T | item | The object to insert into the EquatableList<T>. |