Skip to content

[WIP] Update F1 keywords for tokens with multiple uses #47074

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

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/csharp/language-reference/builtin-types/enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ms.date: 12/13/2019
f1_keywords:
- "enum"
- "enum_CSharpKeyword"
- "enumconstraint"
helpviewer_keywords:
- "enum keyword [C#]"
- "enum type [C#]"
Expand Down
5 changes: 5 additions & 0 deletions docs/csharp/language-reference/builtin-types/ref-struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: "ref struct types"
description: Learn about the ref struct type in C#
ms.date: 01/27/2025
f1_keywords:
- "refstruct"
- "refstruct_CSharpKeyword"
helpviewer_keywords:
- "ref struct [C#]"
---
# `ref` structure types (C# reference)

Expand Down
3 changes: 3 additions & 0 deletions docs/csharp/language-reference/keywords/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ ms.date: 04/17/2025
f1_keywords:
- "extension_CSharpKeyword"
- "extension"
helpviewer_keywords:
- "extension methods [C#]"
- "this parameter modifier [C#]"
---
# Extension declaration (C# Reference)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
description: "in (Generic Modifier) - C# Reference"
title: "in (Generic Modifier)"
ms.date: 07/20/2015
f1_keywords:
- "ingenericmodifier"
- "ingenericmodifier_CSharpKeyword"
helpviewer_keywords:
- "contravariance, in keyword [C#]"
- "in keyword [C#]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: "Method parameters and modifiers"
description: "Parameter modifiers enable pass-by-reference semantics, with distinctions for read-only, and `out` parameters. The `params` modifier allows optional arguments."
ms.date: 11/19/2024
f1_keywords:
- "params_CSharpKeyword"
- "inparametermodifier"
- "outparametermodifier"
- "refparametermodifier"
helpviewer_keywords:
- "methods [C#], parameters"
- "method parameters [C#]"
Expand Down
3 changes: 3 additions & 0 deletions docs/csharp/language-reference/keywords/new-constraint.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
description: "new constraint - C# Reference"
title: "new constraint"
ms.date: 07/20/2015
f1_keywords:
- "newconstraint"
- "newconstraint_CSharpKeyword"
helpviewer_keywords:
- "new constraint keyword [C#]"
ms.assetid: 58850b64-cb97-4136-be50-1f3bc7fc1da9
Expand Down
3 changes: 3 additions & 0 deletions docs/csharp/language-reference/keywords/new-modifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
description: "new modifier - C# Reference"
title: "new modifier"
ms.date: 07/20/2015
f1_keywords:
- "newmodifier"
- "newmodifier_CSharpKeyword"
helpviewer_keywords:
- "new modifier keyword [C#]"
ms.assetid: a2e20856-33b9-4620-b535-a60dbce8349b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
description: "out keyword (generic modifier) - C# Reference"
title: "out keyword (generic modifier)"
ms.date: 07/20/2015
f1_keywords:
- "outgenericmodifier"
- "outgenericmodifier_CSharpKeyword"
helpviewer_keywords:
- "covariance, out keyword [C#]"
- "out keyword [C#]"
Expand Down
Loading