설명 없음
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.

Il2CppGenericInstHash.h 303B

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