예제 #1
0
파일: NotFilter.cs 프로젝트: pondyond/db4o
 public bool Accept(TypeDefinition typeDef)
 {
     return(!_filter.Accept(typeDef));
 }