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