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

PerfCounterSection() static private method

static private PerfCounterSection ( ) : System.Configuration
return System.Configuration
        static PerfCounterSection(){
            _properties = new ConfigurationPropertyCollection();
            _properties.Add(_propFileMappingSize);
        }
PerfCounterSection