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

SystemDiagnosticsSection() static private method

static private SystemDiagnosticsSection ( ) : System.Configuration
return System.Configuration
        static SystemDiagnosticsSection() {
            _properties = new ConfigurationPropertyCollection();
            _properties.Add(_propAssert);
            _properties.Add(_propPerfCounters);
            _properties.Add(_propSources);
            _properties.Add(_propSharedListeners);
            _properties.Add(_propSwitches);
            _properties.Add(_propTrace);
        }