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