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

AssertSection() static private method

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