❔ How to force enumaration on ExpandoObj?
Hey guys, i encountered a situation where i have this ExpandoObj
I need to enumerate its properties (so it doesnt deffer execution on some event i have)
Problem is, nothing seems to work.
tried using like aka :
In addition tried going over the expandoobj with
And still when I hover over the objectList i get a "result view" and "dynamicview" which means it hasnt been enumarated.
2 Replies
Had to resort to create a class at runtime with reflection emit, no way around this?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.