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