Ejemplo n.º 1
0
 public override PredictionContext AppendContext(PredictionContext suffix, PredictionContextCache contextCache)
 {
     return(contextCache.GetChild(parent.AppendContext(suffix, contextCache), returnState));
 }