I have a Dictionary where the int is a property of obj. Is there a better data structure for this? I feel like u
Dictionary
int
obj
C# dynamic properties post seems to show that using a Dictionary was a popular choice. The other posts suggest using a HashTable
Dictionary vs Hashtable