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