Skip to main content

ResourceCollection.AddRange(ICollection) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override void AddRange(
    ICollection collection
)

Parameters

Name Type Description
collection ICollection

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

Remarks

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

See Also