Antlr4.Runtime.Atn.PredictionContextCache.PredictionContextAndInt.PredictionContextAndInt C# (CSharp) Method

PredictionContextAndInt() public method

public PredictionContextAndInt ( PredictionContext obj, int value ) : System.Collections.Generic
obj PredictionContext
value int
return System.Collections.Generic
            public PredictionContextAndInt(PredictionContext obj, int value)
            {
                this.obj = obj;
                this.value = value;
            }
PredictionContextCache.PredictionContextAndInt