Initializes a new instance of the SimpleAtomicSymbol class

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

Syntax

C#
public SimpleAtomicSymbol(
	IAnnotation annotation,
	IList<ISymbol> syms
)

Parameters

annotation
Type: BioSharp.Core.Bio..::.IAnnotation

[Missing <param name="annotation"/> documentation for "M:BioSharp.Core.Bio.Symbol.SimpleAtomicSymbol.#ctor(BioSharp.Core.Bio.IAnnotation,System.Collections.Generic.IList{BioSharp.Core.Bio.Symbol.ISymbol})"]

syms
Type: System.Collections.Generic..::.IList<(Of <(ISymbol>)>)

[Missing <param name="syms"/> documentation for "M:BioSharp.Core.Bio.Symbol.SimpleAtomicSymbol.#ctor(BioSharp.Core.Bio.IAnnotation,System.Collections.Generic.IList{BioSharp.Core.Bio.Symbol.ISymbol})"]

See Also