RnaAlphabetGetValidSymbols Method |
Get the valid symbols in the alphabet.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public HashSet<byte> GetValidSymbols()
Public Function GetValidSymbols As HashSet(Of Byte)
public:
virtual HashSet<unsigned char>^ GetValidSymbols() sealed
abstract GetValidSymbols : unit -> HashSet<byte>
override GetValidSymbols : unit -> HashSet<byte>
Return Value
Type:
HashSetByteTrue if gets else false.
Implements
IAlphabetGetValidSymbolsSee Also