少年修仙传客户端基础资源
hch
2024-04-01 d01413b00ef631ac20347716b23818b0b811f65f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#include "il2cpp-config.h"
#include "icalls/mscorlib/System/ArgIterator.h"
#include "il2cpp-tabledefs.h"
#include "vm/Exception.h"
 
namespace il2cpp
{
namespace icalls
{
namespace mscorlib
{
namespace System
{
    void ArgIterator::Setup(mscorlib_System_ArgIterator * thisPtr, intptr_t argsp, intptr_t start)
    {
        NOT_SUPPORTED_IL2CPP(ArgIterator::Setup, "ArgIterator is not supported. Do not use __argList, use params instead.");
    }
 
    Il2CppTypedRef ArgIterator::IntGetNextArg_mscorlib_System_TypedReference(mscorlib_System_ArgIterator * thisPtr)
    {
        NOT_SUPPORTED_IL2CPP(ArgIterator::Setup, "ArgIterator is not supported. Do not use __argList, use params instead.");
        return Il2CppTypedRef();
    }
 
    Il2CppTypedRef ArgIterator::IntGetNextArg_mscorlib_System_TypedReference_mscorlib_System_IntPtr(mscorlib_System_ArgIterator * thisPtr, intptr_t rth)
    {
        NOT_SUPPORTED_IL2CPP(ArgIterator::Setup, "ArgIterator is not supported. Do not use __argList, use params instead.");
        return Il2CppTypedRef();
    }
 
    intptr_t ArgIterator::IntGetNextArgType(mscorlib_System_ArgIterator * thisPtr)
    {
        NOT_SUPPORTED_IL2CPP(ArgIterator::Setup, "ArgIterator is not supported. Do not use __argList, use params instead.");
        return intptr_t();
    }
 
    void* /* System.TypedReference */ ArgIterator::IntGetNextArg(ArgIterator self)
    {
        NOT_SUPPORTED_IL2CPP(ArgIterator::IntGetNextArg, "ArgIterator is not supported. Do not use __argList, use params instead.");
 
        return 0;
    }
} /* namespace System */
} /* namespace mscorlib */
} /* namespace icalls */
} /* namespace il2cpp */