| DnaAlphabetTryGetGapSymbols Method  | 
                Get the gap symbols if present in the alphabet.
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic virtual bool TryGetGapSymbols(
	out HashSet<byte> gapSymbols
)
Public Overridable Function TryGetGapSymbols ( 
	<OutAttribute> ByRef gapSymbols As HashSet(Of Byte)
) As Boolean
public:
virtual bool TryGetGapSymbols(
	[OutAttribute] HashSet<unsigned char>^% gapSymbols
)
abstract TryGetGapSymbols : 
        gapSymbols : HashSet<byte> byref -> bool 
override TryGetGapSymbols : 
        gapSymbols : HashSet<byte> byref -> bool Parameters
- gapSymbols
 - Type: System.Collections.GenericHashSetByte
Hash set of gap Symbols. 
Return Value
Type: 
BooleanIf Gaps found returns true. 
Implements
IAlphabetTryGetGapSymbols(HashSetByte)
See Also