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

CustomControllerState() public méthode

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