Ejemplo n.º 1
0
 IQuery <T, TIndex> IQuery <T> .With <TIndex>()
 {
     _query.Bind <TIndex>();
     return(new Query <T, TIndex>(_query));
 }