Skip to main content
Tab

Collection<T>.Add(T[]) Method

Adds the specified elements to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    params T[] items
)

Parameters

Name Type Description
items T[]

An array that contains zero or more <T> objects to add to the collection.

See Also