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

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

Return Value

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