mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
7 lines
69 B
Beef
7 lines
69 B
Beef
namespace System
|
|
{
|
|
interface IHashable
|
|
{
|
|
int GetHashCode();
|
|
}
|
|
}
|