Click or drag to resize
IAlphabetTryGetTerminationSymbols Method
Gets the termination symbols if present in the alphabet.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
bool TryGetTerminationSymbols(
	out HashSet<byte> terminationSymbols
)

Parameters

terminationSymbols
Type: System.Collections.GenericHashSetByte
Termination symbols as hashset if the alphabet has one or more termination symbols.

Return Value

Type: Boolean
Returns true if the termination symbols are returned in trminationSymbols parameter, else returns false.
See Also