BoC.Profiling.Profiler.Profiler C# (CSharp) Méthode

Profiler() public méthode

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