Add a new Symbol to the end of this list.

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

Syntax

C#
public void AddSymbol(
	ISymbol sym
)

Parameters

sym
Type: BioSharp.Core.Bio.Symbol..::.ISymbol
Symbol to add

Exceptions

ExceptionCondition
BioSharp.Core.Bio.Symbol..::.IllegalSymbolExceptionif the Symbol is not in this list's alphabet

See Also