Boiler.BoilerStateMachineState.BoilerStateMachineState C# (CSharp) Method

BoilerStateMachineState() public method

Initializes the type with its default attribute values.
public BoilerStateMachineState ( NodeState parent ) : System
parent NodeState
return System
        public BoilerStateMachineState(NodeState parent) : base(parent)
        {
        }