ProteinAlphabetTryGetGapSymbols Method |
Gets the Gap symbol.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public virtual bool TryGetGapSymbols(
out HashSet<byte> gapSymbols
)
Public Overridable Function TryGetGapSymbols (
<OutAttribute> ByRef gapSymbols As HashSet(Of Byte)
) As Boolean
public:
virtual bool TryGetGapSymbols(
[OutAttribute] HashSet<unsigned char>^% gapSymbols
)
abstract TryGetGapSymbols :
gapSymbols : HashSet<byte> byref -> bool
override TryGetGapSymbols :
gapSymbols : HashSet<byte> byref -> bool
Parameters
- gapSymbols
- Type: System.Collections.GenericHashSetByte
The Gap Symbol.
Return Value
Type:
BooleanReturns true if it gets the Gap symbol.
Implements
IAlphabetTryGetGapSymbols(HashSetByte)See Also