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