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