Creates a new RepeatRegion that is a copy of the current RepeatRegion.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public RepeatRegion Clone()
Public Function Clone As RepeatRegion
public:
RepeatRegion^ Clone()
member Clone : unit -> RepeatRegion
Return Value
Type:
RepeatRegionA new RepeatRegion that is a copy of this RepeatRegion.
See Also