[]
        
(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)
Protected Overrides Sub Insert(index As Integer, obj As Object)
Parameters
Type Name Description
int index

The index of the element.

object obj

The element to insert.

Overrides