Skip to content

Commit 640b5c1

Browse files
Update DotNetNormalizer.cs
Added string and this to C# reserved keyword list
1 parent 05dedfd commit 640b5c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/EventHorizon.Blazor.TypeScript.Interop.Generator/Normalizers/DotNetNormalizer.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ public static class DotNetNormalizer
1313
"event",
1414
"bool",
1515
"virtual",
16+
"string",
17+
"this"
1618
};
1719

1820
public static string Normalize(

0 commit comments

Comments
 (0)