Click or drag to resize
PairwiseSequenceAlignmentGetEnumerator Method
Returns an enumerator for the aligned sequences in the PairwiseSequenceAlignment.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerator<PairwiseAlignedSequence> GetEnumerator()

Return Value

Type: IEnumeratorPairwiseAlignedSequence
Returns the enumerator for PairwiseAlignedSequence.

Implements

IEnumerableTGetEnumerator
See Also