Esempio n. 1
0
 public bool ShouldVisitProperty(PropertyInfo propertyInfo)
 {
     return(_filter.ShouldVisitProperty(propertyInfo.Name));
 }
 public bool ShouldVisitProperty(string propertyName)
 {
     return(_filter.ShouldVisitProperty(propertyName));
 }