码迷,mamicode.com
首页 > 其他好文 > 详细

reflect

时间:2020-11-17 12:56:16      阅读:24      评论:0      收藏:0      [点我收藏+]

标签:com   info   str   err   show   message   mes   vat   sage   

private void Load_Control_ReCombine<T>(List<T> list, string propertyName, string RecombineID)
{
try
{
FieldInfo fieldInfo = typeof(T).GetField(propertyName);
foreach (T te in list)
{
string LabelID = (string)(fieldInfo.GetValue(te));

catch (Exception error)
{
MessageBox.Show(error.Message);
}
}

reflect

标签:com   info   str   err   show   message   mes   vat   sage   

原文地址:https://www.cnblogs.com/Micah-blog/p/13962127.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!