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
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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. |
|||
|
|