Open
Description
openedon Nov 9, 2022
Is your feature request related to a problem? Please describe
Hashtable has been used all over the winforms code base.
Describe the solution you'd like and alternatives you've considered
Refactoring to Dictionary<TKey, TValue
is explicit in its typing and avoids boxing.
The changes should not affect Public APIs.
System.Windows.Forms: 31 references
System.Windows.Forms.Design: 126 references
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment