Click or drag to resize
ProteinAlphabetTryGetGapSymbols Method
Gets the Gap symbol.

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
The Gap Symbol.

Return Value

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

Implements

IAlphabetTryGetGapSymbols(HashSetByte)
See Also