Click or drag to resize

SingleSelectableListNodeList(IEnumerableSelectableListNodeWithParent) 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 SingleSelectableListNodeList(
	IEnumerable<SelectableListNodeWithParent> from
)

Parameters

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