可以使用反射/TypeDescriptor设置匿名类型的属性的值吗? [英] set value of a property of an anonymous type using reflection / TypeDescriptor is it possible?

查看:153
本文介绍了可以使用反射/TypeDescriptor设置匿名类型的属性的值吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试使用TypeDescriptor且该值未更改,并且通过反射,我收到一个错误,指出该属性没有设置器

I tried using TypeDescriptor and the value is not changing, and via reflection I get an error that there is no setter for that property

推荐答案

C#匿名类型是不可变的,并且其属性无法更改.

C# anonymous types are immutable, and their properties cannot be changed.

如果您确实想要,则可以使用反射来设置背景字段,但这不是一个好主意.

If you really want to, you could set the backing field using reflection, but it would be a bad idea.

这篇关于可以使用反射/TypeDescriptor设置匿名类型的属性的值吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆