mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
8 lines
69 B
Beef
8 lines
69 B
Beef
![]() |
namespace System
|
||
|
{
|
||
|
interface IHashable
|
||
|
{
|
||
|
int GetHashCode();
|
||
|
}
|
||
|
}
|