The alphabet that this SymbolList is over.

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

Syntax

C#
public override IAlphabet Alphabet { get; }

Implements

ISymbolList..::.Alphabet

Remarks

Every symbol within this ISymbolList is a member of this alphabet. Alphabet.Contains(symbol) == true for each symbol that is within this sequence.

See Also