[]
        
(Showing Draft Content)

C1.C1Preview.OwnedFastListBase.Insert

Insert Method

Insert(int, object)

Inserts the element at the specified index.

Declaration
protected override void Insert(int index, object obj)
Parameters
Type Name Description
int index

The index of the element.

object obj

The element to insert.

Overrides