Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.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.v20.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