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