Batman.Core.Profiling.MiniProfiler.Profile.Start C# (CSharp) 메소드

Start() 공개 메소드

public Start ( ) : Interfaces.IProfiler
리턴 Interfaces.IProfiler
        public override Interfaces.IProfiler Start()
        {
            StackExchange.Profiling.MiniProfiler.Start();
            return this;
        }