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.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public FeatureItem(
string key,
string location
)
Public Sub New (
key As String,
location As String
)
public:
FeatureItem(
String^ key,
String^ location
)
new :
key : string *
location : string -> FeatureItem
Parameters
- key
- Type: SystemString
The feature key. - location
- Type: SystemString
Location string.
See Also