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

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

Return Value

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