예제 #1
0
 public BitmapQuery <T> Not()
 {
     _queryResultBitMap.Not();
     return(this);
 }