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

18 lines
336 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
struct Il2CppGenericClass;
struct Il2CppGenericMethod;
namespace il2cpp
{
namespace metadata
{
class GenericSharing
{
public:
static bool IsShareable(Il2CppGenericClass* gclass);
static bool IsShareable(Il2CppGenericMethod* gmethod);
};
} /* namespace metadata */
} /* namespace il2cpp */