Skip to main content
.NET 6.0+

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.v23.2.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