Batman.Core.Profiling.MiniProfiler.Profile.Profile C# (CSharp) Method

Profile() public method

public Profile ( StackExchange ProfilerUsing, IDisposable StepDisposable ) : System
ProfilerUsing StackExchange
StepDisposable IDisposable
return System
        public Profile(StackExchange.Profiling.MiniProfiler ProfilerUsing, IDisposable StepDisposable)
        {
            this.Current = ProfilerUsing ?? StackExchange.Profiling.MiniProfiler.Current;
            this.StepDisposable = StepDisposable;
        }

Same methods

Profile::Profile ( ) : System