System.Diagnostics.SwitchElement.SwitchElement C# (CSharp) 메소드

SwitchElement() 정적인 개인적인 메소드

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