System.Diagnostics.Switch.Switch C# (CSharp) Method

Switch() protected method

protected Switch ( string displayName, string description ) : System
displayName string
description string
return System
        protected Switch(string displayName, string description) : this(displayName, description, "0")
        {
        }

Same methods

Switch::Switch ( string displayName, string description )
Switch::Switch ( string displayName, string description, string defaultSwitchValue )
Switch::Switch ( string displayName, string description, string defaultSwitchValue ) : System