暫無描述
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.

GenericSharing.h 336B

1234567891011121314151617
  1. #pragma once
  2. struct Il2CppGenericClass;
  3. struct Il2CppGenericMethod;
  4. namespace il2cpp
  5. {
  6. namespace metadata
  7. {
  8. class GenericSharing
  9. {
  10. public:
  11. static bool IsShareable(Il2CppGenericClass* gclass);
  12. static bool IsShareable(Il2CppGenericMethod* gmethod);
  13. };
  14. } /* namespace metadata */
  15. } /* namespace il2cpp */