mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 15:46:05 +02:00
Disallowed [Inline] on properties
This commit is contained in:
parent
ace51cb7be
commit
a781f29c31
5 changed files with 9 additions and 17 deletions
|
@ -125,14 +125,6 @@ namespace System
|
|||
//PrintF("Object.GCMarkMembers %08X\n", this);
|
||||
}
|
||||
|
||||
public static Object ManualInit(void* ptr, TypeInstance typeInst)
|
||||
{
|
||||
void* addr = ptr;
|
||||
let obj = *((Object*)&addr);
|
||||
*(int*)&obj.mClassVData = *(int*)&typeInst.mTypeClassVData;
|
||||
return obj;
|
||||
}
|
||||
|
||||
static void ToString(Object obj, String strBuffer)
|
||||
{
|
||||
if (obj == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue