Exemple #1
0
 protected bool IsIgnoredType(Type type)
 {
     return(type.GetCustomAttributesData().Any(a => a.AttributeType.Name == "JsIgnoreAttribute"));
 }