Returns a List of symbols.

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

Syntax

C#
public IList<ISymbol> ToList()

Return Value

a List of Symbols

Implements

ISymbolList..::.ToList()()()

Remarks

This is an immutable list of symbols. Do not edit it.

See Also