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