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