Click or drag to resize
GenBankVersionClone Method
Creates a new GenBankVersion that is a copy of the current GenBankVersion.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public GenBankVersion Clone()

Return Value

Type: GenBankVersion
A new GenBankVersion that is a copy of this GenBankVersion.
See Also