1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 09:38:01 +02:00

Minlib fixes

This commit is contained in:
Brian Fiete 2025-05-19 16:19:15 +02:00
parent 3263d1a849
commit c889877443
3 changed files with 220 additions and 5 deletions

View file

@ -172,6 +172,12 @@ namespace System
}
#endif
[NoShow]
public virtual Object DynamicCastToSignature(int32 sig)
{
return null;
}
int IHashable.GetHashCode()
{
return (int)Internal.UnsafeCastToPtr(this);