LearnWithTouch/App/LearnWithTouch_ios/Libraries/libil2cpp/include/metadata/GenericSharing.h
2019-07-01 14:33:21 +02:00

18 lines
336 B
C++

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