RepeatRegionRepeatedSequence Property |
rpt_unit_seq; Identity of a repeat sequence.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> RepeatedSequence { get; }
Public ReadOnly Property RepeatedSequence As List(Of String)
Get
public:
property List<String^>^ RepeatedSequence {
List<String^>^ get ();
}
member RepeatedSequence : List<string> with get
Property Value
Type:
ListStringSee Also