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

SwitchElement() static private method

static private SwitchElement ( ) : System.Configuration
return System.Configuration
        static SwitchElement(){
            _properties = new ConfigurationPropertyCollection();
            _properties.Add(_propName);
            _properties.Add(_propValue);
        }