We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This project still contains a lot of ArrayLists (quick search: https://github.com/search?q=repo%3Adotnet%2Fwpf%20arraylist&type=code ).
XPS: https://github.com/search?q=repo%3Adotnet%2Fwpf+ArrayList+xps+language%3AC%23&type=code&l=C%23
ArrayLists are not recommended and require a lot of boxing/unboxing (performance)
https://learn.microsoft.com/en-us/dotnet/api/system.collections.arraylist?view=net-7.0#remarks
The text was updated successfully, but these errors were encountered:
anjali-wpf
No branches or pull requests
This project still contains a lot of ArrayLists (quick search: https://github.com/search?q=repo%3Adotnet%2Fwpf%20arraylist&type=code ).
XPS: https://github.com/search?q=repo%3Adotnet%2Fwpf+ArrayList+xps+language%3AC%23&type=code&l=C%23
ArrayLists are not recommended and require a lot of boxing/unboxing (performance)
https://learn.microsoft.com/en-us/dotnet/api/system.collections.arraylist?view=net-7.0#remarks
The text was updated successfully, but these errors were encountered: