コード例 #1
0
 public bool ShouldVisitProperty(PropertyInfo propertyInfo)
 {
     return(_filter.ShouldVisitProperty(propertyInfo.Name));
 }
コード例 #2
0
 public bool ShouldVisitProperty(string propertyName)
 {
     return(_filter.ShouldVisitProperty(propertyName));
 }