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