Antlr4.Tool.Alternative.Alternative C# (CSharp) Méthode

Alternative() public méthode

public Alternative ( Rule r, int altNum ) : System.Collections.Generic
r Rule
altNum int
Résultat System.Collections.Generic
        public Alternative(Rule r, int altNum)
        {
            this.rule = r;
            this.altNum = altNum;
        }