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