Esempio n. 1
0
 public bool IsNotIgnored(TypeInfo typeInfo)
 {
     return !_ignoredElements.Contains(typeInfo.GetCompareableName());
 }