Пример #1
0
 public static IEnumerable <string> GetReadableProperties(this Type type)
 {
     return(NotReadableAttribute.GetReadableProperties(type));
 }
Пример #2
0
 public static IEnumerable <string> GetReadableProperties <T>(this T obj)
 {
     return(NotReadableAttribute.GetReadableProperties <T>());
 }