Add C# 11 keywords (#3775) kacperwyczawski

`file`, `nint`, `nuint`, `required` and `scoped`
This commit is contained in:
Kacper Wyczawski 2022-11-26 22:55:58 +01:00 committed by GitHub
parent 7f663083a0
commit 01e3e3cc55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@
"explicit",
"extern",
"false",
"file",
"finally",
"fixed",
"float",
@ -45,6 +46,8 @@
"long",
"namespace",
"new",
"nint",
"nuint",
"null",
"object",
"operator",
@ -56,7 +59,9 @@
"public",
"readonly",
"ref",
"required",
"return",
"scoped",
"sbyte",
"sealed",
"short",