| IAlignedSequenceSequences Property  | 
            Gets list of sequences, aligned as part of an alignment.
            
 
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
SyntaxIList<ISequence> Sequences { get; }ReadOnly Property Sequences As IList(Of ISequence)
	Get
property IList<ISequence^>^ Sequences {
	IList<ISequence^>^ get ();
}abstract Sequences : IList<ISequence> with get
Property Value
Type: 
IListISequence
See Also