Click or drag to resize

ContiguousIntegerRangeCopyTo Method

Copies the contents of the range into the specified array.

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

Parameters

array  Int32
The destination array.
arrayIndex  Int32
The zero-based index in array at which copying begins.
See Also