Click or drag to resize
DisplacementLoopClone Method
Creates a new DisplacementLoop that is a copy of the current DisplacementLoop.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public DisplacementLoop Clone()

Return Value

Type: DisplacementLoop
A new DisplacementLoop that is a copy of this DisplacementLoop.
See Also