Click or drag to resize
HelperCopy Method (Array, Array, Int64)
Copies source array to destination array.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static void Copy(
	Array sourceArray,
	Array destinationArray,
	long length
)

Parameters

sourceArray
Type: SystemArray
Source array
destinationArray
Type: SystemArray
Destination array
length
Type: SystemInt64
No of elements to copy
See Also