Skip to content

Commit 9fb4324

Browse files
authored
add args as keyword (#28407)
The token `args` is a contextual keyword. It refers to the command line arguments in top level statements. Fixes #28260
1 parent 4e14227 commit 9fb4324

File tree

1 file changed

+1
-0
lines changed
  • docs/csharp/language-reference/keywords

1 file changed

+1
-0
lines changed

docs/csharp/language-reference/keywords/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ A contextual keyword is used to provide a specific meaning in the code, but it i
115115
[and](../operators/patterns.md#logical-patterns)
116116
[alias](extern-alias.md)
117117
[ascending](ascending.md)
118+
[args](../../fundamentals/program-structure/top-level-statements.md#args)
118119
[async](async.md)
119120
[await](../operators/await.md)
120121
[by](by.md)

0 commit comments

Comments
 (0)