Microsoft.DocAsCode.Common.LoggerFileScope.Capture C# (CSharp) 메소드

Capture() 공개 정적인 메소드

public static Capture ( ) : object
리턴 object
        public static object Capture()
        {
            return new CapturedLoggerFileScope();
        }