Antlr4.StringTemplate.Debug.ConstructionEvent.ConstructionEvent C# (CSharp) 메소드

ConstructionEvent() 공개 메소드

public ConstructionEvent ( ) : System.Diagnostics
리턴 System.Diagnostics
        public ConstructionEvent()
        {
            #if !NETSTANDARD
            stack = new StackTrace(true);
            #endif
        }