ContiguousIntegerRangeCopyTo Method |
Copies the contents of the range into the specified array.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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