| DnaAlphabetGetValidSymbols 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)
Syntaxpublic 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
IAlphabetGetValidSymbols
See Also