绑定完请刷新页面
取消
刷新

分享好友

×
取消 复制
BCL里有Property这个类吗
2019-09-23 15:18:25

我看到有大虾写过的一个扩展类,BCL里有Property这个类吗,求解答。

public static class PropertyExtension

{

public static object GetValueByName(this object self, string propertyName)

{

if (self == null)

{

return self ;

}

Type t = self.GetType();

PropertyInfo p = t.GetProperty(propertyName);

return p.GetValue(self, null);

}

}


分享好友

分享这个小栈给你的朋友们,一起进步吧。

IT知识联盟
创建时间:2019-07-05 15:30:45
分享收集到的大小知识点
展开
订阅须知

• 所有用户可根据关注领域订阅专区或所有专区

• 付费订阅:虚拟交易,一经交易不退款;若特殊情况,可3日内客服咨询

• 专区发布评论属默认订阅所评论专区(除付费小栈外)

栈主、嘉宾

查看更多
  • 王超
    栈主

小栈成员

查看更多
  • ?
  • youou
  • gamebus
  • chinacc
戳我,来吐槽~