Antlr4.Tool.GrammarSyntaxMessage.GetCause C# (CSharp) 메소드

GetCause() 공개 메소드

public GetCause ( ) : Antlr.Runtime.RecognitionException
리턴 Antlr.Runtime.RecognitionException
        public new RecognitionException GetCause()
        {
            return (RecognitionException)base.GetCause();
        }
    }