Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.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