1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Added ability to dynamically cast delegates with compatible signatures

This commit is contained in:
Brian Fiete 2025-03-22 15:34:59 -04:00
parent f10365c1ad
commit 37f72cd3b6
8 changed files with 217 additions and 76 deletions

View file

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