Boiler.BoilerState.BoilerState C# (CSharp) Méthode

BoilerState() public méthode

Initializes the type with its default attribute values.
public BoilerState ( NodeState parent ) : System
parent NodeState
Résultat System
        public BoilerState(NodeState parent) : base(parent)
        {
        }