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