12345678通过PropertyInfo类的PropertyType属性判断foreach (PropertyInfo pi in propertys){//判断属性是否为bool类型if (pi.PropertyType == typeof(bool)){}}