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