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