Skip to content

Commit e8a7a10

Browse files
authored
Add F1 keyword for using static (#44540)
Fixes #43889 The roslyn compiler treats `using static` as a different token than `using`. Make sure both resolve to the correct page.
1 parent 34f5d1e commit e8a7a10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/csharp/language-reference/keywords/using-directive.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
description: "The `using` directive imports types from a namespace, or creates an alias for a given type. Using directives enable you to use simple names for types instead of the fully qualified type name."
33
title: "The using directive: Import types from a namespace"
4-
ms.date: 11/24/2024
4+
ms.date: 01/27/2025
55
f1_keywords:
66
- "using_CSharpKeyword"
7+
- "using-static_CSharpKeyword"
78
helpviewer_keywords:
89
- "using directive [C#]"
10+
- "using static directive [C#]"
911
---
1012
# The `using` directive
1113

0 commit comments

Comments
 (0)