[]
        
(Showing Draft Content)

C1.C1Preview.IndexEntryCollection.Insert

Insert Method

Insert(int, IndexEntry)

Inserts an IndexEntry into the current collection.

Declaration
public void Insert(int index, IndexEntry item)
Parameters
Type Name Description
int index

The position of the inserted item in the collection.

IndexEntry item

The item to insert.