Click or drag to resize
SequenceCopyTo Method
Copies all items from the sequence to a pre allocated array.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void CopyTo(
	byte[] byteArray,
	long start,
	long count
)

Parameters

byteArray
Type: SystemByte
Array to fill the items to.
start
Type: SystemInt64
Index at which the filling starts.
count
Type: SystemInt64
Total numbers of elements to be copied.
See Also