Badminton-Scoreboard/Classes/Native/System.Xml_CodeGen.c

46 lines
748 B
C
Raw Permalink Normal View History

2023-10-08 02:24:48 +00:00
#include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Void System.Xml.XmlReader::.cctor()
extern void XmlReader__cctor_m9FF3BD38D3644E099B8305E251679A77A0DF493E (void);
static Il2CppMethodPointer s_methodPointers[1] =
{
XmlReader__cctor_m9FF3BD38D3644E099B8305E251679A77A0DF493E,
};
static const int32_t s_InvokerIndices[1] =
{
5220,
};
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Xml_CodeGenModule;
const Il2CppCodeGenModule g_System_Xml_CodeGenModule =
{
"System.Xml.dll",
1,
s_methodPointers,
0,
NULL,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
NULL, // module initializer,
NULL,
NULL,
NULL,
};