Click or drag to resize

CheckableSelectableListNodeList(IEnumerableCheckableSelectableListNode) Constructor

Initializes a new instance of the CheckableSelectableListNodeList class.

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

Parameters

from  IEnumerableCheckableSelectableListNode
Items used to initially fill the collection.
See Also