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