Skip to content

Add delegate to builtin types #45169

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

Merged
merged 2 commits into from
Mar 10, 2025
Merged

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Mar 7, 2025

Fixes #44868

Add the delegate keyword to the list of builtin types (it was already covered under the builtin reference types).

General edit. Cleanup the description of dynamic to point out the differences between dynamic and object/


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/builtin-types/built-in-types.md Built-in types (C# reference)

Fixes dotnet#44868

Add the `delegate` keyword to the list of builtin types (it was already covered under the builtin reference types).

General edit. Cleanup the description of `dynamic` to point out the differences between `dynamic` and `object`/
@BillWagner BillWagner requested a review from a team as a code owner March 7, 2025 22:12
@dotnetrepoman dotnetrepoman bot added this to the March 2025 milestone Mar 7, 2025
@BillWagner BillWagner requested a review from IEvangelist March 7, 2025 22:12
@dotnet-policy-service dotnet-policy-service bot added okr-freshness OKR: Freshness of content okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. dotnet-csharp/svc lang-reference/subsvc labels Mar 7, 2025
@BillWagner BillWagner merged commit d29807a into dotnet:main Mar 10, 2025
8 checks passed
@BillWagner BillWagner deleted the add-delegate-type branch March 10, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-csharp/svc lang-reference/subsvc okr-freshness OKR: Freshness of content okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The delegate is missing in the built-in type list whereas the same is available in the built-in reference types page.
2 participants