C#C
C#3y ago
Gladiator

❔ Should dictionary values be value types (struct)

To store data container (just data), do you prefer to define dictionary values as value types (struct) or class?
Was this page helpful?