Il2CppGenericContextHash.h 315 B

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