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