Click or drag to resize
ProteinAlphabetTryGetTerminationSymbols Method
Gets the Termination symbol.

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
The Termination symbol.

Return Value

Type: Boolean
Returns true if it gets the Termination symbol.

Implements

IAlphabetTryGetTerminationSymbols(HashSetByte)
See Also