Exemplo n.º 1
0
 public static IEnumerable <string> GetReadableProperties(this Type type)
 {
     return(NotReadableAttribute.GetReadableProperties(type));
 }
Exemplo n.º 2
0
 public static IEnumerable <string> GetReadableProperties <T>(this T obj)
 {
     return(NotReadableAttribute.GetReadableProperties <T>());
 }