未验证 提交 8e23563c 编写于 作者: P Paul M Cohen 提交者: GitHub

Fix issue 50095 (#50098)

上级 97192cea
......@@ -2048,7 +2048,7 @@ public static bool IsVBKeyword(this string name)
case "getxmlnamespace":
case "global":
case "gosub":
case "goTo":
case "goto":
case "handles":
case "if":
case "implements":
......@@ -2071,6 +2071,7 @@ public static bool IsVBKeyword(this string name)
case "mustoverride":
case "mybase":
case "myclass":
case "nameof":
case "namespace":
case "narrowing":
case "new":
......@@ -2090,7 +2091,7 @@ public static bool IsVBKeyword(this string name)
case "overloads":
case "overridable":
case "overrides":
case "paramArray":
case "paramarray":
case "partial":
case "private":
case "property":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册