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

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

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