[]
        
(Showing Draft Content)

C1.DataCollection.C1DelegateList-1.Insert

Insert Method

Insert(int, T)

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

Insert(int, object?)

Declaration
public void Insert(int index, object? value)
Parameters
Type Name Description
int index
object value
Implements