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

GenericSensorState() public méthode

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