Click or drag to resize

SequenceChain Constructor

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public Chain(
	List<SequenceNode> list,
	SequenceTopology shape,
	int signal,
	int stoichiometry,
	int loopposition,
	string comment,
	Dictionary<string, string> properties
)

Parameters

list
Type: System.Collections.GenericListSequenceNode
shape
Type: Scilligence.MolEngineSequenceTopology
signal
Type: SystemInt32
stoichiometry
Type: SystemInt32
loopposition
Type: SystemInt32
comment
Type: SystemString
properties
Type: System.Collections.GenericDictionaryString, String
See Also