Click or drag to resize
SequenceFeaturesGetFeatures Method
Returns list of feature items for the specified feature key.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IList<FeatureItem> GetFeatures(
	string featureKey
)

Parameters

featureKey
Type: SystemString
Feature key.

Return Value

Type: IListFeatureItem
Returns List of feature items.
See Also