Click or drag to resize

SelectableListNodeListAddRange Method

Adds items to this collection.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddRange(
	IEnumerable<SelectableListNode> items
)

Parameters

items  IEnumerableSelectableListNode
The items to add.
See Also