Parameter.h 409 B

123456789101112131415161718
  1. #pragma once
  2. #include "il2cpp-config.h"
  3. struct ParameterInfo;
  4. struct Il2CppObject;
  5. namespace il2cpp
  6. {
  7. namespace vm
  8. {
  9. class LIBIL2CPP_CODEGEN_API Parameter
  10. {
  11. public:
  12. // internal
  13. static Il2CppObject* GetDefaultParameterValueObject(const MethodInfo* method, const ParameterInfo* parameter, bool* isExplicitySetNullDefaultValue);
  14. };
  15. } /* namespace vm */
  16. } /* namespace il2cpp */