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