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

[.NET] Use collection expressions #10433

Merged

Conversation

raulsntos
Copy link
Member

@raulsntos raulsntos commented Dec 21, 2024

As of C# 12 we can now use collection expressions to reduce some boilerplate when initializing collections.

As of C# 12 we can now use collection expressions to reduce some boilerplate when initializing collections.
@raulsntos raulsntos added enhancement topic:dotnet area:manual Issues and PRs related to the Manual/Tutorials section of the documentation labels Dec 21, 2024
@raulsntos raulsntos added this to the 4.4 milestone Dec 21, 2024
@mhilbrunner mhilbrunner merged commit c9928f6 into godotengine:master Dec 22, 2024
1 check passed
@mhilbrunner
Copy link
Member

Thanks!

@raulsntos raulsntos deleted the dotnet/collection-expressions branch December 23, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement topic:dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants