1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-01 05:45:59 +02:00

Add ICharacter interface

This commit is contained in:
disarray2077 2021-12-04 14:32:44 -03:00
parent b0aa27c82c
commit 9cf3d54a9d
4 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
namespace System
{
struct Char32 : char32, IHashable, IIsNaN
struct Char32 : char32, ICharacter, IHashable, IIsNaN
{
public int GetHashCode()
{