对象的属性赋值
Posted lhlong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了对象的属性赋值相关的知识,希望对你有一定的参考价值。
var property = condition.GetType().GetProperty("PropertyName"); property.SetValue(condition, "value", null);
以上是关于对象的属性赋值的主要内容,如果未能解决你的问题,请参考以下文章
Posted lhlong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了对象的属性赋值相关的知识,希望对你有一定的参考价值。
var property = condition.GetType().GetProperty("PropertyName"); property.SetValue(condition, "value", null);
以上是关于对象的属性赋值的主要内容,如果未能解决你的问题,请参考以下文章