ListNodeList(IEnumerableListNode) Constructor |
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ListNodeList(
IEnumerable<ListNode> from
)
Parameters
- from IEnumerableListNode
- Items to initially fill the list with.
See Also