Click or drag to resize

SelectableListNodeListToArray Method

Creates an array from the items in this collection.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SelectableListNode[] ToArray()

Return Value

SelectableListNode
An array containing the items in this collection.
See Also