Construct a copy of an existing SymbolList.

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(
	ISymbolList sl
)

Parameters

sl
Type: BioSharp.Core.Bio.Symbol..::.ISymbolList
the list to copy.

See Also