C
C#7mo ago
PadFoot

How to convert ValueKind = object to dynamic object?

I can not convert ValueKind = object to dynamic object
2 Replies
Thing from Human Resources
you can try to
var someVariable = (dynamic)yourObject;
var someVariable = (dynamic)yourObject;
but im not exactly sure what you mean
Angius
Angius7mo ago
What do you mean by "dynamic object"? What is "ValueKind"?
Want results from more Discord servers?
Add your server