mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
DynamicCastToSignature release fix
This commit is contained in:
parent
37f72cd3b6
commit
c7da3e15f9
4 changed files with 9 additions and 9 deletions
|
@ -130,13 +130,13 @@ namespace System
|
|||
{
|
||||
return null;
|
||||
}
|
||||
#endif
|
||||
|
||||
[NoShow]
|
||||
public virtual Object DynamicCastToSignature(int32 sig)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
#endif
|
||||
|
||||
int IHashable.GetHashCode()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue