Click or drag to resize
RnaAlphabetTryGetGapSymbols Method
Get 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
public virtual bool TryGetGapSymbols(
	out HashSet<byte> gapSymbols
)

Parameters

gapSymbols
Type: System.Collections.GenericHashSetByte
Hashset of gap Symbols.

Return Value

Type: Boolean
If Gaps found returns true.

Implements

IAlphabetTryGetGapSymbols(HashSetByte)
See Also