Antlr4.Tool.Alternative.Alternative C# (CSharp) Method

Alternative() public method

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