示例#1
0
 internal static bool CanJoinMustNot(this BoolBaseFilterDescriptor bq)
 {
     return(bq == null || (bq != null && bq._CanJoinMustNot()));
 }