Skip to content
New issue

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

Replace ArrayList with List<T> in ParentControlDesigner #10289

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

halgab
Copy link
Contributor

@halgab halgab commented Nov 13, 2023

Contributes to #8140

Proposed changes

  • Replace ArrayList styles with List<T> in ParentControlDesigner
  • Change return type of internal method ParentControlDesigner.GetComponentsInRect to List<Control> to save some allocations
Microsoft Reviewers: Open in CodeFlow

@ghost ghost assigned halgab Nov 13, 2023
@halgab halgab marked this pull request as ready for review November 13, 2023 22:57
@halgab halgab requested a review from a team as a code owner November 13, 2023 22:57
@JeremyKuhne JeremyKuhne merged commit add92c1 into dotnet:main Nov 14, 2023
9 checks passed
@ghost ghost added this to the 9.0 Preview1 milestone Nov 14, 2023
@halgab halgab deleted the ParentControlDesigner-ArrayList branch November 14, 2023 21:41
@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants