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

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

public Choice ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
blkOrEbnfRootAST Antlr4.Tool.Ast.GrammarAST
alts IList
Результат System.Collections.Generic
        public Choice(OutputModelFactory factory,
                      GrammarAST blkOrEbnfRootAST,
                      IList<CodeBlockForAlt> alts)
            : base(factory, blkOrEbnfRootAST)
        {
            this.alts = alts;
        }