Reaction Set(String, String, String) Constructor
Initializes a new instance of the ReactionSet class with the specified ID, name, and description.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public ReactionSet(
string id,
string name,
string description
)VB
Public Sub New (
id As String,
name As String,
description As String
)