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