UnsureSequenceRegion Constructor (ILocation) |
Creates new UnsureSequenceRegion feature item from the specified location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public UnsureSequenceRegion(
ILocation location
)
Public Sub New (
location As ILocation
)
public:
UnsureSequenceRegion(
ILocation^ location
)
new :
location : ILocation -> UnsureSequenceRegion
Parameters
- location
- Type: Bio.IO.GenBankILocation
Location of the UnsureSequenceRegion.
See Also