Construct an empty SimpleSymbolList.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public SimpleSymbolList(
	IAlphabet alpha
)

Parameters

alpha
Type: BioSharp.Core.Bio.Symbol..::.IAlphabet
The alphabet of legal symbols in this list.

See Also