Click or drag to resize
FeatureItem Constructor (String, ILocation)
Creates new feature item with given key and location.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public FeatureItem(
	string key,
	ILocation location
)

Parameters

key
Type: SystemString
The feature key.
location
Type: Bio.IO.GenBankILocation
An instance of ILocation.
See Also