[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.Insert

Insert Method

Insert(int, object?)

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

Insert(int, T?)

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