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

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

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