Open wilhelmberg opened 7 years ago
As property values can have different types they are currently implemented as Dictionary<string, object>.
Dictionary<string, object>
Find an implementation to avoid boxing/unboxing.
As property values can have different types they are currently implemented as
Dictionary<string, object>
.Find an implementation to avoid boxing/unboxing.