Click or drag to resize
PairwiseSequenceAlignmentCopyTo Method
Copies the aligned sequences from the PairwiseSequenceAlignment into an existing aligned sequence array.

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

Parameters

array
Type: Bio.Algorithms.AlignmentPairwiseAlignedSequence
Array into which to copy the sequences.
arrayIndex
Type: SystemInt32
Starting index in array at which to begin the copy.

Implements

ICollectionTCopyTo(T, Int32)
See Also