111,119
社区成员
发帖
与我相关
我的任务
分享
using System.Reflection;//记得导入System.Reflection命名空间
data ab = new data();
PropertyInfo[] p = ab.GetType().GetProperties();
string b1=p[0].Name + p[1].Name
MessageBox.Show(b1);