PairwiseSequenceAlignmentPairwiseAlignedSequences Property |
Gets the list of alignments.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<PairwiseAlignedSequence> PairwiseAlignedSequences { get; }
Public ReadOnly Property PairwiseAlignedSequences As IList(Of PairwiseAlignedSequence)
Get
public:
virtual property IList<PairwiseAlignedSequence^>^ PairwiseAlignedSequences {
IList<PairwiseAlignedSequence^>^ get () sealed;
}
abstract PairwiseAlignedSequences : IList<PairwiseAlignedSequence> with get
override PairwiseAlignedSequences : IList<PairwiseAlignedSequence> with get
Property Value
Type:
IListPairwiseAlignedSequenceImplements
IPairwiseSequenceAlignmentPairwiseAlignedSequencesSee Also