Il2CppGenericContextCompare.h 381 B

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