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)
Syntax public 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:
ListIntronSee Also