Skip to main content
All docs
V25.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.v25.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