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