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