C#C
C#2y ago
SWEETPONY

✅ how to convert Dictionary to C# object?

I have Dictionary<string, object> map
string is property name and object is property value
is it possible to deserialize this to real object?
Was this page helpful?