Adds a set of nodes to the end of the managed collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
public Node[] AddRange(
	IEnumerable<SimpleNodeItem> simpleNodeItems
)
Visual Basic (Declaration)
Public Function AddRange ( _
	simpleNodeItems As IEnumerable(Of SimpleNodeItem) _
) As Node()

Parameters

simpleNodeItems
Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleNodeItem>)>)
Item definitions representing the nodes to be added at the end of the collection.

Return Value

The new nodes.

See Also