説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Il2CppGenericMethodHash.h 326B

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