FeatureItem Constructor (String, ILocation) |
Creates new feature item with given key and location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public FeatureItem(
string key,
ILocation location
)
Public Sub New (
key As String,
location As ILocation
)
public:
FeatureItem(
String^ key,
ILocation^ location
)
new :
key : string *
location : ILocation -> FeatureItem
Parameters
- key
- Type: SystemString
The feature key. - location
- Type: Bio.IO.GenBankILocation
An instance of ILocation.
See Also