| DnaAlphabetTryGetTerminationSymbols Method  | 
                Get the termination 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 TryGetTerminationSymbols(
	out HashSet<byte> terminationSymbols
)
Public Overridable Function TryGetTerminationSymbols ( 
	<OutAttribute> ByRef terminationSymbols As HashSet(Of Byte)
) As Boolean
public:
virtual bool TryGetTerminationSymbols(
	[OutAttribute] HashSet<unsigned char>^% terminationSymbols
)
abstract TryGetTerminationSymbols : 
        terminationSymbols : HashSet<byte> byref -> bool 
override TryGetTerminationSymbols : 
        terminationSymbols : HashSet<byte> byref -> bool Parameters
- terminationSymbols
 - Type: System.Collections.GenericHashSetByte
Termination Symbols. 
Return Value
Type: 
BooleanTrue if gets else false.
Implements
IAlphabetTryGetTerminationSymbols(HashSetByte)
See Also