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

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

Return Value

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