BoC.Profiling.Profiler.Profiler C# (CSharp) 메소드

Profiler() 공개 메소드

Initializes a new instance of the Profiler class.
public Profiler ( IPerformanceProfiler performanceProfilers ) : System
performanceProfilers IPerformanceProfiler The performanceProfilers.
리턴 System
        public Profiler(IPerformanceProfiler[] performanceProfilers)
        {
            _performanceProfilers = performanceProfilers;
        }