📜  c# 按名称获取对象属性值 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:05.999000             🧑  作者: Mango

代码示例1
return car.GetType().GetProperty(propertyName).GetValue(car, null);