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

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

Return Value

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