Antlr4.AntlrTool.AntlrTool C# (CSharp) Method

AntlrTool() static private method

static private AntlrTool ( ) : System.Collections.Generic
return System.Collections.Generic
        static AntlrTool()
        {
            var assembly = typeof(AntlrTool).GetTypeInfo().Assembly;
            var informationalVersionAttribute = assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>();
            VERSION = informationalVersionAttribute?.InformationalVersion ?? assembly.GetName().Version.ToString(4);
        }

Same methods

AntlrTool::AntlrTool ( string args ) : System.Collections.Generic