Click or drag to resize

SelectableListNodeList(IEnumerableSelectableListNode) Constructor

Initializes a new instance of the SelectableListNodeList class.

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

Parameters

from  IEnumerableSelectableListNode
Items used to initially fill the list.
See Also