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