Click or drag to resize

StyleListBaseTCopyTo Method

Copies the elements of the list to an array.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array  T
The destination array.
arrayIndex  Int32
The zero-based destination index.
See Also