Back to Devexpress

DXCollectionBase<T>.AddRange(ICollection) Method

corelibraries-devexpress-dot-utils-dot-dxcollectionbase-1-dot-addrange-x28-system-dot-collections-dot-icollection-x29.md

latest1.5 KB
Original Source

DXCollectionBase<T>.AddRange(ICollection) Method

Adds a collection of elements to the end of the collection.

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public virtual void AddRange(
    ICollection collection
)
vb
Public Overridable Sub AddRange(
    collection As ICollection
)

Parameters

NameTypeDescription
collectionICollection

A ICollection object which represents the collection of elements to append to the collection.

|

Remarks

Objects are appended to the collection in the same order they have in the added collection.

See Also

Add(T)

DXCollectionBase<T> Class

DXCollectionBase<T> Members

DevExpress.Utils Namespace