Il2CppGenericMethodHash.h 326 B

12345678910111213141516
  1. #pragma once
  2. struct Il2CppGenericMethod;
  3. namespace il2cpp
  4. {
  5. namespace metadata
  6. {
  7. struct Il2CppGenericMethodHash
  8. {
  9. public:
  10. size_t operator()(const Il2CppGenericMethod* method) const;
  11. static size_t Hash(const Il2CppGenericMethod* method);
  12. };
  13. } /* namespace metadata */
  14. } /* namespace il2cpp */