Construct a SimpleSymbolList given the ISymbol array that backs it.

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(
	ISymbol[] symbols,
	int length,
	IAlphabet alphabet
)

Parameters

symbols
Type: array< BioSharp.Core.Bio.Symbol..::.ISymbol >[]()[]
The symbols to use for the list
length
Type: System..::.Int32
The length of the list
alphabet
Type: BioSharp.Core.Bio.Symbol..::.IAlphabet
The alphabet

Remarks

Used primarily with the chunked SymbolList builder but could be used elsewhere too.

See Also