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

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

static private AssertSection ( ) : System.Configuration
리턴 System.Configuration
        static AssertSection()   {
            _properties = new ConfigurationPropertyCollection();
            _properties.Add(_propAssertUIEnabled);
            _properties.Add(_propLogFile);
        }
AssertSection