Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    DynamicCollectionBase.Add(Object) Method

    Adds the specified object to the collection. This method is implemented to support the IList interface.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public int Add(
        object obj
    )

    Parameters

    Name Type Description
    obj Object

    An object to be added to the collection.

    Returns

    Type Description
    Int32

    An index of the added object. -1 if the object was not added to the collection.

    See Also