You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
//generated with dll2sdk
|
|
#pragma once
|
|
#include "..\dll2sdk_forward.g.hpp"
|
|
#include "..\mscorlib\mscorlib.hpp"
|
|
|
|
namespace DLL2SDK::System_Runtime_Serialization::System::Runtime::Serialization
|
|
{
|
|
struct EnumMemberAttribute : DLL2SDK::mscorlib::System::Attribute
|
|
{
|
|
DLL2SDK::mscorlib::System::String* value_;
|
|
DLL2SDK::mscorlib::System::String* get_Value_6();
|
|
};
|
|
}
|
|
|
|
namespace DLL2SDK::System_Runtime_Serialization::System::Runtime::Serialization
|
|
{
|
|
struct DataMemberAttribute : DLL2SDK::mscorlib::System::Attribute
|
|
{
|
|
bool is_required_;
|
|
bool emit_default_;
|
|
DLL2SDK::mscorlib::System::String* name_;
|
|
int32_t order_;
|
|
bool get_EmitDefaultValue_2();
|
|
bool get_IsRequired_3();
|
|
DLL2SDK::mscorlib::System::String* get_Name_4();
|
|
int32_t get_Order_5();
|
|
};
|
|
}
|
|
|
|
namespace DLL2SDK::System_Runtime_Serialization::System::Runtime::Serialization
|
|
{
|
|
struct DataContractAttribute : DLL2SDK::mscorlib::System::Attribute
|
|
{
|
|
bool _IsReference_k__BackingField_;
|
|
bool get_IsReference_1();
|
|
};
|
|
}
|
|
|
|
namespace DLL2SDK::System_Runtime_Serialization
|
|
{
|
|
struct _Module_ : DLL2SDK::Object
|
|
{
|
|
};
|
|
}
|