Skip to main content

ResourceStorage.AddRange(Resource[]) Method

Appends an array of resources to the storage's collection.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public override void AddRange(
    Resource[] obj
)
Public Overrides Sub AddRange(
    obj As Resource()
)

Parameters

Name Type Description
obj Resource[]

An array of Resource objects to be appended to the resource collection.

Remarks

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

See Also