Click or drag to resize
IAlphabetTryGetGapSymbols Method
Gets the gap 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 TryGetGapSymbols(
	out HashSet<byte> gapSymbols
)

Parameters

gapSymbols
Type: System.Collections.GenericHashSetByte
Gap symbols as hashset if the alphabet has one or more gap symbols.

Return Value

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