AlphabetsAlphabetToBaseAlphabetMap Field |
Mapping between an alphabet type and its corresponding base alphabet type.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static readonly Dictionary<IAlphabet, IAlphabet> AlphabetToBaseAlphabetMap
Public Shared ReadOnly AlphabetToBaseAlphabetMap As Dictionary(Of IAlphabet, IAlphabet)
public:
static initonly Dictionary<IAlphabet^, IAlphabet^>^ AlphabetToBaseAlphabetMap
static val AlphabetToBaseAlphabetMap: Dictionary<IAlphabet, IAlphabet>
Field Value
Type:
DictionaryIAlphabet,
IAlphabetSee Also