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