Files
RedHotRoast-ios/HybridCLRData/StrippedAOTDllsTempProj/iOS/Il2CppOutputProject/IL2CPP/libil2cpp/metadata/Il2CppGenericMethodHash.h
T

17 lines
326 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
struct Il2CppGenericMethod;
namespace il2cpp
{
namespace metadata
{
struct Il2CppGenericMethodHash
{
public:
size_t operator()(const Il2CppGenericMethod* method) const;
static size_t Hash(const Il2CppGenericMethod* method);
};
} /* namespace metadata */
} /* namespace il2cpp */