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:
parent
b0aa27c82c
commit
9cf3d54a9d
4 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace System
|
||||
{
|
||||
struct Char32 : char32, IHashable, IIsNaN
|
||||
struct Char32 : char32, ICharacter, IHashable, IIsNaN
|
||||
{
|
||||
public int GetHashCode()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue