mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
NoShow for IsDeleted
This commit is contained in:
parent
79e98fe9f7
commit
822b899a7d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace System
|
|||
return (int32)mClassVData & 0x80 != 0;
|
||||
}
|
||||
#else
|
||||
[SkipCall]
|
||||
[SkipCall, NoShow]
|
||||
public bool IsDeleted()
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue