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