暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Il2CppGenericContextCompare.h 381B

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 */