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