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

HierarchicalItemCollectionBase<T>.AddRange(IHierarchicalItem[]) Method

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public void AddRange(
    params IHierarchicalItem[] items
)

Parameters

Name Type Description
items DevExpress.TreeMap.IHierarchicalItem[]

An array of items 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