SelectableListNodeList(IEnumerableSelectableListNode) Constructor |
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public SelectableListNodeList(
IEnumerable<SelectableListNode> from
)
Parameters
- from IEnumerableSelectableListNode
- Items used to initially fill the list.
See Also