[]
        
(Showing Draft Content)

C1.Win.Map.MapCollectionBase-1.InternalInsert

InternalInsert Method

InternalInsert(int, T)

Internal used only. Inserts an item ot the collection at the specified index.

Declaration
protected void InternalInsert(int index, T item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

T item

The object to insert into the collection.