BoC.Profiling.Profiler.Profiler C# (CSharp) Method

Profiler() public method

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