Exemplo n.º 1
0
 public Main SearchMethodName(Var <string> x)
 {
     holes.Add(TemplateHole.NewVarStr("searchmethodname", x)); return(this);
 }
Exemplo n.º 2
0
 public Main Name(Var <string> x)
 {
     holes.Add(TemplateHole.NewVarStr("name", x)); return(this);
 }
Exemplo n.º 3
0
 public Main SearchQueueName(Var <string> x)
 {
     holes.Add(TemplateHole.NewVarStr("searchqueuename", x)); return(this);
 }