Click or drag to resize
IAlphabetGetValidSymbols Method
Gets the symbols that are valid for this alphabet. This Method can be used for better performance where lot of validation happens like in case of Parsers.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
HashSet<byte> GetValidSymbols()

Return Value

Type: HashSetByte

[Missing <returns> documentation for "M:Bio.IAlphabet.GetValidSymbols"]

See Also