[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.Insert

Insert Method

Insert(int, object)

Inserts an item to the IList at the specified index.

Declaration
public void Insert(int index, object value)
Public Sub Insert(index As Integer, value As Object)
Parameters
Type Name Description
int index

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

object value

The object to insert into the IList.

Implements