[]
        
(Showing Draft Content)

C1.LiveLinq.Collections.IndexedCollection-1.InsertItem

InsertItem Method

InsertItem(int, T)

Inserts an element into the IndexedCollection<T> at the specified ordinal position.

Declaration
protected override void InsertItem(int ordinal, T item)
Parameters
Type Name Description
int ordinal

The zero-based ordinal at which the item must be inserted.

T item

The object to insert.

Overrides