Click or drag to resize
FeatureItem Constructor (String, String)
Creates feature item with given key and location. Note that this constructor uses LocationBuilder to construct location object from the specified location string.

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,
	string location
)

Parameters

key
Type: SystemString
The feature key.
location
Type: SystemString
Location string.
See Also