Example #1
0
 public bool Accept(TypeDefinition typeDef)
 {
     return(!_filter.Accept(typeDef));
 }