TransferRnaAntiCodon Property |
Location of the anticodon of tRNA and the amino acid for which it codes.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> AntiCodon { get; }
Public ReadOnly Property AntiCodon As List(Of String)
Get
public:
property List<String^>^ AntiCodon {
List<String^>^ get ();
}
member AntiCodon : List<string> with get
Property Value
Type:
ListStringSee Also