Click or drag to resize
RangeCollectionCopyTo Method
Copies the contents of the range into an array.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void CopyTo(
	long[] array,
	int arrayIndex
)

Parameters

array
Type: SystemInt64
Destination array
arrayIndex
Type: SystemInt32
Index in destination to copy data into

Implements

ICollectionTCopyTo(T, Int32)
See Also