Skip to content

Commit

Permalink
add args as keyword (dotnet#28407)
Browse files Browse the repository at this point in the history
The token `args` is a contextual keyword. It refers to the command line arguments in top level statements.

Fixes dotnet#28260
  • Loading branch information
BillWagner authored Feb 28, 2022
1 parent 4e14227 commit 9fb4324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/csharp/language-reference/keywords/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ A contextual keyword is used to provide a specific meaning in the code, but it i
[and](../operators/patterns.md#logical-patterns)
[alias](extern-alias.md)
[ascending](ascending.md)
[args](../../fundamentals/program-structure/top-level-statements.md#args)
[async](async.md)
[await](../operators/await.md)
[by](by.md)
Expand Down

0 comments on commit 9fb4324

Please sign in to comment.