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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax HashSet<byte> GetValidSymbols()
Function GetValidSymbols As HashSet(Of Byte)
HashSet<unsigned char>^ GetValidSymbols()
abstract GetValidSymbols : unit -> HashSet<byte>
Return Value
Type:
HashSetByte[Missing <returns> documentation for "M:Bio.IAlphabet.GetValidSymbols"]
See Also