[]
        
(Showing Draft Content)

C1.C1Preview.Util.FastList.Insert

Insert Method

Insert(int, object)

Inserts the element at the specified index.

Declaration
protected virtual void Insert(int index, object obj)
Protected Overridable 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.