#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.Specialized.NameObjectCollectionBase/_Item struct _Item_t2272350267; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection struct KeysCollection_t1318642398; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.String struct String_t; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t2091847364; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310; // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_t417719465; // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.Attribute[] struct AttributeU5BU5D_t1575011174; // System.ComponentModel.AttributeCollection struct AttributeCollection_t4221220734; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Collections.ICollection struct ICollection_t3904884886; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_t2184948248; // System.Type struct Type_t; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227; // System.Char[] struct CharU5BU5D_t3528271667; // System.String[] struct StringU5BU5D_t1281789340; // System.Void struct Void_t1185182177; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t3316004401; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2784773869; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_t2486095928; #ifndef U3CMODULEU3E_T692745529_H #define U3CMODULEU3E_T692745529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745529_H #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef VALIDATIONHANDLER_T3551360050_H #define VALIDATIONHANDLER_T3551360050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.ValidationHandler struct ValidationHandler_t3551360050 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONHANDLER_T3551360050_H #ifndef NAMEOBJECTCOLLECTIONBASE_T2091847364_H #define NAMEOBJECTCOLLECTIONBASE_T2091847364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t2091847364 : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Specialized.NameObjectCollectionBase::m_ItemsContainer Hashtable_t1853889766 * ___m_ItemsContainer_0; // System.Collections.Specialized.NameObjectCollectionBase/_Item System.Collections.Specialized.NameObjectCollectionBase::m_NullKeyItem _Item_t2272350267 * ___m_NullKeyItem_1; // System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::m_ItemsArray ArrayList_t2718874744 * ___m_ItemsArray_2; // System.Collections.IHashCodeProvider System.Collections.Specialized.NameObjectCollectionBase::m_hashprovider RuntimeObject* ___m_hashprovider_3; // System.Collections.IComparer System.Collections.Specialized.NameObjectCollectionBase::m_comparer RuntimeObject* ___m_comparer_4; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::m_defCapacity int32_t ___m_defCapacity_5; // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::m_readonly bool ___m_readonly_6; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::infoCopy SerializationInfo_t950877179 * ___infoCopy_7; // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection System.Collections.Specialized.NameObjectCollectionBase::keyscoll KeysCollection_t1318642398 * ___keyscoll_8; // System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::equality_comparer RuntimeObject* ___equality_comparer_9; public: inline static int32_t get_offset_of_m_ItemsContainer_0() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_ItemsContainer_0)); } inline Hashtable_t1853889766 * get_m_ItemsContainer_0() const { return ___m_ItemsContainer_0; } inline Hashtable_t1853889766 ** get_address_of_m_ItemsContainer_0() { return &___m_ItemsContainer_0; } inline void set_m_ItemsContainer_0(Hashtable_t1853889766 * value) { ___m_ItemsContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_ItemsContainer_0), value); } inline static int32_t get_offset_of_m_NullKeyItem_1() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_NullKeyItem_1)); } inline _Item_t2272350267 * get_m_NullKeyItem_1() const { return ___m_NullKeyItem_1; } inline _Item_t2272350267 ** get_address_of_m_NullKeyItem_1() { return &___m_NullKeyItem_1; } inline void set_m_NullKeyItem_1(_Item_t2272350267 * value) { ___m_NullKeyItem_1 = value; Il2CppCodeGenWriteBarrier((&___m_NullKeyItem_1), value); } inline static int32_t get_offset_of_m_ItemsArray_2() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_ItemsArray_2)); } inline ArrayList_t2718874744 * get_m_ItemsArray_2() const { return ___m_ItemsArray_2; } inline ArrayList_t2718874744 ** get_address_of_m_ItemsArray_2() { return &___m_ItemsArray_2; } inline void set_m_ItemsArray_2(ArrayList_t2718874744 * value) { ___m_ItemsArray_2 = value; Il2CppCodeGenWriteBarrier((&___m_ItemsArray_2), value); } inline static int32_t get_offset_of_m_hashprovider_3() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_hashprovider_3)); } inline RuntimeObject* get_m_hashprovider_3() const { return ___m_hashprovider_3; } inline RuntimeObject** get_address_of_m_hashprovider_3() { return &___m_hashprovider_3; } inline void set_m_hashprovider_3(RuntimeObject* value) { ___m_hashprovider_3 = value; Il2CppCodeGenWriteBarrier((&___m_hashprovider_3), value); } inline static int32_t get_offset_of_m_comparer_4() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_comparer_4)); } inline RuntimeObject* get_m_comparer_4() const { return ___m_comparer_4; } inline RuntimeObject** get_address_of_m_comparer_4() { return &___m_comparer_4; } inline void set_m_comparer_4(RuntimeObject* value) { ___m_comparer_4 = value; Il2CppCodeGenWriteBarrier((&___m_comparer_4), value); } inline static int32_t get_offset_of_m_defCapacity_5() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_defCapacity_5)); } inline int32_t get_m_defCapacity_5() const { return ___m_defCapacity_5; } inline int32_t* get_address_of_m_defCapacity_5() { return &___m_defCapacity_5; } inline void set_m_defCapacity_5(int32_t value) { ___m_defCapacity_5 = value; } inline static int32_t get_offset_of_m_readonly_6() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_readonly_6)); } inline bool get_m_readonly_6() const { return ___m_readonly_6; } inline bool* get_address_of_m_readonly_6() { return &___m_readonly_6; } inline void set_m_readonly_6(bool value) { ___m_readonly_6 = value; } inline static int32_t get_offset_of_infoCopy_7() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___infoCopy_7)); } inline SerializationInfo_t950877179 * get_infoCopy_7() const { return ___infoCopy_7; } inline SerializationInfo_t950877179 ** get_address_of_infoCopy_7() { return &___infoCopy_7; } inline void set_infoCopy_7(SerializationInfo_t950877179 * value) { ___infoCopy_7 = value; Il2CppCodeGenWriteBarrier((&___infoCopy_7), value); } inline static int32_t get_offset_of_keyscoll_8() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___keyscoll_8)); } inline KeysCollection_t1318642398 * get_keyscoll_8() const { return ___keyscoll_8; } inline KeysCollection_t1318642398 ** get_address_of_keyscoll_8() { return &___keyscoll_8; } inline void set_keyscoll_8(KeysCollection_t1318642398 * value) { ___keyscoll_8 = value; Il2CppCodeGenWriteBarrier((&___keyscoll_8), value); } inline static int32_t get_offset_of_equality_comparer_9() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___equality_comparer_9)); } inline RuntimeObject* get_equality_comparer_9() const { return ___equality_comparer_9; } inline RuntimeObject** get_address_of_equality_comparer_9() { return &___equality_comparer_9; } inline void set_equality_comparer_9(RuntimeObject* value) { ___equality_comparer_9 = value; Il2CppCodeGenWriteBarrier((&___equality_comparer_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEOBJECTCOLLECTIONBASE_T2091847364_H #ifndef _ITEM_T2272350267_H #define _ITEM_T2272350267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase/_Item struct _Item_t2272350267 : public RuntimeObject { public: // System.String System.Collections.Specialized.NameObjectCollectionBase/_Item::key String_t* ___key_0; // System.Object System.Collections.Specialized.NameObjectCollectionBase/_Item::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(_Item_t2272350267, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(_Item_t2272350267, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _ITEM_T2272350267_H #ifndef _KEYSENUMERATOR_T4246666432_H #define _KEYSENUMERATOR_T4246666432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator struct _KeysEnumerator_t4246666432 : public RuntimeObject { public: // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::m_collection NameObjectCollectionBase_t2091847364 * ___m_collection_0; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::m_position int32_t ___m_position_1; public: inline static int32_t get_offset_of_m_collection_0() { return static_cast(offsetof(_KeysEnumerator_t4246666432, ___m_collection_0)); } inline NameObjectCollectionBase_t2091847364 * get_m_collection_0() const { return ___m_collection_0; } inline NameObjectCollectionBase_t2091847364 ** get_address_of_m_collection_0() { return &___m_collection_0; } inline void set_m_collection_0(NameObjectCollectionBase_t2091847364 * value) { ___m_collection_0 = value; Il2CppCodeGenWriteBarrier((&___m_collection_0), value); } inline static int32_t get_offset_of_m_position_1() { return static_cast(offsetof(_KeysEnumerator_t4246666432, ___m_position_1)); } inline int32_t get_m_position_1() const { return ___m_position_1; } inline int32_t* get_address_of_m_position_1() { return &___m_position_1; } inline void set_m_position_1(int32_t value) { ___m_position_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _KEYSENUMERATOR_T4246666432_H #ifndef KEYSCOLLECTION_T1318642398_H #define KEYSCOLLECTION_T1318642398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection struct KeysCollection_t1318642398 : public RuntimeObject { public: // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::m_collection NameObjectCollectionBase_t2091847364 * ___m_collection_0; public: inline static int32_t get_offset_of_m_collection_0() { return static_cast(offsetof(KeysCollection_t1318642398, ___m_collection_0)); } inline NameObjectCollectionBase_t2091847364 * get_m_collection_0() const { return ___m_collection_0; } inline NameObjectCollectionBase_t2091847364 ** get_address_of_m_collection_0() { return &___m_collection_0; } inline void set_m_collection_0(NameObjectCollectionBase_t2091847364 * value) { ___m_collection_0 = value; Il2CppCodeGenWriteBarrier((&___m_collection_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSCOLLECTION_T1318642398_H #ifndef ORDEREDDICTIONARY_T2617496293_H #define ORDEREDDICTIONARY_T2617496293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t2617496293 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::list ArrayList_t2718874744 * ___list_0; // System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::hash Hashtable_t1853889766 * ___hash_1; // System.Boolean System.Collections.Specialized.OrderedDictionary::readOnly bool ___readOnly_2; // System.Int32 System.Collections.Specialized.OrderedDictionary::initialCapacity int32_t ___initialCapacity_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.OrderedDictionary::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_4; // System.Collections.IEqualityComparer System.Collections.Specialized.OrderedDictionary::comparer RuntimeObject* ___comparer_5; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_hash_1() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___hash_1)); } inline Hashtable_t1853889766 * get_hash_1() const { return ___hash_1; } inline Hashtable_t1853889766 ** get_address_of_hash_1() { return &___hash_1; } inline void set_hash_1(Hashtable_t1853889766 * value) { ___hash_1 = value; Il2CppCodeGenWriteBarrier((&___hash_1), value); } inline static int32_t get_offset_of_readOnly_2() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___readOnly_2)); } inline bool get_readOnly_2() const { return ___readOnly_2; } inline bool* get_address_of_readOnly_2() { return &___readOnly_2; } inline void set_readOnly_2(bool value) { ___readOnly_2 = value; } inline static int32_t get_offset_of_initialCapacity_3() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___initialCapacity_3)); } inline int32_t get_initialCapacity_3() const { return ___initialCapacity_3; } inline int32_t* get_address_of_initialCapacity_3() { return &___initialCapacity_3; } inline void set_initialCapacity_3(int32_t value) { ___initialCapacity_3 = value; } inline static int32_t get_offset_of_serializationInfo_4() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___serializationInfo_4)); } inline SerializationInfo_t950877179 * get_serializationInfo_4() const { return ___serializationInfo_4; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_4() { return &___serializationInfo_4; } inline void set_serializationInfo_4(SerializationInfo_t950877179 * value) { ___serializationInfo_4 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_4), value); } inline static int32_t get_offset_of_comparer_5() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___comparer_5)); } inline RuntimeObject* get_comparer_5() const { return ___comparer_5; } inline RuntimeObject** get_address_of_comparer_5() { return &___comparer_5; } inline void set_comparer_5(RuntimeObject* value) { ___comparer_5 = value; Il2CppCodeGenWriteBarrier((&___comparer_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDDICTIONARY_T2617496293_H #ifndef ORDEREDENTRYCOLLECTIONENUMERATOR_T1171499853_H #define ORDEREDENTRYCOLLECTIONENUMERATOR_T1171499853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator struct OrderedEntryCollectionEnumerator_t1171499853 : public RuntimeObject { public: // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::listEnumerator RuntimeObject* ___listEnumerator_0; public: inline static int32_t get_offset_of_listEnumerator_0() { return static_cast(offsetof(OrderedEntryCollectionEnumerator_t1171499853, ___listEnumerator_0)); } inline RuntimeObject* get_listEnumerator_0() const { return ___listEnumerator_0; } inline RuntimeObject** get_address_of_listEnumerator_0() { return &___listEnumerator_0; } inline void set_listEnumerator_0(RuntimeObject* value) { ___listEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___listEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDENTRYCOLLECTIONENUMERATOR_T1171499853_H #ifndef DICTIONARYNODECOLLECTIONENUMERATOR_T2863182637_H #define DICTIONARYNODECOLLECTIONENUMERATOR_T2863182637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator struct DictionaryNodeCollectionEnumerator_t2863182637 : public RuntimeObject { public: // System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::inner RuntimeObject* ___inner_0; // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::isKeyList bool ___isKeyList_1; public: inline static int32_t get_offset_of_inner_0() { return static_cast(offsetof(DictionaryNodeCollectionEnumerator_t2863182637, ___inner_0)); } inline RuntimeObject* get_inner_0() const { return ___inner_0; } inline RuntimeObject** get_address_of_inner_0() { return &___inner_0; } inline void set_inner_0(RuntimeObject* value) { ___inner_0 = value; Il2CppCodeGenWriteBarrier((&___inner_0), value); } inline static int32_t get_offset_of_isKeyList_1() { return static_cast(offsetof(DictionaryNodeCollectionEnumerator_t2863182637, ___isKeyList_1)); } inline bool get_isKeyList_1() const { return ___isKeyList_1; } inline bool* get_address_of_isKeyList_1() { return &___isKeyList_1; } inline void set_isKeyList_1(bool value) { ___isKeyList_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODECOLLECTIONENUMERATOR_T2863182637_H #ifndef LOCALE_T4128636109_H #define LOCALE_T4128636109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Locale struct Locale_t4128636109 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALE_T4128636109_H #ifndef HYBRIDDICTIONARY_T4070033136_H #define HYBRIDDICTIONARY_T4070033136_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive bool ___caseInsensitive_0; // System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable Hashtable_t1853889766 * ___hashtable_1; // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list ListDictionary_t1624492310 * ___list_2; public: inline static int32_t get_offset_of_caseInsensitive_0() { return static_cast(offsetof(HybridDictionary_t4070033136, ___caseInsensitive_0)); } inline bool get_caseInsensitive_0() const { return ___caseInsensitive_0; } inline bool* get_address_of_caseInsensitive_0() { return &___caseInsensitive_0; } inline void set_caseInsensitive_0(bool value) { ___caseInsensitive_0 = value; } inline static int32_t get_offset_of_hashtable_1() { return static_cast(offsetof(HybridDictionary_t4070033136, ___hashtable_1)); } inline Hashtable_t1853889766 * get_hashtable_1() const { return ___hashtable_1; } inline Hashtable_t1853889766 ** get_address_of_hashtable_1() { return &___hashtable_1; } inline void set_hashtable_1(Hashtable_t1853889766 * value) { ___hashtable_1 = value; Il2CppCodeGenWriteBarrier((&___hashtable_1), value); } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(HybridDictionary_t4070033136, ___list_2)); } inline ListDictionary_t1624492310 * get_list_2() const { return ___list_2; } inline ListDictionary_t1624492310 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ListDictionary_t1624492310 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HYBRIDDICTIONARY_T4070033136_H #ifndef LISTDICTIONARY_T1624492310_H #define LISTDICTIONARY_T1624492310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.ListDictionary::count int32_t ___count_0; // System.Int32 System.Collections.Specialized.ListDictionary::version int32_t ___version_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::head DictionaryNode_t417719465 * ___head_2; // System.Collections.IComparer System.Collections.Specialized.ListDictionary::comparer RuntimeObject* ___comparer_3; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(ListDictionary_t1624492310, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(ListDictionary_t1624492310, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_head_2() { return static_cast(offsetof(ListDictionary_t1624492310, ___head_2)); } inline DictionaryNode_t417719465 * get_head_2() const { return ___head_2; } inline DictionaryNode_t417719465 ** get_address_of_head_2() { return &___head_2; } inline void set_head_2(DictionaryNode_t417719465 * value) { ___head_2 = value; Il2CppCodeGenWriteBarrier((&___head_2), value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(ListDictionary_t1624492310, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((&___comparer_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTDICTIONARY_T1624492310_H #ifndef DICTIONARYNODE_T417719465_H #define DICTIONARYNODE_T417719465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_t417719465 : public RuntimeObject { public: // System.Object System.Collections.Specialized.ListDictionary/DictionaryNode::key RuntimeObject * ___key_0; // System.Object System.Collections.Specialized.ListDictionary/DictionaryNode::value RuntimeObject * ___value_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/DictionaryNode::next DictionaryNode_t417719465 * ___next_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(DictionaryNode_t417719465, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(DictionaryNode_t417719465, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(DictionaryNode_t417719465, ___next_2)); } inline DictionaryNode_t417719465 * get_next_2() const { return ___next_2; } inline DictionaryNode_t417719465 ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(DictionaryNode_t417719465 * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((&___next_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODE_T417719465_H #ifndef DICTIONARYNODEENUMERATOR_T1673829610_H #define DICTIONARYNODEENUMERATOR_T1673829610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator struct DictionaryNodeEnumerator_t1673829610 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::dict ListDictionary_t1624492310 * ___dict_0; // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::isAtStart bool ___isAtStart_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::current DictionaryNode_t417719465 * ___current_2; // System.Int32 System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::version int32_t ___version_3; public: inline static int32_t get_offset_of_dict_0() { return static_cast(offsetof(DictionaryNodeEnumerator_t1673829610, ___dict_0)); } inline ListDictionary_t1624492310 * get_dict_0() const { return ___dict_0; } inline ListDictionary_t1624492310 ** get_address_of_dict_0() { return &___dict_0; } inline void set_dict_0(ListDictionary_t1624492310 * value) { ___dict_0 = value; Il2CppCodeGenWriteBarrier((&___dict_0), value); } inline static int32_t get_offset_of_isAtStart_1() { return static_cast(offsetof(DictionaryNodeEnumerator_t1673829610, ___isAtStart_1)); } inline bool get_isAtStart_1() const { return ___isAtStart_1; } inline bool* get_address_of_isAtStart_1() { return &___isAtStart_1; } inline void set_isAtStart_1(bool value) { ___isAtStart_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(DictionaryNodeEnumerator_t1673829610, ___current_2)); } inline DictionaryNode_t417719465 * get_current_2() const { return ___current_2; } inline DictionaryNode_t417719465 ** get_address_of_current_2() { return &___current_2; } inline void set_current_2(DictionaryNode_t417719465 * value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((&___current_2), value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(DictionaryNodeEnumerator_t1673829610, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODEENUMERATOR_T1673829610_H #ifndef DICTIONARYNODECOLLECTION_T819283804_H #define DICTIONARYNODECOLLECTION_T819283804_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary/DictionaryNodeCollection struct DictionaryNodeCollection_t819283804 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::dict ListDictionary_t1624492310 * ___dict_0; // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::isKeyList bool ___isKeyList_1; public: inline static int32_t get_offset_of_dict_0() { return static_cast(offsetof(DictionaryNodeCollection_t819283804, ___dict_0)); } inline ListDictionary_t1624492310 * get_dict_0() const { return ___dict_0; } inline ListDictionary_t1624492310 ** get_address_of_dict_0() { return &___dict_0; } inline void set_dict_0(ListDictionary_t1624492310 * value) { ___dict_0 = value; Il2CppCodeGenWriteBarrier((&___dict_0), value); } inline static int32_t get_offset_of_isKeyList_1() { return static_cast(offsetof(DictionaryNodeCollection_t819283804, ___isKeyList_1)); } inline bool get_isKeyList_1() const { return ___isKeyList_1; } inline bool* get_address_of_isKeyList_1() { return &___isKeyList_1; } inline void set_isKeyList_1(bool value) { ___isKeyList_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODECOLLECTION_T819283804_H #ifndef ORDEREDCOLLECTION_T2804082187_H #define ORDEREDCOLLECTION_T2804082187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.OrderedDictionary/OrderedCollection struct OrderedCollection_t2804082187 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary/OrderedCollection::list ArrayList_t2718874744 * ___list_0; // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedCollection::isKeyList bool ___isKeyList_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(OrderedCollection_t2804082187, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_isKeyList_1() { return static_cast(offsetof(OrderedCollection_t2804082187, ___isKeyList_1)); } inline bool get_isKeyList_1() const { return ___isKeyList_1; } inline bool* get_address_of_isKeyList_1() { return &___isKeyList_1; } inline void set_isKeyList_1(bool value) { ___isKeyList_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDCOLLECTION_T2804082187_H #ifndef XMLREADER_T3121518892_H #define XMLREADER_T3121518892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReader struct XmlReader_t3121518892 : public RuntimeObject { public: // System.Xml.XmlReaderBinarySupport System.Xml.XmlReader::binary XmlReaderBinarySupport_t1809665003 * ___binary_0; // System.Xml.XmlReaderSettings System.Xml.XmlReader::settings XmlReaderSettings_t2186285234 * ___settings_1; public: inline static int32_t get_offset_of_binary_0() { return static_cast(offsetof(XmlReader_t3121518892, ___binary_0)); } inline XmlReaderBinarySupport_t1809665003 * get_binary_0() const { return ___binary_0; } inline XmlReaderBinarySupport_t1809665003 ** get_address_of_binary_0() { return &___binary_0; } inline void set_binary_0(XmlReaderBinarySupport_t1809665003 * value) { ___binary_0 = value; Il2CppCodeGenWriteBarrier((&___binary_0), value); } inline static int32_t get_offset_of_settings_1() { return static_cast(offsetof(XmlReader_t3121518892, ___settings_1)); } inline XmlReaderSettings_t2186285234 * get_settings_1() const { return ___settings_1; } inline XmlReaderSettings_t2186285234 ** get_address_of_settings_1() { return &___settings_1; } inline void set_settings_1(XmlReaderSettings_t2186285234 * value) { ___settings_1 = value; Il2CppCodeGenWriteBarrier((&___settings_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADER_T3121518892_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef TYPECONVERTER_T2249118273_H #define TYPECONVERTER_T2249118273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECONVERTER_T2249118273_H #ifndef READONLYCOLLECTIONBASE_T1836743899_H #define READONLYCOLLECTIONBASE_T1836743899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_t1836743899 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollectionBase_t1836743899, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYCOLLECTIONBASE_T1836743899_H #ifndef MEMBERDESCRIPTOR_T3815403747_H #define MEMBERDESCRIPTOR_T3815403747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t3815403747 : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.Attribute[] System.ComponentModel.MemberDescriptor::attrs AttributeU5BU5D_t1575011174* ___attrs_1; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attrCollection AttributeCollection_t4221220734 * ___attrCollection_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_attrs_1() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___attrs_1)); } inline AttributeU5BU5D_t1575011174* get_attrs_1() const { return ___attrs_1; } inline AttributeU5BU5D_t1575011174** get_address_of_attrs_1() { return &___attrs_1; } inline void set_attrs_1(AttributeU5BU5D_t1575011174* value) { ___attrs_1 = value; Il2CppCodeGenWriteBarrier((&___attrs_1), value); } inline static int32_t get_offset_of_attrCollection_2() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___attrCollection_2)); } inline AttributeCollection_t4221220734 * get_attrCollection_2() const { return ___attrCollection_2; } inline AttributeCollection_t4221220734 ** get_address_of_attrCollection_2() { return &___attrCollection_2; } inline void set_attrCollection_2(AttributeCollection_t4221220734 * value) { ___attrCollection_2 = value; Il2CppCodeGenWriteBarrier((&___attrCollection_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERDESCRIPTOR_T3815403747_H #ifndef ENUMCOMPARER_T557155003_H #define ENUMCOMPARER_T557155003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EnumConverter/EnumComparer struct EnumComparer_t557155003 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCOMPARER_T557155003_H #ifndef ORDEREDCOLLECTIONENUMERATOR_T3799789192_H #define ORDEREDCOLLECTIONENUMERATOR_T3799789192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator struct OrderedCollectionEnumerator_t3799789192 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::isKeyList bool ___isKeyList_0; // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::listEnumerator RuntimeObject* ___listEnumerator_1; public: inline static int32_t get_offset_of_isKeyList_0() { return static_cast(offsetof(OrderedCollectionEnumerator_t3799789192, ___isKeyList_0)); } inline bool get_isKeyList_0() const { return ___isKeyList_0; } inline bool* get_address_of_isKeyList_0() { return &___isKeyList_0; } inline void set_isKeyList_0(bool value) { ___isKeyList_0 = value; } inline static int32_t get_offset_of_listEnumerator_1() { return static_cast(offsetof(OrderedCollectionEnumerator_t3799789192, ___listEnumerator_1)); } inline RuntimeObject* get_listEnumerator_1() const { return ___listEnumerator_1; } inline RuntimeObject** get_address_of_listEnumerator_1() { return &___listEnumerator_1; } inline void set_listEnumerator_1(RuntimeObject* value) { ___listEnumerator_1 = value; Il2CppCodeGenWriteBarrier((&___listEnumerator_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDCOLLECTIONENUMERATOR_T3799789192_H #ifndef STRINGCOLLECTION_T167406615_H #define STRINGCOLLECTION_T167406615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringCollection struct StringCollection_t167406615 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.StringCollection::data ArrayList_t2718874744 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(StringCollection_t167406615, ___data_0)); } inline ArrayList_t2718874744 * get_data_0() const { return ___data_0; } inline ArrayList_t2718874744 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ArrayList_t2718874744 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOLLECTION_T167406615_H #ifndef STRINGDICTIONARY_T120437468_H #define STRINGDICTIONARY_T120437468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringDictionary struct StringDictionary_t120437468 : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Specialized.StringDictionary::contents Hashtable_t1853889766 * ___contents_0; public: inline static int32_t get_offset_of_contents_0() { return static_cast(offsetof(StringDictionary_t120437468, ___contents_0)); } inline Hashtable_t1853889766 * get_contents_0() const { return ___contents_0; } inline Hashtable_t1853889766 ** get_address_of_contents_0() { return &___contents_0; } inline void set_contents_0(Hashtable_t1853889766 * value) { ___contents_0 = value; Il2CppCodeGenWriteBarrier((&___contents_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGDICTIONARY_T120437468_H #ifndef STRINGENUMERATOR_T3934291441_H #define STRINGENUMERATOR_T3934291441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringEnumerator struct StringEnumerator_t3934291441 : public RuntimeObject { public: // System.Collections.IEnumerator System.Collections.Specialized.StringEnumerator::enumerable RuntimeObject* ___enumerable_0; public: inline static int32_t get_offset_of_enumerable_0() { return static_cast(offsetof(StringEnumerator_t3934291441, ___enumerable_0)); } inline RuntimeObject* get_enumerable_0() const { return ___enumerable_0; } inline RuntimeObject** get_address_of_enumerable_0() { return &___enumerable_0; } inline void set_enumerable_0(RuntimeObject* value) { ___enumerable_0 = value; Il2CppCodeGenWriteBarrier((&___enumerable_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGENUMERATOR_T3934291441_H #ifndef ATTRIBUTECOLLECTION_T4221220734_H #define ATTRIBUTECOLLECTION_T4221220734_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.AttributeCollection struct AttributeCollection_t4221220734 : public RuntimeObject { public: // System.Collections.ArrayList System.ComponentModel.AttributeCollection::attrList ArrayList_t2718874744 * ___attrList_0; public: inline static int32_t get_offset_of_attrList_0() { return static_cast(offsetof(AttributeCollection_t4221220734, ___attrList_0)); } inline ArrayList_t2718874744 * get_attrList_0() const { return ___attrList_0; } inline ArrayList_t2718874744 ** get_address_of_attrList_0() { return &___attrList_0; } inline void set_attrList_0(ArrayList_t2718874744 * value) { ___attrList_0 = value; Il2CppCodeGenWriteBarrier((&___attrList_0), value); } }; struct AttributeCollection_t4221220734_StaticFields { public: // System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::Empty AttributeCollection_t4221220734 * ___Empty_1; public: inline static int32_t get_offset_of_Empty_1() { return static_cast(offsetof(AttributeCollection_t4221220734_StaticFields, ___Empty_1)); } inline AttributeCollection_t4221220734 * get_Empty_1() const { return ___Empty_1; } inline AttributeCollection_t4221220734 ** get_address_of_Empty_1() { return &___Empty_1; } inline void set_Empty_1(AttributeCollection_t4221220734 * value) { ___Empty_1 = value; Il2CppCodeGenWriteBarrier((&___Empty_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTECOLLECTION_T4221220734_H #ifndef CULTUREINFOCOMPARER_T1184699714_H #define CULTUREINFOCOMPARER_T1184699714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CultureInfoConverter/CultureInfoComparer struct CultureInfoComparer_t1184699714 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFOCOMPARER_T1184699714_H #ifndef INSTANCEDESCRIPTOR_T657473484_H #define INSTANCEDESCRIPTOR_T657473484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_t657473484 : public RuntimeObject { public: // System.Reflection.MemberInfo System.ComponentModel.Design.Serialization.InstanceDescriptor::member MemberInfo_t * ___member_0; // System.Collections.ICollection System.ComponentModel.Design.Serialization.InstanceDescriptor::arguments RuntimeObject* ___arguments_1; // System.Boolean System.ComponentModel.Design.Serialization.InstanceDescriptor::isComplete bool ___isComplete_2; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(InstanceDescriptor_t657473484, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((&___member_0), value); } inline static int32_t get_offset_of_arguments_1() { return static_cast(offsetof(InstanceDescriptor_t657473484, ___arguments_1)); } inline RuntimeObject* get_arguments_1() const { return ___arguments_1; } inline RuntimeObject** get_address_of_arguments_1() { return &___arguments_1; } inline void set_arguments_1(RuntimeObject* value) { ___arguments_1 = value; Il2CppCodeGenWriteBarrier((&___arguments_1), value); } inline static int32_t get_offset_of_isComplete_2() { return static_cast(offsetof(InstanceDescriptor_t657473484, ___isComplete_2)); } inline bool get_isComplete_2() const { return ___isComplete_2; } inline bool* get_address_of_isComplete_2() { return &___isComplete_2; } inline void set_isComplete_2(bool value) { ___isComplete_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INSTANCEDESCRIPTOR_T657473484_H #ifndef XQUERYCONVERT_T2841811029_H #define XQUERYCONVERT_T2841811029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XQueryConvert struct XQueryConvert_t2841811029 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XQUERYCONVERT_T2841811029_H #ifndef TYPETRANSLATOR_T3446962748_H #define TYPETRANSLATOR_T3446962748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.TypeTranslator struct TypeTranslator_t3446962748 : public RuntimeObject { public: public: }; struct TypeTranslator_t3446962748_StaticFields { public: // System.Collections.Hashtable System.Xml.Serialization.TypeTranslator::nameCache Hashtable_t1853889766 * ___nameCache_0; // System.Collections.Hashtable System.Xml.Serialization.TypeTranslator::primitiveTypes Hashtable_t1853889766 * ___primitiveTypes_1; // System.Collections.Hashtable System.Xml.Serialization.TypeTranslator::primitiveArrayTypes Hashtable_t1853889766 * ___primitiveArrayTypes_2; // System.Collections.Hashtable System.Xml.Serialization.TypeTranslator::nullableTypes Hashtable_t1853889766 * ___nullableTypes_3; public: inline static int32_t get_offset_of_nameCache_0() { return static_cast(offsetof(TypeTranslator_t3446962748_StaticFields, ___nameCache_0)); } inline Hashtable_t1853889766 * get_nameCache_0() const { return ___nameCache_0; } inline Hashtable_t1853889766 ** get_address_of_nameCache_0() { return &___nameCache_0; } inline void set_nameCache_0(Hashtable_t1853889766 * value) { ___nameCache_0 = value; Il2CppCodeGenWriteBarrier((&___nameCache_0), value); } inline static int32_t get_offset_of_primitiveTypes_1() { return static_cast(offsetof(TypeTranslator_t3446962748_StaticFields, ___primitiveTypes_1)); } inline Hashtable_t1853889766 * get_primitiveTypes_1() const { return ___primitiveTypes_1; } inline Hashtable_t1853889766 ** get_address_of_primitiveTypes_1() { return &___primitiveTypes_1; } inline void set_primitiveTypes_1(Hashtable_t1853889766 * value) { ___primitiveTypes_1 = value; Il2CppCodeGenWriteBarrier((&___primitiveTypes_1), value); } inline static int32_t get_offset_of_primitiveArrayTypes_2() { return static_cast(offsetof(TypeTranslator_t3446962748_StaticFields, ___primitiveArrayTypes_2)); } inline Hashtable_t1853889766 * get_primitiveArrayTypes_2() const { return ___primitiveArrayTypes_2; } inline Hashtable_t1853889766 ** get_address_of_primitiveArrayTypes_2() { return &___primitiveArrayTypes_2; } inline void set_primitiveArrayTypes_2(Hashtable_t1853889766 * value) { ___primitiveArrayTypes_2 = value; Il2CppCodeGenWriteBarrier((&___primitiveArrayTypes_2), value); } inline static int32_t get_offset_of_nullableTypes_3() { return static_cast(offsetof(TypeTranslator_t3446962748_StaticFields, ___nullableTypes_3)); } inline Hashtable_t1853889766 * get_nullableTypes_3() const { return ___nullableTypes_3; } inline Hashtable_t1853889766 ** get_address_of_nullableTypes_3() { return &___nullableTypes_3; } inline void set_nullableTypes_3(Hashtable_t1853889766 * value) { ___nullableTypes_3 = value; Il2CppCodeGenWriteBarrier((&___nullableTypes_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPETRANSLATOR_T3446962748_H #ifndef CODEIDENTIFIER_T2202687290_H #define CODEIDENTIFIER_T2202687290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.CodeIdentifier struct CodeIdentifier_t2202687290 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEIDENTIFIER_T2202687290_H #ifndef XMLSERIALIZERNAMESPACES_T2702737953_H #define XMLSERIALIZERNAMESPACES_T2702737953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t2702737953 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Xml.Serialization.XmlSerializerNamespaces::namespaces ListDictionary_t1624492310 * ___namespaces_0; public: inline static int32_t get_offset_of_namespaces_0() { return static_cast(offsetof(XmlSerializerNamespaces_t2702737953, ___namespaces_0)); } inline ListDictionary_t1624492310 * get_namespaces_0() const { return ___namespaces_0; } inline ListDictionary_t1624492310 ** get_address_of_namespaces_0() { return &___namespaces_0; } inline void set_namespaces_0(ListDictionary_t1624492310 * value) { ___namespaces_0 = value; Il2CppCodeGenWriteBarrier((&___namespaces_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSERIALIZERNAMESPACES_T2702737953_H #ifndef DATETIMECONVERTER_T2298802450_H #define DATETIMECONVERTER_T2298802450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DateTimeConverter struct DateTimeConverter_t2298802450 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMECONVERTER_T2298802450_H #ifndef DEFAULTVALUEATTRIBUTE_T587583663_H #define DEFAULTVALUEATTRIBUTE_T587583663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_t587583663 : public Attribute_t861562559 { public: // System.Object System.ComponentModel.DefaultValueAttribute::DefaultValue RuntimeObject * ___DefaultValue_0; public: inline static int32_t get_offset_of_DefaultValue_0() { return static_cast(offsetof(DefaultValueAttribute_t587583663, ___DefaultValue_0)); } inline RuntimeObject * get_DefaultValue_0() const { return ___DefaultValue_0; } inline RuntimeObject ** get_address_of_DefaultValue_0() { return &___DefaultValue_0; } inline void set_DefaultValue_0(RuntimeObject * value) { ___DefaultValue_0 = value; Il2CppCodeGenWriteBarrier((&___DefaultValue_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTVALUEATTRIBUTE_T587583663_H #ifndef DESIGNERATTRIBUTE_T2079716647_H #define DESIGNERATTRIBUTE_T2079716647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DesignerAttribute struct DesignerAttribute_t2079716647 : public Attribute_t861562559 { public: // System.String System.ComponentModel.DesignerAttribute::name String_t* ___name_0; // System.String System.ComponentModel.DesignerAttribute::basetypename String_t* ___basetypename_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DesignerAttribute_t2079716647, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_basetypename_1() { return static_cast(offsetof(DesignerAttribute_t2079716647, ___basetypename_1)); } inline String_t* get_basetypename_1() const { return ___basetypename_1; } inline String_t** get_address_of_basetypename_1() { return &___basetypename_1; } inline void set_basetypename_1(String_t* value) { ___basetypename_1 = value; Il2CppCodeGenWriteBarrier((&___basetypename_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESIGNERATTRIBUTE_T2079716647_H #ifndef XMLANYELEMENTATTRIBUTE_T4038919363_H #define XMLANYELEMENTATTRIBUTE_T4038919363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlAnyElementAttribute struct XmlAnyElementAttribute_t4038919363 : public Attribute_t861562559 { public: // System.Int32 System.Xml.Serialization.XmlAnyElementAttribute::order int32_t ___order_0; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(XmlAnyElementAttribute_t4038919363, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLANYELEMENTATTRIBUTE_T4038919363_H #ifndef U24ARRAYTYPEU241280_T4290130235_H #define U24ARRAYTYPEU241280_T4290130235_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1280 struct U24ArrayTypeU241280_t4290130235 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241280_t4290130235__padding[1280]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241280_T4290130235_H #ifndef COMPONENTCOLLECTION_T1445440302_H #define COMPONENTCOLLECTION_T1445440302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ComponentCollection struct ComponentCollection_t1445440302 : public ReadOnlyCollectionBase_t1836743899 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENTCOLLECTION_T1445440302_H #ifndef COLLECTIONCONVERTER_T3078846443_H #define COLLECTIONCONVERTER_T3078846443_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CollectionConverter struct CollectionConverter_t3078846443 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONCONVERTER_T3078846443_H #ifndef CHARCONVERTER_T747842913_H #define CHARCONVERTER_T747842913_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CharConverter struct CharConverter_t747842913 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARCONVERTER_T747842913_H #ifndef BOOLEANCONVERTER_T941538927_H #define BOOLEANCONVERTER_T941538927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.BooleanConverter struct BooleanConverter_t941538927 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEANCONVERTER_T941538927_H #ifndef CULTUREINFOCONVERTER_T81550636_H #define CULTUREINFOCONVERTER_T81550636_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CultureInfoConverter struct CultureInfoConverter_t81550636 : public TypeConverter_t2249118273 { public: // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.CultureInfoConverter::_standardValues StandardValuesCollection_t2184948248 * ____standardValues_0; public: inline static int32_t get_offset_of__standardValues_0() { return static_cast(offsetof(CultureInfoConverter_t81550636, ____standardValues_0)); } inline StandardValuesCollection_t2184948248 * get__standardValues_0() const { return ____standardValues_0; } inline StandardValuesCollection_t2184948248 ** get_address_of__standardValues_0() { return &____standardValues_0; } inline void set__standardValues_0(StandardValuesCollection_t2184948248 * value) { ____standardValues_0 = value; Il2CppCodeGenWriteBarrier((&____standardValues_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFOCONVERTER_T81550636_H #ifndef REFERENCECONVERTER_T1811933861_H #define REFERENCECONVERTER_T1811933861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t1811933861 : public TypeConverter_t2249118273 { public: // System.Type System.ComponentModel.ReferenceConverter::reference_type Type_t * ___reference_type_0; public: inline static int32_t get_offset_of_reference_type_0() { return static_cast(offsetof(ReferenceConverter_t1811933861, ___reference_type_0)); } inline Type_t * get_reference_type_0() const { return ___reference_type_0; } inline Type_t ** get_address_of_reference_type_0() { return &___reference_type_0; } inline void set_reference_type_0(Type_t * value) { ___reference_type_0 = value; Il2CppCodeGenWriteBarrier((&___reference_type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCECONVERTER_T1811933861_H #ifndef XMLSCHEMAREADER_T1164558392_H #define XMLSCHEMAREADER_T1164558392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaReader struct XmlSchemaReader_t1164558392 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader System.Xml.Schema.XmlSchemaReader::reader XmlReader_t3121518892 * ___reader_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaReader::handler ValidationEventHandler_t791314227 * ___handler_3; // System.Boolean System.Xml.Schema.XmlSchemaReader::hasLineInfo bool ___hasLineInfo_4; public: inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___reader_2)); } inline XmlReader_t3121518892 * get_reader_2() const { return ___reader_2; } inline XmlReader_t3121518892 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(XmlReader_t3121518892 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((&___reader_2), value); } inline static int32_t get_offset_of_handler_3() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___handler_3)); } inline ValidationEventHandler_t791314227 * get_handler_3() const { return ___handler_3; } inline ValidationEventHandler_t791314227 ** get_address_of_handler_3() { return &___handler_3; } inline void set_handler_3(ValidationEventHandler_t791314227 * value) { ___handler_3 = value; Il2CppCodeGenWriteBarrier((&___handler_3), value); } inline static int32_t get_offset_of_hasLineInfo_4() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___hasLineInfo_4)); } inline bool get_hasLineInfo_4() const { return ___hasLineInfo_4; } inline bool* get_address_of_hasLineInfo_4() { return &___hasLineInfo_4; } inline void set_hasLineInfo_4(bool value) { ___hasLineInfo_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAREADER_T1164558392_H #ifndef PROPERTYDESCRIPTOR_T3244362832_H #define PROPERTYDESCRIPTOR_T3244362832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t3244362832 : public MemberDescriptor_t3815403747 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYDESCRIPTOR_T3244362832_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef GUIDCONVERTER_T3396672461_H #define GUIDCONVERTER_T3396672461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.GuidConverter struct GuidConverter_t3396672461 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUIDCONVERTER_T3396672461_H #ifndef ENUMCONVERTER_T1688858217_H #define ENUMCONVERTER_T1688858217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EnumConverter struct EnumConverter_t1688858217 : public TypeConverter_t2249118273 { public: // System.Type System.ComponentModel.EnumConverter::type Type_t * ___type_0; // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::stdValues StandardValuesCollection_t2184948248 * ___stdValues_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(EnumConverter_t1688858217, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_stdValues_1() { return static_cast(offsetof(EnumConverter_t1688858217, ___stdValues_1)); } inline StandardValuesCollection_t2184948248 * get_stdValues_1() const { return ___stdValues_1; } inline StandardValuesCollection_t2184948248 ** get_address_of_stdValues_1() { return &___stdValues_1; } inline void set_stdValues_1(StandardValuesCollection_t2184948248 * value) { ___stdValues_1 = value; Il2CppCodeGenWriteBarrier((&___stdValues_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCONVERTER_T1688858217_H #ifndef ROOTDESIGNERSERIALIZERATTRIBUTE_T3074689342_H #define ROOTDESIGNERSERIALIZERATTRIBUTE_T3074689342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute struct RootDesignerSerializerAttribute_t3074689342 : public Attribute_t861562559 { public: // System.String System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::serializer String_t* ___serializer_0; // System.String System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::baseserializer String_t* ___baseserializer_1; // System.Boolean System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::reload bool ___reload_2; public: inline static int32_t get_offset_of_serializer_0() { return static_cast(offsetof(RootDesignerSerializerAttribute_t3074689342, ___serializer_0)); } inline String_t* get_serializer_0() const { return ___serializer_0; } inline String_t** get_address_of_serializer_0() { return &___serializer_0; } inline void set_serializer_0(String_t* value) { ___serializer_0 = value; Il2CppCodeGenWriteBarrier((&___serializer_0), value); } inline static int32_t get_offset_of_baseserializer_1() { return static_cast(offsetof(RootDesignerSerializerAttribute_t3074689342, ___baseserializer_1)); } inline String_t* get_baseserializer_1() const { return ___baseserializer_1; } inline String_t** get_address_of_baseserializer_1() { return &___baseserializer_1; } inline void set_baseserializer_1(String_t* value) { ___baseserializer_1 = value; Il2CppCodeGenWriteBarrier((&___baseserializer_1), value); } inline static int32_t get_offset_of_reload_2() { return static_cast(offsetof(RootDesignerSerializerAttribute_t3074689342, ___reload_2)); } inline bool get_reload_2() const { return ___reload_2; } inline bool* get_address_of_reload_2() { return &___reload_2; } inline void set_reload_2(bool value) { ___reload_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROOTDESIGNERSERIALIZERATTRIBUTE_T3074689342_H #ifndef XMLANYATTRIBUTEATTRIBUTE_T1449326428_H #define XMLANYATTRIBUTEATTRIBUTE_T1449326428_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlAnyAttributeAttribute struct XmlAnyAttributeAttribute_t1449326428 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLANYATTRIBUTEATTRIBUTE_T1449326428_H #ifndef DESIGNERSERIALIZERATTRIBUTE_T1570548024_H #define DESIGNERSERIALIZERATTRIBUTE_T1570548024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Design.Serialization.DesignerSerializerAttribute struct DesignerSerializerAttribute_t1570548024 : public Attribute_t861562559 { public: // System.String System.ComponentModel.Design.Serialization.DesignerSerializerAttribute::serializerTypeName String_t* ___serializerTypeName_0; // System.String System.ComponentModel.Design.Serialization.DesignerSerializerAttribute::baseSerializerTypeName String_t* ___baseSerializerTypeName_1; public: inline static int32_t get_offset_of_serializerTypeName_0() { return static_cast(offsetof(DesignerSerializerAttribute_t1570548024, ___serializerTypeName_0)); } inline String_t* get_serializerTypeName_0() const { return ___serializerTypeName_0; } inline String_t** get_address_of_serializerTypeName_0() { return &___serializerTypeName_0; } inline void set_serializerTypeName_0(String_t* value) { ___serializerTypeName_0 = value; Il2CppCodeGenWriteBarrier((&___serializerTypeName_0), value); } inline static int32_t get_offset_of_baseSerializerTypeName_1() { return static_cast(offsetof(DesignerSerializerAttribute_t1570548024, ___baseSerializerTypeName_1)); } inline String_t* get_baseSerializerTypeName_1() const { return ___baseSerializerTypeName_1; } inline String_t** get_address_of_baseSerializerTypeName_1() { return &___baseSerializerTypeName_1; } inline void set_baseSerializerTypeName_1(String_t* value) { ___baseSerializerTypeName_1 = value; Il2CppCodeGenWriteBarrier((&___baseSerializerTypeName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESIGNERSERIALIZERATTRIBUTE_T1570548024_H #ifndef BASENUMBERCONVERTER_T312147029_H #define BASENUMBERCONVERTER_T312147029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t312147029 : public TypeConverter_t2249118273 { public: // System.Type System.ComponentModel.BaseNumberConverter::InnerType Type_t * ___InnerType_0; public: inline static int32_t get_offset_of_InnerType_0() { return static_cast(offsetof(BaseNumberConverter_t312147029, ___InnerType_0)); } inline Type_t * get_InnerType_0() const { return ___InnerType_0; } inline Type_t ** get_address_of_InnerType_0() { return &___InnerType_0; } inline void set_InnerType_0(Type_t * value) { ___InnerType_0 = value; Il2CppCodeGenWriteBarrier((&___InnerType_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASENUMBERCONVERTER_T312147029_H #ifndef NAMEVALUECOLLECTION_T407452768_H #define NAMEVALUECOLLECTION_T407452768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t407452768 : public NameObjectCollectionBase_t2091847364 { public: // System.String[] System.Collections.Specialized.NameValueCollection::cachedAllKeys StringU5BU5D_t1281789340* ___cachedAllKeys_10; // System.String[] System.Collections.Specialized.NameValueCollection::cachedAll StringU5BU5D_t1281789340* ___cachedAll_11; public: inline static int32_t get_offset_of_cachedAllKeys_10() { return static_cast(offsetof(NameValueCollection_t407452768, ___cachedAllKeys_10)); } inline StringU5BU5D_t1281789340* get_cachedAllKeys_10() const { return ___cachedAllKeys_10; } inline StringU5BU5D_t1281789340** get_address_of_cachedAllKeys_10() { return &___cachedAllKeys_10; } inline void set_cachedAllKeys_10(StringU5BU5D_t1281789340* value) { ___cachedAllKeys_10 = value; Il2CppCodeGenWriteBarrier((&___cachedAllKeys_10), value); } inline static int32_t get_offset_of_cachedAll_11() { return static_cast(offsetof(NameValueCollection_t407452768, ___cachedAll_11)); } inline StringU5BU5D_t1281789340* get_cachedAll_11() const { return ___cachedAll_11; } inline StringU5BU5D_t1281789340** get_address_of_cachedAll_11() { return &___cachedAll_11; } inline void set_cachedAll_11(StringU5BU5D_t1281789340* value) { ___cachedAll_11 = value; Il2CppCodeGenWriteBarrier((&___cachedAll_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEVALUECOLLECTION_T407452768_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef U24ARRAYTYPEU24208_T3503460108_H #define U24ARRAYTYPEU24208_T3503460108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$208 struct U24ArrayTypeU24208_t3503460108 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24208_t3503460108__padding[208]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24208_T3503460108_H #ifndef U24ARRAYTYPEU24236_T1547144958_H #define U24ARRAYTYPEU24236_T1547144958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$236 struct U24ArrayTypeU24236_t1547144958 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24236_t1547144958__padding[236]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24236_T1547144958_H #ifndef U24ARRAYTYPEU2472_T1683523543_H #define U24ARRAYTYPEU2472_T1683523543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523543 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523543__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523543_H #ifndef U24ARRAYTYPEU241532_T2333946162_H #define U24ARRAYTYPEU241532_T2333946162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1532 struct U24ArrayTypeU241532_t2333946162 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241532_t2333946162__padding[1532]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241532_T2333946162_H #ifndef U24ARRAYTYPEU2412_T2490092598_H #define U24ARRAYTYPEU2412_T2490092598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092598 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092598__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092598_H #ifndef MONOTODOATTRIBUTE_T4131080584_H #define MONOTODOATTRIBUTE_T4131080584_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoTODOAttribute struct MonoTODOAttribute_t4131080584 : public Attribute_t861562559 { public: // System.String System.MonoTODOAttribute::comment String_t* ___comment_0; public: inline static int32_t get_offset_of_comment_0() { return static_cast(offsetof(MonoTODOAttribute_t4131080584, ___comment_0)); } inline String_t* get_comment_0() const { return ___comment_0; } inline String_t** get_address_of_comment_0() { return &___comment_0; } inline void set_comment_0(String_t* value) { ___comment_0 = value; Il2CppCodeGenWriteBarrier((&___comment_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTODOATTRIBUTE_T4131080584_H #ifndef U24ARRAYTYPEU248_T3244137464_H #define U24ARRAYTYPEU248_T3244137464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137464 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137464__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137464_H #ifndef U24ARRAYTYPEU24256_T1929481984_H #define U24ARRAYTYPEU24256_T1929481984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481984 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481984__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481984_H #ifndef XMLTEXTATTRIBUTE_T499390083_H #define XMLTEXTATTRIBUTE_T499390083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t499390083 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTATTRIBUTE_T499390083_H #ifndef XMLIGNOREATTRIBUTE_T1428424057_H #define XMLIGNOREATTRIBUTE_T1428424057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlIgnoreAttribute struct XmlIgnoreAttribute_t1428424057 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLIGNOREATTRIBUTE_T1428424057_H #ifndef XMLELEMENTATTRIBUTE_T17472343_H #define XMLELEMENTATTRIBUTE_T17472343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlElementAttribute struct XmlElementAttribute_t17472343 : public Attribute_t861562559 { public: // System.String System.Xml.Serialization.XmlElementAttribute::elementName String_t* ___elementName_0; // System.Type System.Xml.Serialization.XmlElementAttribute::type Type_t * ___type_1; // System.Int32 System.Xml.Serialization.XmlElementAttribute::order int32_t ___order_2; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlElementAttribute_t17472343, ___elementName_0)); } inline String_t* get_elementName_0() const { return ___elementName_0; } inline String_t** get_address_of_elementName_0() { return &___elementName_0; } inline void set_elementName_0(String_t* value) { ___elementName_0 = value; Il2CppCodeGenWriteBarrier((&___elementName_0), value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(XmlElementAttribute_t17472343, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } inline static int32_t get_offset_of_order_2() { return static_cast(offsetof(XmlElementAttribute_t17472343, ___order_2)); } inline int32_t get_order_2() const { return ___order_2; } inline int32_t* get_address_of_order_2() { return &___order_2; } inline void set_order_2(int32_t value) { ___order_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENTATTRIBUTE_T17472343_H #ifndef XMLENUMATTRIBUTE_T106705320_H #define XMLENUMATTRIBUTE_T106705320_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlEnumAttribute struct XmlEnumAttribute_t106705320 : public Attribute_t861562559 { public: // System.String System.Xml.Serialization.XmlEnumAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(XmlEnumAttribute_t106705320, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLENUMATTRIBUTE_T106705320_H #ifndef XMLNAMESPACEDECLARATIONSATTRIBUTE_T966425202_H #define XMLNAMESPACEDECLARATIONSATTRIBUTE_T966425202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute struct XmlNamespaceDeclarationsAttribute_t966425202 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMESPACEDECLARATIONSATTRIBUTE_T966425202_H #ifndef XMLATTRIBUTEATTRIBUTE_T2511360870_H #define XMLATTRIBUTEATTRIBUTE_T2511360870_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlAttributeAttribute struct XmlAttributeAttribute_t2511360870 : public Attribute_t861562559 { public: // System.String System.Xml.Serialization.XmlAttributeAttribute::attributeName String_t* ___attributeName_0; // System.String System.Xml.Serialization.XmlAttributeAttribute::dataType String_t* ___dataType_1; public: inline static int32_t get_offset_of_attributeName_0() { return static_cast(offsetof(XmlAttributeAttribute_t2511360870, ___attributeName_0)); } inline String_t* get_attributeName_0() const { return ___attributeName_0; } inline String_t** get_address_of_attributeName_0() { return &___attributeName_0; } inline void set_attributeName_0(String_t* value) { ___attributeName_0 = value; Il2CppCodeGenWriteBarrier((&___attributeName_0), value); } inline static int32_t get_offset_of_dataType_1() { return static_cast(offsetof(XmlAttributeAttribute_t2511360870, ___dataType_1)); } inline String_t* get_dataType_1() const { return ___dataType_1; } inline String_t** get_address_of_dataType_1() { return &___dataType_1; } inline void set_dataType_1(String_t* value) { ___dataType_1 = value; Il2CppCodeGenWriteBarrier((&___dataType_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTEATTRIBUTE_T2511360870_H #ifndef XMLROOTATTRIBUTE_T2306097217_H #define XMLROOTATTRIBUTE_T2306097217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t2306097217 : public Attribute_t861562559 { public: // System.String System.Xml.Serialization.XmlRootAttribute::elementName String_t* ___elementName_0; // System.Boolean System.Xml.Serialization.XmlRootAttribute::isNullable bool ___isNullable_1; // System.String System.Xml.Serialization.XmlRootAttribute::ns String_t* ___ns_2; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlRootAttribute_t2306097217, ___elementName_0)); } inline String_t* get_elementName_0() const { return ___elementName_0; } inline String_t** get_address_of_elementName_0() { return &___elementName_0; } inline void set_elementName_0(String_t* value) { ___elementName_0 = value; Il2CppCodeGenWriteBarrier((&___elementName_0), value); } inline static int32_t get_offset_of_isNullable_1() { return static_cast(offsetof(XmlRootAttribute_t2306097217, ___isNullable_1)); } inline bool get_isNullable_1() const { return ___isNullable_1; } inline bool* get_address_of_isNullable_1() { return &___isNullable_1; } inline void set_isNullable_1(bool value) { ___isNullable_1 = value; } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlRootAttribute_t2306097217, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((&___ns_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLROOTATTRIBUTE_T2306097217_H #ifndef XMLSCHEMADERIVATIONMETHOD_T1774354337_H #define XMLSCHEMADERIVATIONMETHOD_T1774354337_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaDerivationMethod struct XmlSchemaDerivationMethod_t1774354337 { public: // System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaDerivationMethod_t1774354337, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMADERIVATIONMETHOD_T1774354337_H #ifndef SCHEMATYPES_T1741406581_H #define SCHEMATYPES_T1741406581_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.SchemaTypes struct SchemaTypes_t1741406581 { public: // System.Int32 System.Xml.Serialization.SchemaTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SchemaTypes_t1741406581, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCHEMATYPES_T1741406581_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef ARRAYPROPERTYDESCRIPTOR_T157990669_H #define ARRAYPROPERTYDESCRIPTOR_T157990669_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor struct ArrayPropertyDescriptor_t157990669 : public PropertyDescriptor_t3244362832 { public: // System.Int32 System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::index int32_t ___index_3; // System.Type System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::array_type Type_t * ___array_type_4; public: inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(ArrayPropertyDescriptor_t157990669, ___index_3)); } inline int32_t get_index_3() const { return ___index_3; } inline int32_t* get_address_of_index_3() { return &___index_3; } inline void set_index_3(int32_t value) { ___index_3 = value; } inline static int32_t get_offset_of_array_type_4() { return static_cast(offsetof(ArrayPropertyDescriptor_t157990669, ___array_type_4)); } inline Type_t * get_array_type_4() const { return ___array_type_4; } inline Type_t ** get_address_of_array_type_4() { return &___array_type_4; } inline void set_array_type_4(Type_t * value) { ___array_type_4 = value; Il2CppCodeGenWriteBarrier((&___array_type_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYPROPERTYDESCRIPTOR_T157990669_H #ifndef XMLSCHEMAVALIDATIONFLAGS_T877176585_H #define XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_t877176585 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaValidationFlags_t877176585, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifndef BYTECONVERTER_T1408362843_H #define BYTECONVERTER_T1408362843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ByteConverter struct ByteConverter_t1408362843 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTECONVERTER_T1408362843_H #ifndef XMLTYPECODE_T2623622950_H #define XMLTYPECODE_T2623622950_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode struct XmlTypeCode_t2623622950 { public: // System.Int32 System.Xml.Schema.XmlTypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlTypeCode_t2623622950, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTYPECODE_T2623622950_H #ifndef ARRAYCONVERTER_T1750795769_H #define ARRAYCONVERTER_T1750795769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ArrayConverter struct ArrayConverter_t1750795769 : public CollectionConverter_t3078846443 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYCONVERTER_T1750795769_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255363 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields { public: // /$ArrayType$208 ::$$field-0 U24ArrayTypeU24208_t3503460108 ___U24U24fieldU2D0_0; // /$ArrayType$208 ::$$field-1 U24ArrayTypeU24208_t3503460108 ___U24U24fieldU2D1_1; // /$ArrayType$236 ::$$field-2 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D2_2; // /$ArrayType$72 ::$$field-3 U24ArrayTypeU2472_t1683523543 ___U24U24fieldU2D3_3; // /$ArrayType$236 ::$$field-4 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D4_4; // /$ArrayType$236 ::$$field-5 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D5_5; // /$ArrayType$72 ::$$field-6 U24ArrayTypeU2472_t1683523543 ___U24U24fieldU2D6_6; // /$ArrayType$1532 ::$$field-7 U24ArrayTypeU241532_t2333946162 ___U24U24fieldU2D7_7; // /$ArrayType$1532 ::$$field-8 U24ArrayTypeU241532_t2333946162 ___U24U24fieldU2D8_8; // /$ArrayType$12 ::$$field-18 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D18_9; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D36_10; // /$ArrayType$256 ::$$field-37 U24ArrayTypeU24256_t1929481984 ___U24U24fieldU2D37_11; // /$ArrayType$256 ::$$field-38 U24ArrayTypeU24256_t1929481984 ___U24U24fieldU2D38_12; // /$ArrayType$1280 ::$$field-39 U24ArrayTypeU241280_t4290130235 ___U24U24fieldU2D39_13; // /$ArrayType$12 ::$$field-40 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D40_14; // /$ArrayType$12 ::$$field-41 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D41_15; // /$ArrayType$8 ::$$field-42 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D42_16; // /$ArrayType$8 ::$$field-43 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D43_17; // /$ArrayType$8 ::$$field-44 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D44_18; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU24208_t3503460108 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU24208_t3503460108 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU24208_t3503460108 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU24208_t3503460108 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU24208_t3503460108 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU24208_t3503460108 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2472_t1683523543 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2472_t1683523543 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2472_t1683523543 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2472_t1683523543 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2472_t1683523543 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2472_t1683523543 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D7_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D7_7)); } inline U24ArrayTypeU241532_t2333946162 get_U24U24fieldU2D7_7() const { return ___U24U24fieldU2D7_7; } inline U24ArrayTypeU241532_t2333946162 * get_address_of_U24U24fieldU2D7_7() { return &___U24U24fieldU2D7_7; } inline void set_U24U24fieldU2D7_7(U24ArrayTypeU241532_t2333946162 value) { ___U24U24fieldU2D7_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D8_8)); } inline U24ArrayTypeU241532_t2333946162 get_U24U24fieldU2D8_8() const { return ___U24U24fieldU2D8_8; } inline U24ArrayTypeU241532_t2333946162 * get_address_of_U24U24fieldU2D8_8() { return &___U24U24fieldU2D8_8; } inline void set_U24U24fieldU2D8_8(U24ArrayTypeU241532_t2333946162 value) { ___U24U24fieldU2D8_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D18_9)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D18_9() const { return ___U24U24fieldU2D18_9; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D18_9() { return &___U24U24fieldU2D18_9; } inline void set_U24U24fieldU2D18_9(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D18_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D36_10)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D36_10() const { return ___U24U24fieldU2D36_10; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D36_10() { return &___U24U24fieldU2D36_10; } inline void set_U24U24fieldU2D36_10(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D36_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D37_11)); } inline U24ArrayTypeU24256_t1929481984 get_U24U24fieldU2D37_11() const { return ___U24U24fieldU2D37_11; } inline U24ArrayTypeU24256_t1929481984 * get_address_of_U24U24fieldU2D37_11() { return &___U24U24fieldU2D37_11; } inline void set_U24U24fieldU2D37_11(U24ArrayTypeU24256_t1929481984 value) { ___U24U24fieldU2D37_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D38_12)); } inline U24ArrayTypeU24256_t1929481984 get_U24U24fieldU2D38_12() const { return ___U24U24fieldU2D38_12; } inline U24ArrayTypeU24256_t1929481984 * get_address_of_U24U24fieldU2D38_12() { return &___U24U24fieldU2D38_12; } inline void set_U24U24fieldU2D38_12(U24ArrayTypeU24256_t1929481984 value) { ___U24U24fieldU2D38_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D39_13)); } inline U24ArrayTypeU241280_t4290130235 get_U24U24fieldU2D39_13() const { return ___U24U24fieldU2D39_13; } inline U24ArrayTypeU241280_t4290130235 * get_address_of_U24U24fieldU2D39_13() { return &___U24U24fieldU2D39_13; } inline void set_U24U24fieldU2D39_13(U24ArrayTypeU241280_t4290130235 value) { ___U24U24fieldU2D39_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D40_14)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D40_14() const { return ___U24U24fieldU2D40_14; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D40_14() { return &___U24U24fieldU2D40_14; } inline void set_U24U24fieldU2D40_14(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D40_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D41_15)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D41_15() const { return ___U24U24fieldU2D41_15; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D41_15() { return &___U24U24fieldU2D41_15; } inline void set_U24U24fieldU2D41_15(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D41_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D42_16)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D42_16() const { return ___U24U24fieldU2D42_16; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D42_16() { return &___U24U24fieldU2D42_16; } inline void set_U24U24fieldU2D42_16(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D42_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D43_17)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D43_17() const { return ___U24U24fieldU2D43_17; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D43_17() { return &___U24U24fieldU2D43_17; } inline void set_U24U24fieldU2D43_17(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D43_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D44_18)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D44_18() const { return ___U24U24fieldU2D44_18; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D44_18() { return &___U24U24fieldU2D44_18; } inline void set_U24U24fieldU2D44_18(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D44_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #ifndef DOUBLECONVERTER_T805142290_H #define DOUBLECONVERTER_T805142290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DoubleConverter struct DoubleConverter_t805142290 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLECONVERTER_T805142290_H #ifndef DECIMALCONVERTER_T3574141665_H #define DECIMALCONVERTER_T3574141665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DecimalConverter struct DecimalConverter_t3574141665 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMALCONVERTER_T3574141665_H #ifndef EDITORBROWSABLESTATE_T2839071299_H #define EDITORBROWSABLESTATE_T2839071299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EditorBrowsableState struct EditorBrowsableState_t2839071299 { public: // System.Int32 System.ComponentModel.EditorBrowsableState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EditorBrowsableState_t2839071299, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDITORBROWSABLESTATE_T2839071299_H #ifndef COMPONENTCONVERTER_T118941221_H #define COMPONENTCONVERTER_T118941221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ComponentConverter struct ComponentConverter_t118941221 : public ReferenceConverter_t1811933861 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENTCONVERTER_T118941221_H #ifndef INT16CONVERTER_T1119562914_H #define INT16CONVERTER_T1119562914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int16Converter struct Int16Converter_t1119562914 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16CONVERTER_T1119562914_H #ifndef INT32CONVERTER_T677227065_H #define INT32CONVERTER_T677227065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int32Converter struct Int32Converter_t677227065 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32CONVERTER_T677227065_H #ifndef INT64CONVERTER_T1092099567_H #define INT64CONVERTER_T1092099567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int64Converter struct Int64Converter_t1092099567 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64CONVERTER_T1092099567_H #ifndef XMLSCHEMAUTIL_T956145399_H #define XMLSCHEMAUTIL_T956145399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaUtil struct XmlSchemaUtil_t956145399 : public RuntimeObject { public: public: }; struct XmlSchemaUtil_t956145399_StaticFields { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::FinalAllowed int32_t ___FinalAllowed_0; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::ElementBlockAllowed int32_t ___ElementBlockAllowed_1; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::ComplexTypeBlockAllowed int32_t ___ComplexTypeBlockAllowed_2; // System.Boolean System.Xml.Schema.XmlSchemaUtil::StrictMsCompliant bool ___StrictMsCompliant_3; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4B_4; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4C_5; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4D_6; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4E_7; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4F_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map50 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map50_9; public: inline static int32_t get_offset_of_FinalAllowed_0() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___FinalAllowed_0)); } inline int32_t get_FinalAllowed_0() const { return ___FinalAllowed_0; } inline int32_t* get_address_of_FinalAllowed_0() { return &___FinalAllowed_0; } inline void set_FinalAllowed_0(int32_t value) { ___FinalAllowed_0 = value; } inline static int32_t get_offset_of_ElementBlockAllowed_1() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___ElementBlockAllowed_1)); } inline int32_t get_ElementBlockAllowed_1() const { return ___ElementBlockAllowed_1; } inline int32_t* get_address_of_ElementBlockAllowed_1() { return &___ElementBlockAllowed_1; } inline void set_ElementBlockAllowed_1(int32_t value) { ___ElementBlockAllowed_1 = value; } inline static int32_t get_offset_of_ComplexTypeBlockAllowed_2() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___ComplexTypeBlockAllowed_2)); } inline int32_t get_ComplexTypeBlockAllowed_2() const { return ___ComplexTypeBlockAllowed_2; } inline int32_t* get_address_of_ComplexTypeBlockAllowed_2() { return &___ComplexTypeBlockAllowed_2; } inline void set_ComplexTypeBlockAllowed_2(int32_t value) { ___ComplexTypeBlockAllowed_2 = value; } inline static int32_t get_offset_of_StrictMsCompliant_3() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___StrictMsCompliant_3)); } inline bool get_StrictMsCompliant_3() const { return ___StrictMsCompliant_3; } inline bool* get_address_of_StrictMsCompliant_3() { return &___StrictMsCompliant_3; } inline void set_StrictMsCompliant_3(bool value) { ___StrictMsCompliant_3 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4B_4() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4B_4() const { return ___U3CU3Ef__switchU24map4B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4B_4() { return &___U3CU3Ef__switchU24map4B_4; } inline void set_U3CU3Ef__switchU24map4B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4B_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4C_5() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4C_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4C_5() const { return ___U3CU3Ef__switchU24map4C_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4C_5() { return &___U3CU3Ef__switchU24map4C_5; } inline void set_U3CU3Ef__switchU24map4C_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4C_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4C_5), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4D_6() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4D_6)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4D_6() const { return ___U3CU3Ef__switchU24map4D_6; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4D_6() { return &___U3CU3Ef__switchU24map4D_6; } inline void set_U3CU3Ef__switchU24map4D_6(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4D_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4D_6), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4E_7() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4E_7)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4E_7() const { return ___U3CU3Ef__switchU24map4E_7; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4E_7() { return &___U3CU3Ef__switchU24map4E_7; } inline void set_U3CU3Ef__switchU24map4E_7(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4E_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4E_7), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4F_8() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4F_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4F_8() const { return ___U3CU3Ef__switchU24map4F_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4F_8() { return &___U3CU3Ef__switchU24map4F_8; } inline void set_U3CU3Ef__switchU24map4F_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4F_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4F_8), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map50_9() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map50_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map50_9() const { return ___U3CU3Ef__switchU24map50_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map50_9() { return &___U3CU3Ef__switchU24map50_9; } inline void set_U3CU3Ef__switchU24map50_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map50_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map50_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAUTIL_T956145399_H #ifndef TYPEDATA_T476999220_H #define TYPEDATA_T476999220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.TypeData struct TypeData_t476999220 : public RuntimeObject { public: // System.Type System.Xml.Serialization.TypeData::type Type_t * ___type_0; // System.String System.Xml.Serialization.TypeData::elementName String_t* ___elementName_1; // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::sType int32_t ___sType_2; // System.Type System.Xml.Serialization.TypeData::listItemType Type_t * ___listItemType_3; // System.String System.Xml.Serialization.TypeData::typeName String_t* ___typeName_4; // System.String System.Xml.Serialization.TypeData::fullTypeName String_t* ___fullTypeName_5; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::listItemTypeData TypeData_t476999220 * ___listItemTypeData_6; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::mappedType TypeData_t476999220 * ___mappedType_7; // System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Serialization.TypeData::facet XmlSchemaPatternFacet_t3316004401 * ___facet_8; // System.Boolean System.Xml.Serialization.TypeData::hasPublicConstructor bool ___hasPublicConstructor_9; // System.Boolean System.Xml.Serialization.TypeData::nullableOverride bool ___nullableOverride_10; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(TypeData_t476999220, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_elementName_1() { return static_cast(offsetof(TypeData_t476999220, ___elementName_1)); } inline String_t* get_elementName_1() const { return ___elementName_1; } inline String_t** get_address_of_elementName_1() { return &___elementName_1; } inline void set_elementName_1(String_t* value) { ___elementName_1 = value; Il2CppCodeGenWriteBarrier((&___elementName_1), value); } inline static int32_t get_offset_of_sType_2() { return static_cast(offsetof(TypeData_t476999220, ___sType_2)); } inline int32_t get_sType_2() const { return ___sType_2; } inline int32_t* get_address_of_sType_2() { return &___sType_2; } inline void set_sType_2(int32_t value) { ___sType_2 = value; } inline static int32_t get_offset_of_listItemType_3() { return static_cast(offsetof(TypeData_t476999220, ___listItemType_3)); } inline Type_t * get_listItemType_3() const { return ___listItemType_3; } inline Type_t ** get_address_of_listItemType_3() { return &___listItemType_3; } inline void set_listItemType_3(Type_t * value) { ___listItemType_3 = value; Il2CppCodeGenWriteBarrier((&___listItemType_3), value); } inline static int32_t get_offset_of_typeName_4() { return static_cast(offsetof(TypeData_t476999220, ___typeName_4)); } inline String_t* get_typeName_4() const { return ___typeName_4; } inline String_t** get_address_of_typeName_4() { return &___typeName_4; } inline void set_typeName_4(String_t* value) { ___typeName_4 = value; Il2CppCodeGenWriteBarrier((&___typeName_4), value); } inline static int32_t get_offset_of_fullTypeName_5() { return static_cast(offsetof(TypeData_t476999220, ___fullTypeName_5)); } inline String_t* get_fullTypeName_5() const { return ___fullTypeName_5; } inline String_t** get_address_of_fullTypeName_5() { return &___fullTypeName_5; } inline void set_fullTypeName_5(String_t* value) { ___fullTypeName_5 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_5), value); } inline static int32_t get_offset_of_listItemTypeData_6() { return static_cast(offsetof(TypeData_t476999220, ___listItemTypeData_6)); } inline TypeData_t476999220 * get_listItemTypeData_6() const { return ___listItemTypeData_6; } inline TypeData_t476999220 ** get_address_of_listItemTypeData_6() { return &___listItemTypeData_6; } inline void set_listItemTypeData_6(TypeData_t476999220 * value) { ___listItemTypeData_6 = value; Il2CppCodeGenWriteBarrier((&___listItemTypeData_6), value); } inline static int32_t get_offset_of_mappedType_7() { return static_cast(offsetof(TypeData_t476999220, ___mappedType_7)); } inline TypeData_t476999220 * get_mappedType_7() const { return ___mappedType_7; } inline TypeData_t476999220 ** get_address_of_mappedType_7() { return &___mappedType_7; } inline void set_mappedType_7(TypeData_t476999220 * value) { ___mappedType_7 = value; Il2CppCodeGenWriteBarrier((&___mappedType_7), value); } inline static int32_t get_offset_of_facet_8() { return static_cast(offsetof(TypeData_t476999220, ___facet_8)); } inline XmlSchemaPatternFacet_t3316004401 * get_facet_8() const { return ___facet_8; } inline XmlSchemaPatternFacet_t3316004401 ** get_address_of_facet_8() { return &___facet_8; } inline void set_facet_8(XmlSchemaPatternFacet_t3316004401 * value) { ___facet_8 = value; Il2CppCodeGenWriteBarrier((&___facet_8), value); } inline static int32_t get_offset_of_hasPublicConstructor_9() { return static_cast(offsetof(TypeData_t476999220, ___hasPublicConstructor_9)); } inline bool get_hasPublicConstructor_9() const { return ___hasPublicConstructor_9; } inline bool* get_address_of_hasPublicConstructor_9() { return &___hasPublicConstructor_9; } inline void set_hasPublicConstructor_9(bool value) { ___hasPublicConstructor_9 = value; } inline static int32_t get_offset_of_nullableOverride_10() { return static_cast(offsetof(TypeData_t476999220, ___nullableOverride_10)); } inline bool get_nullableOverride_10() const { return ___nullableOverride_10; } inline bool* get_address_of_nullableOverride_10() { return &___nullableOverride_10; } inline void set_nullableOverride_10(bool value) { ___nullableOverride_10 = value; } }; struct TypeData_t476999220_StaticFields { public: // System.String[] System.Xml.Serialization.TypeData::keywords StringU5BU5D_t1281789340* ___keywords_11; public: inline static int32_t get_offset_of_keywords_11() { return static_cast(offsetof(TypeData_t476999220_StaticFields, ___keywords_11)); } inline StringU5BU5D_t1281789340* get_keywords_11() const { return ___keywords_11; } inline StringU5BU5D_t1281789340** get_address_of_keywords_11() { return &___keywords_11; } inline void set_keywords_11(StringU5BU5D_t1281789340* value) { ___keywords_11 = value; Il2CppCodeGenWriteBarrier((&___keywords_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEDATA_T476999220_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef EDITORBROWSABLEATTRIBUTE_T1475454531_H #define EDITORBROWSABLEATTRIBUTE_T1475454531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_t1475454531 : public Attribute_t861562559 { public: // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::state int32_t ___state_0; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(EditorBrowsableAttribute_t1475454531, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDITORBROWSABLEATTRIBUTE_T1475454531_H #ifndef XMLVALUEGETTER_T3904916812_H #define XMLVALUEGETTER_T3904916812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueGetter struct XmlValueGetter_t3904916812 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLVALUEGETTER_T3904916812_H #ifndef VALIDATIONEVENTHANDLER_T791314227_H #define VALIDATIONEVENTHANDLER_T791314227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONEVENTHANDLER_T791314227_H #ifndef XMLNODECHANGEDEVENTHANDLER_T1533444722_H #define XMLNODECHANGEDEVENTHANDLER_T1533444722_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODECHANGEDEVENTHANDLER_T1533444722_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1700 = { sizeof (ValidationHandler_t3551360050), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1701 = { sizeof (XmlSchemaUtil_t956145399), -1, sizeof(XmlSchemaUtil_t956145399_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable1701[10] = { XmlSchemaUtil_t956145399_StaticFields::get_offset_of_FinalAllowed_0(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_ElementBlockAllowed_1(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_ComplexTypeBlockAllowed_2(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_StrictMsCompliant_3(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_U3CU3Ef__switchU24map4B_4(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_U3CU3Ef__switchU24map4C_5(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_U3CU3Ef__switchU24map4D_6(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_U3CU3Ef__switchU24map4E_7(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_U3CU3Ef__switchU24map4F_8(), XmlSchemaUtil_t956145399_StaticFields::get_offset_of_U3CU3Ef__switchU24map50_9(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1702 = { sizeof (XmlSchemaReader_t1164558392), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1702[3] = { XmlSchemaReader_t1164558392::get_offset_of_reader_2(), XmlSchemaReader_t1164558392::get_offset_of_handler_3(), XmlSchemaReader_t1164558392::get_offset_of_hasLineInfo_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1703 = { sizeof (XmlSchemaValidationFlags_t877176585)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable1703[7] = { XmlSchemaValidationFlags_t877176585::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1704 = { sizeof (XmlTypeCode_t2623622950)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable1704[56] = { XmlTypeCode_t2623622950::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1705 = { sizeof (CodeIdentifier_t2202687290), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1706 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1707 = { sizeof (SchemaTypes_t1741406581)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable1707[9] = { SchemaTypes_t1741406581::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1708 = { sizeof (TypeData_t476999220), -1, sizeof(TypeData_t476999220_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable1708[12] = { TypeData_t476999220::get_offset_of_type_0(), TypeData_t476999220::get_offset_of_elementName_1(), TypeData_t476999220::get_offset_of_sType_2(), TypeData_t476999220::get_offset_of_listItemType_3(), TypeData_t476999220::get_offset_of_typeName_4(), TypeData_t476999220::get_offset_of_fullTypeName_5(), TypeData_t476999220::get_offset_of_listItemTypeData_6(), TypeData_t476999220::get_offset_of_mappedType_7(), TypeData_t476999220::get_offset_of_facet_8(), TypeData_t476999220::get_offset_of_hasPublicConstructor_9(), TypeData_t476999220::get_offset_of_nullableOverride_10(), TypeData_t476999220_StaticFields::get_offset_of_keywords_11(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1709 = { sizeof (TypeTranslator_t3446962748), -1, sizeof(TypeTranslator_t3446962748_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable1709[4] = { TypeTranslator_t3446962748_StaticFields::get_offset_of_nameCache_0(), TypeTranslator_t3446962748_StaticFields::get_offset_of_primitiveTypes_1(), TypeTranslator_t3446962748_StaticFields::get_offset_of_primitiveArrayTypes_2(), TypeTranslator_t3446962748_StaticFields::get_offset_of_nullableTypes_3(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1710 = { sizeof (XmlAnyAttributeAttribute_t1449326428), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1711 = { sizeof (XmlAnyElementAttribute_t4038919363), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1711[1] = { XmlAnyElementAttribute_t4038919363::get_offset_of_order_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1712 = { sizeof (XmlAttributeAttribute_t2511360870), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1712[2] = { XmlAttributeAttribute_t2511360870::get_offset_of_attributeName_0(), XmlAttributeAttribute_t2511360870::get_offset_of_dataType_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1713 = { sizeof (XmlElementAttribute_t17472343), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1713[3] = { XmlElementAttribute_t17472343::get_offset_of_elementName_0(), XmlElementAttribute_t17472343::get_offset_of_type_1(), XmlElementAttribute_t17472343::get_offset_of_order_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1714 = { sizeof (XmlEnumAttribute_t106705320), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1714[1] = { XmlEnumAttribute_t106705320::get_offset_of_name_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1715 = { sizeof (XmlIgnoreAttribute_t1428424057), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1716 = { sizeof (XmlNamespaceDeclarationsAttribute_t966425202), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1717 = { sizeof (XmlRootAttribute_t2306097217), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1717[3] = { XmlRootAttribute_t2306097217::get_offset_of_elementName_0(), XmlRootAttribute_t2306097217::get_offset_of_isNullable_1(), XmlRootAttribute_t2306097217::get_offset_of_ns_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1718 = { sizeof (XmlSerializerNamespaces_t2702737953), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1718[1] = { XmlSerializerNamespaces_t2702737953::get_offset_of_namespaces_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1719 = { sizeof (XmlTextAttribute_t499390083), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1720 = { sizeof (XQueryConvert_t2841811029), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1721 = { sizeof (XmlNodeChangedEventHandler_t1533444722), sizeof(Il2CppMethodPointer), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1722 = { sizeof (ValidationEventHandler_t791314227), sizeof(Il2CppMethodPointer), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1723 = { sizeof (XmlValueGetter_t3904916812), sizeof(Il2CppMethodPointer), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1724 = { sizeof (U3CPrivateImplementationDetailsU3E_t3057255363), -1, sizeof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable1724[19] = { U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D0_0(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D1_1(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D2_2(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D3_3(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D4_4(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D5_5(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D6_6(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D7_7(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D8_8(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D18_9(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D36_10(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D37_11(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D38_12(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D39_13(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D40_14(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D41_15(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D42_16(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D43_17(), U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields::get_offset_of_U24U24fieldU2D44_18(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1725 = { sizeof (U24ArrayTypeU24208_t3503460108)+ sizeof (RuntimeObject), sizeof(U24ArrayTypeU24208_t3503460108 ), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1726 = { sizeof (U24ArrayTypeU24236_t1547144958)+ sizeof (RuntimeObject), sizeof(U24ArrayTypeU24236_t1547144958 ), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1727 = { sizeof (U24ArrayTypeU2472_t1683523543)+ sizeof (RuntimeObject), sizeof(U24ArrayTypeU2472_t1683523543 ), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1728 = { sizeof (U24ArrayTypeU241532_t2333946162)+ sizeof (RuntimeObject), sizeof(U24ArrayTypeU241532_t2333946162 ), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1729 = { sizeof (U24ArrayTypeU2412_t2490092598)+ sizeof (RuntimeObject), sizeof(U24ArrayTypeU2412_t2490092598 ), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1730 = { sizeof (U24ArrayTypeU248_t3244137464)+ sizeof (RuntimeObject), sizeof(U24ArrayTypeU248_t3244137464 ), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1731 = { sizeof (U24ArrayTypeU24256_t1929481984)+ sizeof (RuntimeObject), sizeof(U24ArrayTypeU24256_t1929481984 ), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1732 = { sizeof (U24ArrayTypeU241280_t4290130235)+ sizeof (RuntimeObject), sizeof(U24ArrayTypeU241280_t4290130235 ), 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1733 = { sizeof (U3CModuleU3E_t692745529), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1734 = { sizeof (Locale_t4128636109), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1735 = { sizeof (MonoTODOAttribute_t4131080584), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1735[1] = { MonoTODOAttribute_t4131080584::get_offset_of_comment_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1736 = { 0, 0, 0, 0 }; extern const int32_t g_FieldOffsetTable1736[7] = { 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1737 = { 0, 0, 0, 0 }; extern const int32_t g_FieldOffsetTable1737[5] = { 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1738 = { 0, 0, 0, 0 }; extern const int32_t g_FieldOffsetTable1738[4] = { 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1739 = { 0, 0, 0, 0 }; extern const int32_t g_FieldOffsetTable1739[5] = { 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1740 = { 0, 0, 0, 0 }; extern const int32_t g_FieldOffsetTable1740[3] = { 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1741 = { 0, 0, 0, 0 }; extern const int32_t g_FieldOffsetTable1741[3] = { 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1742 = { 0, 0, 0, 0 }; extern const int32_t g_FieldOffsetTable1742[3] = { 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1743 = { sizeof (HybridDictionary_t4070033136), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1743[3] = { HybridDictionary_t4070033136::get_offset_of_caseInsensitive_0(), HybridDictionary_t4070033136::get_offset_of_hashtable_1(), HybridDictionary_t4070033136::get_offset_of_list_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1744 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1745 = { sizeof (ListDictionary_t1624492310), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1745[4] = { ListDictionary_t1624492310::get_offset_of_count_0(), ListDictionary_t1624492310::get_offset_of_version_1(), ListDictionary_t1624492310::get_offset_of_head_2(), ListDictionary_t1624492310::get_offset_of_comparer_3(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1746 = { sizeof (DictionaryNode_t417719465), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1746[3] = { DictionaryNode_t417719465::get_offset_of_key_0(), DictionaryNode_t417719465::get_offset_of_value_1(), DictionaryNode_t417719465::get_offset_of_next_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1747 = { sizeof (DictionaryNodeEnumerator_t1673829610), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1747[4] = { DictionaryNodeEnumerator_t1673829610::get_offset_of_dict_0(), DictionaryNodeEnumerator_t1673829610::get_offset_of_isAtStart_1(), DictionaryNodeEnumerator_t1673829610::get_offset_of_current_2(), DictionaryNodeEnumerator_t1673829610::get_offset_of_version_3(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1748 = { sizeof (DictionaryNodeCollection_t819283804), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1748[2] = { DictionaryNodeCollection_t819283804::get_offset_of_dict_0(), DictionaryNodeCollection_t819283804::get_offset_of_isKeyList_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1749 = { sizeof (DictionaryNodeCollectionEnumerator_t2863182637), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1749[2] = { DictionaryNodeCollectionEnumerator_t2863182637::get_offset_of_inner_0(), DictionaryNodeCollectionEnumerator_t2863182637::get_offset_of_isKeyList_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1750 = { sizeof (NameObjectCollectionBase_t2091847364), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1750[10] = { NameObjectCollectionBase_t2091847364::get_offset_of_m_ItemsContainer_0(), NameObjectCollectionBase_t2091847364::get_offset_of_m_NullKeyItem_1(), NameObjectCollectionBase_t2091847364::get_offset_of_m_ItemsArray_2(), NameObjectCollectionBase_t2091847364::get_offset_of_m_hashprovider_3(), NameObjectCollectionBase_t2091847364::get_offset_of_m_comparer_4(), NameObjectCollectionBase_t2091847364::get_offset_of_m_defCapacity_5(), NameObjectCollectionBase_t2091847364::get_offset_of_m_readonly_6(), NameObjectCollectionBase_t2091847364::get_offset_of_infoCopy_7(), NameObjectCollectionBase_t2091847364::get_offset_of_keyscoll_8(), NameObjectCollectionBase_t2091847364::get_offset_of_equality_comparer_9(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1751 = { sizeof (_Item_t2272350267), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1751[2] = { _Item_t2272350267::get_offset_of_key_0(), _Item_t2272350267::get_offset_of_value_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1752 = { sizeof (_KeysEnumerator_t4246666432), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1752[2] = { _KeysEnumerator_t4246666432::get_offset_of_m_collection_0(), _KeysEnumerator_t4246666432::get_offset_of_m_position_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1753 = { sizeof (KeysCollection_t1318642398), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1753[1] = { KeysCollection_t1318642398::get_offset_of_m_collection_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1754 = { sizeof (NameValueCollection_t407452768), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1754[2] = { NameValueCollection_t407452768::get_offset_of_cachedAllKeys_10(), NameValueCollection_t407452768::get_offset_of_cachedAll_11(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1755 = { sizeof (OrderedDictionary_t2617496293), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1755[6] = { OrderedDictionary_t2617496293::get_offset_of_list_0(), OrderedDictionary_t2617496293::get_offset_of_hash_1(), OrderedDictionary_t2617496293::get_offset_of_readOnly_2(), OrderedDictionary_t2617496293::get_offset_of_initialCapacity_3(), OrderedDictionary_t2617496293::get_offset_of_serializationInfo_4(), OrderedDictionary_t2617496293::get_offset_of_comparer_5(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1756 = { sizeof (OrderedEntryCollectionEnumerator_t1171499853), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1756[1] = { OrderedEntryCollectionEnumerator_t1171499853::get_offset_of_listEnumerator_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1757 = { sizeof (OrderedCollection_t2804082187), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1757[2] = { OrderedCollection_t2804082187::get_offset_of_list_0(), OrderedCollection_t2804082187::get_offset_of_isKeyList_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1758 = { sizeof (OrderedCollectionEnumerator_t3799789192), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1758[2] = { OrderedCollectionEnumerator_t3799789192::get_offset_of_isKeyList_0(), OrderedCollectionEnumerator_t3799789192::get_offset_of_listEnumerator_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1759 = { sizeof (StringCollection_t167406615), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1759[1] = { StringCollection_t167406615::get_offset_of_data_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1760 = { sizeof (StringDictionary_t120437468), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1760[1] = { StringDictionary_t120437468::get_offset_of_contents_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1761 = { sizeof (StringEnumerator_t3934291441), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1761[1] = { StringEnumerator_t3934291441::get_offset_of_enumerable_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1762 = { sizeof (ArrayConverter_t1750795769), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1763 = { sizeof (ArrayPropertyDescriptor_t157990669), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1763[2] = { ArrayPropertyDescriptor_t157990669::get_offset_of_index_3(), ArrayPropertyDescriptor_t157990669::get_offset_of_array_type_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1764 = { sizeof (AttributeCollection_t4221220734), -1, sizeof(AttributeCollection_t4221220734_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable1764[2] = { AttributeCollection_t4221220734::get_offset_of_attrList_0(), AttributeCollection_t4221220734_StaticFields::get_offset_of_Empty_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1765 = { sizeof (BaseNumberConverter_t312147029), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1765[1] = { BaseNumberConverter_t312147029::get_offset_of_InnerType_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1766 = { sizeof (BooleanConverter_t941538927), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1767 = { sizeof (ByteConverter_t1408362843), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1768 = { sizeof (CharConverter_t747842913), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1769 = { sizeof (CollectionConverter_t3078846443), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1770 = { sizeof (ComponentCollection_t1445440302), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1771 = { sizeof (ComponentConverter_t118941221), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1772 = { sizeof (CultureInfoConverter_t81550636), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1772[1] = { CultureInfoConverter_t81550636::get_offset_of__standardValues_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1773 = { sizeof (CultureInfoComparer_t1184699714), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1774 = { sizeof (DateTimeConverter_t2298802450), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1775 = { sizeof (DecimalConverter_t3574141665), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1776 = { sizeof (DefaultValueAttribute_t587583663), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1776[1] = { DefaultValueAttribute_t587583663::get_offset_of_DefaultValue_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1777 = { sizeof (DesignerAttribute_t2079716647), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1777[2] = { DesignerAttribute_t2079716647::get_offset_of_name_0(), DesignerAttribute_t2079716647::get_offset_of_basetypename_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1778 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1779 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1780 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1781 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1782 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1783 = { sizeof (DesignerSerializerAttribute_t1570548024), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1783[2] = { DesignerSerializerAttribute_t1570548024::get_offset_of_serializerTypeName_0(), DesignerSerializerAttribute_t1570548024::get_offset_of_baseSerializerTypeName_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1784 = { sizeof (InstanceDescriptor_t657473484), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1784[3] = { InstanceDescriptor_t657473484::get_offset_of_member_0(), InstanceDescriptor_t657473484::get_offset_of_arguments_1(), InstanceDescriptor_t657473484::get_offset_of_isComplete_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1785 = { sizeof (RootDesignerSerializerAttribute_t3074689342), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1785[3] = { RootDesignerSerializerAttribute_t3074689342::get_offset_of_serializer_0(), RootDesignerSerializerAttribute_t3074689342::get_offset_of_baseserializer_1(), RootDesignerSerializerAttribute_t3074689342::get_offset_of_reload_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1786 = { sizeof (DoubleConverter_t805142290), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1787 = { sizeof (EditorBrowsableAttribute_t1475454531), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1787[1] = { EditorBrowsableAttribute_t1475454531::get_offset_of_state_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1788 = { sizeof (EditorBrowsableState_t2839071299)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable1788[4] = { EditorBrowsableState_t2839071299::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1789 = { sizeof (EnumConverter_t1688858217), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable1789[2] = { EnumConverter_t1688858217::get_offset_of_type_0(), EnumConverter_t1688858217::get_offset_of_stdValues_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1790 = { sizeof (EnumComparer_t557155003), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1791 = { sizeof (GuidConverter_t3396672461), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1792 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1793 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1794 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1795 = { sizeof (Int16Converter_t1119562914), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1796 = { sizeof (Int32Converter_t677227065), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1797 = { sizeof (Int64Converter_t1092099567), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1798 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize1799 = { 0, -1, 0, 0 }; #ifdef __clang__ #pragma clang diagnostic pop #endif