No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Parameter.h 404B

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, int32_t parameterPosition, bool* isExplicitySetNullDefaultValue);
  14. };
  15. } /* namespace vm */
  16. } /* namespace il2cpp */