SequenceFeaturesExons Property |
Returns list of Exon features.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<Exon> Exons { get; }
Public ReadOnly Property Exons As List(Of Exon)
Get
public:
property List<Exon^>^ Exons {
List<Exon^>^ get ();
}
member Exons : List<Exon> with get
Property Value
Type:
ListExonSee Also