Пример #1
0
 public BitmapQuery <T> And(string key)
 {
     _queryResultBitMap.And(_bitMapIndex[key]);
     return(this);
 }