ReactionSetReactions 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
public Dictionary<string, IReactionSetBase> Reactions { get; }

Return Value

DictionaryString, IReactionSetBase
A dictionary mapping reaction IDs to their reaction set base objects.

Implements

IReactionSetReactions

See Also