Click or drag to resize
DnaAlphabetTryGetTerminationSymbols Method
Get 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
public virtual bool TryGetTerminationSymbols(
	out HashSet<byte> terminationSymbols
)

Parameters

terminationSymbols
Type: System.Collections.GenericHashSetByte
Termination Symbols.

Return Value

Type: Boolean
True if gets else false.

Implements

IAlphabetTryGetTerminationSymbols(HashSetByte)
See Also