示例#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>());
 }