コード例 #1
0
 public Query Chain(Query other)
 {
     return new Query() { procs = this.procs.AddRange(other.procs) };
 }
コード例 #2
0
 public QueryHelper(Query q)
 {
     this.q = q;
     this.RegisterOut();
 }