GenBankLocusTokenParserLocusConstantsAlphabetTypes Field |
Maps each known molecule type string to its enumeration definition.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static readonly List<KeyValuePair<string, MoleculeType>> AlphabetTypes
Public Shared ReadOnly AlphabetTypes As List(Of KeyValuePair(Of String, MoleculeType))
public:
static initonly List<KeyValuePair<String^, MoleculeType>>^ AlphabetTypes
static val AlphabetTypes: List<KeyValuePair<string, MoleculeType>>
Field Value
Type:
ListKeyValuePairString,
MoleculeTypeSee Also