Attenuator Constructor (String) |
Creates new Attenuator 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 Attenuator(
string location
)
Public Sub New (
location As String
)
public:
Attenuator(
String^ location
)
new :
location : string -> Attenuator
Parameters
- location
- Type: SystemString
Location of the Attenuator.
See Also