PairwiseSequenceAlignmentItem Property |
Returns the nth aligned sequence in the alignment.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public PairwiseAlignedSequence this[
int i
] { get; }
Public ReadOnly Default Property Item (
i As Integer
) As PairwiseAlignedSequence
Get
public:
property PairwiseAlignedSequence^ default[int i] {
PairwiseAlignedSequence^ get (int i);
}
member Item : PairwiseAlignedSequence with get
Parameters
- i
- Type: SystemInt32
The index.
Return Value
Type:
PairwiseAlignedSequenceThe aligned sequence.
See Also