Skip to main content
.NET 6.0+

DynamicCollectionBase.Insert(Int32, Object) Method

Inserts the specified object into the collection at the specified position. This method is implemented to support the IList interface.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void Insert(
    int index,
    object obj
)

Parameters

Name Type Description
index Int32

An index where this method inserts the specified object.

obj Object

An object to insert into the collection.

See Also