Animatroller.Framework.SimulatorButtonTypeAttribute.SimulatorButtonTypeAttribute C# (CSharp) Метод

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

public SimulatorButtonTypeAttribute ( SimulatorButtonTypes type = SimulatorButtonTypes.Momentarily, bool showOutput = false ) : System
type SimulatorButtonTypes
showOutput bool
Результат System
        public SimulatorButtonTypeAttribute(SimulatorButtonTypes type = SimulatorButtonTypes.Momentarily, bool showOutput = false)
        {
            Type = type;
            ShowOutput = showOutput;
        }
SimulatorButtonTypeAttribute