标签:赋值 prope class 对象 nbsp rop type value 属性
var property = condition.GetType().GetProperty("PropertyName"); property.SetValue(condition, "value", null);
对象的属性赋值
原文地址:https://www.cnblogs.com/lhlong/p/9855559.html