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