| DnaAlphabetGetAmbiguousSymbols Method  | 
                Gets the ambiguous symbols present in alphabet.
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic HashSet<byte> GetAmbiguousSymbols()
Public Function GetAmbiguousSymbols As HashSet(Of Byte)
public:
virtual HashSet<unsigned char>^ GetAmbiguousSymbols() sealed
abstract GetAmbiguousSymbols : unit -> HashSet<byte> 
override GetAmbiguousSymbols : unit -> HashSet<byte> 
Return Value
Type: 
HashSetByte[Missing <returns> documentation for "M:Bio.DnaAlphabet.GetAmbiguousSymbols"]
Implements
IAlphabetGetAmbiguousSymbols
See Also