CodingSequenceCodon Property |
Specifies a codon which is different from any found in the reference genetic code.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> Codon { get; }
Public ReadOnly Property Codon As List(Of String)
Get
public:
property List<String^>^ Codon {
List<String^>^ get ();
}
member Codon : List<string> with get
Property Value
Type:
ListStringSee Also