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