Gets the list of all Alphabets which are supported by the framework.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static IReadOnlyList<IAlphabet> All { get; }
Public Shared ReadOnly Property All As IReadOnlyList(Of IAlphabet)
Get
public:
static property IReadOnlyList<IAlphabet^>^ All {
IReadOnlyList<IAlphabet^>^ get ();
}
static member All : IReadOnlyList<IAlphabet> with get
Property Value
Type:
IReadOnlyListIAlphabetSee Also