Skip to content

Commit 20fb093

Browse files
authored
Add 'scoped' to f1_keywords for F1 help support (fixes #46245) (#46253)
* Add 'scoped' and 'scoped_CSharpKeyword' to f1_keywords for F1 help support for the scoped modifier (fixes #46245) * Update declarations.md
1 parent f69717c commit 20fb093

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/csharp/language-reference/statements/declarations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ms.date: 06/21/2023
55
f1_keywords:
66
- "var"
77
- "var_CSharpKeyword"
8+
- "scoped"
9+
- "scoped_CSharpKeyword"
810
helpviewer_keywords:
911
- "var keyword [C#]"
1012
---

0 commit comments

Comments
 (0)