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