Antlr4.StringTemplate.Debug.ConstructionEvent.ConstructionEvent C# (CSharp) Method

ConstructionEvent() public method

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