IAlphabetTryGetTerminationSymbols Method |
Gets 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)
Syntax bool TryGetTerminationSymbols(
out HashSet<byte> terminationSymbols
)
Function TryGetTerminationSymbols (
<OutAttribute> ByRef terminationSymbols As HashSet(Of Byte)
) As Boolean
bool TryGetTerminationSymbols(
[OutAttribute] HashSet<unsigned char>^% terminationSymbols
)
abstract TryGetTerminationSymbols :
terminationSymbols : HashSet<byte> byref -> bool
Parameters
- terminationSymbols
- Type: System.Collections.GenericHashSetByte
Termination symbols as hashset if the alphabet has one or more termination symbols.
Return Value
Type:
BooleanReturns true if the termination symbols are returned in trminationSymbols parameter, else returns false.
See Also