Antlr4.Runtime.Atn.PredictionContextCache.PredictionContextAndInt.PredictionContextAndInt C# (CSharp) Метод

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

public PredictionContextAndInt ( PredictionContext obj, int value ) : System.Collections.Generic
obj PredictionContext
value int
Результат System.Collections.Generic
            public PredictionContextAndInt(PredictionContext obj, int value)
            {
                this.obj = obj;
                this.value = value;
            }
PredictionContextCache.PredictionContextAndInt