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