Boiler.GenericSensorState.GenericSensorState C# (CSharp) Метод

GenericSensorState() публичный Метод

Initializes the type with its default attribute values.
public GenericSensorState ( NodeState parent ) : System
parent NodeState
Результат System
        public GenericSensorState(NodeState parent) : base(parent)
        {
        }