Reaction SetReactions Property
Gets the dictionary of reaction set entries, keyed by reaction ID.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
A dictionary mapping reaction IDs to their reaction set base objects.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Dictionary<string, IReactionSetBase> Reactions { get; }VB
Public ReadOnly Property Reactions As Dictionary(Of String, IReactionSetBase)
GetReturn Value
DictionaryString, IReactionSetBaseA dictionary mapping reaction IDs to their reaction set base objects.