Skip to content

Commit

Permalink
.NET: Allow various other method names to be generated
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 26, 2024
1 parent eab296a commit 0eeccc0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions csharp-api/AssemblyGenerator/ClassGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,16 +234,16 @@ private static TypeSyntax MakeProperType(REFrameworkNET.TypeDefinition? targetTy

static readonly SortedSet<string> invalidMethodNames = [
"Finalize",
"MemberwiseClone",
"ToString",
"Equals",
"GetHashCode",
"GetType",
//"MemberwiseClone",
//"ToString",
//"Equals",
//"GetHashCode",
//"GetType",
".ctor",
".cctor",
"op_Implicit",
/*"op_Implicit",
"op_Explicit",
/*"op_Addition",
"op_Addition",
"op_Subtraction",
"op_Multiply",
"op_Division",
Expand Down

0 comments on commit 0eeccc0

Please sign in to comment.