Skip to main content
A newer version of this page is available. .

IResourceStorageBase.AddRange(Resource[]) Method

Appends an array of resources to the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

void AddRange(
    Resource[] resources
)

Parameters

Name Type Description
resources Resource[]

An array of Resource objects to append to the collection.

Remarks

Objects are added to the end of the collection in the order they appear in the array.

See Also