Antlr4.Codegen.Model.MatchNotSet.MatchNotSet C# (CSharp) Метод

MatchNotSet() публичный Метод

public MatchNotSet ( OutputModelFactory factory, GrammarAST ast ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
Результат Antlr4.Tool.Ast
        public MatchNotSet(OutputModelFactory factory, GrammarAST ast)
            : base(factory, ast)
        {
        }
    }
MatchNotSet