[]
Inserts an element into the IndexedCollection<T> at the specified ordinal position.
protected override void InsertItem(int ordinal, T item)
Type | Name | Description |
---|---|---|
int | ordinal | The zero-based ordinal at which the item must be inserted. |
T | item | The object to insert. |