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

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

Return Value

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