Tagged Questions

0
votes
1answer
16 views

Use cases for flexible properties

I've been reading about using flexible properties instead of strongly typed fixed properties by using Dictionary or something similar to store them in. An obvious advantage for usi …