GenericSharing.h 336 B

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