Phase Constructor
Initializes a new instance of the Phase class with the specified 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 Phase(
string name,
string description
)VB
Public Sub New (
name As String,
description As String
)