Click or drag to resize

ListNodeList(IEnumerableListNode) Constructor

Initializes a new instance of the ListNodeList class.

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

Parameters

from  IEnumerableListNode
Items to initially fill the list with.
See Also