Files
RedHotRoast-ios/HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/metadata/Il2CppGenericMethodCompare.h
T

18 lines
400 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
#include "utils/KeyWrapper.h"
struct Il2CppGenericMethod;
namespace il2cpp
{
namespace metadata
{
struct Il2CppGenericMethodCompare
{
bool operator()(const Il2CppGenericMethod* m1, const Il2CppGenericMethod* m2) const;
static bool Equals(const Il2CppGenericMethod* m1, const Il2CppGenericMethod* m2);
};
} /* namespace metadata */
} /* namespace il2cpp */