Skip to content

Commit

Permalink
perf: change the visibility modifier of TupleComparer to private
Browse files Browse the repository at this point in the history
Co-authored-by: David <github.site@torick.net>
  • Loading branch information
TopProgrammer77 and dr1rrb authored Jul 10, 2023
1 parent b738d46 commit 5ed1a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/UIElement.EventRegistration.wasm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static int DispatchEvent(int handle, string eventName, string eventArgs,
#endif
}

public class TupleComparer : IEqualityComparer<(string, bool)>
private class TupleComparer : IEqualityComparer<(string, bool)>
{
public bool Equals((string, bool) x, (string, bool) y)
{
Expand Down

0 comments on commit 5ed1a9d

Please sign in to comment.