Exemplo n.º 1
0
 public Query Chain(Query other)
 {
     return new Query() { procs = this.procs.AddRange(other.procs) };
 }
Exemplo n.º 2
0
 public QueryHelper(Query q)
 {
     this.q = q;
     this.RegisterOut();
 }