Click or drag to resize

SetListTToArray Method

Converts the list to an array.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public T[] ToArray()

Return Value

T
Array of items in insertion order.
See Also