コード例 #1
0
ファイル: JobSearch.g.cs プロジェクト: to11mtm/OddJob
 public Main SearchMethodName(Var <string> x)
 {
     holes.Add(TemplateHole.NewVarStr("searchmethodname", x)); return(this);
 }
コード例 #2
0
ファイル: index.g.cs プロジェクト: Peter-Rambeck/templates
 public Main Name(Var <string> x)
 {
     holes.Add(TemplateHole.NewVarStr("name", x)); return(this);
 }
コード例 #3
0
ファイル: JobSearch.g.cs プロジェクト: to11mtm/OddJob
 public Main SearchQueueName(Var <string> x)
 {
     holes.Add(TemplateHole.NewVarStr("searchqueuename", x)); return(this);
 }