C#常用类汇总时间:2022-06-10 05:58:21一、object常用类 1、获取去类的类型和公共属性 var a= new Class A(); var props = A.GetType().GetProperties();