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

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

Return Value

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