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;
        }