- 解决方案
通过反射的方式获取类型中的所有属性。
- 引用命名空间
using System.Reflection; |
- 实体类
public class User |
- 获取方法
private PropertyInfo[] GetPropertyInfoArray() |
2023-11-27 23:56:16
using System.Reflection; |
public class User |
private PropertyInfo[] GetPropertyInfoArray() |