ProteinAlphabetTryGetTerminationSymbols Method |
Gets the Termination symbol.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public 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
The Termination symbol.
Return Value
Type:
BooleanReturns true if it gets the Termination symbol.
Implements
IAlphabetTryGetTerminationSymbols(HashSetByte)See Also