csharpKeywords
C# reserved keywords that cannot be used as identifiers without @ prefix. These are case-sensitive in C#.
csharpKeywords: ReadonlySet<string>See also
Section titled “See also”- https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/