SignalPeptide Constructor (ILocation) |
Creates new SignalPeptide 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 SignalPeptide(
ILocation location
)
Public Sub New (
location As ILocation
)
public:
SignalPeptide(
ILocation^ location
)
new :
location : ILocation -> SignalPeptide
Parameters
- location
- Type: Bio.IO.GenBankILocation
Location of the SignalPeptide.
See Also