mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
Minlib fixes
This commit is contained in:
parent
3263d1a849
commit
c889877443
3 changed files with 220 additions and 5 deletions
|
@ -172,6 +172,12 @@ namespace System
|
|||
}
|
||||
#endif
|
||||
|
||||
[NoShow]
|
||||
public virtual Object DynamicCastToSignature(int32 sig)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
int IHashable.GetHashCode()
|
||||
{
|
||||
return (int)Internal.UnsafeCastToPtr(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue