Skip to content

Commit ae6ac89

Browse files
Added "params" to reserved C# keywords
1 parent 640b5c1 commit ae6ac89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ public static class DotNetNormalizer
1414
"bool",
1515
"virtual",
1616
"string",
17-
"this"
17+
"this",
18+
"params"
1819
};
1920

2021
public static string Normalize(

0 commit comments

Comments
 (0)