58 lines
1.7 KiB
C
58 lines
1.7 KiB
C
|
|
#include "pch-c.h"
|
|||
|
|
|
|||
|
|
|
|||
|
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
extern void DataContractAttribute_get_IsReference_mEC2FFE0351B0DD896E7805670D6A614B1AE4C101 (void);
|
|||
|
|
extern void DataMemberAttribute_get_Name_m8C4BF39A517D901076BAFF6FF89DD53C5F4B2B3E (void);
|
|||
|
|
extern void DataMemberAttribute_get_Order_m34D8C756AE07BD345011D887546DF54D71898956 (void);
|
|||
|
|
extern void DataMemberAttribute_get_IsRequired_m318C586E28E349EA87096FE6FE473B4C4FD58C73 (void);
|
|||
|
|
extern void DataMemberAttribute_get_EmitDefaultValue_m430708B4CFB34DD522B6D01A66CE8FDEDCC088E8 (void);
|
|||
|
|
extern void EnumMemberAttribute_get_Value_mB41126B613B9FD1CD8A05D08FCEC4B6663864BE9 (void);
|
|||
|
|
extern void IgnoreDataMemberAttribute__ctor_mFDF9AC3B31C9D65511F33D071A94247CA99621A8 (void);
|
|||
|
|
static Il2CppMethodPointer s_methodPointers[7] =
|
|||
|
|
{
|
|||
|
|
DataContractAttribute_get_IsReference_mEC2FFE0351B0DD896E7805670D6A614B1AE4C101,
|
|||
|
|
DataMemberAttribute_get_Name_m8C4BF39A517D901076BAFF6FF89DD53C5F4B2B3E,
|
|||
|
|
DataMemberAttribute_get_Order_m34D8C756AE07BD345011D887546DF54D71898956,
|
|||
|
|
DataMemberAttribute_get_IsRequired_m318C586E28E349EA87096FE6FE473B4C4FD58C73,
|
|||
|
|
DataMemberAttribute_get_EmitDefaultValue_m430708B4CFB34DD522B6D01A66CE8FDEDCC088E8,
|
|||
|
|
EnumMemberAttribute_get_Value_mB41126B613B9FD1CD8A05D08FCEC4B6663864BE9,
|
|||
|
|
IgnoreDataMemberAttribute__ctor_mFDF9AC3B31C9D65511F33D071A94247CA99621A8,
|
|||
|
|
};
|
|||
|
|
static const int32_t s_InvokerIndices[7] =
|
|||
|
|
{
|
|||
|
|
18998,
|
|||
|
|
19209,
|
|||
|
|
19139,
|
|||
|
|
18998,
|
|||
|
|
18998,
|
|||
|
|
19209,
|
|||
|
|
19448,
|
|||
|
|
};
|
|||
|
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Runtime_Serialization_CodeGenModule;
|
|||
|
|
const Il2CppCodeGenModule g_System_Runtime_Serialization_CodeGenModule =
|
|||
|
|
{
|
|||
|
|
"System.Runtime.Serialization.dll",
|
|||
|
|
7,
|
|||
|
|
s_methodPointers,
|
|||
|
|
0,
|
|||
|
|
NULL,
|
|||
|
|
s_InvokerIndices,
|
|||
|
|
0,
|
|||
|
|
NULL,
|
|||
|
|
0,
|
|||
|
|
NULL,
|
|||
|
|
0,
|
|||
|
|
NULL,
|
|||
|
|
NULL,
|
|||
|
|
NULL,
|
|||
|
|
NULL,
|
|||
|
|
NULL,
|
|||
|
|
NULL,
|
|||
|
|
};
|