Click or drag to resize
FeatureItem Constructor (FeatureItem)
Private Constructor for clone method.

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

Parameters

other
Type: Bio.IO.GenBankFeatureItem
FeatureItem instance to clone.
See Also