Back to Devexpress

DXCollectionBase<T>.Add(T) Method

corelibraries-devexpress-dot-utils-dot-dxcollectionbase-1-dot-add-x28-0-x29.md

latest1.2 KB
Original Source

DXCollectionBase<T>.Add(T) Method

Adds the specified object to the collection.

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public virtual int Add(
    T value
)
vb
Public Overridable Function Add(
    value As T
) As Integer

Parameters

NameTypeDescription
valueT

A <T> object to append to the collection.

|

Returns

TypeDescription
Int32

An integer value indicating the position into which the new element was inserted.

|

Remarks

This method adds the object to the end of the collection.

See Also

DXCollectionBase<T> Class

DXCollectionBase<T> Members

DevExpress.Utils Namespace