| SequenceFeaturesMaturePeptides Property  | 
            Returns list of MaturePeptide (mat_peptide) features.
            
 
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic List<MaturePeptide> MaturePeptides { get; }Public ReadOnly Property MaturePeptides As List(Of MaturePeptide)
	Get
public:
property List<MaturePeptide^>^ MaturePeptides {
	List<MaturePeptide^>^ get ();
}member MaturePeptides : List<MaturePeptide> with get
Property Value
Type: 
ListMaturePeptide
See Also