Inheritance: PrimaryExpression
Exemplo n.º 1
0
 protected virtual PlaceHolder CreatePlaceHolder(string str, string strUp)
 {
     var ph = new PlaceHolder(str, strUp);
     ph.SetCacheEvalRst(cacheEvalRst);
     return ph;
 }
Exemplo n.º 2
0
 public virtual void Visit(PlaceHolder node)
 {
 }