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

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

Return Value

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