ReactionComponents Property
Gets the dictionary of stoichiometric components participating in this reaction, keyed by compound name.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
A dictionary of reaction stoichiometry bases.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Dictionary<string, IReactionStoichBase> Components { get; }VB
Public ReadOnly Property Components As Dictionary(Of String, IReactionStoichBase)
GetReturn Value
DictionaryString, IReactionStoichBaseA dictionary of reaction stoichiometry bases.