Return an ordered List of the alphabets which make up a compound alphabet.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
EquatableList<IAlphabet> Alphabets { get; }

Remarks

For simple alphabets, this will return a singleton list of itself. The returned list should be immutable.

See Also