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:
parent
f10365c1ad
commit
37f72cd3b6
8 changed files with 217 additions and 76 deletions
|
@ -130,6 +130,12 @@ namespace System
|
|||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
[NoShow]
|
||||
public virtual Object DynamicCastToSignature(int32 sig)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
#endif
|
||||
|
||||
int IHashable.GetHashCode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue