RTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRTRT
判断属性的CanRead 和CanWrite属性是否都为true即可
this.GetType().GetProperties().Where(a=>a.CanRead&&a.CanWrite)