43339 lines
2.1 MiB
43339 lines
2.1 MiB
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <cstring>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <cmath>
|
|
#include <limits>
|
|
#include <assert.h>
|
|
#include <stdint.h>
|
|
|
|
#include "codegen/il2cpp-codegen.h"
|
|
#include "il2cpp-object-internals.h"
|
|
|
|
template <typename R, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct InterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct InterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.IDictionary`2<System.Object,System.Object>
|
|
struct IDictionary_2_tF77278125F2C7A401884F0168E974ADB442020AF;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
|
|
// System.Collections.Generic.IEnumerator`1<FairyGUI.GPath/Segment>
|
|
struct IEnumerator_1_tF730FD3438E77167B37E602B7D3F515D7F29AF41;
|
|
// System.Collections.Generic.IEnumerator`1<FairyGUI.GPathPoint>
|
|
struct IEnumerator_1_tF04A5514A0F1888A5C66DBDDAB785209DA8D448C;
|
|
// System.Collections.Generic.IEnumerator`1<FairyGUI.TextField/CharPosition>
|
|
struct IEnumerator_1_t93DF642BBB555AD95D27A1374BDFFB50F47A16E5;
|
|
// System.Collections.Generic.IEnumerator`1<FairyGUI.UpdateContext/ClipInfo>
|
|
struct IEnumerator_1_tBF49CFB109BD58103B80CB033F501C60CF07F0B5;
|
|
// System.Collections.Generic.IEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>
|
|
struct IEnumerator_1_t9CD1FA582CA0568524E39B89406439AB1A7F1E41;
|
|
// System.Collections.Generic.IEnumerator`1<LuaInterface.LuaFunction/FuncData>
|
|
struct IEnumerator_1_tD564F5D583713F03FA22EA46B5A8B1A0689C849E;
|
|
// System.Collections.Generic.IEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>
|
|
struct IEnumerator_1_tE7D70BCDCD5D15A657EF86A95E42A15ABE73D4AD;
|
|
// System.Collections.Generic.IEnumerator`1<Mono.Security.Uri/UriScheme>
|
|
struct IEnumerator_1_tDCBF99A54F5EBF706BD9662336FCD4C633D8F3F5;
|
|
// System.Collections.Generic.IEnumerator`1<System.ArraySegment`1<System.Byte>>
|
|
struct IEnumerator_1_t81F042F4E4B9D893541DB4439A4AC08985F06AA6;
|
|
// System.Collections.Generic.IEnumerator`1<System.Boolean>
|
|
struct IEnumerator_1_t79DBAD8EFA3332B8CE0D7CBEF6F1AC175331AC38;
|
|
// System.Collections.Generic.IEnumerator`1<System.Byte>
|
|
struct IEnumerator_1_t687CC016C273A05B2269AF904753378F23CC9A11;
|
|
// System.Collections.Generic.IEnumerator`1<System.ByteEnum>
|
|
struct IEnumerator_1_t3B5F04A1BD5D067445BBBB77D3F989E6455DF8E2;
|
|
// System.Collections.Generic.IEnumerator`1<System.Char>
|
|
struct IEnumerator_1_t387105D0C86717A466D95275A7A3B452ABAE584B;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.DictionaryEntry>
|
|
struct IEnumerator_1_t5B9D780B7C765F579A944AAA5F5EA695E22DBD42;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>
|
|
struct IEnumerator_1_t35ADDFD4BFC13E4041E6E323B202128FE5AD4DD6;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int16,System.Object>>
|
|
struct IEnumerator_1_tDD983269623970D9682077997CE9971C28C66705;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>
|
|
struct IEnumerator_1_tE4F28B68692C32A373838E78B5513ED86C38FE8C;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers>>
|
|
struct IEnumerator_1_t9F0DF3576857DDCD4FFB02E6404344710071F6D6;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>
|
|
struct IEnumerator_1_t0D07613AC6104A88E61107D258062F4144FFEFCF;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>
|
|
struct IEnumerator_1_tC257C673A6D300E7534A668C940F9EE6627DEA18;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>
|
|
struct IEnumerator_1_t3F54DF7A15E2D42F6712DF9E28B99EA7B20EFB3E;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>
|
|
struct IEnumerator_1_t66D7530600235579D0759BF60FFCFF0C74DA05D8;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>
|
|
struct IEnumerator_1_tC4ACF3CCA6AF8BD7A29BB9BA49CD0E75D5C816AD;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>
|
|
struct IEnumerator_1_tC64BE21D01198B31865C8915B109448B73D98DAE;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int64>>
|
|
struct IEnumerator_1_tF0784D2943DADB14DD5693518A6C9419D5DADF95;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>
|
|
struct IEnumerator_1_t887BA9BBA0B9863B696CFD702F2CA0D308A144AB;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>
|
|
struct IEnumerator_1_t4C3EE38864EB93D9B6EE6566C1D2534D63CDD56A;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>
|
|
struct IEnumerator_1_t2EF432B1AA792F009CFD7F8D43F1DB364A9D7B3A;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>
|
|
struct IEnumerator_1_tFAD4057E9587DEC01E51518AC6698EE07A7D623C;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>
|
|
struct IEnumerator_1_tA6E50BE229F5C0FE8597F6751AC93B0639694DF6;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt64Enum,System.Object>>
|
|
struct IEnumerator_1_tEEB8802ADC770180CB793125800909B70F717557;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>
|
|
struct IEnumerator_1_tDD9B2A3B6F1EF1AE19B907D904FED73A1D6457C6;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkHash128,System.Object>>
|
|
struct IEnumerator_1_t467B0130AD8C084F88D2DD9A8A1144D181380E43;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>>
|
|
struct IEnumerator_1_t03E46DDE387A9F46400AB69FCC460F710ECCA2C8;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkSceneId,System.Object>>
|
|
struct IEnumerator_1_tAED3A0BE98B32AFB11EBA0C058E13BB72C0A049B;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>
|
|
struct IEnumerator_1_t85D53ABB8DACEDE688A57927AFF420D80103491B;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>
|
|
struct IEnumerator_1_t79EDBD83CDC4CB69E3C6DB0D996FC99C0F4C7BB4;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Int32>>
|
|
struct IEnumerator_1_tBABE9327D45707904A4292805950F89436419AD7;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>
|
|
struct IEnumerator_1_t0F43B1A26F529DC867FFBB65C4FCDB4AEA3EE1D7;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.HashSet`1/Slot<UnityEngine.Networking.NetworkInstanceId>>
|
|
struct IEnumerator_1_t9BD6BEC03D9D61F3DDCF06EFB917584E6FC8EF43;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>
|
|
struct IEnumerator_1_t02CDE13F75AA835D240C4E98BC35C5BC1C75C771;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>
|
|
struct IEnumerator_1_t556F375C642A9AB0086FDCB28ECEF802DD6A0852;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>>
|
|
struct IEnumerator_1_t9128D3ED767620ED70A94C81F3DAF3670C160919;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>
|
|
struct IEnumerator_1_tCCFC72A59ECFB2EC77FA0D65CCBFA69097497D0A;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers>>
|
|
struct IEnumerator_1_t79F3A9C46748323BBCDBB6ADBC98241E001E8BF2;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>
|
|
struct IEnumerator_1_tB34E65FDB9A87BC1E74BE18225CC18F34145752C;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>
|
|
struct IEnumerator_1_tF799860A8DE70CA4ADB43AB0EC043D22DD5A65DC;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>
|
|
struct IEnumerator_1_tC5D574277A7C31DA393198D9B5DE9EF1827CFA36;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>
|
|
struct IEnumerator_1_tD039EB6BAE65AC4D6D18E94B6D7B2C34B6122174;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>
|
|
struct IEnumerator_1_tA46244A458AC038F07EEB25A426F798695A3A943;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>
|
|
struct IEnumerator_1_t978EBBC32767AB904800D8C6262E3E4299FCC5FD;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>>
|
|
struct IEnumerator_1_t8DAE32F136A2B43775D644D9E9D991B833856BEA;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>
|
|
struct IEnumerator_1_t39E38FE05BA56E52F289FB73BC17DC6BA5FA7540;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>
|
|
struct IEnumerator_1_t0D0CED86DAC255BACC0E644D39E1AB3D51FB121F;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>
|
|
struct IEnumerator_1_t7E666347A94599911838107E49A669BAB7CF699F;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>
|
|
struct IEnumerator_1_t45DAD2189950A0408F284586980E9FF8407D34E5;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>
|
|
struct IEnumerator_1_tAADB4051C60026CF32305F6B638390B688B46C5E;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>>
|
|
struct IEnumerator_1_t6A04DE7BD578626D521AC4E2636696C7456EFDCE;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>
|
|
struct IEnumerator_1_tF6E67BAB56E454169A405CC1F0375B20FF9B7DF1;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>>
|
|
struct IEnumerator_1_t7CD24C32B8BF3023428342ED4E137A2964CF8035;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>>
|
|
struct IEnumerator_1_t80B43178AD340460C48A75314AB345F5ED76D31D;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>>
|
|
struct IEnumerator_1_t324FCC1AC98933A91A194AF26A1F84BE9E10976C;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>
|
|
struct IEnumerator_1_t35971B26EEDE6F2BE081EF7BD35EC9AA8A6C798D;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>
|
|
struct IEnumerator_1_t6211B92F4572FA8B12FA1B3CF8337DA203675086;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Hashtable/bucket>
|
|
struct IEnumerator_1_t45C8FE2E95DDF2BE2D10696D7A5D2D101BE78ECD;
|
|
// System.Collections.Generic.IEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>
|
|
struct IEnumerator_1_t6795FC90757BBCFF0DA1BE62E0C589298660A7BA;
|
|
// System.Collections.Generic.IEnumerator`1<System.DateTime>
|
|
struct IEnumerator_1_tDBE2309319AFD37E854F79FD79BC9C7715CEF41A;
|
|
// System.Collections.Generic.IEnumerator`1<System.Decimal>
|
|
struct IEnumerator_1_tAAD992D06473C03AE1A8B5A97A8C198455F7ED09;
|
|
// System.Collections.Generic.IEnumerator`1<System.Double>
|
|
struct IEnumerator_1_tF3D07B78C86008E6B7D0E95C998F1F69D605F283;
|
|
// System.Collections.Generic.IEnumerator`1<System.Globalization.InternalCodePageDataItem>
|
|
struct IEnumerator_1_tA30E000AF41B7C524AA41755454EACE4091D1319;
|
|
// System.Collections.Generic.IEnumerator`1<System.Globalization.InternalEncodingDataItem>
|
|
struct IEnumerator_1_t98B00A8B4529C2562466B17417CA13D649C0D70A;
|
|
// System.Collections.Generic.IEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>
|
|
struct IEnumerator_1_t155D52167F2959084B826DABDB5F4808E39EC163;
|
|
// System.Collections.Generic.IEnumerator`1<System.Guid>
|
|
struct IEnumerator_1_tA978805521DCFDFEC9496C67D4010C4172B2BA52;
|
|
// System.Collections.Generic.IEnumerator`1<System.Int16>
|
|
struct IEnumerator_1_t7CD6621184A23A09372895BDC4022B1BFAD79341;
|
|
// System.Collections.Generic.IEnumerator`1<System.Int32>
|
|
struct IEnumerator_1_t7348E69CA57FC75395C9BBB4A9FBB33953F29F27;
|
|
// System.Collections.Generic.IEnumerator`1<System.Int32Enum>
|
|
struct IEnumerator_1_tBB5C38D596DD71B1D803D2D1704C3875810E562D;
|
|
// System.Collections.Generic.IEnumerator`1<System.Int64>
|
|
struct IEnumerator_1_tCE7FAEBD9C8F140E2AE41F5FED27F05C5AFD6875;
|
|
// System.Collections.Generic.IEnumerator`1<System.IntPtr>
|
|
struct IEnumerator_1_tC85FE7C0F2045786C13A38CE204974E3013786C5;
|
|
// System.Collections.Generic.IEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>
|
|
struct IEnumerator_1_tFA95081295506F9CC29A08C5255D394FE039FDA2;
|
|
// System.Collections.Generic.IEnumerator`1<System.Net.HeaderVariantInfo>
|
|
struct IEnumerator_1_tF83B929F3F3140D4E8CCED5F3AB32FD1CB638970;
|
|
// System.Collections.Generic.IEnumerator`1<System.Net.Sockets.Socket/WSABUF>
|
|
struct IEnumerator_1_t805D37DF7C1D3C84784411FF929612790FAB4870;
|
|
// System.Collections.Generic.IEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct IEnumerator_1_t682B802249E248AE4877B6C5D6CBE7110FEF0A8A;
|
|
// System.Collections.Generic.IEnumerator`1<System.Object>
|
|
struct IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8;
|
|
// System.Collections.Generic.IEnumerator`1<System.ParameterizedStrings/FormatParam>
|
|
struct IEnumerator_1_tA5641B8A284135602409CF2D19F787E9E0806A12;
|
|
// System.Collections.Generic.IEnumerator`1<System.Reflection.CustomAttributeNamedArgument>
|
|
struct IEnumerator_1_t8450E008DD928AC26B0925729A17C3068E4226A2;
|
|
// System.Collections.Generic.IEnumerator`1<System.Reflection.CustomAttributeTypedArgument>
|
|
struct IEnumerator_1_t802C759DABD12418588DEB5035C04C8258BC8895;
|
|
// System.Collections.Generic.IEnumerator`1<System.Reflection.ParameterModifier>
|
|
struct IEnumerator_1_tC5F79F1EA1B1F829506AAC13E2977438547F814A;
|
|
// System.Collections.Generic.IEnumerator`1<System.Resources.ResourceLocator>
|
|
struct IEnumerator_1_t155886EF5EF9865CF5783C02DFCA72912CC054B2;
|
|
// System.Collections.Generic.IEnumerator`1<System.Runtime.CompilerServices.Ephemeron>
|
|
struct IEnumerator_1_t64866977C4BDE06400C06ABE433215420EF9A2B8;
|
|
// System.Collections.Generic.IEnumerator`1<System.Runtime.InteropServices.GCHandle>
|
|
struct IEnumerator_1_tC74EAAC4D35321EE5E0DC07073FBD3804A093FA9;
|
|
// System.Collections.Generic.IEnumerator`1<System.SByte>
|
|
struct IEnumerator_1_t52ED272CE30E77071A66B7FDCEC4EFA536ABF791;
|
|
// System.Collections.Generic.IEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>
|
|
struct IEnumerator_1_t6E8BF4881FC0E183D009233268064828897BA55E;
|
|
// System.Collections.Generic.IEnumerator`1<System.Single>
|
|
struct IEnumerator_1_t5BBF33C66D868C3B9C722A703D57C2AD3F18EE30;
|
|
// System.Collections.Generic.IEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>
|
|
struct IEnumerator_1_tC8EDA3A90E089B364E4E171C558F8B59F2C0CEF2;
|
|
// System.Collections.Generic.IEnumerator`1<System.Threading.CancellationTokenRegistration>
|
|
struct IEnumerator_1_t35347A551F56DB5A31074DF2BCE56842E54170E3;
|
|
// System.Collections.Generic.IEnumerator`1<System.TimeSpan>
|
|
struct IEnumerator_1_t0E69880D3424E3C7461605AFBA4094EF9266817F;
|
|
// System.Collections.Generic.IEnumerator`1<System.UInt16>
|
|
struct IEnumerator_1_t8A51190A4BC81CCB62039368AE14735C0B78D2DE;
|
|
// System.Collections.Generic.IEnumerator`1<System.UInt16Enum>
|
|
struct IEnumerator_1_t5ABCE4DE9F57E05CD6FEC303BBBA2E8E8994FA48;
|
|
// System.Collections.Generic.IEnumerator`1<System.UInt32>
|
|
struct IEnumerator_1_t6AEF21B80E2C499BFFB48F8148C3026FBBA3FD72;
|
|
// System.Collections.Generic.IEnumerator`1<System.UInt32Enum>
|
|
struct IEnumerator_1_t2B79DBA8E93E45A36DA2BAA6D4AA8578363254BC;
|
|
// System.Collections.Generic.IEnumerator`1<System.UInt64>
|
|
struct IEnumerator_1_t55C0D275AC39C9FB7EC6BBEE032DF559601B7912;
|
|
// System.Collections.Generic.IEnumerator`1<System.UInt64Enum>
|
|
struct IEnumerator_1_tDF5192FA28013DD54CD599623CD56CDB4F4BE390;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.AccelerationEvent>
|
|
struct IEnumerator_1_tF8D34271EB58C10E923F4928526B80D48077C553;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.AnimatorClipInfo>
|
|
struct IEnumerator_1_t4CE5E55B978FC1ADDFFB8187CFA9D6330029C737;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>
|
|
struct IEnumerator_1_tE2F8D4A421684600068EBB3AF066CA5F08047FD0;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Color32>
|
|
struct IEnumerator_1_t89E84748B8A8ECCBFDC1B8AF282F39C1B0470BFB;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Color>
|
|
struct IEnumerator_1_t0638332EFD035585B4823AA79523D07700C1F251;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.ContactPoint2D>
|
|
struct IEnumerator_1_tA695A12BCEAA9FF07F62AC4C28631550CE9E77D7;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.ContactPoint>
|
|
struct IEnumerator_1_tAFFF18C323E8DF29B53F2669296D9AC4D0581616;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>
|
|
struct IEnumerator_1_tD9D3BB20C184568D47EBBBC0FC9090BD04C254F2;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>
|
|
struct IEnumerator_1_t27988A24DAF585CB0D3324CFF45786A08B67F6F9;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Keyframe>
|
|
struct IEnumerator_1_t224CFB014D80EF0A37F508A71E6B66B910AE4FC7;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>
|
|
struct IEnumerator_1_tE74C306FA0AF465ED3606EBE9F9340C257037D1C;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Matrix4x4>
|
|
struct IEnumerator_1_tA7FC77E6BFD42DA6327C2D2B81A616543C0177F2;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Networking.ChannelPacket>
|
|
struct IEnumerator_1_t5E831F3AC2218605ECD99B2D44F082EA4CEB0E80;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Networking.ClientScene/PendingOwner>
|
|
struct IEnumerator_1_t32E16955EB3EEFD9407EB6504D37746037BFE552;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Networking.LocalClient/InternalMsg>
|
|
struct IEnumerator_1_t4727084FAC0D61B4FA92CC64411C66D8D318F42A;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Networking.NetworkBroadcastResult>
|
|
struct IEnumerator_1_t4D4B1DFE20BCA845D4ACDEFEF85BA9236DE93A29;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Networking.NetworkHash128>
|
|
struct IEnumerator_1_t528E104550701D6004ACF3445E9116EC1DB84236;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Networking.NetworkInstanceId>
|
|
struct IEnumerator_1_tB35741895408D602FC903A0735EA155B1C002658;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.Networking.NetworkLobbyManager/PendingPlayer>
|
|
struct IEnumerator_1_t92ACCD68E8244A05BD0C0CEA0C81E7F1C1DC0082;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<UnityEngine.Networking.NetworkMigrationManager/PendingPlayerInfo>
|
|
struct List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15;
|
|
// System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>
|
|
struct Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
|
|
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.MonoTypeInfo
|
|
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Predicate`1<System.Object>
|
|
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
|
|
// System.RankException
|
|
struct RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Reflection.RuntimeConstructorInfo
|
|
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.RuntimeType
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F;
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Threading.CancellationCallbackInfo
|
|
struct CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36;
|
|
// System.Threading.ManualResetEvent
|
|
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
|
|
// System.Threading.SendOrPostCallback
|
|
struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01;
|
|
// System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>
|
|
struct SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// UnityEngine.Camera
|
|
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
|
|
// UnityEngine.Events.UnityAction
|
|
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
|
|
// UnityEngine.LowLevel.PlayerLoopSystem/UpdateFunction
|
|
struct UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E;
|
|
// UnityEngine.LowLevel.PlayerLoopSystem[]
|
|
struct PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77;
|
|
// UnityEngine.Networking.NetworkConnection
|
|
struct NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA;
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
|
|
// UnityEngine.Playables.PlayableBinding/CreateOutputMethod
|
|
struct CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3;
|
|
// UnityEngine.Playables.PlayableBinding[]
|
|
struct PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB;
|
|
// UnityEngine.ReflectionProbe
|
|
struct ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C;
|
|
// UnityEngine.UIElements.EventBase
|
|
struct EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD;
|
|
// UnityEngine.UIElements.Focusable
|
|
struct Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B;
|
|
// UnityEngine.UIElements.IPanel
|
|
struct IPanel_t3AAE62317DEE1C12E547C78C27556B659DE4F20A;
|
|
// UnityEngine.UIElements.VisualElement
|
|
struct VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral04444310B8C9D216A6BC1D1CC9542ECC75BC02DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2037DE437C80264CCBCE8A8B61D0BF9F593D2322;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF18BFB74E613AFB11F36BDD80CF05CD5DFAD98D6;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m4B4A54B930D5936139ECC7711E8D2521786E9A05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mC91324E8E443DFDDE580BEE7CE66D8881FF9C5DC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_mFAEED59DD49506503DB53CE977E3C418E5BB36BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6AECDD298E6AC92CC72702A1B1C96588D4B07F5B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m0D2E2864EADBF73A2C6EBFF8C7CC3D794C3EFE32_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4D9360D1950655BB90BD65FF93215C4EB1FB28C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m793C289156E340DCDA8F5B8794285E57E7B1A3FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m5B618F9A33673671F482BF3D3D80305F83DB6FCE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m226A7BE60A9DE4C420AFD8A91BA50DA482122970_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mB97436A2C73DEB2369C554A7643C05B0C3BE69FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mF58FE208B63161896BFE28360FE6663BB87291BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m77FFAA37F696FBB48B4373F296D72BACB2270CB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mD82BF96BAE93A7514A59CA0777D9DC2C1DE09F2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m93EC61191E6C494F8022B1740999CC196FDDD87D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mD5270FA6667C3410F5B1AA49F5E84DC66A66260F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m19251EEFAF7552635938D69A164F83C383F20F3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mCE2C94133459E167564BAA0A1C0CA0B8C0B51655_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_m9B10EAB5640F9A8ED6941490644DD46B435254BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m2BFC8EFE09397605C631158A9E99959629E092C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mA03489ED495B4A26544E640931DF7230EFC9E023_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m686F2B2BB20CB9301C1E9B831EA77A54FE8BD269_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m07041209C2F1EE666BDB314919E63F4FF809E299_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mD8D7B594B774385BDB2A72AA5E0374B80ED1F0B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m470F59DD2EBEC6797A073CE3AB8F379EC9BD8257_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mBC42F8542C178F3E2357E90078CB3E956350AEDD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m8759B095E5C3044AC37F5E8D641B8101BF2C040A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m7DE23FA6A2A71352F2B5AB8DDDAFD136D765BF9B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m0E5BA38B1227171F0D3622E4A1772A1D6FD2EC63_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m316893934008AE8CA0FF74B05BA38ADCA9F6ED9A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m9A2BE22773B654EAA3A31E8D7472FC7D8F20621E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m75461DBB63E2F80682EA1D17FD6253C09D32C3FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m997F083C5C8EE3CC0E6A4CA112209FEE60707015_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_mBB157293B8C20C42B8B325B79D1F322AA21BD70E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m5649519047A041DB50C55A8CD2E215AF9D3C73F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m40A9A03792878380EFE56B40DFA202AAA6F57250_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m5D0B16D6CA177833DDFD1DCF4EC70AA45FBD93A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_m9A65AD6FA6A157A0FB870C7D7C07BD7F6463EFC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m309A1EDB84C5E84CECF4D18625C8C03C1A285621_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m375044099A7B11C4CDBF94DBD0B0F57367DBE122_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m3C5A47C56B1D854325CF16D5C017327AF581A7ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m50C04117E4EEB570A8D66B24AAA6267CAA2ACCFC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_mF67D33F79AF6C784DA283D23E44647A0859F2313_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m18BED6E2E3A80B408BE4AA8029F3D66BC0E0AD0D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_mBCE4BE0441D8BE471E342ABA0C6E6718847CC09B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_m4C62F821F8AFDCD06B79A463A43F93741420EB9D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m858F9DFCE9CDF6AD7A79F1C191D6A2124DA2F6B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m7EE73C53051F22B6CCBDCDB32A20B8EF8B990024_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m5D4F04F668B1AA1E0BDC4C6A867000446698ABBF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m131083B4EBC453E66F4FAEF890974453EC293E5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m38AE66B18DED41A3186F23C94901C7CB64138071_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m9A8AC75AC6000BF8E80F2EF9A8587604CB470586_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mC5B11A4FBE60BE68D374E5FF0D0A8987F814C96B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m636D9B7D8E00F65422BCCC121DC8DC1F3CEE1F6E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m2BB57367A96815A6487B408346CEFAC1E175B54C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC6C2FCD2F8E266603E77D7C4C55E2C0C4B53E8EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m320A22B08BD8FF8AFC296938C71C198903ED5CCA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m08353B953B4F2605E04A15F96CA4B41F8B146C5A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m28A74A4959A7980EF82F32542025C2564D4D23FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGuid_t_m5E5FC17E037C46047D3E3A1FAB0A26CCAED53B39_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7F7AD33EF2BD8E05C42D790435565D399E9472D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m4236D14DFBA5ED7B90C7EF581F832B3F9DEF85F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mFA41085580BB1F5E7FF2D8A9DBD249A52C40E0EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m88FD2CB511F9758B8558265BE0FC7E5AA0757F01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mD7E7276E2226BF91A483E12B8304D2F0268342DE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m72452A8A1477CF0EB0B3D8F7E7B44301AAFFF8A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisIntPtr_t_mEF6794A7255157ADB7DC00AAF6BC7EED22CE4F88_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m85651CB10071FA17FEA69BD411700EBE922E1536_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_m97B72402B98B6B277A02185590113EB8195D9531_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_m0DA960C98BE7FCF5A1462E2D04987D339F82E12E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m1980FA3B5D498EE998C1CD2844821BE5EFCFF5C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m65ED17F09BAFAEA17FE251CD6783F4315FA08A30_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1F7944011C7003D0792D00F5FFD01A75CCECB591_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mC3EF37EDBF99EB4469DCD256B0DEF3EF9E2320D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m760689FED01C56AE6B07CBA4255B44017B680FA2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_mACB41214BD470ADA272F4F021C32CC4B7320110A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m88EB3D612CBF3D9D5EE4D785E85509DC2C60CE65_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mD4451FAF7C84CC9D927682D2FC6D380D37E89B19_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mECF22C9A4C5449F63277D5017A6D8E6A40E6B41E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_mC2D64925A9106168D71138A13B1B45922BEFBF0D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m0918648057CEB2B125E56E28C98845C11A3C5C48_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_mD6C58CB34249049E3AE7B7810F68485EBC03DF1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m7C4810637C050E3A3A9AEB171E2FE4D0FA35416C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m5968E7188B87ECA8C5DBD6DD6D092D5EF9487D7A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m0DE916C09CC2B9943EE6B2EFAE428CA9C2D8190F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m3224B90448A8791884840E2C1FB3465E8F6A46B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m53A9B1FE1C92F33C849C32FCA54E4E82199F88A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_mF25DCD2D32E5F3A1FDBC09E54169972FEBC9A5E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m4A685F37CF4EE0D96ACF0404EC5FEA3650137847_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m7FD894CEEEA68DBD9801ED41D1BD5426E66F53F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_m0EC096B3A3CD40C5F5599E1135E0D96090F81073_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mCA68BD91BA7F8B80F1D1779D126B1D63C13B5876_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mF94899FDBCA8906771F228544422122C035977BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_mB1F2331A08AE1AECC7A1CBD5A74A09CED9D7D3B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_m7A69B3463524C936860F9498E19761E21B91577A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC1295241E9CC968B7A5DFF6364A6A84A607F993C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m0C463F4641C477F705E7F3BFEE24B2902B379C62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m21159920E07EAA4BFBE2967B497305124A1A87E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mE79AF1897D649AA86032DAFAD748796273A762E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_m7BD113782177C075F201529298AE04250ACF42F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_m4430651039D18A1F9FD4B4D5DEEA5032A814DF04_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m808E4A5CB87A83F76EB127546C6E733CD452E226_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_mB420576951CEAFF4FB181240C055EA8E9F11B1F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m2665F1C13DE5CD771ACA27184E20F3A43728840A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m786212D4C040FCCBD7ED3D87748D43E7FA516EDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_mC5978797EE7734133871E5C5913D49E056706149_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8BD252A7C76DA3F5D80341B94023D981DC09A61F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m45FCA5A09968FA0F8B0E42E0A9CC684AAA9DEC3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_m8CCF2F06B3BBCF91F61F4120A4C3E760C607CCB2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_mEE535BF547322E935C5E60014BCB6D828E3E2B6D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m7A81CC6BDE46DC8F19E0D7F1F00BE62FEAFE7862_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mC6F35F570795A5E488C3203BFBA7E62413935855_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m6E4E7839A6FD04ACCE76C83CE0388C388A4FE8C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_m2B9EFA87302F7D95D0BB3CE1846E9B12D9FCF24C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m5BC41DEB49B5FBEC1FFCE5098688DC4069968DD5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m3FAA3E0B53D62490AA0D67C389636BC35207B505_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m8B5DE737E8EEF33FF409B1EC9E0A02ECB008430A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m4D1B5E24B9F052866BD8148876B7FF6B706166A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mCD956B15AA8CF0B6F6BCEDA758D37D4E7B71304E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m68603DF01F6C33CE6824281E8AB53EF05B38E382_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m240594BA3E820EB80B555110CF91820F6F803C4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mAE3BC53C7063C258A48C3FE07DAAD0DE8C2F63C5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m096F3ADA1AEFE806F1004FA1272CBF3A2577218B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRuntimeObject_m47E576D38826573E56DEEF9B2CABD2FC828A96DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m4B23FFBDE41DC84DB409E72D3EC39F9BF05F032B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3630AD24DDC2FB117747A79A3F987DF84ACA57AF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m6E4D8C58453A4FCC1872C5DA00A0A7102106C10E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mE2D930AA25B00E4798757F3F54550E0479FCCB53_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m69583FAFD8113A7245B883033F98B25833169C80_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mA94782DAFC01AD50E89E78C42BED1ED3A8246A3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_mF2E974E66FADB2E8E3E0E13746D7763B19940F64_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE539A823830CAB43187316F705103AF08DCAB8E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m4E74425ED926F3B7DC4F45A02EE971E680C965D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mCE3A5E7C8106F56C5FC70E4EFE28D01845CB6A21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m3ACFF82C39F192034C8D0BB13BCA1ACA1A53150F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_mA05D2B3BAB8660497A787F69A5B6CBB3E3D2D95D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mF95D1C39AD50C508A8BCBFC5F46A6F43C70A4D16_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m46CEB442691993D1DA44D0105E4B292221FD6518_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mC5811C27545A2D0D1DABE49BFEA7A3DACBA59D08_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE8517A34378BBC633FC96B874084F7AA85E673D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFD13757938698358CF0F5BD7E7C4F0FE61EDBEF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m398010D353676A792CCA5F2C9D63EF2183B25635_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m912F4A5A7C0C9B1DC911BAB0C97BE6FDFE8FB750_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m798CBF1841CCDE2773A247D64808ED818610D0E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mAA701B1201770866405813C3D76A76D70C74DCF9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mA4FD0E08296A35001B200AAF55CB9581CA17BCCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9AC5026660C2BAFB664A00E0BA552309710E6B0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_mE87285535E4144462DCDF95D27BEB03855EE0235_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m2DE5D585328BCDF6E78A101D7DA023AF08EEC750_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mBD4E1C2EC97AE73E3099F394B88D9951660939F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m1A1FBBBFEEE19FCE35D6115696592744EBC77E68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Contains_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mB3D7E6E99B7D9381A2B903607E08992FAB9F96C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m0347FAB6036080EEDD13132292175995BE567CB6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_m528FCB70D4822E51CF28D0A453319D4339997AB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m8EEA2B72FAB01DDF024228E2EE2A626AE0F8BB53_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m677BCDB87B64CC5E3501EB7457CEF7EC0315C5A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m099DED67415FFFB735B2C59E5CDBFD2CB3166C1D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m43372F15DCCC8F472AC03409EA555A7F2BEAC7A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mE7DEE6C41A8417CD36A9F118B7B6719407ABAF5C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m56E36DCA4EFD0913CC07EEEF3BFA3F97D617ED68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m20F7B18C45468D88CFDC3824B462305C9141F615_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mA047B12A028A53C687BE764BAFA9C3559EA46A95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_m753E827042E600F7154D7188A0A64775833D6583_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m0CE2055154DD44ABACBC18A4EF3405C19D6DA750_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m0D19525B1FE8B8B7F0227CE690D3BA7EEAE11ABA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m99D3B8FFFF89B7C4286DFC23340317D47C031351_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m423C73EA4642A649419CFFBBB75FF3F1824EC8A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mA872348842283F30901935456D95007BC1D919EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mB88B0EDEC8DC75B3044ADF4259BED35B5A6C46BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD4558668018EAA43297453C90487D5D195A1A03D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_mE1B004C46618F041E79676F436EC8DF0DA4702BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m599ADE667D0A6AB4A8ECF327FCBD7AA3783977AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m6DCDF8A80A7200B3B255E619DAEAD332F61FB6A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m482F35826228743400A1F3611B9047FCAE763E30_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m12695C33CFF9CDABF7DFE2E1CBFC46787E422BF7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m3049977F2D2E02B653DB86FF858606510B59C0B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_m716574247F0A1F7F328C1F29083C3E7044557E36_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mF0AABBAF630C3C0529968AB13A8FF0D653D52450_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m9A3429760CFE2770F474338EFB66A0BA867ED824_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m257CF40F2485A06E3C7DEA5F2A163DE5BBC2AA8F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m74AFB7A368458482214AC73C7084849A46A0C3CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m30CB863CEE867E53431D25475A1B8435EAEE2AA9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m17ABDCE4FFD74B6B8C75D52CA336C28D3B04BA4B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m893199D5DCF6259D7CF331F142C490048085F94C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_m8F59054840E13562DCFDD79796E294D17BBEEC79_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mF2F70573C2BA59D4ACAD29CDB385838AE1EEDB18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m004348DABADCE44D0B2097A6CA19396EB2AB9B38_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m15CEB17A073BA7B1364932795E797A69543485AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_mEDD30832932BE3291AFAC6A014AD7E584D143AFC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m77F4E3FF858F4553A644DB081055D1B656D3E358_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m635F812B8DC16E1428CCC01A615DEEA88B414B9B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2190957569462BDB701F8BD00D07288E267C32E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m6E72260BD07941A5CD868DCFF289B72F295A25A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_m0AC7E928E884A27B5AFB0AA6572AE2A37D561432_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mA11753833748CCDE4D57FC91AB8B4348ED00CF89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_m33629C2E2285EEDF84F47AA174EB09D3BE091C7D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_mB923560C44661B59270E2C691B97593610ADFA3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m5A6F1A26AF69EBA53F83F62CC1190434261F54E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m2565415706F850322D9439298DC7D1B70F58DE58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m18222A9BA588D3433DC6233F46C4B7603FBCE2CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_mD4C50F6CDA8560B898F84D04108A100D816DB4A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mBCFC267A7990FFB6D5E1C78CB881BBC95FD57CDD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m58F060B8A09C2A562D202D2705E83613143F8D0F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m5DDD2979CF65836A88FED792ED90800A45A3FF3E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_mAECD760494FA7C1D7C657CE9F90C3DC169BDFB5C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m6D7721A30228A66D9D409AA95501BF33E051F4A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mDBDE0FE5697A9C444F94531B45A81C7925A720D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m10156AC4EDBB2F65A5CCBCEE1F832376F71F9373_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m5B7F6BE409E2459BF24F96B418647587BDD5702A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m0E17E05FD16332A64ADCCFA1539E83D01E72B0A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisGuid_t_mDD7509697ED6CF9B42EBF951C2DF7F6B204762E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_mCCE7D702D60F3845A561A8BD7D04CBD7617E7B44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m8820C92A21A4EA93333B75013951EB5AE1BC046D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m6A2002705633BC209D906F56ED41ED91150FCD75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m8745DDE5760211EBA43555334C7E99C7ED181A74_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m47EDC5B50330A912B528BF50934D7B8B8A14AABA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m16D8485E2D599B2F1A2B2872C11BBBFFC4BCD1D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisIntPtr_t_mCF05E4F9D4D390C6B60378C754C038E4F8D75320_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_mF7F24BCD2EDB8C30A5306CE00D5D5C5005D2F8A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mC70D23CCB72FFF3C6208755E148C4EC79EFA7798_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_mEBF24E15B06C99BFDCAC8ECE8D9E783285317489_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m49C99012CF749BA385755228C8EBA56402B167C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m2A796CE80943960A7BCCAF2A9AC144205A14D2EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1C62820767FF87224518220D51B808DAD9E44EE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_m8CD68243B66569AC767F2AB107FB36E1D8FDC67C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m6D062EAE6A739D095851FF0BC42E676E6FC6FC00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_m8361F3A2A95F3F2ABF597C0DFBCD646E57EFAEC6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m8FA188732B6012FBDCD3388DF9B1CD8281494D55_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m12DF094B3AA6A409B5C89BD3EFD5BB99B0E0F009_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_m800C7FA27356EF2DD59EEA0DF39823048F1783F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m97188EFC2FB94973A2A4E366306DCC87B341A50E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_mC5A6AD9B0DF18898C55E826D97208D9542C8651A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_m6EB3FAD9A387C1485585DE3108513775ED7EB1ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m8246B902E1EDB5F3FF98F3B02653886EAF703ED1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3D7C1308C223314AEB19DD43C77BE0B33C152B62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m256CFFE0E1D5E70EE706ECC2EA581581B76EB74D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m415B04505811589A19153A5051A8D104137740B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mA9B610E8FA59F276FE5516FFF418C7789029C32A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_m36B6AB23D6923E7275DBB035B6042DB23780EBFC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_mC2AE83F8B70131DD1BF1C71DCE285E7872597E77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m58CCD2D0DCE16D13BB95ACDBDFB8602B47534E3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_mD6866A3E7AADA66B48E3D8DD8B1D003D09E3A5AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m5DDF7731E556E35CEB1C24E3D0E0710078400C09_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mFC3DE30E30F80FB5C53A19816FAE456B8E5EB267_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m23268C66054298D7D4F72B8381CC911B762AFC98_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mDDB28FB54CD462641C8E4D6066B2E7EE6DE37F1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m0A4ACD1926AABA1A7A1207C99898EE2367AC717B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m160B24CE5362F4373D2CF86CD4E07707F0C5A5A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m57184B2CA173BE7DBB3C6CF849539BE83EE125BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9D1CAD99E9EB8ED6E557413E4A9289DEEF844D99_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_mD4B52C1C7A4F8573A5ECF15DC020B063146BB50C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_mBE4596F747125A7FF337C66A9BF322437EC28E19_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m405CF655DF5C9E4B5025D92FACB47F1A1A9BCF01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_m8C64E9636A1975EE0D37D84D11CF34F0D20812FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mC885D5CDFC5ACD0488071E411029B6FADED383B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD6F3210C34D4CD02B8E6D844EF3BD1295C8F6570_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m0A1630F483F3F292A7765D11CB0C10192A6F621F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8F36AE8B9B20A9770FDAFC9BD5E06AE5A7A370C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m151F0650F164C835A980057963544BEDED4E97FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_mBED4B77F74430DC10BEB1A41A2D868BF0E934653_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_m267222BE91BF9DD2A350508D6ACAD85D83A617FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m64FBCC29BF06C2E98817DE77AE463D8071BCC78C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mCFAD29AFCCB4628334B76D32D7403F3105AF2611_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mA5C9F03FA9FACBC097C1BC2FF7609EAB981AC031_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mE557005160AFED60B912386597135390F2A54EF7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m440C8F90DB0E7577E0F41475526EC3C198D722A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_mBAD176910E7442A81BFF3F274DD59C2B93EA4D3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m55C2215E437D9753C4D10C2843FB177AEBB0FC98_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m7053D90D0F63C154BC95EBA5EDBC6C3256345C9B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m0F745F758FD2AAFC4A9DC84C04FBE933CCE6A10F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m573F1CA5199B614057DF448B5F995A9122480A57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_mEEA4640930BE246B51CD1FCD79338A5CA702500C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mACCC1F0925A49F1F9F1D003A83378993F47CD0EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mCCF6082AEF46E0FC21D288F331C4E3345993021B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRuntimeObject_m08302E45150816D0B859809E88CFE9DACF8279A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m3684DD2AE69AC20D24E8C709D37DF8614C86C617_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3964F4DEBECB71D35D1B9816E3C162021D0E1035_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mC850E0373480117875581EA08DFAC0C2C6561D49_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m94CEC258739F77D5F7E604DD21BC9A1B7AE79468_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m6CFB0C635FB1BFBE6DDE1F1AF2544FCFD5FA81C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mBFD85C882673A401F4F8FD2CBDE8F5DFAF57F519_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_m90BBACFC92ECE68D019945F5DF590617F8AD6D4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mA3E331F5BF159D24E96BF0259F6D4ACB1E77BEA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mB719732245D92CEA8997B17A92AA1EDAC2DC92F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mD7B73E3DA91C321155337A25B9D422E63137701E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m534F40475838D13DC9AD333F996E61FD88305D8F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m7A88879C6A7CF4A67128C14CEFD97F4636C4870A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mBE4F81C5AD3742E669527D8D7EF867470A11D734_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m8739D0040540B689806801C9FB5CFC0DDAA80DA6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m32AE115C6AFE1571A6143D7BAED29624F169201F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mCE7EAB9F413A3BB5137ACEF56C926D42A5EBAD63_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m28843B8E1C9B2191C2A5A40FB31FE225867C0D41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m93E3756B7B24EBEB9742E1556900044893C472F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m2AD39667BF2DDFDD9AD8DC24025A23DED37D64C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m45A92D79C2E90BD99388D341399892E24445840B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mF0F4047D2261232FAF8F945AFD3C70386FC01A7B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m57917B3848DC1D7767E557F09F644CA30646D253_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mAE816987FF5C77F354F1B5EA51844389B5572F35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m927C06AB5477EEF11060233E852F4BCCD3240CD0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m811893FA64A657CA472D8E9568C5280359E62753_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m686E05FFDC448AD707E311568E324834B7806C5E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m20971E7C30F16EA09FBE8AC227664CE867529D93_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__ICollection_Remove_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m2504B980C2F35BAB9735FFCBC1647D44C7163309_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_TrueForAll_TisRuntimeObject_m358A047A399804D40AF8D00C5EC4E99FC2636B3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_Remove_TisRuntimeObject_TisRuntimeObject_mAB77A5BEFD3256F388C6AE2FDC8CF34475C5396C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_TryAdd_TisRuntimeObject_TisRuntimeObject_mAB1B71BBA89B84365F3E1681564FA2C9AE83C15A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Contract_ForAll_TisRuntimeObject_mBF4C0003DFCCE261B152BAC8CF5A4A9BC25B071D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisRuntimeObject_m4855AE1389C1E454FF70D74FD49D3C642E0DF458_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisRuntimeObject_m7F45944D8AA270D6F5F8897D9F81E3438A1E39FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisRuntimeObject_m77C4748BC22520E365AB1F6A46B2C8A8BF525492_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m4B4A54B930D5936139ECC7711E8D2521786E9A05_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mC91324E8E443DFDDE580BEE7CE66D8881FF9C5DC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_mFAEED59DD49506503DB53CE977E3C418E5BB36BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6AECDD298E6AC92CC72702A1B1C96588D4B07F5B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m0D2E2864EADBF73A2C6EBFF8C7CC3D794C3EFE32_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4D9360D1950655BB90BD65FF93215C4EB1FB28C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m793C289156E340DCDA8F5B8794285E57E7B1A3FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m5B618F9A33673671F482BF3D3D80305F83DB6FCE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m226A7BE60A9DE4C420AFD8A91BA50DA482122970_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mB97436A2C73DEB2369C554A7643C05B0C3BE69FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mF58FE208B63161896BFE28360FE6663BB87291BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m77FFAA37F696FBB48B4373F296D72BACB2270CB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mD82BF96BAE93A7514A59CA0777D9DC2C1DE09F2A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m93EC61191E6C494F8022B1740999CC196FDDD87D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mD5270FA6667C3410F5B1AA49F5E84DC66A66260F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m19251EEFAF7552635938D69A164F83C383F20F3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mCE2C94133459E167564BAA0A1C0CA0B8C0B51655_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_m9B10EAB5640F9A8ED6941490644DD46B435254BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m2BFC8EFE09397605C631158A9E99959629E092C1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mA03489ED495B4A26544E640931DF7230EFC9E023_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m686F2B2BB20CB9301C1E9B831EA77A54FE8BD269_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m07041209C2F1EE666BDB314919E63F4FF809E299_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mD8D7B594B774385BDB2A72AA5E0374B80ED1F0B0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m470F59DD2EBEC6797A073CE3AB8F379EC9BD8257_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mBC42F8542C178F3E2357E90078CB3E956350AEDD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m8759B095E5C3044AC37F5E8D641B8101BF2C040A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m7DE23FA6A2A71352F2B5AB8DDDAFD136D765BF9B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m0E5BA38B1227171F0D3622E4A1772A1D6FD2EC63_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m316893934008AE8CA0FF74B05BA38ADCA9F6ED9A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m9A2BE22773B654EAA3A31E8D7472FC7D8F20621E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m75461DBB63E2F80682EA1D17FD6253C09D32C3FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m997F083C5C8EE3CC0E6A4CA112209FEE60707015_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_mBB157293B8C20C42B8B325B79D1F322AA21BD70E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m5649519047A041DB50C55A8CD2E215AF9D3C73F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m40A9A03792878380EFE56B40DFA202AAA6F57250_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m5D0B16D6CA177833DDFD1DCF4EC70AA45FBD93A0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_m9A65AD6FA6A157A0FB870C7D7C07BD7F6463EFC5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m309A1EDB84C5E84CECF4D18625C8C03C1A285621_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m375044099A7B11C4CDBF94DBD0B0F57367DBE122_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m3C5A47C56B1D854325CF16D5C017327AF581A7ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m50C04117E4EEB570A8D66B24AAA6267CAA2ACCFC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_mF67D33F79AF6C784DA283D23E44647A0859F2313_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m18BED6E2E3A80B408BE4AA8029F3D66BC0E0AD0D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_mBCE4BE0441D8BE471E342ABA0C6E6718847CC09B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_m4C62F821F8AFDCD06B79A463A43F93741420EB9D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m858F9DFCE9CDF6AD7A79F1C191D6A2124DA2F6B9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m7EE73C53051F22B6CCBDCDB32A20B8EF8B990024_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m5D4F04F668B1AA1E0BDC4C6A867000446698ABBF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m131083B4EBC453E66F4FAEF890974453EC293E5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m38AE66B18DED41A3186F23C94901C7CB64138071_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m9A8AC75AC6000BF8E80F2EF9A8587604CB470586_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mC5B11A4FBE60BE68D374E5FF0D0A8987F814C96B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m636D9B7D8E00F65422BCCC121DC8DC1F3CEE1F6E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m2BB57367A96815A6487B408346CEFAC1E175B54C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC6C2FCD2F8E266603E77D7C4C55E2C0C4B53E8EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m320A22B08BD8FF8AFC296938C71C198903ED5CCA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m08353B953B4F2605E04A15F96CA4B41F8B146C5A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m28A74A4959A7980EF82F32542025C2564D4D23FC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisGuid_t_m5E5FC17E037C46047D3E3A1FAB0A26CCAED53B39_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7F7AD33EF2BD8E05C42D790435565D399E9472D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m4236D14DFBA5ED7B90C7EF581F832B3F9DEF85F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mFA41085580BB1F5E7FF2D8A9DBD249A52C40E0EA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m88FD2CB511F9758B8558265BE0FC7E5AA0757F01_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mD7E7276E2226BF91A483E12B8304D2F0268342DE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m72452A8A1477CF0EB0B3D8F7E7B44301AAFFF8A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisIntPtr_t_mEF6794A7255157ADB7DC00AAF6BC7EED22CE4F88_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m85651CB10071FA17FEA69BD411700EBE922E1536_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_m97B72402B98B6B277A02185590113EB8195D9531_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_m0DA960C98BE7FCF5A1462E2D04987D339F82E12E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m1980FA3B5D498EE998C1CD2844821BE5EFCFF5C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m65ED17F09BAFAEA17FE251CD6783F4315FA08A30_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1F7944011C7003D0792D00F5FFD01A75CCECB591_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mC3EF37EDBF99EB4469DCD256B0DEF3EF9E2320D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m760689FED01C56AE6B07CBA4255B44017B680FA2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_mACB41214BD470ADA272F4F021C32CC4B7320110A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m88EB3D612CBF3D9D5EE4D785E85509DC2C60CE65_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mD4451FAF7C84CC9D927682D2FC6D380D37E89B19_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mECF22C9A4C5449F63277D5017A6D8E6A40E6B41E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_mC2D64925A9106168D71138A13B1B45922BEFBF0D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m0918648057CEB2B125E56E28C98845C11A3C5C48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_mD6C58CB34249049E3AE7B7810F68485EBC03DF1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m7C4810637C050E3A3A9AEB171E2FE4D0FA35416C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m5968E7188B87ECA8C5DBD6DD6D092D5EF9487D7A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m0DE916C09CC2B9943EE6B2EFAE428CA9C2D8190F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m3224B90448A8791884840E2C1FB3465E8F6A46B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m53A9B1FE1C92F33C849C32FCA54E4E82199F88A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_mF25DCD2D32E5F3A1FDBC09E54169972FEBC9A5E3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m4A685F37CF4EE0D96ACF0404EC5FEA3650137847_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m7FD894CEEEA68DBD9801ED41D1BD5426E66F53F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_m0EC096B3A3CD40C5F5599E1135E0D96090F81073_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mCA68BD91BA7F8B80F1D1779D126B1D63C13B5876_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mF94899FDBCA8906771F228544422122C035977BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_mB1F2331A08AE1AECC7A1CBD5A74A09CED9D7D3B0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_m7A69B3463524C936860F9498E19761E21B91577A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC1295241E9CC968B7A5DFF6364A6A84A607F993C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m0C463F4641C477F705E7F3BFEE24B2902B379C62_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m21159920E07EAA4BFBE2967B497305124A1A87E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mE79AF1897D649AA86032DAFAD748796273A762E3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_m7BD113782177C075F201529298AE04250ACF42F3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_m4430651039D18A1F9FD4B4D5DEEA5032A814DF04_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m808E4A5CB87A83F76EB127546C6E733CD452E226_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_mB420576951CEAFF4FB181240C055EA8E9F11B1F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m2665F1C13DE5CD771ACA27184E20F3A43728840A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m786212D4C040FCCBD7ED3D87748D43E7FA516EDF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_mC5978797EE7734133871E5C5913D49E056706149_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8BD252A7C76DA3F5D80341B94023D981DC09A61F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m45FCA5A09968FA0F8B0E42E0A9CC684AAA9DEC3D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_m8CCF2F06B3BBCF91F61F4120A4C3E760C607CCB2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_mEE535BF547322E935C5E60014BCB6D828E3E2B6D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m7A81CC6BDE46DC8F19E0D7F1F00BE62FEAFE7862_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mC6F35F570795A5E488C3203BFBA7E62413935855_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m6E4E7839A6FD04ACCE76C83CE0388C388A4FE8C8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_m2B9EFA87302F7D95D0BB3CE1846E9B12D9FCF24C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m5BC41DEB49B5FBEC1FFCE5098688DC4069968DD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m3FAA3E0B53D62490AA0D67C389636BC35207B505_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m8B5DE737E8EEF33FF409B1EC9E0A02ECB008430A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m4D1B5E24B9F052866BD8148876B7FF6B706166A4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mCD956B15AA8CF0B6F6BCEDA758D37D4E7B71304E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m68603DF01F6C33CE6824281E8AB53EF05B38E382_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m240594BA3E820EB80B555110CF91820F6F803C4D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mAE3BC53C7063C258A48C3FE07DAAD0DE8C2F63C5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m096F3ADA1AEFE806F1004FA1272CBF3A2577218B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisRuntimeObject_m47E576D38826573E56DEEF9B2CABD2FC828A96DD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m4B23FFBDE41DC84DB409E72D3EC39F9BF05F032B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3630AD24DDC2FB117747A79A3F987DF84ACA57AF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m6E4D8C58453A4FCC1872C5DA00A0A7102106C10E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mE2D930AA25B00E4798757F3F54550E0479FCCB53_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m69583FAFD8113A7245B883033F98B25833169C80_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mA94782DAFC01AD50E89E78C42BED1ED3A8246A3C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_mF2E974E66FADB2E8E3E0E13746D7763B19940F64_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE539A823830CAB43187316F705103AF08DCAB8E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m4E74425ED926F3B7DC4F45A02EE971E680C965D3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mCE3A5E7C8106F56C5FC70E4EFE28D01845CB6A21_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m3ACFF82C39F192034C8D0BB13BCA1ACA1A53150F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_mA05D2B3BAB8660497A787F69A5B6CBB3E3D2D95D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mF95D1C39AD50C508A8BCBFC5F46A6F43C70A4D16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m46CEB442691993D1DA44D0105E4B292221FD6518_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mC5811C27545A2D0D1DABE49BFEA7A3DACBA59D08_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE8517A34378BBC633FC96B874084F7AA85E673D9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFD13757938698358CF0F5BD7E7C4F0FE61EDBEF2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m398010D353676A792CCA5F2C9D63EF2183B25635_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m912F4A5A7C0C9B1DC911BAB0C97BE6FDFE8FB750_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m798CBF1841CCDE2773A247D64808ED818610D0E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mAA701B1201770866405813C3D76A76D70C74DCF9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mA4FD0E08296A35001B200AAF55CB9581CA17BCCD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9AC5026660C2BAFB664A00E0BA552309710E6B0C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_mE87285535E4144462DCDF95D27BEB03855EE0235_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m2DE5D585328BCDF6E78A101D7DA023AF08EEC750_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mBD4E1C2EC97AE73E3099F394B88D9951660939F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m1A1FBBBFEEE19FCE35D6115696592744EBC77E68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Contains_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mB3D7E6E99B7D9381A2B903607E08992FAB9F96C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m0347FAB6036080EEDD13132292175995BE567CB6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_m528FCB70D4822E51CF28D0A453319D4339997AB9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m8EEA2B72FAB01DDF024228E2EE2A626AE0F8BB53_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m677BCDB87B64CC5E3501EB7457CEF7EC0315C5A4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m099DED67415FFFB735B2C59E5CDBFD2CB3166C1D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m43372F15DCCC8F472AC03409EA555A7F2BEAC7A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mE7DEE6C41A8417CD36A9F118B7B6719407ABAF5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m56E36DCA4EFD0913CC07EEEF3BFA3F97D617ED68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m20F7B18C45468D88CFDC3824B462305C9141F615_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mA047B12A028A53C687BE764BAFA9C3559EA46A95_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_m753E827042E600F7154D7188A0A64775833D6583_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m0CE2055154DD44ABACBC18A4EF3405C19D6DA750_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m0D19525B1FE8B8B7F0227CE690D3BA7EEAE11ABA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m99D3B8FFFF89B7C4286DFC23340317D47C031351_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m423C73EA4642A649419CFFBBB75FF3F1824EC8A7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mA872348842283F30901935456D95007BC1D919EE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mB88B0EDEC8DC75B3044ADF4259BED35B5A6C46BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD4558668018EAA43297453C90487D5D195A1A03D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_mE1B004C46618F041E79676F436EC8DF0DA4702BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m599ADE667D0A6AB4A8ECF327FCBD7AA3783977AD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m6DCDF8A80A7200B3B255E619DAEAD332F61FB6A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m482F35826228743400A1F3611B9047FCAE763E30_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m12695C33CFF9CDABF7DFE2E1CBFC46787E422BF7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m3049977F2D2E02B653DB86FF858606510B59C0B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_m716574247F0A1F7F328C1F29083C3E7044557E36_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mF0AABBAF630C3C0529968AB13A8FF0D653D52450_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m9A3429760CFE2770F474338EFB66A0BA867ED824_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m257CF40F2485A06E3C7DEA5F2A163DE5BBC2AA8F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m74AFB7A368458482214AC73C7084849A46A0C3CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m30CB863CEE867E53431D25475A1B8435EAEE2AA9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m17ABDCE4FFD74B6B8C75D52CA336C28D3B04BA4B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m893199D5DCF6259D7CF331F142C490048085F94C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_m8F59054840E13562DCFDD79796E294D17BBEEC79_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mF2F70573C2BA59D4ACAD29CDB385838AE1EEDB18_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m004348DABADCE44D0B2097A6CA19396EB2AB9B38_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m15CEB17A073BA7B1364932795E797A69543485AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_mEDD30832932BE3291AFAC6A014AD7E584D143AFC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m77F4E3FF858F4553A644DB081055D1B656D3E358_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m635F812B8DC16E1428CCC01A615DEEA88B414B9B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2190957569462BDB701F8BD00D07288E267C32E5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m6E72260BD07941A5CD868DCFF289B72F295A25A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_m0AC7E928E884A27B5AFB0AA6572AE2A37D561432_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mA11753833748CCDE4D57FC91AB8B4348ED00CF89_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_m33629C2E2285EEDF84F47AA174EB09D3BE091C7D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_mB923560C44661B59270E2C691B97593610ADFA3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m5A6F1A26AF69EBA53F83F62CC1190434261F54E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m2565415706F850322D9439298DC7D1B70F58DE58_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m18222A9BA588D3433DC6233F46C4B7603FBCE2CA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_mD4C50F6CDA8560B898F84D04108A100D816DB4A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mBCFC267A7990FFB6D5E1C78CB881BBC95FD57CDD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m58F060B8A09C2A562D202D2705E83613143F8D0F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m5DDD2979CF65836A88FED792ED90800A45A3FF3E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_mAECD760494FA7C1D7C657CE9F90C3DC169BDFB5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m6D7721A30228A66D9D409AA95501BF33E051F4A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mDBDE0FE5697A9C444F94531B45A81C7925A720D1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m10156AC4EDBB2F65A5CCBCEE1F832376F71F9373_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m5B7F6BE409E2459BF24F96B418647587BDD5702A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m0E17E05FD16332A64ADCCFA1539E83D01E72B0A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisGuid_t_mDD7509697ED6CF9B42EBF951C2DF7F6B204762E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_mCCE7D702D60F3845A561A8BD7D04CBD7617E7B44_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m8820C92A21A4EA93333B75013951EB5AE1BC046D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m6A2002705633BC209D906F56ED41ED91150FCD75_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m8745DDE5760211EBA43555334C7E99C7ED181A74_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m47EDC5B50330A912B528BF50934D7B8B8A14AABA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m16D8485E2D599B2F1A2B2872C11BBBFFC4BCD1D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisIntPtr_t_mCF05E4F9D4D390C6B60378C754C038E4F8D75320_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_mF7F24BCD2EDB8C30A5306CE00D5D5C5005D2F8A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mC70D23CCB72FFF3C6208755E148C4EC79EFA7798_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_mEBF24E15B06C99BFDCAC8ECE8D9E783285317489_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m49C99012CF749BA385755228C8EBA56402B167C8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m2A796CE80943960A7BCCAF2A9AC144205A14D2EF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1C62820767FF87224518220D51B808DAD9E44EE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_m8CD68243B66569AC767F2AB107FB36E1D8FDC67C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m6D062EAE6A739D095851FF0BC42E676E6FC6FC00_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_m8361F3A2A95F3F2ABF597C0DFBCD646E57EFAEC6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m8FA188732B6012FBDCD3388DF9B1CD8281494D55_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m12DF094B3AA6A409B5C89BD3EFD5BB99B0E0F009_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_m800C7FA27356EF2DD59EEA0DF39823048F1783F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m97188EFC2FB94973A2A4E366306DCC87B341A50E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_mC5A6AD9B0DF18898C55E826D97208D9542C8651A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_m6EB3FAD9A387C1485585DE3108513775ED7EB1ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m8246B902E1EDB5F3FF98F3B02653886EAF703ED1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3D7C1308C223314AEB19DD43C77BE0B33C152B62_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m256CFFE0E1D5E70EE706ECC2EA581581B76EB74D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m415B04505811589A19153A5051A8D104137740B0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mA9B610E8FA59F276FE5516FFF418C7789029C32A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_m36B6AB23D6923E7275DBB035B6042DB23780EBFC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_mC2AE83F8B70131DD1BF1C71DCE285E7872597E77_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m58CCD2D0DCE16D13BB95ACDBDFB8602B47534E3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_mD6866A3E7AADA66B48E3D8DD8B1D003D09E3A5AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m5DDF7731E556E35CEB1C24E3D0E0710078400C09_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mFC3DE30E30F80FB5C53A19816FAE456B8E5EB267_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m23268C66054298D7D4F72B8381CC911B762AFC98_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mDDB28FB54CD462641C8E4D6066B2E7EE6DE37F1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m0A4ACD1926AABA1A7A1207C99898EE2367AC717B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m160B24CE5362F4373D2CF86CD4E07707F0C5A5A0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m57184B2CA173BE7DBB3C6CF849539BE83EE125BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9D1CAD99E9EB8ED6E557413E4A9289DEEF844D99_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_mD4B52C1C7A4F8573A5ECF15DC020B063146BB50C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_mBE4596F747125A7FF337C66A9BF322437EC28E19_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m405CF655DF5C9E4B5025D92FACB47F1A1A9BCF01_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_m8C64E9636A1975EE0D37D84D11CF34F0D20812FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mC885D5CDFC5ACD0488071E411029B6FADED383B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD6F3210C34D4CD02B8E6D844EF3BD1295C8F6570_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m0A1630F483F3F292A7765D11CB0C10192A6F621F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8F36AE8B9B20A9770FDAFC9BD5E06AE5A7A370C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m151F0650F164C835A980057963544BEDED4E97FC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_mBED4B77F74430DC10BEB1A41A2D868BF0E934653_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_m267222BE91BF9DD2A350508D6ACAD85D83A617FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m64FBCC29BF06C2E98817DE77AE463D8071BCC78C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mCFAD29AFCCB4628334B76D32D7403F3105AF2611_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mA5C9F03FA9FACBC097C1BC2FF7609EAB981AC031_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mE557005160AFED60B912386597135390F2A54EF7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m440C8F90DB0E7577E0F41475526EC3C198D722A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_mBAD176910E7442A81BFF3F274DD59C2B93EA4D3D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m55C2215E437D9753C4D10C2843FB177AEBB0FC98_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m7053D90D0F63C154BC95EBA5EDBC6C3256345C9B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m0F745F758FD2AAFC4A9DC84C04FBE933CCE6A10F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m573F1CA5199B614057DF448B5F995A9122480A57_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_mEEA4640930BE246B51CD1FCD79338A5CA702500C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mACCC1F0925A49F1F9F1D003A83378993F47CD0EA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mCCF6082AEF46E0FC21D288F331C4E3345993021B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisRuntimeObject_m08302E45150816D0B859809E88CFE9DACF8279A7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m3684DD2AE69AC20D24E8C709D37DF8614C86C617_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3964F4DEBECB71D35D1B9816E3C162021D0E1035_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mC850E0373480117875581EA08DFAC0C2C6561D49_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m94CEC258739F77D5F7E604DD21BC9A1B7AE79468_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m6CFB0C635FB1BFBE6DDE1F1AF2544FCFD5FA81C4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mBFD85C882673A401F4F8FD2CBDE8F5DFAF57F519_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_m90BBACFC92ECE68D019945F5DF590617F8AD6D4D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mA3E331F5BF159D24E96BF0259F6D4ACB1E77BEA7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mB719732245D92CEA8997B17A92AA1EDAC2DC92F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mD7B73E3DA91C321155337A25B9D422E63137701E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m534F40475838D13DC9AD333F996E61FD88305D8F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m7A88879C6A7CF4A67128C14CEFD97F4636C4870A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mBE4F81C5AD3742E669527D8D7EF867470A11D734_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m8739D0040540B689806801C9FB5CFC0DDAA80DA6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m32AE115C6AFE1571A6143D7BAED29624F169201F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mCE7EAB9F413A3BB5137ACEF56C926D42A5EBAD63_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m28843B8E1C9B2191C2A5A40FB31FE225867C0D41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m93E3756B7B24EBEB9742E1556900044893C472F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m2AD39667BF2DDFDD9AD8DC24025A23DED37D64C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m45A92D79C2E90BD99388D341399892E24445840B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mF0F4047D2261232FAF8F945AFD3C70386FC01A7B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m57917B3848DC1D7767E557F09F644CA30646D253_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mAE816987FF5C77F354F1B5EA51844389B5572F35_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m927C06AB5477EEF11060233E852F4BCCD3240CD0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m811893FA64A657CA472D8E9568C5280359E62753_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m686E05FFDC448AD707E311568E324834B7806C5E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m20971E7C30F16EA09FBE8AC227664CE867529D93_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__ICollection_Remove_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m2504B980C2F35BAB9735FFCBC1647D44C7163309_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_TrueForAll_TisRuntimeObject_m358A047A399804D40AF8D00C5EC4E99FC2636B3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CollectionExtensions_Remove_TisRuntimeObject_TisRuntimeObject_mAB77A5BEFD3256F388C6AE2FDC8CF34475C5396C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CollectionExtensions_TryAdd_TisRuntimeObject_TisRuntimeObject_mAB1B71BBA89B84365F3E1681564FA2C9AE83C15A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Contract_ForAll_TisRuntimeObject_mBF4C0003DFCCE261B152BAC8CF5A4A9BC25B071D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enumerable_Any_TisRuntimeObject_m4855AE1389C1E454FF70D74FD49D3C642E0DF458_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enumerable_Any_TisRuntimeObject_m7F45944D8AA270D6F5F8897D9F81E3438A1E39FC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enumerable_Where_TisRuntimeObject_m77C4748BC22520E365AB1F6A46B2C8A8BF525492_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisAnimationLayerMixerPlayable_t699CCDE32ABD6FC79BFC09064E473D785D9F9371_mC3942EB4B00EAC10035AA7EBE23CA679C8790D20_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisAnimationMixerPlayable_tA71C834654979CF92B034B537EE5A3DA9713030A_m172B8D6DA48AD49F0740833F7D18CD468B072E5E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisAnimationMotionXToDeltaPlayable_tA5F0BE3BA966E1A6661311F185C1544F90302CDC_mCC63F3E0D55A21A9E56D80D26150AD2B78C6EC50_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisAnimationOffsetPlayable_t1534674D22C39D6ED74F24A108C3475C7301A93E_mF434E44E279E1DBD0887921B38A5C57812B1371A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisAnimationPosePlayable_t92EAB5BB4093D236F90ED0242488039EA87AFA07_m35A103AAF8E80E7C007214546C71B4E90901C2A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisAnimationRemoveScalePlayable_t02381EE856ADF73C82C1EA6D2AD1878EC5879A7B_m1E16540EE6283270E3DE85D46C3BE1F8B85E73C2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisAnimationScriptPlayable_t1EDF8E51A9ED180BB012656916323FA4F68CA27E_m1767ADED196AAA8B4D6FBB9313003E33A967E799_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisAnimatorControllerPlayable_t352C2C3D059CFC0404FF4FBBA302F16C5966F44B_mC6A8CB67F39B0B39BF77ED6177B3C2DF1BC91533_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlayableHandle_IsPlayableOfType_TisRuntimeObject_mEA39EA06F910CA16A034CC9A08A0AC3482049628_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mCCDE3006BCCC2D7E9469424A8A24E17918048A27_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_mE1125322C9F140460F872F5BCF504BCD31165F8A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_m20DB24145FFC69EEAF0B2D1641CC4CCA8F2B5A4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m2BF7BF973E882FA49A5DC8F2CFAAE469F7939BD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_mED1C3490EAC48B1AC906D7F6360AF29780AE5978_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mAF86532C3742CF3886312C8B2DDC782B38AEACF2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m4EFB34D0883F4CAD321C4F40050B7BA4559C8A5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_m771CB8C882DDE1EF15B2B32D2E18687DB45CB2D8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_mA1BEE0F5D141676E477346085644073911333860_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RuntimeHelpers_IsReferenceOrContainsReferences_TisRuntimeObject_m95C3FDB24FBA5718DDA5433FB573576ED86B59E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mBCDEB54D5A80D42F183F447CDA60CD690A481C96_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m8D47FD7C2D5760BFD02E6F38551998E266923F96_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m824A827B439967C1AE822A9F886583B57C41348F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8249F6B3AF41C0FF286E00670783066A38ABDE16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m5B16F189945CC6713A26C4EF4D08713B7F15F388_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mE97FA99728A087D6179E1DE7B28B9B6DC24E5332_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m223944C0194995907BF5695B049D0D07382A5BD4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m87F410D7BA35EE568F6F0D469259E03EC480E80D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4F015D8BA231DB80DF648EC8CC7D80118EA655B9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m80E7C43DE82BDBFA3B32688AAAD61A6013E6508D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m77D3D33603695084CEAAFFD38C6B9DB1DD9F24C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDBBBCB644185500DC49FB80E9522AFBF71937B28_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m03D323B950B6FAD5E8BF579AFBD3A657F3E4D889_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisRenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E_m324B0A4B7A345C2EB94535E7EE76C66926ADF5DF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m19FB3528AB6F8E132251AC51185E8DAB19C0ACCB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m49E33D2E33B369A06890B3BFAA0B759CBE832C3D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m7C588BD8970FD0F3FCE3DB75A8CB93F969D9E8FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mBF14A9A4A7C212BB0771C66B6A146360CED12966_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m672C1FDE6546E0393458606738649973063C4682_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5114F90729D5A1661DD14569DD9952DA067BD9B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m65407A592571BDBEA48793CC97F23C6FE8A910E1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_mDBFC99571957CD0465643CA4604D98DE2C6365B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m20BB8756C700C08E1F251F68D469FFA554DFA331_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDA3B1DB26580311D031066CB4A848885DA898AC8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m30CF5F6F2C6CC0B841766965057F174A3C681263_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF9F8B15553EB2BE5E290957D67FC4C6BFA77D494_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mCB1CD38ACB68593F5FD9D209829BF6C578E0AD59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_m53924986FF710DC103285920B9EE91CC7174D629_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mDF912E6D2C7A5E3B1154306A2F7095CFF0273796_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m930DEA32B62DBB008B46C454AEC428606778E5FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7F27F2F7A1C407022041DC326E91362AEB81D5A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11_MetadataUsageId;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com;
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_com;
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_pinvoke;
|
|
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Object
|
|
|
|
|
|
// LuaInterface.TypeChecker
|
|
struct TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields
|
|
{
|
|
public:
|
|
// System.Type[] LuaInterface.TypeChecker::LuaValueTypeMap
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___LuaValueTypeMap_0;
|
|
// System.Type LuaInterface.TypeChecker::monoType
|
|
Type_t * ___monoType_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_LuaValueTypeMap_0() { return static_cast<int32_t>(offsetof(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields, ___LuaValueTypeMap_0)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_LuaValueTypeMap_0() const { return ___LuaValueTypeMap_0; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_LuaValueTypeMap_0() { return &___LuaValueTypeMap_0; }
|
|
inline void set_LuaValueTypeMap_0(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___LuaValueTypeMap_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LuaValueTypeMap_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_monoType_1() { return static_cast<int32_t>(offsetof(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields, ___monoType_1)); }
|
|
inline Type_t * get_monoType_1() const { return ___monoType_1; }
|
|
inline Type_t ** get_address_of_monoType_1() { return &___monoType_1; }
|
|
inline void set_monoType_1(Type_t * value)
|
|
{
|
|
___monoType_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monoType_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Boolean>
|
|
struct TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Int32>
|
|
struct TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Int32Enum>
|
|
struct TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Object>
|
|
struct TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Single>
|
|
struct TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Quaternion>
|
|
struct TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Ray>
|
|
struct TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>
|
|
struct TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Rect>
|
|
struct TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>
|
|
struct TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>
|
|
struct TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Vector2>
|
|
struct TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Vector3>
|
|
struct TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___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((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___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((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<FairyGUI.GPath_Segment>
|
|
struct EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<FairyGUI.GPathPoint>
|
|
struct EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<FairyGUI.TextField_CharPosition>
|
|
struct EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<FairyGUI.UpdateContext_ClipInfo>
|
|
struct EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<LuaInterface.LuaFunction_FuncData>
|
|
struct EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer_TableRange>
|
|
struct EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<Mono.Security.Uri_UriScheme>
|
|
struct EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>
|
|
struct EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Boolean>
|
|
struct EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Byte>
|
|
struct EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.ByteEnum>
|
|
struct EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Char>
|
|
struct EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>
|
|
struct EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int16,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>
|
|
struct EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>>
|
|
struct EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>>
|
|
struct EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>>
|
|
struct EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int64>>
|
|
struct EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>
|
|
struct EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>>
|
|
struct EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>
|
|
struct EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.UInt64Enum,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkHash128,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkSceneId,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>
|
|
struct EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1_Slot<System.Int32>>
|
|
struct EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1_Slot<System.Object>>
|
|
struct EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1_Slot<UnityEngine.Networking.NetworkInstanceId>>
|
|
struct EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>
|
|
struct EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>
|
|
struct EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>
|
|
struct EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>
|
|
struct EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>>
|
|
struct EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>
|
|
struct EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>
|
|
struct EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>
|
|
struct EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>>
|
|
struct EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>
|
|
struct EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>
|
|
struct EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Collections.Hashtable_bucket>
|
|
struct EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection_AttributeEntry>
|
|
struct EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.DateTime>
|
|
struct EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Decimal>
|
|
struct EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Double>
|
|
struct EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>
|
|
struct EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>
|
|
struct EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Globalization.TimeSpanParse_TimeSpanToken>
|
|
struct EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Guid>
|
|
struct EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Int16>
|
|
struct EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Int32>
|
|
struct EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Int32Enum>
|
|
struct EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Int64>
|
|
struct EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.IntPtr>
|
|
struct EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Net.CookieTokenizer_RecognizedAttribute>
|
|
struct EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>
|
|
struct EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Net.Sockets.Socket_WSABUF>
|
|
struct EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Object>
|
|
struct EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.ParameterizedStrings_FormatParam>
|
|
struct EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>
|
|
struct EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>
|
|
struct EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>
|
|
struct EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Resources.ResourceLocator>
|
|
struct EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>
|
|
struct EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>
|
|
struct EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.SByte>
|
|
struct EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>
|
|
struct EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Single>
|
|
struct EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping>
|
|
struct EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>
|
|
struct EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.TimeSpan>
|
|
struct EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.UInt16>
|
|
struct EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.UInt16Enum>
|
|
struct EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.UInt32>
|
|
struct EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.UInt32Enum>
|
|
struct EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.UInt64>
|
|
struct EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<System.UInt64Enum>
|
|
struct EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>
|
|
struct EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>
|
|
struct EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper_OrderBlock>
|
|
struct EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Color32>
|
|
struct EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Color>
|
|
struct EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>
|
|
struct EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.ContactPoint>
|
|
struct EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>
|
|
struct EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord>
|
|
struct EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Keyframe>
|
|
struct EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>
|
|
struct EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>
|
|
struct EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Networking.ChannelPacket>
|
|
struct EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Networking.ClientScene_PendingOwner>
|
|
struct EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Networking.LocalClient_InternalMsg>
|
|
struct EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Networking.NetworkBroadcastResult>
|
|
struct EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Networking.NetworkHash128>
|
|
struct EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Networking.NetworkInstanceId>
|
|
struct EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Array_EmptyInternalEnumerator`1<UnityEngine.Networking.NetworkLobbyManager_PendingPlayer>
|
|
struct EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204_StaticFields
|
|
{
|
|
public:
|
|
// System.Array_EmptyInternalEnumerator`1<T> System.Array_EmptyInternalEnumerator`1::Value
|
|
EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204_StaticFields, ___Value_0)); }
|
|
inline EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204 * get_Value_0() const { return ___Value_0; }
|
|
inline EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.CollectionExtensions
|
|
struct CollectionExtensions_t1943508648E4A2A0FBCF65503E3BD7032F003E0A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Diagnostics.Contracts.Contract
|
|
struct Contract_tE4C43A30E12EE209A626F945B2201EECEB0F9FD9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable
|
|
struct Enumerable_tECC271C86C6E8F72E4E27C7C8FD5DB7B63D5D737 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable_Iterator`1<System.Object>
|
|
struct Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Linq.Enumerable_Iterator`1::threadId
|
|
int32_t ___threadId_0;
|
|
// System.Int32 System.Linq.Enumerable_Iterator`1::state
|
|
int32_t ___state_1;
|
|
// TSource System.Linq.Enumerable_Iterator`1::current
|
|
RuntimeObject * ___current_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_threadId_0() { return static_cast<int32_t>(offsetof(Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9, ___threadId_0)); }
|
|
inline int32_t get_threadId_0() const { return ___threadId_0; }
|
|
inline int32_t* get_address_of_threadId_0() { return &___threadId_0; }
|
|
inline void set_threadId_0(int32_t value)
|
|
{
|
|
___threadId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_state_1() { return static_cast<int32_t>(offsetof(Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9, ___state_1)); }
|
|
inline int32_t get_state_1() const { return ___state_1; }
|
|
inline int32_t* get_address_of_state_1() { return &___state_1; }
|
|
inline void set_state_1(int32_t value)
|
|
{
|
|
___state_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_2() { return static_cast<int32_t>(offsetof(Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9, ___current_2)); }
|
|
inline RuntimeObject * get_current_2() const { return ___current_2; }
|
|
inline RuntimeObject ** get_address_of_current_2() { return &___current_2; }
|
|
inline void set_current_2(RuntimeObject * value)
|
|
{
|
|
___current_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.CompilerServices.RuntimeHelpers
|
|
struct RuntimeHelpers_tB6CD53A56BCACB431A632ACD2709F245DBE3FA2E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
|
|
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
|
|
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
|
|
inline void set_m_stringLength_0(int32_t value)
|
|
{
|
|
___m_stringLength_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
|
|
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
|
|
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
|
|
inline void set_m_firstChar_1(Il2CppChar value)
|
|
{
|
|
___m_firstChar_1 = value;
|
|
}
|
|
};
|
|
|
|
struct String_t_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
|
|
inline String_t* get_Empty_5() const { return ___Empty_5; }
|
|
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
|
|
inline void set_Empty_5(String_t* value)
|
|
{
|
|
___Empty_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// FairyGUI.TextField_CharPosition
|
|
struct CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.TextField_CharPosition::charIndex
|
|
int32_t ___charIndex_0;
|
|
// System.Int16 FairyGUI.TextField_CharPosition::lineIndex
|
|
int16_t ___lineIndex_1;
|
|
// System.Int32 FairyGUI.TextField_CharPosition::offsetX
|
|
int32_t ___offsetX_2;
|
|
// System.Int16 FairyGUI.TextField_CharPosition::vertCount
|
|
int16_t ___vertCount_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_charIndex_0() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___charIndex_0)); }
|
|
inline int32_t get_charIndex_0() const { return ___charIndex_0; }
|
|
inline int32_t* get_address_of_charIndex_0() { return &___charIndex_0; }
|
|
inline void set_charIndex_0(int32_t value)
|
|
{
|
|
___charIndex_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lineIndex_1() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___lineIndex_1)); }
|
|
inline int16_t get_lineIndex_1() const { return ___lineIndex_1; }
|
|
inline int16_t* get_address_of_lineIndex_1() { return &___lineIndex_1; }
|
|
inline void set_lineIndex_1(int16_t value)
|
|
{
|
|
___lineIndex_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_offsetX_2() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___offsetX_2)); }
|
|
inline int32_t get_offsetX_2() const { return ___offsetX_2; }
|
|
inline int32_t* get_address_of_offsetX_2() { return &___offsetX_2; }
|
|
inline void set_offsetX_2(int32_t value)
|
|
{
|
|
___offsetX_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_vertCount_3() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___vertCount_3)); }
|
|
inline int16_t get_vertCount_3() const { return ___vertCount_3; }
|
|
inline int16_t* get_address_of_vertCount_3() { return &___vertCount_3; }
|
|
inline void set_vertCount_3(int16_t value)
|
|
{
|
|
___vertCount_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaDictEntry`2<System.Object,System.Object>
|
|
struct LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5
|
|
{
|
|
public:
|
|
// K LuaInterface.LuaDictEntry`2::<Key>k__BackingField
|
|
RuntimeObject * ___U3CKeyU3Ek__BackingField_0;
|
|
// V LuaInterface.LuaDictEntry`2::<Value>k__BackingField
|
|
RuntimeObject * ___U3CValueU3Ek__BackingField_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CKeyU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5, ___U3CKeyU3Ek__BackingField_0)); }
|
|
inline RuntimeObject * get_U3CKeyU3Ek__BackingField_0() const { return ___U3CKeyU3Ek__BackingField_0; }
|
|
inline RuntimeObject ** get_address_of_U3CKeyU3Ek__BackingField_0() { return &___U3CKeyU3Ek__BackingField_0; }
|
|
inline void set_U3CKeyU3Ek__BackingField_0(RuntimeObject * value)
|
|
{
|
|
___U3CKeyU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5, ___U3CValueU3Ek__BackingField_1)); }
|
|
inline RuntimeObject * get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; }
|
|
inline RuntimeObject ** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; }
|
|
inline void set_U3CValueU3Ek__BackingField_1(RuntimeObject * value)
|
|
{
|
|
___U3CValueU3Ek__BackingField_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaFunction_FuncData
|
|
struct FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaFunction_FuncData::oldTop
|
|
int32_t ___oldTop_0;
|
|
// System.Int32 LuaInterface.LuaFunction_FuncData::stackPos
|
|
int32_t ___stackPos_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_oldTop_0() { return static_cast<int32_t>(offsetof(FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61, ___oldTop_0)); }
|
|
inline int32_t get_oldTop_0() const { return ___oldTop_0; }
|
|
inline int32_t* get_address_of_oldTop_0() { return &___oldTop_0; }
|
|
inline void set_oldTop_0(int32_t value)
|
|
{
|
|
___oldTop_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stackPos_1() { return static_cast<int32_t>(offsetof(FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61, ___stackPos_1)); }
|
|
inline int32_t get_stackPos_1() const { return ___stackPos_1; }
|
|
inline int32_t* get_address_of_stackPos_1() { return &___stackPos_1; }
|
|
inline void set_stackPos_1(int32_t value)
|
|
{
|
|
___stackPos_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Mono.Globalization.Unicode.CodePointIndexer_TableRange
|
|
struct TableRange_t485CF0807771CC05023466CFCB0AE25C46648100
|
|
{
|
|
public:
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::Start
|
|
int32_t ___Start_0;
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::End
|
|
int32_t ___End_1;
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::Count
|
|
int32_t ___Count_2;
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::IndexStart
|
|
int32_t ___IndexStart_3;
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::IndexEnd
|
|
int32_t ___IndexEnd_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Start_0() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___Start_0)); }
|
|
inline int32_t get_Start_0() const { return ___Start_0; }
|
|
inline int32_t* get_address_of_Start_0() { return &___Start_0; }
|
|
inline void set_Start_0(int32_t value)
|
|
{
|
|
___Start_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_End_1() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___End_1)); }
|
|
inline int32_t get_End_1() const { return ___End_1; }
|
|
inline int32_t* get_address_of_End_1() { return &___End_1; }
|
|
inline void set_End_1(int32_t value)
|
|
{
|
|
___End_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Count_2() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___Count_2)); }
|
|
inline int32_t get_Count_2() const { return ___Count_2; }
|
|
inline int32_t* get_address_of_Count_2() { return &___Count_2; }
|
|
inline void set_Count_2(int32_t value)
|
|
{
|
|
___Count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IndexStart_3() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___IndexStart_3)); }
|
|
inline int32_t get_IndexStart_3() const { return ___IndexStart_3; }
|
|
inline int32_t* get_address_of_IndexStart_3() { return &___IndexStart_3; }
|
|
inline void set_IndexStart_3(int32_t value)
|
|
{
|
|
___IndexStart_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IndexEnd_4() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___IndexEnd_4)); }
|
|
inline int32_t get_IndexEnd_4() const { return ___IndexEnd_4; }
|
|
inline int32_t* get_address_of_IndexEnd_4() { return &___IndexEnd_4; }
|
|
inline void set_IndexEnd_4(int32_t value)
|
|
{
|
|
___IndexEnd_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Mono.Security.Uri_UriScheme
|
|
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089
|
|
{
|
|
public:
|
|
// System.String Mono.Security.Uri_UriScheme::scheme
|
|
String_t* ___scheme_0;
|
|
// System.String Mono.Security.Uri_UriScheme::delimiter
|
|
String_t* ___delimiter_1;
|
|
// System.Int32 Mono.Security.Uri_UriScheme::defaultPort
|
|
int32_t ___defaultPort_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_scheme_0() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___scheme_0)); }
|
|
inline String_t* get_scheme_0() const { return ___scheme_0; }
|
|
inline String_t** get_address_of_scheme_0() { return &___scheme_0; }
|
|
inline void set_scheme_0(String_t* value)
|
|
{
|
|
___scheme_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___scheme_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delimiter_1() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___delimiter_1)); }
|
|
inline String_t* get_delimiter_1() const { return ___delimiter_1; }
|
|
inline String_t** get_address_of_delimiter_1() { return &___delimiter_1; }
|
|
inline void set_delimiter_1(String_t* value)
|
|
{
|
|
___delimiter_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delimiter_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultPort_2() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___defaultPort_2)); }
|
|
inline int32_t get_defaultPort_2() const { return ___defaultPort_2; }
|
|
inline int32_t* get_address_of_defaultPort_2() { return &___defaultPort_2; }
|
|
inline void set_defaultPort_2(int32_t value)
|
|
{
|
|
___defaultPort_2 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of Mono.Security.Uri/UriScheme
|
|
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_pinvoke
|
|
{
|
|
char* ___scheme_0;
|
|
char* ___delimiter_1;
|
|
int32_t ___defaultPort_2;
|
|
};
|
|
// Native definition for COM marshalling of Mono.Security.Uri/UriScheme
|
|
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_com
|
|
{
|
|
Il2CppChar* ___scheme_0;
|
|
Il2CppChar* ___delimiter_1;
|
|
int32_t ___defaultPort_2;
|
|
};
|
|
|
|
// System.Array_InternalEnumerator`1<FairyGUI.GPath_Segment>
|
|
struct InternalEnumerator_1_t60083B2D4E14FED0977F633D7987ABD4C906547A
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t60083B2D4E14FED0977F633D7987ABD4C906547A, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t60083B2D4E14FED0977F633D7987ABD4C906547A, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<FairyGUI.GPathPoint>
|
|
struct InternalEnumerator_1_t0643FA2CC7249AEEE82FE4CE407D658A4040E6D7
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t0643FA2CC7249AEEE82FE4CE407D658A4040E6D7, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t0643FA2CC7249AEEE82FE4CE407D658A4040E6D7, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<FairyGUI.TextField_CharPosition>
|
|
struct InternalEnumerator_1_t12A2EFD5B5A54D3F02E135984EBE2E6A6BE92103
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t12A2EFD5B5A54D3F02E135984EBE2E6A6BE92103, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t12A2EFD5B5A54D3F02E135984EBE2E6A6BE92103, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<FairyGUI.UpdateContext_ClipInfo>
|
|
struct InternalEnumerator_1_t5A65A9C8283BEC7B6155FB0329C8CDB1E3FC8661
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t5A65A9C8283BEC7B6155FB0329C8CDB1E3FC8661, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t5A65A9C8283BEC7B6155FB0329C8CDB1E3FC8661, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>
|
|
struct InternalEnumerator_1_t7F1C63269A7543A28E24D7C409FF74F5B57F4FD6
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7F1C63269A7543A28E24D7C409FF74F5B57F4FD6, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7F1C63269A7543A28E24D7C409FF74F5B57F4FD6, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<LuaInterface.LuaFunction_FuncData>
|
|
struct InternalEnumerator_1_tFB548C19ECCF25B07135263DFC083DB9F10FC684
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFB548C19ECCF25B07135263DFC083DB9F10FC684, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFB548C19ECCF25B07135263DFC083DB9F10FC684, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer_TableRange>
|
|
struct InternalEnumerator_1_t8774DE4581B922EC542DFDEAF08CF8AA2C57120F
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t8774DE4581B922EC542DFDEAF08CF8AA2C57120F, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t8774DE4581B922EC542DFDEAF08CF8AA2C57120F, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<Mono.Security.Uri_UriScheme>
|
|
struct InternalEnumerator_1_t97DAFEE3C2D266505DEFF351C5F272F8114A750F
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t97DAFEE3C2D266505DEFF351C5F272F8114A750F, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t97DAFEE3C2D266505DEFF351C5F272F8114A750F, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.ArraySegment`1<System.Byte>>
|
|
struct InternalEnumerator_1_t3B352A33B262DE9B28C121482ABA9A2316338845
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3B352A33B262DE9B28C121482ABA9A2316338845, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3B352A33B262DE9B28C121482ABA9A2316338845, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Boolean>
|
|
struct InternalEnumerator_1_tF5A9E5AD2CED6732444D5ECC4F8FC82526717590
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF5A9E5AD2CED6732444D5ECC4F8FC82526717590, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF5A9E5AD2CED6732444D5ECC4F8FC82526717590, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Byte>
|
|
struct InternalEnumerator_1_t982231C5871D8F29B09EC9C0BE904978F13B83AC
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t982231C5871D8F29B09EC9C0BE904978F13B83AC, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t982231C5871D8F29B09EC9C0BE904978F13B83AC, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.ByteEnum>
|
|
struct InternalEnumerator_1_t086F49F046CEE68DE16E3E67C2A1AF1161CADC56
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t086F49F046CEE68DE16E3E67C2A1AF1161CADC56, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t086F49F046CEE68DE16E3E67C2A1AF1161CADC56, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Char>
|
|
struct InternalEnumerator_1_t74BF3B5EFFF3E4B3A21E9B8FA2E7EDF302AC247B
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t74BF3B5EFFF3E4B3A21E9B8FA2E7EDF302AC247B, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t74BF3B5EFFF3E4B3A21E9B8FA2E7EDF302AC247B, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.DictionaryEntry>
|
|
struct InternalEnumerator_1_tDAD7C4B47A5DEC60EAE933F701F1585FC7959379
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tDAD7C4B47A5DEC60EAE933F701F1585FC7959379, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tDAD7C4B47A5DEC60EAE933F701F1585FC7959379, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>>
|
|
struct InternalEnumerator_1_t738B5D5CE39B4BCEACA114A116397CD36015CCD6
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t738B5D5CE39B4BCEACA114A116397CD36015CCD6, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t738B5D5CE39B4BCEACA114A116397CD36015CCD6, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int16,System.Object>>
|
|
struct InternalEnumerator_1_t2063EC54804D218D5F5FAB71623CE85B6C941BAC
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t2063EC54804D218D5F5FAB71623CE85B6C941BAC, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t2063EC54804D218D5F5FAB71623CE85B6C941BAC, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>>
|
|
struct InternalEnumerator_1_t02A92EB825760093D375D7DB9530ED1BBACE0EC0
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t02A92EB825760093D375D7DB9530ED1BBACE0EC0, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t02A92EB825760093D375D7DB9530ED1BBACE0EC0, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>
|
|
struct InternalEnumerator_1_t1C8A6CBD9295DFBC7CCFDA347A05AD9AC7C6650E
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t1C8A6CBD9295DFBC7CCFDA347A05AD9AC7C6650E, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t1C8A6CBD9295DFBC7CCFDA347A05AD9AC7C6650E, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>>
|
|
struct InternalEnumerator_1_t76E856D62C72D8F5B6FC4A78E38F3ADB834E56DF
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t76E856D62C72D8F5B6FC4A78E38F3ADB834E56DF, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t76E856D62C72D8F5B6FC4A78E38F3ADB834E56DF, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>>
|
|
struct InternalEnumerator_1_t98769F05A09E4AEA0C41AB2648070EC76C1B8113
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t98769F05A09E4AEA0C41AB2648070EC76C1B8113, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t98769F05A09E4AEA0C41AB2648070EC76C1B8113, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>>
|
|
struct InternalEnumerator_1_tACCD5FF3F7B75B587B5C8B2907191F7CA193C44C
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tACCD5FF3F7B75B587B5C8B2907191F7CA193C44C, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tACCD5FF3F7B75B587B5C8B2907191F7CA193C44C, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>>
|
|
struct InternalEnumerator_1_tE873DF91A93A8DE70C1A33CC61C64C06E8C855CA
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tE873DF91A93A8DE70C1A33CC61C64C06E8C855CA, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tE873DF91A93A8DE70C1A33CC61C64C06E8C855CA, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>>
|
|
struct InternalEnumerator_1_t39D8B84AE4BB6C55B6200CDB7081CE440B2B93D2
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t39D8B84AE4BB6C55B6200CDB7081CE440B2B93D2, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t39D8B84AE4BB6C55B6200CDB7081CE440B2B93D2, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>>
|
|
struct InternalEnumerator_1_t67A4ABC39138F095EAACBFD47A9D79D0C99B517F
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t67A4ABC39138F095EAACBFD47A9D79D0C99B517F, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t67A4ABC39138F095EAACBFD47A9D79D0C99B517F, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int64>>
|
|
struct InternalEnumerator_1_t29D82F20714798F426C776707BBB5A4F3E722924
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t29D82F20714798F426C776707BBB5A4F3E722924, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t29D82F20714798F426C776707BBB5A4F3E722924, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>
|
|
struct InternalEnumerator_1_tB1CA03A6F16D04B186155BA3AB1225B58254593E
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tB1CA03A6F16D04B186155BA3AB1225B58254593E, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tB1CA03A6F16D04B186155BA3AB1225B58254593E, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>>
|
|
struct InternalEnumerator_1_t7FA630CCED20A6761747E42B8146CC87AAEA4D0A
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7FA630CCED20A6761747E42B8146CC87AAEA4D0A, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7FA630CCED20A6761747E42B8146CC87AAEA4D0A, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>>
|
|
struct InternalEnumerator_1_t643EC2EA2BC458AEB6722E02F1FA22FE544C13AA
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t643EC2EA2BC458AEB6722E02F1FA22FE544C13AA, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t643EC2EA2BC458AEB6722E02F1FA22FE544C13AA, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>
|
|
struct InternalEnumerator_1_t3F57183B752E70AA80C5BF21B8262394A1F3254D
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3F57183B752E70AA80C5BF21B8262394A1F3254D, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3F57183B752E70AA80C5BF21B8262394A1F3254D, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>>
|
|
struct InternalEnumerator_1_t3EB3C1C6D66A658F289CE3640A860ECB629E5290
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3EB3C1C6D66A658F289CE3640A860ECB629E5290, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3EB3C1C6D66A658F289CE3640A860ECB629E5290, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<System.UInt64Enum,System.Object>>
|
|
struct InternalEnumerator_1_tAB64CDA5F633669FB4E30D76B78DC23408CFCC5D
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tAB64CDA5F633669FB4E30D76B78DC23408CFCC5D, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tAB64CDA5F633669FB4E30D76B78DC23408CFCC5D, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>
|
|
struct InternalEnumerator_1_tF19656A8EB6221B4D2BF82422FCE0C5C57B592E8
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF19656A8EB6221B4D2BF82422FCE0C5C57B592E8, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF19656A8EB6221B4D2BF82422FCE0C5C57B592E8, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkHash128,System.Object>>
|
|
struct InternalEnumerator_1_t85DB1BB046BBCF649BA66D4E0FE3C7E8B72C9E6E
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t85DB1BB046BBCF649BA66D4E0FE3C7E8B72C9E6E, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t85DB1BB046BBCF649BA66D4E0FE3C7E8B72C9E6E, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>>
|
|
struct InternalEnumerator_1_tB9E96C453C1387258B69F05FA19913D0B86FCC22
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tB9E96C453C1387258B69F05FA19913D0B86FCC22, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tB9E96C453C1387258B69F05FA19913D0B86FCC22, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkSceneId,System.Object>>
|
|
struct InternalEnumerator_1_t78DEDDED8584EA77FAB6F0BEFC0390458E76B08A
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t78DEDDED8584EA77FAB6F0BEFC0390458E76B08A, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t78DEDDED8584EA77FAB6F0BEFC0390458E76B08A, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>
|
|
struct InternalEnumerator_1_t0BABF4D5C58493D8DBD6E1C19BC7A09AB0A83F0A
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t0BABF4D5C58493D8DBD6E1C19BC7A09AB0A83F0A, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t0BABF4D5C58493D8DBD6E1C19BC7A09AB0A83F0A, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>
|
|
struct InternalEnumerator_1_tCFC66AF529966DF0BFFD537E44DC80571E79FB77
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tCFC66AF529966DF0BFFD537E44DC80571E79FB77, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tCFC66AF529966DF0BFFD537E44DC80571E79FB77, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.HashSet`1_Slot<System.Int32>>
|
|
struct InternalEnumerator_1_t3E46A16EEFC178EC7A9414BAEF375400A2C76AEB
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3E46A16EEFC178EC7A9414BAEF375400A2C76AEB, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3E46A16EEFC178EC7A9414BAEF375400A2C76AEB, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.HashSet`1_Slot<System.Object>>
|
|
struct InternalEnumerator_1_tA30651E9F9C6721484813A1FA4836C7CB2EC1B24
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA30651E9F9C6721484813A1FA4836C7CB2EC1B24, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA30651E9F9C6721484813A1FA4836C7CB2EC1B24, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.HashSet`1_Slot<UnityEngine.Networking.NetworkInstanceId>>
|
|
struct InternalEnumerator_1_tF514FE1E95AF715D9F8034EF7488337851888CE5
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF514FE1E95AF715D9F8034EF7488337851888CE5, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF514FE1E95AF715D9F8034EF7488337851888CE5, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>
|
|
struct InternalEnumerator_1_tF5EFF4776DC2AC7A5A6FA97DB973F4DF651913C1
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF5EFF4776DC2AC7A5A6FA97DB973F4DF651913C1, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF5EFF4776DC2AC7A5A6FA97DB973F4DF651913C1, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>
|
|
struct InternalEnumerator_1_t7CAF00E6D268359FA5CDD6B530F0E32987FF3550
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7CAF00E6D268359FA5CDD6B530F0E32987FF3550, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7CAF00E6D268359FA5CDD6B530F0E32987FF3550, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>>
|
|
struct InternalEnumerator_1_tFED64CA59186CAB99A6BD01ACD369CAE9B1BFA63
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFED64CA59186CAB99A6BD01ACD369CAE9B1BFA63, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFED64CA59186CAB99A6BD01ACD369CAE9B1BFA63, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>
|
|
struct InternalEnumerator_1_tAA3F6981EE42DE1B1FBA5F55188E4EFC2269BEDA
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tAA3F6981EE42DE1B1FBA5F55188E4EFC2269BEDA, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tAA3F6981EE42DE1B1FBA5F55188E4EFC2269BEDA, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>
|
|
struct InternalEnumerator_1_tBBB7AD607670B0E5A288A29C8B96130340003FC4
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tBBB7AD607670B0E5A288A29C8B96130340003FC4, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tBBB7AD607670B0E5A288A29C8B96130340003FC4, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>
|
|
struct InternalEnumerator_1_t07452246E5486E5C69E29A357BA9D7626B48B5E1
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t07452246E5486E5C69E29A357BA9D7626B48B5E1, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t07452246E5486E5C69E29A357BA9D7626B48B5E1, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>
|
|
struct InternalEnumerator_1_tD5C77ADA98A6673B15D48A102BDBF7590017E4C5
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tD5C77ADA98A6673B15D48A102BDBF7590017E4C5, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tD5C77ADA98A6673B15D48A102BDBF7590017E4C5, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>
|
|
struct InternalEnumerator_1_t4BCF0DC28CDFE9E97057D2617B9C64EA5C259A23
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t4BCF0DC28CDFE9E97057D2617B9C64EA5C259A23, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t4BCF0DC28CDFE9E97057D2617B9C64EA5C259A23, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>
|
|
struct InternalEnumerator_1_t89EE644047F2E02902D276C4886D44DC103A207C
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t89EE644047F2E02902D276C4886D44DC103A207C, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t89EE644047F2E02902D276C4886D44DC103A207C, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>
|
|
struct InternalEnumerator_1_tEDC11688D96373751A66E805DD85CA5A655B5A14
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tEDC11688D96373751A66E805DD85CA5A655B5A14, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tEDC11688D96373751A66E805DD85CA5A655B5A14, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>
|
|
struct InternalEnumerator_1_t8EAEB2AD0D94D8315F6FA1A304CD1A86AAE95600
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t8EAEB2AD0D94D8315F6FA1A304CD1A86AAE95600, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t8EAEB2AD0D94D8315F6FA1A304CD1A86AAE95600, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>>
|
|
struct InternalEnumerator_1_t61131C816FC0109AF890D8D3F39588A2879B7161
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t61131C816FC0109AF890D8D3F39588A2879B7161, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t61131C816FC0109AF890D8D3F39588A2879B7161, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>
|
|
struct InternalEnumerator_1_tD990EA942DA2D3ECA52B4DE94C60BA936615DC71
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tD990EA942DA2D3ECA52B4DE94C60BA936615DC71, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tD990EA942DA2D3ECA52B4DE94C60BA936615DC71, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>
|
|
struct InternalEnumerator_1_tBD21A361A5A557D215F263973860F89CDAA6C679
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tBD21A361A5A557D215F263973860F89CDAA6C679, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tBD21A361A5A557D215F263973860F89CDAA6C679, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>
|
|
struct InternalEnumerator_1_t632011B8114E218BF0B4A2356B7C33C343B2566C
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t632011B8114E218BF0B4A2356B7C33C343B2566C, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t632011B8114E218BF0B4A2356B7C33C343B2566C, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>
|
|
struct InternalEnumerator_1_tE2BA58907CB2A657139BD78F5BA9A0BABDDC95A2
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tE2BA58907CB2A657139BD78F5BA9A0BABDDC95A2, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tE2BA58907CB2A657139BD78F5BA9A0BABDDC95A2, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>
|
|
struct InternalEnumerator_1_tA4F82E2FA884C848A32D4E13A2FACF8B77CD84AF
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA4F82E2FA884C848A32D4E13A2FACF8B77CD84AF, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA4F82E2FA884C848A32D4E13A2FACF8B77CD84AF, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>>
|
|
struct InternalEnumerator_1_t9ABBF651D7ACECF8BAE56E915105525CAB5934CF
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t9ABBF651D7ACECF8BAE56E915105525CAB5934CF, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t9ABBF651D7ACECF8BAE56E915105525CAB5934CF, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>
|
|
struct InternalEnumerator_1_tBFC602AACA8AC51BAF8F3BA797FB7163E93ADD43
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tBFC602AACA8AC51BAF8F3BA797FB7163E93ADD43, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tBFC602AACA8AC51BAF8F3BA797FB7163E93ADD43, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>>
|
|
struct InternalEnumerator_1_tE15A1BCD9AF9588C09A004AEC3C69BA762CA939A
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tE15A1BCD9AF9588C09A004AEC3C69BA762CA939A, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tE15A1BCD9AF9588C09A004AEC3C69BA762CA939A, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>>
|
|
struct InternalEnumerator_1_tC636E69D7D91B67BE3A23B86B90834723998FF65
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tC636E69D7D91B67BE3A23B86B90834723998FF65, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tC636E69D7D91B67BE3A23B86B90834723998FF65, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>>
|
|
struct InternalEnumerator_1_t319D548D03178C84BC915DEC7254D553E76D3FBF
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t319D548D03178C84BC915DEC7254D553E76D3FBF, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t319D548D03178C84BC915DEC7254D553E76D3FBF, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>
|
|
struct InternalEnumerator_1_t64BB9CF7BD60964E444E09B4BEB77F8A0FD3AD63
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t64BB9CF7BD60964E444E09B4BEB77F8A0FD3AD63, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t64BB9CF7BD60964E444E09B4BEB77F8A0FD3AD63, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>
|
|
struct InternalEnumerator_1_t9D68A0D66437D1F015360D16A9A2D6F19BFA3A9C
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t9D68A0D66437D1F015360D16A9A2D6F19BFA3A9C, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t9D68A0D66437D1F015360D16A9A2D6F19BFA3A9C, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Collections.Hashtable_bucket>
|
|
struct InternalEnumerator_1_t958A1CB7BD60AE893EDA6472870C327FB92BF21B
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t958A1CB7BD60AE893EDA6472870C327FB92BF21B, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t958A1CB7BD60AE893EDA6472870C327FB92BF21B, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.ComponentModel.AttributeCollection_AttributeEntry>
|
|
struct InternalEnumerator_1_tA85F2CAF6C87EE6C590864FA3D7CDD8118FECEDD
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA85F2CAF6C87EE6C590864FA3D7CDD8118FECEDD, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA85F2CAF6C87EE6C590864FA3D7CDD8118FECEDD, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.DateTime>
|
|
struct InternalEnumerator_1_t8501E4029651E6A824D836A3278C5F7F47E5CB8C
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t8501E4029651E6A824D836A3278C5F7F47E5CB8C, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t8501E4029651E6A824D836A3278C5F7F47E5CB8C, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Decimal>
|
|
struct InternalEnumerator_1_t257599E95CDE322D0A0F62BC4DF648368930E7C1
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t257599E95CDE322D0A0F62BC4DF648368930E7C1, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t257599E95CDE322D0A0F62BC4DF648368930E7C1, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Double>
|
|
struct InternalEnumerator_1_t551D44E67C0C4F28271D64D2DC1D530E49694C55
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t551D44E67C0C4F28271D64D2DC1D530E49694C55, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t551D44E67C0C4F28271D64D2DC1D530E49694C55, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>
|
|
struct InternalEnumerator_1_t6DDCB6670988C6CC77FED8E0879A4AF1E90F90E7
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t6DDCB6670988C6CC77FED8E0879A4AF1E90F90E7, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t6DDCB6670988C6CC77FED8E0879A4AF1E90F90E7, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>
|
|
struct InternalEnumerator_1_t4701E706C2E9271C97A4DA02D5A427C454E2511D
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t4701E706C2E9271C97A4DA02D5A427C454E2511D, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t4701E706C2E9271C97A4DA02D5A427C454E2511D, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Globalization.TimeSpanParse_TimeSpanToken>
|
|
struct InternalEnumerator_1_tA0624547299AB73E8B8CD66EEDC9ADEEB8DC9932
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA0624547299AB73E8B8CD66EEDC9ADEEB8DC9932, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA0624547299AB73E8B8CD66EEDC9ADEEB8DC9932, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Guid>
|
|
struct InternalEnumerator_1_t9AE8C5991408C212786085A557847BB17A5272C1
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t9AE8C5991408C212786085A557847BB17A5272C1, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t9AE8C5991408C212786085A557847BB17A5272C1, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Int16>
|
|
struct InternalEnumerator_1_t1A3BE99A7E93AFDEE3326117AB9BC91FCC8E5A91
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t1A3BE99A7E93AFDEE3326117AB9BC91FCC8E5A91, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t1A3BE99A7E93AFDEE3326117AB9BC91FCC8E5A91, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Int32>
|
|
struct InternalEnumerator_1_tA5E761BB55ACBAB41554465F72F0696F7108A43D
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA5E761BB55ACBAB41554465F72F0696F7108A43D, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA5E761BB55ACBAB41554465F72F0696F7108A43D, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Int32Enum>
|
|
struct InternalEnumerator_1_tC7F1CBDAE31330F9D7386E67FD78B1C06F46422A
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tC7F1CBDAE31330F9D7386E67FD78B1C06F46422A, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tC7F1CBDAE31330F9D7386E67FD78B1C06F46422A, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Int64>
|
|
struct InternalEnumerator_1_tA5586E86516FCB0C7894D3F96D7ADECB3275AA4F
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA5586E86516FCB0C7894D3F96D7ADECB3275AA4F, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA5586E86516FCB0C7894D3F96D7ADECB3275AA4F, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.IntPtr>
|
|
struct InternalEnumerator_1_t14D32DF33683F99069D9258BB89E49055A16F9AE
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t14D32DF33683F99069D9258BB89E49055A16F9AE, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t14D32DF33683F99069D9258BB89E49055A16F9AE, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Net.CookieTokenizer_RecognizedAttribute>
|
|
struct InternalEnumerator_1_tEEE9B2B7626722217155FB48789C0AD64256279B
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tEEE9B2B7626722217155FB48789C0AD64256279B, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tEEE9B2B7626722217155FB48789C0AD64256279B, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Net.HeaderVariantInfo>
|
|
struct InternalEnumerator_1_tFD5523233AFC4D86CFA0DCC57105E3E7BFC38101
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFD5523233AFC4D86CFA0DCC57105E3E7BFC38101, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFD5523233AFC4D86CFA0DCC57105E3E7BFC38101, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Net.Sockets.Socket_WSABUF>
|
|
struct InternalEnumerator_1_t34EEB8E7DA729ADB557869C9D3A8D99015A6A3AB
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t34EEB8E7DA729ADB557869C9D3A8D99015A6A3AB, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t34EEB8E7DA729ADB557869C9D3A8D99015A6A3AB, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct InternalEnumerator_1_t5CCBF6E5A1ED1D21C84C9BE500673B7EE14E8F96
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t5CCBF6E5A1ED1D21C84C9BE500673B7EE14E8F96, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t5CCBF6E5A1ED1D21C84C9BE500673B7EE14E8F96, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Object>
|
|
struct InternalEnumerator_1_tABC4127CF1BC4E9CF08C555CFF56D3286AA53B0F
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tABC4127CF1BC4E9CF08C555CFF56D3286AA53B0F, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tABC4127CF1BC4E9CF08C555CFF56D3286AA53B0F, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.ParameterizedStrings_FormatParam>
|
|
struct InternalEnumerator_1_t17674EAEE6107395A98D769397CC3A5E40AE2B41
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t17674EAEE6107395A98D769397CC3A5E40AE2B41, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t17674EAEE6107395A98D769397CC3A5E40AE2B41, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>
|
|
struct InternalEnumerator_1_tDA662EF0D142C3E10EE85A638D895E8ED9560969
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tDA662EF0D142C3E10EE85A638D895E8ED9560969, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tDA662EF0D142C3E10EE85A638D895E8ED9560969, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>
|
|
struct InternalEnumerator_1_tFDF713891D6C54C1B5751BA6F9BAB6813215B451
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFDF713891D6C54C1B5751BA6F9BAB6813215B451, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFDF713891D6C54C1B5751BA6F9BAB6813215B451, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Reflection.ParameterModifier>
|
|
struct InternalEnumerator_1_t44527618586A2D396FEAE6DEC17252812D8D2E93
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t44527618586A2D396FEAE6DEC17252812D8D2E93, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t44527618586A2D396FEAE6DEC17252812D8D2E93, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Resources.ResourceLocator>
|
|
struct InternalEnumerator_1_t24E15B5C952B4EE799B582E16877F7F37FA1B70B
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t24E15B5C952B4EE799B582E16877F7F37FA1B70B, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t24E15B5C952B4EE799B582E16877F7F37FA1B70B, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>
|
|
struct InternalEnumerator_1_tB642E1D8EF7ED44B1273CC5D1216CFB3FCD005C5
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tB642E1D8EF7ED44B1273CC5D1216CFB3FCD005C5, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tB642E1D8EF7ED44B1273CC5D1216CFB3FCD005C5, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>
|
|
struct InternalEnumerator_1_t6E5A69DF1F7B590047C88D1865523046E41013BE
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t6E5A69DF1F7B590047C88D1865523046E41013BE, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t6E5A69DF1F7B590047C88D1865523046E41013BE, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.SByte>
|
|
struct InternalEnumerator_1_tC06CF9ECC04980456B57D662F3199983470BAC33
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tC06CF9ECC04980456B57D662F3199983470BAC33, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tC06CF9ECC04980456B57D662F3199983470BAC33, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>
|
|
struct InternalEnumerator_1_t1D651EDA367D0968C49796FDC0A6BC15375EA561
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t1D651EDA367D0968C49796FDC0A6BC15375EA561, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t1D651EDA367D0968C49796FDC0A6BC15375EA561, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Single>
|
|
struct InternalEnumerator_1_t03E207B84B6F06EAF9F77E2BD1D1D00EA1990DA1
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t03E207B84B6F06EAF9F77E2BD1D1D00EA1990DA1, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t03E207B84B6F06EAF9F77E2BD1D1D00EA1990DA1, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping>
|
|
struct InternalEnumerator_1_t7809E17B643ABB1E006F813D31F8BC3666B5532B
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7809E17B643ABB1E006F813D31F8BC3666B5532B, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7809E17B643ABB1E006F813D31F8BC3666B5532B, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.Threading.CancellationTokenRegistration>
|
|
struct InternalEnumerator_1_t85FC781CD035D7288F957603C85D75D39E11D275
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t85FC781CD035D7288F957603C85D75D39E11D275, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t85FC781CD035D7288F957603C85D75D39E11D275, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.TimeSpan>
|
|
struct InternalEnumerator_1_t3825F16AE52F48A96EE82CCB93F297BF93DDE8F6
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3825F16AE52F48A96EE82CCB93F297BF93DDE8F6, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t3825F16AE52F48A96EE82CCB93F297BF93DDE8F6, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.UInt16>
|
|
struct InternalEnumerator_1_t1E63AA3D1031EDFCDD5492D233629B5909AEAF2F
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t1E63AA3D1031EDFCDD5492D233629B5909AEAF2F, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t1E63AA3D1031EDFCDD5492D233629B5909AEAF2F, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.UInt16Enum>
|
|
struct InternalEnumerator_1_t67F73E9B050C84F6F458B2BEED6BDB1DA2982F3C
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t67F73E9B050C84F6F458B2BEED6BDB1DA2982F3C, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t67F73E9B050C84F6F458B2BEED6BDB1DA2982F3C, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.UInt32>
|
|
struct InternalEnumerator_1_tEBADE0A4696976CF836588C8812305FAB47500E8
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tEBADE0A4696976CF836588C8812305FAB47500E8, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tEBADE0A4696976CF836588C8812305FAB47500E8, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.UInt32Enum>
|
|
struct InternalEnumerator_1_t917986E0188FCA1D787753B8666C9395A098A9F4
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t917986E0188FCA1D787753B8666C9395A098A9F4, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t917986E0188FCA1D787753B8666C9395A098A9F4, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.UInt64>
|
|
struct InternalEnumerator_1_t18780D970F20B0B5C0B9CD2F694765170404909A
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t18780D970F20B0B5C0B9CD2F694765170404909A, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t18780D970F20B0B5C0B9CD2F694765170404909A, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<System.UInt64Enum>
|
|
struct InternalEnumerator_1_tDE675D2DD4FBC76E8788EE355D3447B147501028
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tDE675D2DD4FBC76E8788EE355D3447B147501028, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tDE675D2DD4FBC76E8788EE355D3447B147501028, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.AccelerationEvent>
|
|
struct InternalEnumerator_1_tF5CEF26005D35CE2419186C4BD34514B905DDD66
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF5CEF26005D35CE2419186C4BD34514B905DDD66, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF5CEF26005D35CE2419186C4BD34514B905DDD66, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.AnimatorClipInfo>
|
|
struct InternalEnumerator_1_tF57FBFFBE1EA5D928F5B00E4473772E3D7C6EACE
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF57FBFFBE1EA5D928F5B00E4473772E3D7C6EACE, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF57FBFFBE1EA5D928F5B00E4473772E3D7C6EACE, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.BeforeRenderHelper_OrderBlock>
|
|
struct InternalEnumerator_1_tD82DDB412EA40C89BC64A6C92E3EE836B0491C20
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tD82DDB412EA40C89BC64A6C92E3EE836B0491C20, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tD82DDB412EA40C89BC64A6C92E3EE836B0491C20, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Color32>
|
|
struct InternalEnumerator_1_tEDC15E304166341C3089DF741B003631E7DED5F9
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tEDC15E304166341C3089DF741B003631E7DED5F9, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tEDC15E304166341C3089DF741B003631E7DED5F9, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Color>
|
|
struct InternalEnumerator_1_t9623EB88CED2D5E33DC7625B042E73EC939F9ADE
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t9623EB88CED2D5E33DC7625B042E73EC939F9ADE, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t9623EB88CED2D5E33DC7625B042E73EC939F9ADE, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.ContactPoint2D>
|
|
struct InternalEnumerator_1_tB6E490A7F46D1EEFC38E2E88AE4612DEC8A65366
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tB6E490A7F46D1EEFC38E2E88AE4612DEC8A65366, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tB6E490A7F46D1EEFC38E2E88AE4612DEC8A65366, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.ContactPoint>
|
|
struct InternalEnumerator_1_tF22A02AE20988A1C0EF3775E7636AAEEA796A955
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF22A02AE20988A1C0EF3775E7636AAEEA796A955, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tF22A02AE20988A1C0EF3775E7636AAEEA796A955, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>
|
|
struct InternalEnumerator_1_t8D40E423A143613E114B594A0507E3D3D43D7888
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t8D40E423A143613E114B594A0507E3D3D43D7888, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t8D40E423A143613E114B594A0507E3D3D43D7888, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord>
|
|
struct InternalEnumerator_1_t514BFE7D5223ED1EFFD922E025AC087056243D49
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t514BFE7D5223ED1EFFD922E025AC087056243D49, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t514BFE7D5223ED1EFFD922E025AC087056243D49, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Keyframe>
|
|
struct InternalEnumerator_1_t7A5024384E3A020AA1432ACA92E569DADE321F07
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7A5024384E3A020AA1432ACA92E569DADE321F07, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t7A5024384E3A020AA1432ACA92E569DADE321F07, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>
|
|
struct InternalEnumerator_1_tA49F87207D9C71EB0F5BD0C0AF3A7F08A6AD9769
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA49F87207D9C71EB0F5BD0C0AF3A7F08A6AD9769, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tA49F87207D9C71EB0F5BD0C0AF3A7F08A6AD9769, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Matrix4x4>
|
|
struct InternalEnumerator_1_tCF7907B530C2E86E084DC56E5746436D7D1176C2
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tCF7907B530C2E86E084DC56E5746436D7D1176C2, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tCF7907B530C2E86E084DC56E5746436D7D1176C2, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Networking.ChannelPacket>
|
|
struct InternalEnumerator_1_tFD0398800E2CA8E30347CFF0AEB92F9485F80C0C
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFD0398800E2CA8E30347CFF0AEB92F9485F80C0C, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tFD0398800E2CA8E30347CFF0AEB92F9485F80C0C, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Networking.ClientScene_PendingOwner>
|
|
struct InternalEnumerator_1_t710DE2705A8E64FBB258147E9F1824B9077D9062
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t710DE2705A8E64FBB258147E9F1824B9077D9062, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t710DE2705A8E64FBB258147E9F1824B9077D9062, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Networking.LocalClient_InternalMsg>
|
|
struct InternalEnumerator_1_t765C387619EB19F249BD83C4AC4E110D2CAD2A94
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t765C387619EB19F249BD83C4AC4E110D2CAD2A94, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t765C387619EB19F249BD83C4AC4E110D2CAD2A94, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Networking.NetworkBroadcastResult>
|
|
struct InternalEnumerator_1_t4547AB0297A7F65720F0949C09BBB3A99FEC2E67
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t4547AB0297A7F65720F0949C09BBB3A99FEC2E67, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t4547AB0297A7F65720F0949C09BBB3A99FEC2E67, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Networking.NetworkHash128>
|
|
struct InternalEnumerator_1_t996578FBF81D599A4050C00D232BBDB5C8E6D441
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t996578FBF81D599A4050C00D232BBDB5C8E6D441, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t996578FBF81D599A4050C00D232BBDB5C8E6D441, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Networking.NetworkInstanceId>
|
|
struct InternalEnumerator_1_tD37546D6DB9F6A96FE57B1DCEFC6433437AFD373
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tD37546D6DB9F6A96FE57B1DCEFC6433437AFD373, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_tD37546D6DB9F6A96FE57B1DCEFC6433437AFD373, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.Array_InternalEnumerator`1<UnityEngine.Networking.NetworkLobbyManager_PendingPlayer>
|
|
struct InternalEnumerator_1_t00CDF83AD66BD06E09E17C41F10A61128A1603C1
|
|
{
|
|
public:
|
|
// System.Array System.Array_InternalEnumerator`1::array
|
|
RuntimeArray * ___array_0;
|
|
// System.Int32 System.Array_InternalEnumerator`1::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t00CDF83AD66BD06E09E17C41F10A61128A1603C1, ___array_0)); }
|
|
inline RuntimeArray * get_array_0() const { return ___array_0; }
|
|
inline RuntimeArray ** get_address_of_array_0() { return &___array_0; }
|
|
inline void set_array_0(RuntimeArray * value)
|
|
{
|
|
___array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(InternalEnumerator_1_t00CDF83AD66BD06E09E17C41F10A61128A1603C1, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_pinvoke
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
// Native definition for COM marshalling of System.Array/InternalEnumerator`1
|
|
#ifndef InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
#define InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com_define
|
|
struct InternalEnumerator_1_t2230E371CD528773FD327FDC447CE231DE2AAA56_marshaled_com
|
|
{
|
|
RuntimeArray * ___array_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
#endif
|
|
|
|
// System.ArraySegment`1<System.Byte>
|
|
struct ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA
|
|
{
|
|
public:
|
|
// T[] System.ArraySegment`1::_array
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____array_0;
|
|
// System.Int32 System.ArraySegment`1::_offset
|
|
int32_t ____offset_1;
|
|
// System.Int32 System.ArraySegment`1::_count
|
|
int32_t ____count_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____array_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__array_0() const { return ____array_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__offset_1() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____offset_1)); }
|
|
inline int32_t get__offset_1() const { return ____offset_1; }
|
|
inline int32_t* get_address_of__offset_1() { return &____offset_1; }
|
|
inline void set__offset_1(int32_t value)
|
|
{
|
|
____offset_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____count_2)); }
|
|
inline int32_t get__count_2() const { return ____count_2; }
|
|
inline int32_t* get_address_of__count_2() { return &____count_2; }
|
|
inline void set__count_2(int32_t value)
|
|
{
|
|
____count_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Boolean
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
|
|
{
|
|
public:
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
|
|
inline bool get_m_value_0() const { return ___m_value_0; }
|
|
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(bool value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
|
|
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
|
|
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
|
|
inline void set_TrueString_5(String_t* value)
|
|
{
|
|
___TrueString_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
|
|
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
|
|
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
|
|
inline void set_FalseString_6(String_t* value)
|
|
{
|
|
___FalseString_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Byte
|
|
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
|
|
{
|
|
public:
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
|
|
inline uint8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Char
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
|
|
{
|
|
public:
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
|
|
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
|
|
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(Il2CppChar value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.Char::categoryForLatin1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
|
|
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___categoryForLatin1_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4
|
|
{
|
|
public:
|
|
// System.Object System.Collections.DictionaryEntry::_key
|
|
RuntimeObject * ____key_0;
|
|
// System.Object System.Collections.DictionaryEntry::_value
|
|
RuntimeObject * ____value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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((void**)(&____key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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((void**)(&____value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____key_0;
|
|
Il2CppIUnknown* ____value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____key_0;
|
|
Il2CppIUnknown* ____value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Int16,System.Object>
|
|
struct Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
int16_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997, ___key_2)); }
|
|
inline int16_t get_key_2() const { return ___key_2; }
|
|
inline int16_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(int16_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>
|
|
struct Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
int32_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___key_2)); }
|
|
inline int32_t get_key_2() const { return ___key_2; }
|
|
inline int32_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(int32_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>
|
|
struct Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
int64_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4, ___key_2)); }
|
|
inline int64_t get_key_2() const { return ___key_2; }
|
|
inline int64_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(int64_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>
|
|
struct Entry_t495C47A91D5A1899AF832D603308B663495EC5A8
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
bool ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___value_3)); }
|
|
inline bool get_value_3() const { return ___value_3; }
|
|
inline bool* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(bool value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>
|
|
struct Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
int32_t ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___value_3)); }
|
|
inline int32_t get_value_3() const { return ___value_3; }
|
|
inline int32_t* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(int32_t value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int64>
|
|
struct Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
int64_t ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41, ___value_3)); }
|
|
inline int64_t get_value_3() const { return ___value_3; }
|
|
inline int64_t* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(int64_t value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>
|
|
struct Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>
|
|
struct Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
uint32_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38, ___key_2)); }
|
|
inline uint32_t get_key_2() const { return ___key_2; }
|
|
inline uint32_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(uint32_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.HashSet`1_Slot<System.Int32>
|
|
struct Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.HashSet`1_Slot::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1_Slot::next
|
|
int32_t ___next_1;
|
|
// T System.Collections.Generic.HashSet`1_Slot::value
|
|
int32_t ___value_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_2() { return static_cast<int32_t>(offsetof(Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7, ___value_2)); }
|
|
inline int32_t get_value_2() const { return ___value_2; }
|
|
inline int32_t* get_address_of_value_2() { return &___value_2; }
|
|
inline void set_value_2(int32_t value)
|
|
{
|
|
___value_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.HashSet`1_Slot<System.Object>
|
|
struct Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.HashSet`1_Slot::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1_Slot::next
|
|
int32_t ___next_1;
|
|
// T System.Collections.Generic.HashSet`1_Slot::value
|
|
RuntimeObject * ___value_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_2() { return static_cast<int32_t>(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___value_2)); }
|
|
inline RuntimeObject * get_value_2() const { return ___value_2; }
|
|
inline RuntimeObject ** get_address_of_value_2() { return &___value_2; }
|
|
inline void set_value_2(RuntimeObject * value)
|
|
{
|
|
___value_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>
|
|
struct KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int16_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A, ___key_0)); }
|
|
inline int16_t get_key_0() const { return ___key_0; }
|
|
inline int16_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(int16_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>
|
|
struct KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C, ___key_0)); }
|
|
inline int32_t get_key_0() const { return ___key_0; }
|
|
inline int32_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(int32_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>
|
|
struct KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int64_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA, ___key_0)); }
|
|
inline int64_t get_key_0() const { return ___key_0; }
|
|
inline int64_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(int64_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>
|
|
struct KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
bool ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1, ___value_1)); }
|
|
inline bool get_value_1() const { return ___value_1; }
|
|
inline bool* get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(bool value)
|
|
{
|
|
___value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>
|
|
struct KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
int32_t ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___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;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>
|
|
struct KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
int64_t ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2, ___value_1)); }
|
|
inline int64_t get_value_1() const { return ___value_1; }
|
|
inline int64_t* get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(int64_t value)
|
|
{
|
|
___value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
|
|
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>
|
|
struct KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
uint32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA, ___key_0)); }
|
|
inline uint32_t get_key_0() const { return ___key_0; }
|
|
inline uint32_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(uint32_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1_Enumerator<System.Object>
|
|
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
|
|
int32_t ___version_2;
|
|
// T System.Collections.Generic.List`1_Enumerator::current
|
|
RuntimeObject * ___current_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
|
|
inline RuntimeObject * get_current_3() const { return ___current_3; }
|
|
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(RuntimeObject * value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Hashtable_bucket
|
|
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083
|
|
{
|
|
public:
|
|
// System.Object System.Collections.Hashtable_bucket::key
|
|
RuntimeObject * ___key_0;
|
|
// System.Object System.Collections.Hashtable_bucket::val
|
|
RuntimeObject * ___val_1;
|
|
// System.Int32 System.Collections.Hashtable_bucket::hash_coll
|
|
int32_t ___hash_coll_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_val_1() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___val_1)); }
|
|
inline RuntimeObject * get_val_1() const { return ___val_1; }
|
|
inline RuntimeObject ** get_address_of_val_1() { return &___val_1; }
|
|
inline void set_val_1(RuntimeObject * value)
|
|
{
|
|
___val_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___val_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hash_coll_2() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___hash_coll_2)); }
|
|
inline int32_t get_hash_coll_2() const { return ___hash_coll_2; }
|
|
inline int32_t* get_address_of_hash_coll_2() { return &___hash_coll_2; }
|
|
inline void set_hash_coll_2(int32_t value)
|
|
{
|
|
___hash_coll_2 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Collections.Hashtable/bucket
|
|
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___val_1;
|
|
int32_t ___hash_coll_2;
|
|
};
|
|
// Native definition for COM marshalling of System.Collections.Hashtable/bucket
|
|
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___val_1;
|
|
int32_t ___hash_coll_2;
|
|
};
|
|
|
|
// System.ComponentModel.AttributeCollection_AttributeEntry
|
|
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD
|
|
{
|
|
public:
|
|
// System.Type System.ComponentModel.AttributeCollection_AttributeEntry::type
|
|
Type_t * ___type_0;
|
|
// System.Int32 System.ComponentModel.AttributeCollection_AttributeEntry::index
|
|
int32_t ___index_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD, ___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((void**)(&___type_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ComponentModel.AttributeCollection/AttributeEntry
|
|
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_pinvoke
|
|
{
|
|
Type_t * ___type_0;
|
|
int32_t ___index_1;
|
|
};
|
|
// Native definition for COM marshalling of System.ComponentModel.AttributeCollection/AttributeEntry
|
|
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_com
|
|
{
|
|
Type_t * ___type_0;
|
|
int32_t ___index_1;
|
|
};
|
|
|
|
// System.DateTime
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
|
|
{
|
|
public:
|
|
// System.UInt64 System.DateTime::dateData
|
|
uint64_t ___dateData_44;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
|
|
inline uint64_t get_dateData_44() const { return ___dateData_44; }
|
|
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
|
|
inline void set_dateData_44(uint64_t value)
|
|
{
|
|
___dateData_44 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.DateTime::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
|
|
// System.Int32[] System.DateTime::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
|
|
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
|
|
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
|
|
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MinValue_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
|
|
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MaxValue_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Decimal
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
|
|
{
|
|
public:
|
|
// System.Int32 System.Decimal::flags
|
|
int32_t ___flags_14;
|
|
// System.Int32 System.Decimal::hi
|
|
int32_t ___hi_15;
|
|
// System.Int32 System.Decimal::lo
|
|
int32_t ___lo_16;
|
|
// System.Int32 System.Decimal::mid
|
|
int32_t ___mid_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
|
|
inline int32_t get_flags_14() const { return ___flags_14; }
|
|
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
|
|
inline void set_flags_14(int32_t value)
|
|
{
|
|
___flags_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
|
|
inline int32_t get_hi_15() const { return ___hi_15; }
|
|
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
|
|
inline void set_hi_15(int32_t value)
|
|
{
|
|
___hi_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
|
|
inline int32_t get_lo_16() const { return ___lo_16; }
|
|
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
|
|
inline void set_lo_16(int32_t value)
|
|
{
|
|
___lo_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
|
|
inline int32_t get_mid_17() const { return ___mid_17; }
|
|
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
|
|
inline void set_mid_17(int32_t value)
|
|
{
|
|
___mid_17 = value;
|
|
}
|
|
};
|
|
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt32[] System.Decimal::Powers10
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
|
|
// System.Decimal System.Decimal::Zero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
|
|
// System.Decimal System.Decimal::One
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
|
|
// System.Decimal System.Decimal::MinusOne
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
|
|
// System.Decimal System.Decimal::MaxValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
|
|
// System.Decimal System.Decimal::MinValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
|
|
// System.Decimal System.Decimal::NearNegativeZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
|
|
// System.Decimal System.Decimal::NearPositiveZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
|
|
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
|
|
{
|
|
___Powers10_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
|
|
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___Zero_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
|
|
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___One_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
|
|
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinusOne_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
|
|
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MaxValue_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
|
|
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinValue_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
|
|
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearNegativeZero_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
|
|
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearPositiveZero_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Double
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
|
|
{
|
|
public:
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
|
|
inline double get_m_value_0() const { return ___m_value_0; }
|
|
inline double* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(double value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
|
|
{
|
|
public:
|
|
// System.Double System.Double::NegativeZero
|
|
double ___NegativeZero_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
|
|
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
|
|
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
|
|
inline void set_NegativeZero_7(double value)
|
|
{
|
|
___NegativeZero_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___enumSeperatorCharArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4
|
|
{
|
|
public:
|
|
// System.UInt16 System.Globalization.InternalCodePageDataItem::codePage
|
|
uint16_t ___codePage_0;
|
|
// System.UInt16 System.Globalization.InternalCodePageDataItem::uiFamilyCodePage
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
// System.UInt32 System.Globalization.InternalCodePageDataItem::flags
|
|
uint32_t ___flags_2;
|
|
// System.String System.Globalization.InternalCodePageDataItem::Names
|
|
String_t* ___Names_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_codePage_0() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___codePage_0)); }
|
|
inline uint16_t get_codePage_0() const { return ___codePage_0; }
|
|
inline uint16_t* get_address_of_codePage_0() { return &___codePage_0; }
|
|
inline void set_codePage_0(uint16_t value)
|
|
{
|
|
___codePage_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_uiFamilyCodePage_1() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___uiFamilyCodePage_1)); }
|
|
inline uint16_t get_uiFamilyCodePage_1() const { return ___uiFamilyCodePage_1; }
|
|
inline uint16_t* get_address_of_uiFamilyCodePage_1() { return &___uiFamilyCodePage_1; }
|
|
inline void set_uiFamilyCodePage_1(uint16_t value)
|
|
{
|
|
___uiFamilyCodePage_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_flags_2() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___flags_2)); }
|
|
inline uint32_t get_flags_2() const { return ___flags_2; }
|
|
inline uint32_t* get_address_of_flags_2() { return &___flags_2; }
|
|
inline void set_flags_2(uint32_t value)
|
|
{
|
|
___flags_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Names_3() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___Names_3)); }
|
|
inline String_t* get_Names_3() const { return ___Names_3; }
|
|
inline String_t** get_address_of_Names_3() { return &___Names_3; }
|
|
inline void set_Names_3(String_t* value)
|
|
{
|
|
___Names_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Names_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_marshaled_pinvoke
|
|
{
|
|
uint16_t ___codePage_0;
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
uint32_t ___flags_2;
|
|
char* ___Names_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_marshaled_com
|
|
{
|
|
uint16_t ___codePage_0;
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
uint32_t ___flags_2;
|
|
Il2CppChar* ___Names_3;
|
|
};
|
|
|
|
// System.Globalization.InternalEncodingDataItem
|
|
struct InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211
|
|
{
|
|
public:
|
|
// System.String System.Globalization.InternalEncodingDataItem::webName
|
|
String_t* ___webName_0;
|
|
// System.UInt16 System.Globalization.InternalEncodingDataItem::codePage
|
|
uint16_t ___codePage_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_webName_0() { return static_cast<int32_t>(offsetof(InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211, ___webName_0)); }
|
|
inline String_t* get_webName_0() const { return ___webName_0; }
|
|
inline String_t** get_address_of_webName_0() { return &___webName_0; }
|
|
inline void set_webName_0(String_t* value)
|
|
{
|
|
___webName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___webName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_codePage_1() { return static_cast<int32_t>(offsetof(InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211, ___codePage_1)); }
|
|
inline uint16_t get_codePage_1() const { return ___codePage_1; }
|
|
inline uint16_t* get_address_of_codePage_1() { return &___codePage_1; }
|
|
inline void set_codePage_1(uint16_t value)
|
|
{
|
|
___codePage_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.InternalEncodingDataItem
|
|
struct InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_marshaled_pinvoke
|
|
{
|
|
char* ___webName_0;
|
|
uint16_t ___codePage_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.InternalEncodingDataItem
|
|
struct InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_marshaled_com
|
|
{
|
|
Il2CppChar* ___webName_0;
|
|
uint16_t ___codePage_1;
|
|
};
|
|
|
|
// System.Guid
|
|
struct Guid_t
|
|
{
|
|
public:
|
|
// System.Int32 System.Guid::_a
|
|
int32_t ____a_1;
|
|
// System.Int16 System.Guid::_b
|
|
int16_t ____b_2;
|
|
// System.Int16 System.Guid::_c
|
|
int16_t ____c_3;
|
|
// System.Byte System.Guid::_d
|
|
uint8_t ____d_4;
|
|
// System.Byte System.Guid::_e
|
|
uint8_t ____e_5;
|
|
// System.Byte System.Guid::_f
|
|
uint8_t ____f_6;
|
|
// System.Byte System.Guid::_g
|
|
uint8_t ____g_7;
|
|
// System.Byte System.Guid::_h
|
|
uint8_t ____h_8;
|
|
// System.Byte System.Guid::_i
|
|
uint8_t ____i_9;
|
|
// System.Byte System.Guid::_j
|
|
uint8_t ____j_10;
|
|
// System.Byte System.Guid::_k
|
|
uint8_t ____k_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
|
|
inline int32_t get__a_1() const { return ____a_1; }
|
|
inline int32_t* get_address_of__a_1() { return &____a_1; }
|
|
inline void set__a_1(int32_t value)
|
|
{
|
|
____a_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
|
|
inline int16_t get__b_2() const { return ____b_2; }
|
|
inline int16_t* get_address_of__b_2() { return &____b_2; }
|
|
inline void set__b_2(int16_t value)
|
|
{
|
|
____b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
|
|
inline int16_t get__c_3() const { return ____c_3; }
|
|
inline int16_t* get_address_of__c_3() { return &____c_3; }
|
|
inline void set__c_3(int16_t value)
|
|
{
|
|
____c_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
|
|
inline uint8_t get__d_4() const { return ____d_4; }
|
|
inline uint8_t* get_address_of__d_4() { return &____d_4; }
|
|
inline void set__d_4(uint8_t value)
|
|
{
|
|
____d_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
|
|
inline uint8_t get__e_5() const { return ____e_5; }
|
|
inline uint8_t* get_address_of__e_5() { return &____e_5; }
|
|
inline void set__e_5(uint8_t value)
|
|
{
|
|
____e_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
|
|
inline uint8_t get__f_6() const { return ____f_6; }
|
|
inline uint8_t* get_address_of__f_6() { return &____f_6; }
|
|
inline void set__f_6(uint8_t value)
|
|
{
|
|
____f_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
|
|
inline uint8_t get__g_7() const { return ____g_7; }
|
|
inline uint8_t* get_address_of__g_7() { return &____g_7; }
|
|
inline void set__g_7(uint8_t value)
|
|
{
|
|
____g_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
|
|
inline uint8_t get__h_8() const { return ____h_8; }
|
|
inline uint8_t* get_address_of__h_8() { return &____h_8; }
|
|
inline void set__h_8(uint8_t value)
|
|
{
|
|
____h_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
|
|
inline uint8_t get__i_9() const { return ____i_9; }
|
|
inline uint8_t* get_address_of__i_9() { return &____i_9; }
|
|
inline void set__i_9(uint8_t value)
|
|
{
|
|
____i_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
|
|
inline uint8_t get__j_10() const { return ____j_10; }
|
|
inline uint8_t* get_address_of__j_10() { return &____j_10; }
|
|
inline void set__j_10(uint8_t value)
|
|
{
|
|
____j_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
|
|
inline uint8_t get__k_11() const { return ____k_11; }
|
|
inline uint8_t* get_address_of__k_11() { return &____k_11; }
|
|
inline void set__k_11(uint8_t value)
|
|
{
|
|
____k_11 = value;
|
|
}
|
|
};
|
|
|
|
struct Guid_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Guid System.Guid::Empty
|
|
Guid_t ___Empty_0;
|
|
// System.Object System.Guid::_rngAccess
|
|
RuntimeObject * ____rngAccess_12;
|
|
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
|
|
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
|
|
inline Guid_t get_Empty_0() const { return ___Empty_0; }
|
|
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
|
|
inline void set_Empty_0(Guid_t value)
|
|
{
|
|
___Empty_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
|
|
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
|
|
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
|
|
inline void set__rngAccess_12(RuntimeObject * value)
|
|
{
|
|
____rngAccess_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
|
|
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
|
|
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
|
|
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
|
|
{
|
|
____rng_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int16
|
|
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
|
|
{
|
|
public:
|
|
// System.Int16 System.Int16::m_value
|
|
int16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
|
|
inline int16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
|
|
inline int32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int64
|
|
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
|
|
{
|
|
public:
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
|
|
inline int64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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<int32_t>(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<int32_t>(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;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable_WhereArrayIterator`1<System.Object>
|
|
struct WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 : public Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9
|
|
{
|
|
public:
|
|
// TSource[] System.Linq.Enumerable_WhereArrayIterator`1::source
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___source_3;
|
|
// System.Func`2<TSource,System.Boolean> System.Linq.Enumerable_WhereArrayIterator`1::predicate
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate_4;
|
|
// System.Int32 System.Linq.Enumerable_WhereArrayIterator`1::index
|
|
int32_t ___index_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_source_3() { return static_cast<int32_t>(offsetof(WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477, ___source_3)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_source_3() const { return ___source_3; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_source_3() { return &___source_3; }
|
|
inline void set_source_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___source_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_predicate_4() { return static_cast<int32_t>(offsetof(WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477, ___predicate_4)); }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_predicate_4() const { return ___predicate_4; }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_predicate_4() { return &___predicate_4; }
|
|
inline void set_predicate_4(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value)
|
|
{
|
|
___predicate_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_5() { return static_cast<int32_t>(offsetof(WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477, ___index_5)); }
|
|
inline int32_t get_index_5() const { return ___index_5; }
|
|
inline int32_t* get_address_of_index_5() { return &___index_5; }
|
|
inline void set_index_5(int32_t value)
|
|
{
|
|
___index_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable_WhereEnumerableIterator`1<System.Object>
|
|
struct WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D : public Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9
|
|
{
|
|
public:
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable_WhereEnumerableIterator`1::source
|
|
RuntimeObject* ___source_3;
|
|
// System.Func`2<TSource,System.Boolean> System.Linq.Enumerable_WhereEnumerableIterator`1::predicate
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate_4;
|
|
// System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable_WhereEnumerableIterator`1::enumerator
|
|
RuntimeObject* ___enumerator_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_source_3() { return static_cast<int32_t>(offsetof(WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D, ___source_3)); }
|
|
inline RuntimeObject* get_source_3() const { return ___source_3; }
|
|
inline RuntimeObject** get_address_of_source_3() { return &___source_3; }
|
|
inline void set_source_3(RuntimeObject* value)
|
|
{
|
|
___source_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_predicate_4() { return static_cast<int32_t>(offsetof(WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D, ___predicate_4)); }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_predicate_4() const { return ___predicate_4; }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_predicate_4() { return &___predicate_4; }
|
|
inline void set_predicate_4(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value)
|
|
{
|
|
___predicate_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_enumerator_5() { return static_cast<int32_t>(offsetof(WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D, ___enumerator_5)); }
|
|
inline RuntimeObject* get_enumerator_5() const { return ___enumerator_5; }
|
|
inline RuntimeObject** get_address_of_enumerator_5() { return &___enumerator_5; }
|
|
inline void set_enumerator_5(RuntimeObject* value)
|
|
{
|
|
___enumerator_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumerator_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ParameterizedStrings_FormatParam
|
|
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800
|
|
{
|
|
public:
|
|
// System.Int32 System.ParameterizedStrings_FormatParam::_int32
|
|
int32_t ____int32_0;
|
|
// System.String System.ParameterizedStrings_FormatParam::_string
|
|
String_t* ____string_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__int32_0() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____int32_0)); }
|
|
inline int32_t get__int32_0() const { return ____int32_0; }
|
|
inline int32_t* get_address_of__int32_0() { return &____int32_0; }
|
|
inline void set__int32_0(int32_t value)
|
|
{
|
|
____int32_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__string_1() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____string_1)); }
|
|
inline String_t* get__string_1() const { return ____string_1; }
|
|
inline String_t** get_address_of__string_1() { return &____string_1; }
|
|
inline void set__string_1(String_t* value)
|
|
{
|
|
____string_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____string_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam
|
|
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke
|
|
{
|
|
int32_t ____int32_0;
|
|
char* ____string_1;
|
|
};
|
|
// Native definition for COM marshalling of System.ParameterizedStrings/FormatParam
|
|
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com
|
|
{
|
|
int32_t ____int32_0;
|
|
Il2CppChar* ____string_1;
|
|
};
|
|
|
|
// System.Reflection.CustomAttributeTypedArgument
|
|
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8
|
|
{
|
|
public:
|
|
// System.Type System.Reflection.CustomAttributeTypedArgument::argumentType
|
|
Type_t * ___argumentType_0;
|
|
// System.Object System.Reflection.CustomAttributeTypedArgument::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_argumentType_0() { return static_cast<int32_t>(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___argumentType_0)); }
|
|
inline Type_t * get_argumentType_0() const { return ___argumentType_0; }
|
|
inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; }
|
|
inline void set_argumentType_0(Type_t * value)
|
|
{
|
|
___argumentType_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument
|
|
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke
|
|
{
|
|
Type_t * ___argumentType_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument
|
|
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com
|
|
{
|
|
Type_t * ___argumentType_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
|
|
// System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E
|
|
{
|
|
public:
|
|
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__byRef_0() { return static_cast<int32_t>(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; }
|
|
inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
|
|
{
|
|
____byRef_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
|
|
// System.Resources.ResourceLocator
|
|
struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C
|
|
{
|
|
public:
|
|
// System.Object System.Resources.ResourceLocator::_value
|
|
RuntimeObject * ____value_0;
|
|
// System.Int32 System.Resources.ResourceLocator::_dataPos
|
|
int32_t ____dataPos_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__value_0() { return static_cast<int32_t>(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____value_0)); }
|
|
inline RuntimeObject * get__value_0() const { return ____value_0; }
|
|
inline RuntimeObject ** get_address_of__value_0() { return &____value_0; }
|
|
inline void set__value_0(RuntimeObject * value)
|
|
{
|
|
____value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____value_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dataPos_1() { return static_cast<int32_t>(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____dataPos_1)); }
|
|
inline int32_t get__dataPos_1() const { return ____dataPos_1; }
|
|
inline int32_t* get_address_of__dataPos_1() { return &____dataPos_1; }
|
|
inline void set__dataPos_1(int32_t value)
|
|
{
|
|
____dataPos_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Resources.ResourceLocator
|
|
struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____value_0;
|
|
int32_t ____dataPos_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Resources.ResourceLocator
|
|
struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____value_0;
|
|
int32_t ____dataPos_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA
|
|
{
|
|
public:
|
|
// System.Object System.Runtime.CompilerServices.Ephemeron::key
|
|
RuntimeObject * ___key_0;
|
|
// System.Object System.Runtime.CompilerServices.Ephemeron::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
|
|
// System.Runtime.InteropServices.GCHandle
|
|
struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.InteropServices.GCHandle::handle
|
|
int32_t ___handle_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); }
|
|
inline int32_t get_handle_0() const { return ___handle_0; }
|
|
inline int32_t* get_address_of_handle_0() { return &___handle_0; }
|
|
inline void set_handle_0(int32_t value)
|
|
{
|
|
___handle_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.SByte
|
|
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
|
|
{
|
|
public:
|
|
// System.SByte System.SByte::m_value
|
|
int8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
|
|
inline int8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Single
|
|
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
|
|
{
|
|
public:
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
|
|
inline float get_m_value_0() const { return ___m_value_0; }
|
|
inline float* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(float value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping
|
|
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B
|
|
{
|
|
public:
|
|
// System.Char System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_chMin
|
|
Il2CppChar ____chMin_0;
|
|
// System.Char System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_chMax
|
|
Il2CppChar ____chMax_1;
|
|
// System.Int32 System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_lcOp
|
|
int32_t ____lcOp_2;
|
|
// System.Int32 System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_data
|
|
int32_t ____data_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__chMin_0() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____chMin_0)); }
|
|
inline Il2CppChar get__chMin_0() const { return ____chMin_0; }
|
|
inline Il2CppChar* get_address_of__chMin_0() { return &____chMin_0; }
|
|
inline void set__chMin_0(Il2CppChar value)
|
|
{
|
|
____chMin_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__chMax_1() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____chMax_1)); }
|
|
inline Il2CppChar get__chMax_1() const { return ____chMax_1; }
|
|
inline Il2CppChar* get_address_of__chMax_1() { return &____chMax_1; }
|
|
inline void set__chMax_1(Il2CppChar value)
|
|
{
|
|
____chMax_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lcOp_2() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____lcOp_2)); }
|
|
inline int32_t get__lcOp_2() const { return ____lcOp_2; }
|
|
inline int32_t* get_address_of__lcOp_2() { return &____lcOp_2; }
|
|
inline void set__lcOp_2(int32_t value)
|
|
{
|
|
____lcOp_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____data_3)); }
|
|
inline int32_t get__data_3() const { return ____data_3; }
|
|
inline int32_t* get_address_of__data_3() { return &____data_3; }
|
|
inline void set__data_3(int32_t value)
|
|
{
|
|
____data_3 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
|
|
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_pinvoke
|
|
{
|
|
uint8_t ____chMin_0;
|
|
uint8_t ____chMax_1;
|
|
int32_t ____lcOp_2;
|
|
int32_t ____data_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
|
|
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_com
|
|
{
|
|
uint8_t ____chMin_0;
|
|
uint8_t ____chMax_1;
|
|
int32_t ____lcOp_2;
|
|
int32_t ____data_3;
|
|
};
|
|
|
|
// System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo>
|
|
struct SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE
|
|
{
|
|
public:
|
|
// System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayAddInfo`1::m_source
|
|
SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_source_0;
|
|
// System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1::m_index
|
|
int32_t ___m_index_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE, ___m_source_0)); }
|
|
inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * get_m_source_0() const { return ___m_source_0; }
|
|
inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 ** get_address_of_m_source_0() { return &___m_source_0; }
|
|
inline void set_m_source_0(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * value)
|
|
{
|
|
___m_source_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_index_1() { return static_cast<int32_t>(offsetof(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE, ___m_index_1)); }
|
|
inline int32_t get_m_index_1() const { return ___m_index_1; }
|
|
inline int32_t* get_address_of_m_index_1() { return &___m_index_1; }
|
|
inline void set_m_index_1(int32_t value)
|
|
{
|
|
___m_index_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt16
|
|
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
|
|
inline uint16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt32
|
|
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
|
|
{
|
|
public:
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
|
|
inline uint32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt64
|
|
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
|
|
{
|
|
public:
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
|
|
inline uint64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.AccelerationEvent
|
|
struct AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.AccelerationEvent::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.AccelerationEvent::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.AccelerationEvent::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.AccelerationEvent::m_TimeDelta
|
|
float ___m_TimeDelta_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___x_0)); }
|
|
inline float get_x_0() const { return ___x_0; }
|
|
inline float* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(float value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___z_2)); }
|
|
inline float get_z_2() const { return ___z_2; }
|
|
inline float* get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(float value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TimeDelta_3() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___m_TimeDelta_3)); }
|
|
inline float get_m_TimeDelta_3() const { return ___m_TimeDelta_3; }
|
|
inline float* get_address_of_m_TimeDelta_3() { return &___m_TimeDelta_3; }
|
|
inline void set_m_TimeDelta_3(float value)
|
|
{
|
|
___m_TimeDelta_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimatorClipInfo
|
|
struct AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorClipInfo::m_ClipInstanceID
|
|
int32_t ___m_ClipInstanceID_0;
|
|
// System.Single UnityEngine.AnimatorClipInfo::m_Weight
|
|
float ___m_Weight_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ClipInstanceID_0() { return static_cast<int32_t>(offsetof(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180, ___m_ClipInstanceID_0)); }
|
|
inline int32_t get_m_ClipInstanceID_0() const { return ___m_ClipInstanceID_0; }
|
|
inline int32_t* get_address_of_m_ClipInstanceID_0() { return &___m_ClipInstanceID_0; }
|
|
inline void set_m_ClipInstanceID_0(int32_t value)
|
|
{
|
|
___m_ClipInstanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Weight_1() { return static_cast<int32_t>(offsetof(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180, ___m_Weight_1)); }
|
|
inline float get_m_Weight_1() const { return ___m_Weight_1; }
|
|
inline float* get_address_of_m_Weight_1() { return &___m_Weight_1; }
|
|
inline void set_m_Weight_1(float value)
|
|
{
|
|
___m_Weight_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.BeforeRenderHelper_OrderBlock
|
|
struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.BeforeRenderHelper_OrderBlock::order
|
|
int32_t ___order_0;
|
|
// UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper_OrderBlock::callback
|
|
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_order_0() { return static_cast<int32_t>(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___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;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___callback_1)); }
|
|
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_callback_1() const { return ___callback_1; }
|
|
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_callback_1() { return &___callback_1; }
|
|
inline void set_callback_1(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
|
|
{
|
|
___callback_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock
|
|
struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke
|
|
{
|
|
int32_t ___order_0;
|
|
Il2CppMethodPointer ___callback_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock
|
|
struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_com
|
|
{
|
|
int32_t ___order_0;
|
|
Il2CppMethodPointer ___callback_1;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
|
|
inline float get_r_0() const { return ___r_0; }
|
|
inline float* get_address_of_r_0() { return &___r_0; }
|
|
inline void set_r_0(float value)
|
|
{
|
|
___r_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
|
|
inline float get_g_1() const { return ___g_1; }
|
|
inline float* get_address_of_g_1() { return &___g_1; }
|
|
inline void set_g_1(float value)
|
|
{
|
|
___g_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
|
|
inline float get_b_2() const { return ___b_2; }
|
|
inline float* get_address_of_b_2() { return &___b_2; }
|
|
inline void set_b_2(float value)
|
|
{
|
|
___b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
|
|
inline float get_a_3() const { return ___a_3; }
|
|
inline float* get_address_of_a_3() { return &___a_3; }
|
|
inline void set_a_3(float value)
|
|
{
|
|
___a_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Color32
|
|
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.Color32::rgba
|
|
int32_t ___rgba_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___rgba_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Color32::r
|
|
uint8_t ___r_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___r_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding[1];
|
|
// System.Byte UnityEngine.Color32::g
|
|
uint8_t ___g_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___g_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding[2];
|
|
// System.Byte UnityEngine.Color32::b
|
|
uint8_t ___b_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___b_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding[3];
|
|
// System.Byte UnityEngine.Color32::a
|
|
uint8_t ___a_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___a_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
|
|
inline int32_t get_rgba_0() const { return ___rgba_0; }
|
|
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
|
|
inline void set_rgba_0(int32_t value)
|
|
{
|
|
___rgba_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
|
|
inline uint8_t get_r_1() const { return ___r_1; }
|
|
inline uint8_t* get_address_of_r_1() { return &___r_1; }
|
|
inline void set_r_1(uint8_t value)
|
|
{
|
|
___r_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
|
|
inline uint8_t get_g_2() const { return ___g_2; }
|
|
inline uint8_t* get_address_of_g_2() { return &___g_2; }
|
|
inline void set_g_2(uint8_t value)
|
|
{
|
|
___g_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
|
|
inline uint8_t get_b_3() const { return ___b_3; }
|
|
inline uint8_t* get_address_of_b_3() { return &___b_3; }
|
|
inline void set_b_3(uint8_t value)
|
|
{
|
|
___b_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
|
|
inline uint8_t get_a_4() const { return ___a_4; }
|
|
inline uint8_t* get_address_of_a_4() { return &___a_4; }
|
|
inline void set_a_4(uint8_t value)
|
|
{
|
|
___a_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.LinearColor
|
|
struct LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_red
|
|
float ___m_red_0;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_green
|
|
float ___m_green_1;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_blue
|
|
float ___m_blue_2;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_intensity
|
|
float ___m_intensity_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_red_0() { return static_cast<int32_t>(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_red_0)); }
|
|
inline float get_m_red_0() const { return ___m_red_0; }
|
|
inline float* get_address_of_m_red_0() { return &___m_red_0; }
|
|
inline void set_m_red_0(float value)
|
|
{
|
|
___m_red_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_green_1() { return static_cast<int32_t>(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_green_1)); }
|
|
inline float get_m_green_1() const { return ___m_green_1; }
|
|
inline float* get_address_of_m_green_1() { return &___m_green_1; }
|
|
inline void set_m_green_1(float value)
|
|
{
|
|
___m_green_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_blue_2() { return static_cast<int32_t>(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_blue_2)); }
|
|
inline float get_m_blue_2() const { return ___m_blue_2; }
|
|
inline float* get_address_of_m_blue_2() { return &___m_blue_2; }
|
|
inline void set_m_blue_2(float value)
|
|
{
|
|
___m_blue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_intensity_3() { return static_cast<int32_t>(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_intensity_3)); }
|
|
inline float get_m_intensity_3() const { return ___m_intensity_3; }
|
|
inline float* get_address_of_m_intensity_3() { return &___m_intensity_3; }
|
|
inline void set_m_intensity_3(float value)
|
|
{
|
|
___m_intensity_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord
|
|
struct TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord::tileX
|
|
int32_t ___tileX_0;
|
|
// System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord::tileZ
|
|
int32_t ___tileZ_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_tileX_0() { return static_cast<int32_t>(offsetof(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA, ___tileX_0)); }
|
|
inline int32_t get_tileX_0() const { return ___tileX_0; }
|
|
inline int32_t* get_address_of_tileX_0() { return &___tileX_0; }
|
|
inline void set_tileX_0(int32_t value)
|
|
{
|
|
___tileX_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tileZ_1() { return static_cast<int32_t>(offsetof(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA, ___tileZ_1)); }
|
|
inline int32_t get_tileZ_1() const { return ___tileZ_1; }
|
|
inline int32_t* get_address_of_tileZ_1() { return &___tileZ_1; }
|
|
inline void set_tileZ_1(int32_t value)
|
|
{
|
|
___tileZ_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Keyframe
|
|
struct Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Keyframe::m_Time
|
|
float ___m_Time_0;
|
|
// System.Single UnityEngine.Keyframe::m_Value
|
|
float ___m_Value_1;
|
|
// System.Single UnityEngine.Keyframe::m_InTangent
|
|
float ___m_InTangent_2;
|
|
// System.Single UnityEngine.Keyframe::m_OutTangent
|
|
float ___m_OutTangent_3;
|
|
// System.Int32 UnityEngine.Keyframe::m_WeightedMode
|
|
int32_t ___m_WeightedMode_4;
|
|
// System.Single UnityEngine.Keyframe::m_InWeight
|
|
float ___m_InWeight_5;
|
|
// System.Single UnityEngine.Keyframe::m_OutWeight
|
|
float ___m_OutWeight_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Time_0() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_Time_0)); }
|
|
inline float get_m_Time_0() const { return ___m_Time_0; }
|
|
inline float* get_address_of_m_Time_0() { return &___m_Time_0; }
|
|
inline void set_m_Time_0(float value)
|
|
{
|
|
___m_Time_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Value_1() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_Value_1)); }
|
|
inline float get_m_Value_1() const { return ___m_Value_1; }
|
|
inline float* get_address_of_m_Value_1() { return &___m_Value_1; }
|
|
inline void set_m_Value_1(float value)
|
|
{
|
|
___m_Value_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_InTangent_2() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_InTangent_2)); }
|
|
inline float get_m_InTangent_2() const { return ___m_InTangent_2; }
|
|
inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; }
|
|
inline void set_m_InTangent_2(float value)
|
|
{
|
|
___m_InTangent_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_OutTangent_3)); }
|
|
inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; }
|
|
inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; }
|
|
inline void set_m_OutTangent_3(float value)
|
|
{
|
|
___m_OutTangent_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_WeightedMode_4() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_WeightedMode_4)); }
|
|
inline int32_t get_m_WeightedMode_4() const { return ___m_WeightedMode_4; }
|
|
inline int32_t* get_address_of_m_WeightedMode_4() { return &___m_WeightedMode_4; }
|
|
inline void set_m_WeightedMode_4(int32_t value)
|
|
{
|
|
___m_WeightedMode_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_InWeight_5() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_InWeight_5)); }
|
|
inline float get_m_InWeight_5() const { return ___m_InWeight_5; }
|
|
inline float* get_address_of_m_InWeight_5() { return &___m_InWeight_5; }
|
|
inline void set_m_InWeight_5(float value)
|
|
{
|
|
___m_InWeight_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OutWeight_6() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_OutWeight_6)); }
|
|
inline float get_m_OutWeight_6() const { return ___m_OutWeight_6; }
|
|
inline float* get_address_of_m_OutWeight_6() { return &___m_OutWeight_6; }
|
|
inline void set_m_OutWeight_6(float value)
|
|
{
|
|
___m_OutWeight_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Matrix4x4::m00
|
|
float ___m00_0;
|
|
// System.Single UnityEngine.Matrix4x4::m10
|
|
float ___m10_1;
|
|
// System.Single UnityEngine.Matrix4x4::m20
|
|
float ___m20_2;
|
|
// System.Single UnityEngine.Matrix4x4::m30
|
|
float ___m30_3;
|
|
// System.Single UnityEngine.Matrix4x4::m01
|
|
float ___m01_4;
|
|
// System.Single UnityEngine.Matrix4x4::m11
|
|
float ___m11_5;
|
|
// System.Single UnityEngine.Matrix4x4::m21
|
|
float ___m21_6;
|
|
// System.Single UnityEngine.Matrix4x4::m31
|
|
float ___m31_7;
|
|
// System.Single UnityEngine.Matrix4x4::m02
|
|
float ___m02_8;
|
|
// System.Single UnityEngine.Matrix4x4::m12
|
|
float ___m12_9;
|
|
// System.Single UnityEngine.Matrix4x4::m22
|
|
float ___m22_10;
|
|
// System.Single UnityEngine.Matrix4x4::m32
|
|
float ___m32_11;
|
|
// System.Single UnityEngine.Matrix4x4::m03
|
|
float ___m03_12;
|
|
// System.Single UnityEngine.Matrix4x4::m13
|
|
float ___m13_13;
|
|
// System.Single UnityEngine.Matrix4x4::m23
|
|
float ___m23_14;
|
|
// System.Single UnityEngine.Matrix4x4::m33
|
|
float ___m33_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
|
|
inline float get_m00_0() const { return ___m00_0; }
|
|
inline float* get_address_of_m00_0() { return &___m00_0; }
|
|
inline void set_m00_0(float value)
|
|
{
|
|
___m00_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
|
|
inline float get_m10_1() const { return ___m10_1; }
|
|
inline float* get_address_of_m10_1() { return &___m10_1; }
|
|
inline void set_m10_1(float value)
|
|
{
|
|
___m10_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
|
|
inline float get_m20_2() const { return ___m20_2; }
|
|
inline float* get_address_of_m20_2() { return &___m20_2; }
|
|
inline void set_m20_2(float value)
|
|
{
|
|
___m20_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
|
|
inline float get_m30_3() const { return ___m30_3; }
|
|
inline float* get_address_of_m30_3() { return &___m30_3; }
|
|
inline void set_m30_3(float value)
|
|
{
|
|
___m30_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
|
|
inline float get_m01_4() const { return ___m01_4; }
|
|
inline float* get_address_of_m01_4() { return &___m01_4; }
|
|
inline void set_m01_4(float value)
|
|
{
|
|
___m01_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
|
|
inline float get_m11_5() const { return ___m11_5; }
|
|
inline float* get_address_of_m11_5() { return &___m11_5; }
|
|
inline void set_m11_5(float value)
|
|
{
|
|
___m11_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
|
|
inline float get_m21_6() const { return ___m21_6; }
|
|
inline float* get_address_of_m21_6() { return &___m21_6; }
|
|
inline void set_m21_6(float value)
|
|
{
|
|
___m21_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
|
|
inline float get_m31_7() const { return ___m31_7; }
|
|
inline float* get_address_of_m31_7() { return &___m31_7; }
|
|
inline void set_m31_7(float value)
|
|
{
|
|
___m31_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
|
|
inline float get_m02_8() const { return ___m02_8; }
|
|
inline float* get_address_of_m02_8() { return &___m02_8; }
|
|
inline void set_m02_8(float value)
|
|
{
|
|
___m02_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
|
|
inline float get_m12_9() const { return ___m12_9; }
|
|
inline float* get_address_of_m12_9() { return &___m12_9; }
|
|
inline void set_m12_9(float value)
|
|
{
|
|
___m12_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
|
|
inline float get_m22_10() const { return ___m22_10; }
|
|
inline float* get_address_of_m22_10() { return &___m22_10; }
|
|
inline void set_m22_10(float value)
|
|
{
|
|
___m22_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
|
|
inline float get_m32_11() const { return ___m32_11; }
|
|
inline float* get_address_of_m32_11() { return &___m32_11; }
|
|
inline void set_m32_11(float value)
|
|
{
|
|
___m32_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
|
|
inline float get_m03_12() const { return ___m03_12; }
|
|
inline float* get_address_of_m03_12() { return &___m03_12; }
|
|
inline void set_m03_12(float value)
|
|
{
|
|
___m03_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
|
|
inline float get_m13_13() const { return ___m13_13; }
|
|
inline float* get_address_of_m13_13() { return &___m13_13; }
|
|
inline void set_m13_13(float value)
|
|
{
|
|
___m13_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
|
|
inline float get_m23_14() const { return ___m23_14; }
|
|
inline float* get_address_of_m23_14() { return &___m23_14; }
|
|
inline void set_m23_14(float value)
|
|
{
|
|
___m23_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
|
|
inline float get_m33_15() const { return ___m33_15; }
|
|
inline float* get_address_of_m33_15() { return &___m33_15; }
|
|
inline void set_m33_15(float value)
|
|
{
|
|
___m33_15 = value;
|
|
}
|
|
};
|
|
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
|
|
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___zeroMatrix_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
|
|
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___identityMatrix_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Networking.ChannelPacket
|
|
struct ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Networking.ChannelPacket::m_Position
|
|
int32_t ___m_Position_0;
|
|
// System.Byte[] UnityEngine.Networking.ChannelPacket::m_Buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_Buffer_1;
|
|
// System.Boolean UnityEngine.Networking.ChannelPacket::m_IsReliable
|
|
bool ___m_IsReliable_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Position_0() { return static_cast<int32_t>(offsetof(ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D, ___m_Position_0)); }
|
|
inline int32_t get_m_Position_0() const { return ___m_Position_0; }
|
|
inline int32_t* get_address_of_m_Position_0() { return &___m_Position_0; }
|
|
inline void set_m_Position_0(int32_t value)
|
|
{
|
|
___m_Position_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Buffer_1() { return static_cast<int32_t>(offsetof(ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D, ___m_Buffer_1)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_Buffer_1() const { return ___m_Buffer_1; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_Buffer_1() { return &___m_Buffer_1; }
|
|
inline void set_m_Buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___m_Buffer_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Buffer_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_IsReliable_2() { return static_cast<int32_t>(offsetof(ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D, ___m_IsReliable_2)); }
|
|
inline bool get_m_IsReliable_2() const { return ___m_IsReliable_2; }
|
|
inline bool* get_address_of_m_IsReliable_2() { return &___m_IsReliable_2; }
|
|
inline void set_m_IsReliable_2(bool value)
|
|
{
|
|
___m_IsReliable_2 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Networking.ChannelPacket
|
|
struct ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Position_0;
|
|
Il2CppSafeArray/*NONE*/* ___m_Buffer_1;
|
|
int32_t ___m_IsReliable_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Networking.ChannelPacket
|
|
struct ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_marshaled_com
|
|
{
|
|
int32_t ___m_Position_0;
|
|
Il2CppSafeArray/*NONE*/* ___m_Buffer_1;
|
|
int32_t ___m_IsReliable_2;
|
|
};
|
|
|
|
// UnityEngine.Networking.LocalClient_InternalMsg
|
|
struct InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0
|
|
{
|
|
public:
|
|
// System.Byte[] UnityEngine.Networking.LocalClient_InternalMsg::buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_0;
|
|
// System.Int32 UnityEngine.Networking.LocalClient_InternalMsg::channelId
|
|
int32_t ___channelId_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buffer_0() { return static_cast<int32_t>(offsetof(InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0, ___buffer_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_0() const { return ___buffer_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_0() { return &___buffer_0; }
|
|
inline void set_buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buffer_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_channelId_1() { return static_cast<int32_t>(offsetof(InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0, ___channelId_1)); }
|
|
inline int32_t get_channelId_1() const { return ___channelId_1; }
|
|
inline int32_t* get_address_of_channelId_1() { return &___channelId_1; }
|
|
inline void set_channelId_1(int32_t value)
|
|
{
|
|
___channelId_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Networking.LocalClient/InternalMsg
|
|
struct InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___buffer_0;
|
|
int32_t ___channelId_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Networking.LocalClient/InternalMsg
|
|
struct InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_marshaled_com
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___buffer_0;
|
|
int32_t ___channelId_1;
|
|
};
|
|
|
|
// UnityEngine.Networking.NetworkBroadcastResult
|
|
struct NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6
|
|
{
|
|
public:
|
|
// System.String UnityEngine.Networking.NetworkBroadcastResult::serverAddress
|
|
String_t* ___serverAddress_0;
|
|
// System.Byte[] UnityEngine.Networking.NetworkBroadcastResult::broadcastData
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___broadcastData_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_serverAddress_0() { return static_cast<int32_t>(offsetof(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6, ___serverAddress_0)); }
|
|
inline String_t* get_serverAddress_0() const { return ___serverAddress_0; }
|
|
inline String_t** get_address_of_serverAddress_0() { return &___serverAddress_0; }
|
|
inline void set_serverAddress_0(String_t* value)
|
|
{
|
|
___serverAddress_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___serverAddress_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_broadcastData_1() { return static_cast<int32_t>(offsetof(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6, ___broadcastData_1)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_broadcastData_1() const { return ___broadcastData_1; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_broadcastData_1() { return &___broadcastData_1; }
|
|
inline void set_broadcastData_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___broadcastData_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___broadcastData_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkBroadcastResult
|
|
struct NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_marshaled_pinvoke
|
|
{
|
|
char* ___serverAddress_0;
|
|
Il2CppSafeArray/*NONE*/* ___broadcastData_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Networking.NetworkBroadcastResult
|
|
struct NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_marshaled_com
|
|
{
|
|
Il2CppChar* ___serverAddress_0;
|
|
Il2CppSafeArray/*NONE*/* ___broadcastData_1;
|
|
};
|
|
|
|
// UnityEngine.Networking.NetworkHash128
|
|
struct NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C
|
|
{
|
|
public:
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i0
|
|
uint8_t ___i0_0;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i1
|
|
uint8_t ___i1_1;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i2
|
|
uint8_t ___i2_2;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i3
|
|
uint8_t ___i3_3;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i4
|
|
uint8_t ___i4_4;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i5
|
|
uint8_t ___i5_5;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i6
|
|
uint8_t ___i6_6;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i7
|
|
uint8_t ___i7_7;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i8
|
|
uint8_t ___i8_8;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i9
|
|
uint8_t ___i9_9;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i10
|
|
uint8_t ___i10_10;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i11
|
|
uint8_t ___i11_11;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i12
|
|
uint8_t ___i12_12;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i13
|
|
uint8_t ___i13_13;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i14
|
|
uint8_t ___i14_14;
|
|
// System.Byte UnityEngine.Networking.NetworkHash128::i15
|
|
uint8_t ___i15_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_i0_0() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i0_0)); }
|
|
inline uint8_t get_i0_0() const { return ___i0_0; }
|
|
inline uint8_t* get_address_of_i0_0() { return &___i0_0; }
|
|
inline void set_i0_0(uint8_t value)
|
|
{
|
|
___i0_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i1_1() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i1_1)); }
|
|
inline uint8_t get_i1_1() const { return ___i1_1; }
|
|
inline uint8_t* get_address_of_i1_1() { return &___i1_1; }
|
|
inline void set_i1_1(uint8_t value)
|
|
{
|
|
___i1_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i2_2() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i2_2)); }
|
|
inline uint8_t get_i2_2() const { return ___i2_2; }
|
|
inline uint8_t* get_address_of_i2_2() { return &___i2_2; }
|
|
inline void set_i2_2(uint8_t value)
|
|
{
|
|
___i2_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i3_3() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i3_3)); }
|
|
inline uint8_t get_i3_3() const { return ___i3_3; }
|
|
inline uint8_t* get_address_of_i3_3() { return &___i3_3; }
|
|
inline void set_i3_3(uint8_t value)
|
|
{
|
|
___i3_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i4_4() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i4_4)); }
|
|
inline uint8_t get_i4_4() const { return ___i4_4; }
|
|
inline uint8_t* get_address_of_i4_4() { return &___i4_4; }
|
|
inline void set_i4_4(uint8_t value)
|
|
{
|
|
___i4_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i5_5() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i5_5)); }
|
|
inline uint8_t get_i5_5() const { return ___i5_5; }
|
|
inline uint8_t* get_address_of_i5_5() { return &___i5_5; }
|
|
inline void set_i5_5(uint8_t value)
|
|
{
|
|
___i5_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i6_6() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i6_6)); }
|
|
inline uint8_t get_i6_6() const { return ___i6_6; }
|
|
inline uint8_t* get_address_of_i6_6() { return &___i6_6; }
|
|
inline void set_i6_6(uint8_t value)
|
|
{
|
|
___i6_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i7_7() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i7_7)); }
|
|
inline uint8_t get_i7_7() const { return ___i7_7; }
|
|
inline uint8_t* get_address_of_i7_7() { return &___i7_7; }
|
|
inline void set_i7_7(uint8_t value)
|
|
{
|
|
___i7_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i8_8() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i8_8)); }
|
|
inline uint8_t get_i8_8() const { return ___i8_8; }
|
|
inline uint8_t* get_address_of_i8_8() { return &___i8_8; }
|
|
inline void set_i8_8(uint8_t value)
|
|
{
|
|
___i8_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i9_9() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i9_9)); }
|
|
inline uint8_t get_i9_9() const { return ___i9_9; }
|
|
inline uint8_t* get_address_of_i9_9() { return &___i9_9; }
|
|
inline void set_i9_9(uint8_t value)
|
|
{
|
|
___i9_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i10_10() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i10_10)); }
|
|
inline uint8_t get_i10_10() const { return ___i10_10; }
|
|
inline uint8_t* get_address_of_i10_10() { return &___i10_10; }
|
|
inline void set_i10_10(uint8_t value)
|
|
{
|
|
___i10_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i11_11() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i11_11)); }
|
|
inline uint8_t get_i11_11() const { return ___i11_11; }
|
|
inline uint8_t* get_address_of_i11_11() { return &___i11_11; }
|
|
inline void set_i11_11(uint8_t value)
|
|
{
|
|
___i11_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i12_12() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i12_12)); }
|
|
inline uint8_t get_i12_12() const { return ___i12_12; }
|
|
inline uint8_t* get_address_of_i12_12() { return &___i12_12; }
|
|
inline void set_i12_12(uint8_t value)
|
|
{
|
|
___i12_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i13_13() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i13_13)); }
|
|
inline uint8_t get_i13_13() const { return ___i13_13; }
|
|
inline uint8_t* get_address_of_i13_13() { return &___i13_13; }
|
|
inline void set_i13_13(uint8_t value)
|
|
{
|
|
___i13_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i14_14() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i14_14)); }
|
|
inline uint8_t get_i14_14() const { return ___i14_14; }
|
|
inline uint8_t* get_address_of_i14_14() { return &___i14_14; }
|
|
inline void set_i14_14(uint8_t value)
|
|
{
|
|
___i14_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i15_15() { return static_cast<int32_t>(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i15_15)); }
|
|
inline uint8_t get_i15_15() const { return ___i15_15; }
|
|
inline uint8_t* get_address_of_i15_15() { return &___i15_15; }
|
|
inline void set_i15_15(uint8_t value)
|
|
{
|
|
___i15_15 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Networking.NetworkInstanceId
|
|
struct NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615
|
|
{
|
|
public:
|
|
// System.UInt32 UnityEngine.Networking.NetworkInstanceId::m_Value
|
|
uint32_t ___m_Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Value_0() { return static_cast<int32_t>(offsetof(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615, ___m_Value_0)); }
|
|
inline uint32_t get_m_Value_0() const { return ___m_Value_0; }
|
|
inline uint32_t* get_address_of_m_Value_0() { return &___m_Value_0; }
|
|
inline void set_m_Value_0(uint32_t value)
|
|
{
|
|
___m_Value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.NetworkInstanceId::Invalid
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___Invalid_1;
|
|
// UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.NetworkInstanceId::Zero
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___Zero_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Invalid_1() { return static_cast<int32_t>(offsetof(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_StaticFields, ___Invalid_1)); }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_Invalid_1() const { return ___Invalid_1; }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_Invalid_1() { return &___Invalid_1; }
|
|
inline void set_Invalid_1(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value)
|
|
{
|
|
___Invalid_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Zero_2() { return static_cast<int32_t>(offsetof(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_StaticFields, ___Zero_2)); }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_Zero_2() const { return ___Zero_2; }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_Zero_2() { return &___Zero_2; }
|
|
inline void set_Zero_2(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value)
|
|
{
|
|
___Zero_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Networking.NetworkLobbyManager_PendingPlayer
|
|
struct PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090
|
|
{
|
|
public:
|
|
// UnityEngine.Networking.NetworkConnection UnityEngine.Networking.NetworkLobbyManager_PendingPlayer::conn
|
|
NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * ___conn_0;
|
|
// UnityEngine.GameObject UnityEngine.Networking.NetworkLobbyManager_PendingPlayer::lobbyPlayer
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___lobbyPlayer_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_conn_0() { return static_cast<int32_t>(offsetof(PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090, ___conn_0)); }
|
|
inline NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * get_conn_0() const { return ___conn_0; }
|
|
inline NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA ** get_address_of_conn_0() { return &___conn_0; }
|
|
inline void set_conn_0(NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * value)
|
|
{
|
|
___conn_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___conn_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lobbyPlayer_1() { return static_cast<int32_t>(offsetof(PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090, ___lobbyPlayer_1)); }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_lobbyPlayer_1() const { return ___lobbyPlayer_1; }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_lobbyPlayer_1() { return &___lobbyPlayer_1; }
|
|
inline void set_lobbyPlayer_1(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
|
|
{
|
|
___lobbyPlayer_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___lobbyPlayer_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkLobbyManager/PendingPlayer
|
|
struct PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_marshaled_pinvoke
|
|
{
|
|
NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * ___conn_0;
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___lobbyPlayer_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Networking.NetworkLobbyManager/PendingPlayer
|
|
struct PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_marshaled_com
|
|
{
|
|
NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * ___conn_0;
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___lobbyPlayer_1;
|
|
};
|
|
|
|
// UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers
|
|
struct ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo> UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers::players
|
|
List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * ___players_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_players_0() { return static_cast<int32_t>(offsetof(ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9, ___players_0)); }
|
|
inline List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * get_players_0() const { return ___players_0; }
|
|
inline List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 ** get_address_of_players_0() { return &___players_0; }
|
|
inline void set_players_0(List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * value)
|
|
{
|
|
___players_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___players_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers
|
|
struct ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_marshaled_pinvoke
|
|
{
|
|
List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * ___players_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers
|
|
struct ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_marshaled_com
|
|
{
|
|
List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * ___players_0;
|
|
};
|
|
|
|
// UnityEngine.Networking.NetworkSceneId
|
|
struct NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340
|
|
{
|
|
public:
|
|
// System.UInt32 UnityEngine.Networking.NetworkSceneId::m_Value
|
|
uint32_t ___m_Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Value_0() { return static_cast<int32_t>(offsetof(NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340, ___m_Value_0)); }
|
|
inline uint32_t get_m_Value_0() const { return ___m_Value_0; }
|
|
inline uint32_t* get_address_of_m_Value_0() { return &___m_Value_0; }
|
|
inline void set_m_Value_0(uint32_t value)
|
|
{
|
|
___m_Value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Networking.NetworkSystem.CRCMessageEntry
|
|
struct CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118
|
|
{
|
|
public:
|
|
// System.String UnityEngine.Networking.NetworkSystem.CRCMessageEntry::name
|
|
String_t* ___name_0;
|
|
// System.Byte UnityEngine.Networking.NetworkSystem.CRCMessageEntry::channel
|
|
uint8_t ___channel_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118, ___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((void**)(&___name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_channel_1() { return static_cast<int32_t>(offsetof(CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118, ___channel_1)); }
|
|
inline uint8_t get_channel_1() const { return ___channel_1; }
|
|
inline uint8_t* get_address_of_channel_1() { return &___channel_1; }
|
|
inline void set_channel_1(uint8_t value)
|
|
{
|
|
___channel_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkSystem.CRCMessageEntry
|
|
struct CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_marshaled_pinvoke
|
|
{
|
|
char* ___name_0;
|
|
uint8_t ___channel_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Networking.NetworkSystem.CRCMessageEntry
|
|
struct CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_marshaled_com
|
|
{
|
|
Il2CppChar* ___name_0;
|
|
uint8_t ___channel_1;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); }
|
|
inline float get_x_0() const { return ___x_0; }
|
|
inline float* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(float value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); }
|
|
inline float get_z_2() const { return ___z_2; }
|
|
inline float* get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(float value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); }
|
|
inline float get_w_3() const { return ___w_3; }
|
|
inline float* get_address_of_w_3() { return &___w_3; }
|
|
inline void set_w_3(float value)
|
|
{
|
|
___w_3 = value;
|
|
}
|
|
};
|
|
|
|
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; }
|
|
inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
___identityQuaternion_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Rect::m_XMin
|
|
float ___m_XMin_0;
|
|
// System.Single UnityEngine.Rect::m_YMin
|
|
float ___m_YMin_1;
|
|
// System.Single UnityEngine.Rect::m_Width
|
|
float ___m_Width_2;
|
|
// System.Single UnityEngine.Rect::m_Height
|
|
float ___m_Height_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
|
|
inline float get_m_XMin_0() const { return ___m_XMin_0; }
|
|
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
|
|
inline void set_m_XMin_0(float value)
|
|
{
|
|
___m_XMin_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
|
|
inline float get_m_YMin_1() const { return ___m_YMin_1; }
|
|
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
|
|
inline void set_m_YMin_1(float value)
|
|
{
|
|
___m_YMin_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
|
|
inline float get_m_Width_2() const { return ___m_Width_2; }
|
|
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
|
|
inline void set_m_Width_2(float value)
|
|
{
|
|
___m_Width_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
|
|
inline float get_m_Height_3() const { return ___m_Height_3; }
|
|
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
|
|
inline void set_m_Height_3(float value)
|
|
{
|
|
___m_Height_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.BatchVisibility
|
|
struct BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.BatchVisibility::offset
|
|
int32_t ___offset_0;
|
|
// System.Int32 UnityEngine.Rendering.BatchVisibility::instancesCount
|
|
int32_t ___instancesCount_1;
|
|
// System.Int32 UnityEngine.Rendering.BatchVisibility::visibleCount
|
|
int32_t ___visibleCount_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_offset_0() { return static_cast<int32_t>(offsetof(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062, ___offset_0)); }
|
|
inline int32_t get_offset_0() const { return ___offset_0; }
|
|
inline int32_t* get_address_of_offset_0() { return &___offset_0; }
|
|
inline void set_offset_0(int32_t value)
|
|
{
|
|
___offset_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_instancesCount_1() { return static_cast<int32_t>(offsetof(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062, ___instancesCount_1)); }
|
|
inline int32_t get_instancesCount_1() const { return ___instancesCount_1; }
|
|
inline int32_t* get_address_of_instancesCount_1() { return &___instancesCount_1; }
|
|
inline void set_instancesCount_1(int32_t value)
|
|
{
|
|
___instancesCount_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_visibleCount_2() { return static_cast<int32_t>(offsetof(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062, ___visibleCount_2)); }
|
|
inline int32_t get_visibleCount_2() const { return ___visibleCount_2; }
|
|
inline int32_t* get_address_of_visibleCount_2() { return &___visibleCount_2; }
|
|
inline void set_visibleCount_2(int32_t value)
|
|
{
|
|
___visibleCount_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.ReflectionProbeBlendInfo
|
|
struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F
|
|
{
|
|
public:
|
|
// UnityEngine.ReflectionProbe UnityEngine.Rendering.ReflectionProbeBlendInfo::probe
|
|
ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0;
|
|
// System.Single UnityEngine.Rendering.ReflectionProbeBlendInfo::weight
|
|
float ___weight_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_probe_0() { return static_cast<int32_t>(offsetof(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F, ___probe_0)); }
|
|
inline ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * get_probe_0() const { return ___probe_0; }
|
|
inline ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C ** get_address_of_probe_0() { return &___probe_0; }
|
|
inline void set_probe_0(ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * value)
|
|
{
|
|
___probe_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___probe_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_weight_1() { return static_cast<int32_t>(offsetof(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F, ___weight_1)); }
|
|
inline float get_weight_1() const { return ___weight_1; }
|
|
inline float* get_address_of_weight_1() { return &___weight_1; }
|
|
inline void set_weight_1(float value)
|
|
{
|
|
___weight_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo
|
|
struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_marshaled_pinvoke
|
|
{
|
|
ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0;
|
|
float ___weight_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo
|
|
struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_marshaled_com
|
|
{
|
|
ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0;
|
|
float ___weight_1;
|
|
};
|
|
|
|
// UnityEngine.Resolution
|
|
struct Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Resolution::m_Width
|
|
int32_t ___m_Width_0;
|
|
// System.Int32 UnityEngine.Resolution::m_Height
|
|
int32_t ___m_Height_1;
|
|
// System.Int32 UnityEngine.Resolution::m_RefreshRate
|
|
int32_t ___m_RefreshRate_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Width_0() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_Width_0)); }
|
|
inline int32_t get_m_Width_0() const { return ___m_Width_0; }
|
|
inline int32_t* get_address_of_m_Width_0() { return &___m_Width_0; }
|
|
inline void set_m_Width_0(int32_t value)
|
|
{
|
|
___m_Width_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Height_1() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_Height_1)); }
|
|
inline int32_t get_m_Height_1() const { return ___m_Height_1; }
|
|
inline int32_t* get_address_of_m_Height_1() { return &___m_Height_1; }
|
|
inline void set_m_Height_1(int32_t value)
|
|
{
|
|
___m_Height_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RefreshRate_2() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_RefreshRate_2)); }
|
|
inline int32_t get_m_RefreshRate_2() const { return ___m_RefreshRate_2; }
|
|
inline int32_t* get_address_of_m_RefreshRate_2() { return &___m_RefreshRate_2; }
|
|
inline void set_m_RefreshRate_2(int32_t value)
|
|
{
|
|
___m_RefreshRate_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.SendMouseEvents_HitInfo
|
|
struct HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746
|
|
{
|
|
public:
|
|
// UnityEngine.GameObject UnityEngine.SendMouseEvents_HitInfo::target
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target_0;
|
|
// UnityEngine.Camera UnityEngine.SendMouseEvents_HitInfo::camera
|
|
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_target_0() { return static_cast<int32_t>(offsetof(HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746, ___target_0)); }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_target_0() const { return ___target_0; }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_target_0() { return &___target_0; }
|
|
inline void set_target_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
|
|
{
|
|
___target_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_camera_1() { return static_cast<int32_t>(offsetof(HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746, ___camera_1)); }
|
|
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_camera_1() const { return ___camera_1; }
|
|
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_camera_1() { return &___camera_1; }
|
|
inline void set_camera_1(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
|
|
{
|
|
___camera_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___camera_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.SendMouseEvents/HitInfo
|
|
struct HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_marshaled_pinvoke
|
|
{
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target_0;
|
|
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.SendMouseEvents/HitInfo
|
|
struct HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_marshaled_com
|
|
{
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target_0;
|
|
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_1;
|
|
};
|
|
|
|
// UnityEngine.SocialPlatforms.GameCenter.GcAchievementData
|
|
struct GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55
|
|
{
|
|
public:
|
|
// System.String UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Identifier
|
|
String_t* ___m_Identifier_0;
|
|
// System.Double UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_PercentCompleted
|
|
double ___m_PercentCompleted_1;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Completed
|
|
int32_t ___m_Completed_2;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Hidden
|
|
int32_t ___m_Hidden_3;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_LastReportedDate
|
|
int32_t ___m_LastReportedDate_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Identifier_0() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_Identifier_0)); }
|
|
inline String_t* get_m_Identifier_0() const { return ___m_Identifier_0; }
|
|
inline String_t** get_address_of_m_Identifier_0() { return &___m_Identifier_0; }
|
|
inline void set_m_Identifier_0(String_t* value)
|
|
{
|
|
___m_Identifier_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Identifier_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PercentCompleted_1() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_PercentCompleted_1)); }
|
|
inline double get_m_PercentCompleted_1() const { return ___m_PercentCompleted_1; }
|
|
inline double* get_address_of_m_PercentCompleted_1() { return &___m_PercentCompleted_1; }
|
|
inline void set_m_PercentCompleted_1(double value)
|
|
{
|
|
___m_PercentCompleted_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Completed_2() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_Completed_2)); }
|
|
inline int32_t get_m_Completed_2() const { return ___m_Completed_2; }
|
|
inline int32_t* get_address_of_m_Completed_2() { return &___m_Completed_2; }
|
|
inline void set_m_Completed_2(int32_t value)
|
|
{
|
|
___m_Completed_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Hidden_3() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_Hidden_3)); }
|
|
inline int32_t get_m_Hidden_3() const { return ___m_Hidden_3; }
|
|
inline int32_t* get_address_of_m_Hidden_3() { return &___m_Hidden_3; }
|
|
inline void set_m_Hidden_3(int32_t value)
|
|
{
|
|
___m_Hidden_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_LastReportedDate_4() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_LastReportedDate_4)); }
|
|
inline int32_t get_m_LastReportedDate_4() const { return ___m_LastReportedDate_4; }
|
|
inline int32_t* get_address_of_m_LastReportedDate_4() { return &___m_LastReportedDate_4; }
|
|
inline void set_m_LastReportedDate_4(int32_t value)
|
|
{
|
|
___m_LastReportedDate_4 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.SocialPlatforms.GameCenter.GcAchievementData
|
|
struct GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_marshaled_pinvoke
|
|
{
|
|
char* ___m_Identifier_0;
|
|
double ___m_PercentCompleted_1;
|
|
int32_t ___m_Completed_2;
|
|
int32_t ___m_Hidden_3;
|
|
int32_t ___m_LastReportedDate_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.SocialPlatforms.GameCenter.GcAchievementData
|
|
struct GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Identifier_0;
|
|
double ___m_PercentCompleted_1;
|
|
int32_t ___m_Completed_2;
|
|
int32_t ___m_Hidden_3;
|
|
int32_t ___m_LastReportedDate_4;
|
|
};
|
|
|
|
// UnityEngine.SocialPlatforms.GameCenter.GcScoreData
|
|
struct GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A
|
|
{
|
|
public:
|
|
// System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Category
|
|
String_t* ___m_Category_0;
|
|
// System.UInt32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_ValueLow
|
|
uint32_t ___m_ValueLow_1;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_ValueHigh
|
|
int32_t ___m_ValueHigh_2;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Date
|
|
int32_t ___m_Date_3;
|
|
// System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_FormattedValue
|
|
String_t* ___m_FormattedValue_4;
|
|
// System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_PlayerID
|
|
String_t* ___m_PlayerID_5;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Rank
|
|
int32_t ___m_Rank_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Category_0() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_Category_0)); }
|
|
inline String_t* get_m_Category_0() const { return ___m_Category_0; }
|
|
inline String_t** get_address_of_m_Category_0() { return &___m_Category_0; }
|
|
inline void set_m_Category_0(String_t* value)
|
|
{
|
|
___m_Category_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Category_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ValueLow_1() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_ValueLow_1)); }
|
|
inline uint32_t get_m_ValueLow_1() const { return ___m_ValueLow_1; }
|
|
inline uint32_t* get_address_of_m_ValueLow_1() { return &___m_ValueLow_1; }
|
|
inline void set_m_ValueLow_1(uint32_t value)
|
|
{
|
|
___m_ValueLow_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ValueHigh_2() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_ValueHigh_2)); }
|
|
inline int32_t get_m_ValueHigh_2() const { return ___m_ValueHigh_2; }
|
|
inline int32_t* get_address_of_m_ValueHigh_2() { return &___m_ValueHigh_2; }
|
|
inline void set_m_ValueHigh_2(int32_t value)
|
|
{
|
|
___m_ValueHigh_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Date_3() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_Date_3)); }
|
|
inline int32_t get_m_Date_3() const { return ___m_Date_3; }
|
|
inline int32_t* get_address_of_m_Date_3() { return &___m_Date_3; }
|
|
inline void set_m_Date_3(int32_t value)
|
|
{
|
|
___m_Date_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FormattedValue_4() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_FormattedValue_4)); }
|
|
inline String_t* get_m_FormattedValue_4() const { return ___m_FormattedValue_4; }
|
|
inline String_t** get_address_of_m_FormattedValue_4() { return &___m_FormattedValue_4; }
|
|
inline void set_m_FormattedValue_4(String_t* value)
|
|
{
|
|
___m_FormattedValue_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_FormattedValue_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PlayerID_5() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_PlayerID_5)); }
|
|
inline String_t* get_m_PlayerID_5() const { return ___m_PlayerID_5; }
|
|
inline String_t** get_address_of_m_PlayerID_5() { return &___m_PlayerID_5; }
|
|
inline void set_m_PlayerID_5(String_t* value)
|
|
{
|
|
___m_PlayerID_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_PlayerID_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Rank_6() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_Rank_6)); }
|
|
inline int32_t get_m_Rank_6() const { return ___m_Rank_6; }
|
|
inline int32_t* get_address_of_m_Rank_6() { return &___m_Rank_6; }
|
|
inline void set_m_Rank_6(int32_t value)
|
|
{
|
|
___m_Rank_6 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.SocialPlatforms.GameCenter.GcScoreData
|
|
struct GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_marshaled_pinvoke
|
|
{
|
|
char* ___m_Category_0;
|
|
uint32_t ___m_ValueLow_1;
|
|
int32_t ___m_ValueHigh_2;
|
|
int32_t ___m_Date_3;
|
|
char* ___m_FormattedValue_4;
|
|
char* ___m_PlayerID_5;
|
|
int32_t ___m_Rank_6;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.SocialPlatforms.GameCenter.GcScoreData
|
|
struct GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Category_0;
|
|
uint32_t ___m_ValueLow_1;
|
|
int32_t ___m_ValueHigh_2;
|
|
int32_t ___m_Date_3;
|
|
Il2CppChar* ___m_FormattedValue_4;
|
|
Il2CppChar* ___m_PlayerID_5;
|
|
int32_t ___m_Rank_6;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventDispatcher_DispatchContext
|
|
struct DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA
|
|
{
|
|
public:
|
|
// System.UInt32 UnityEngine.UIElements.EventDispatcher_DispatchContext::m_GateCount
|
|
uint32_t ___m_GateCount_0;
|
|
// System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher_EventRecord> UnityEngine.UIElements.EventDispatcher_DispatchContext::m_Queue
|
|
Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * ___m_Queue_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_GateCount_0() { return static_cast<int32_t>(offsetof(DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA, ___m_GateCount_0)); }
|
|
inline uint32_t get_m_GateCount_0() const { return ___m_GateCount_0; }
|
|
inline uint32_t* get_address_of_m_GateCount_0() { return &___m_GateCount_0; }
|
|
inline void set_m_GateCount_0(uint32_t value)
|
|
{
|
|
___m_GateCount_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Queue_1() { return static_cast<int32_t>(offsetof(DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA, ___m_Queue_1)); }
|
|
inline Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * get_m_Queue_1() const { return ___m_Queue_1; }
|
|
inline Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 ** get_address_of_m_Queue_1() { return &___m_Queue_1; }
|
|
inline void set_m_Queue_1(Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * value)
|
|
{
|
|
___m_Queue_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Queue_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.EventDispatcher/DispatchContext
|
|
struct DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_marshaled_pinvoke
|
|
{
|
|
uint32_t ___m_GateCount_0;
|
|
Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * ___m_Queue_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.EventDispatcher/DispatchContext
|
|
struct DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_marshaled_com
|
|
{
|
|
uint32_t ___m_GateCount_0;
|
|
Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * ___m_Queue_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventDispatcher_EventRecord
|
|
struct EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9
|
|
{
|
|
public:
|
|
// UnityEngine.UIElements.EventBase UnityEngine.UIElements.EventDispatcher_EventRecord::m_Event
|
|
EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * ___m_Event_0;
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.EventDispatcher_EventRecord::m_Panel
|
|
RuntimeObject* ___m_Panel_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Event_0() { return static_cast<int32_t>(offsetof(EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9, ___m_Event_0)); }
|
|
inline EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * get_m_Event_0() const { return ___m_Event_0; }
|
|
inline EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD ** get_address_of_m_Event_0() { return &___m_Event_0; }
|
|
inline void set_m_Event_0(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * value)
|
|
{
|
|
___m_Event_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Event_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Panel_1() { return static_cast<int32_t>(offsetof(EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9, ___m_Panel_1)); }
|
|
inline RuntimeObject* get_m_Panel_1() const { return ___m_Panel_1; }
|
|
inline RuntimeObject** get_address_of_m_Panel_1() { return &___m_Panel_1; }
|
|
inline void set_m_Panel_1(RuntimeObject* value)
|
|
{
|
|
___m_Panel_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Panel_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.EventDispatcher/EventRecord
|
|
struct EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_marshaled_pinvoke
|
|
{
|
|
EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * ___m_Event_0;
|
|
RuntimeObject* ___m_Panel_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.EventDispatcher/EventRecord
|
|
struct EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_marshaled_com
|
|
{
|
|
EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * ___m_Event_0;
|
|
RuntimeObject* ___m_Panel_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.FocusController_FocusedElement
|
|
struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070
|
|
{
|
|
public:
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.FocusController_FocusedElement::m_SubTreeRoot
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0;
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController_FocusedElement::m_FocusedElement
|
|
Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_SubTreeRoot_0() { return static_cast<int32_t>(offsetof(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070, ___m_SubTreeRoot_0)); }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * get_m_SubTreeRoot_0() const { return ___m_SubTreeRoot_0; }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 ** get_address_of_m_SubTreeRoot_0() { return &___m_SubTreeRoot_0; }
|
|
inline void set_m_SubTreeRoot_0(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * value)
|
|
{
|
|
___m_SubTreeRoot_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SubTreeRoot_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FocusedElement_1() { return static_cast<int32_t>(offsetof(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070, ___m_FocusedElement_1)); }
|
|
inline Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * get_m_FocusedElement_1() const { return ___m_FocusedElement_1; }
|
|
inline Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B ** get_address_of_m_FocusedElement_1() { return &___m_FocusedElement_1; }
|
|
inline void set_m_FocusedElement_1(Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * value)
|
|
{
|
|
___m_FocusedElement_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_FocusedElement_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.FocusController/FocusedElement
|
|
struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_marshaled_pinvoke
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0;
|
|
Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.FocusController/FocusedElement
|
|
struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_marshaled_com
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0;
|
|
Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey
|
|
struct SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey::sheetInstanceID
|
|
int32_t ___sheetInstanceID_0;
|
|
// System.Int32 UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey::index
|
|
int32_t ___index_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_sheetInstanceID_0() { return static_cast<int32_t>(offsetof(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0, ___sheetInstanceID_0)); }
|
|
inline int32_t get_sheetInstanceID_0() const { return ___sheetInstanceID_0; }
|
|
inline int32_t* get_address_of_sheetInstanceID_0() { return &___sheetInstanceID_0; }
|
|
inline void set_sheetInstanceID_0(int32_t value)
|
|
{
|
|
___sheetInstanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UnitySynchronizationContext_WorkRequest
|
|
struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94
|
|
{
|
|
public:
|
|
// System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateCallback
|
|
SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___m_DelagateCallback_0;
|
|
// System.Object UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateState
|
|
RuntimeObject * ___m_DelagateState_1;
|
|
// System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext_WorkRequest::m_WaitHandle
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_DelagateCallback_0() { return static_cast<int32_t>(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_DelagateCallback_0)); }
|
|
inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_m_DelagateCallback_0() const { return ___m_DelagateCallback_0; }
|
|
inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_m_DelagateCallback_0() { return &___m_DelagateCallback_0; }
|
|
inline void set_m_DelagateCallback_0(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value)
|
|
{
|
|
___m_DelagateCallback_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateCallback_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_DelagateState_1() { return static_cast<int32_t>(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_DelagateState_1)); }
|
|
inline RuntimeObject * get_m_DelagateState_1() const { return ___m_DelagateState_1; }
|
|
inline RuntimeObject ** get_address_of_m_DelagateState_1() { return &___m_DelagateState_1; }
|
|
inline void set_m_DelagateState_1(RuntimeObject * value)
|
|
{
|
|
___m_DelagateState_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateState_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_WaitHandle_2() { return static_cast<int32_t>(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_WaitHandle_2)); }
|
|
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_WaitHandle_2() const { return ___m_WaitHandle_2; }
|
|
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_WaitHandle_2() { return &___m_WaitHandle_2; }
|
|
inline void set_m_WaitHandle_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
|
|
{
|
|
___m_WaitHandle_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_WaitHandle_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest
|
|
struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_pinvoke
|
|
{
|
|
Il2CppMethodPointer ___m_DelagateCallback_0;
|
|
Il2CppIUnknown* ___m_DelagateState_1;
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest
|
|
struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_com
|
|
{
|
|
Il2CppMethodPointer ___m_DelagateCallback_0;
|
|
Il2CppIUnknown* ___m_DelagateState_1;
|
|
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); }
|
|
inline float get_x_0() const { return ___x_0; }
|
|
inline float* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(float value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
|
|
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___zeroVector_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
|
|
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___oneVector_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
|
|
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___upVector_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
|
|
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___downVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
|
|
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___leftVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
|
|
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___rightVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
|
|
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___positiveInfinityVector_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
|
|
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___negativeInfinityVector_9 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
|
|
inline float get_x_2() const { return ___x_2; }
|
|
inline float* get_address_of_x_2() { return &___x_2; }
|
|
inline void set_x_2(float value)
|
|
{
|
|
___x_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
|
|
inline float get_y_3() const { return ___y_3; }
|
|
inline float* get_address_of_y_3() { return &___y_3; }
|
|
inline void set_y_3(float value)
|
|
{
|
|
___y_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
|
|
inline float get_z_4() const { return ___z_4; }
|
|
inline float* get_address_of_z_4() { return &___z_4; }
|
|
inline void set_z_4(float value)
|
|
{
|
|
___z_4 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
|
|
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___zeroVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
|
|
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___oneVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
|
|
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___upVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
|
|
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___downVector_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
|
|
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___leftVector_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
|
|
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___rightVector_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
|
|
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___forwardVector_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
|
|
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___backVector_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
|
|
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___positiveInfinityVector_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
|
|
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___negativeInfinityVector_14 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector4
|
|
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector4::x
|
|
float ___x_1;
|
|
// System.Single UnityEngine.Vector4::y
|
|
float ___y_2;
|
|
// System.Single UnityEngine.Vector4::z
|
|
float ___z_3;
|
|
// System.Single UnityEngine.Vector4::w
|
|
float ___w_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); }
|
|
inline float get_x_1() const { return ___x_1; }
|
|
inline float* get_address_of_x_1() { return &___x_1; }
|
|
inline void set_x_1(float value)
|
|
{
|
|
___x_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); }
|
|
inline float get_y_2() const { return ___y_2; }
|
|
inline float* get_address_of_y_2() { return &___y_2; }
|
|
inline void set_y_2(float value)
|
|
{
|
|
___y_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); }
|
|
inline float get_z_3() const { return ___z_3; }
|
|
inline float* get_address_of_z_3() { return &___z_3; }
|
|
inline void set_z_3(float value)
|
|
{
|
|
___z_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); }
|
|
inline float get_w_4() const { return ___w_4; }
|
|
inline float* get_address_of_w_4() { return &___w_4; }
|
|
inline void set_w_4(float value)
|
|
{
|
|
___w_4 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
|
|
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___zeroVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
|
|
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___oneVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
|
|
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___positiveInfinityVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
|
|
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___negativeInfinityVector_8 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GPathPoint_CurveType
|
|
struct CurveType_tDAB604D46AA4709AD45913B7B78E0F857011D685
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.GPathPoint_CurveType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CurveType_tDAB604D46AA4709AD45913B7B78E0F857011D685, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.UpdateContext_ClipInfo
|
|
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3
|
|
{
|
|
public:
|
|
// UnityEngine.Rect FairyGUI.UpdateContext_ClipInfo::rect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
|
|
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::clipBox
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
|
|
// System.Boolean FairyGUI.UpdateContext_ClipInfo::soft
|
|
bool ___soft_2;
|
|
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::softness
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
|
|
// System.UInt32 FairyGUI.UpdateContext_ClipInfo::clipId
|
|
uint32_t ___clipId_4;
|
|
// System.Boolean FairyGUI.UpdateContext_ClipInfo::stencil
|
|
bool ___stencil_5;
|
|
// System.Boolean FairyGUI.UpdateContext_ClipInfo::reversedMask
|
|
bool ___reversedMask_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_rect_0() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___rect_0)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_0() const { return ___rect_0; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_0() { return &___rect_0; }
|
|
inline void set_rect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___rect_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_clipBox_1() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipBox_1)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_clipBox_1() const { return ___clipBox_1; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_clipBox_1() { return &___clipBox_1; }
|
|
inline void set_clipBox_1(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___clipBox_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_soft_2() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___soft_2)); }
|
|
inline bool get_soft_2() const { return ___soft_2; }
|
|
inline bool* get_address_of_soft_2() { return &___soft_2; }
|
|
inline void set_soft_2(bool value)
|
|
{
|
|
___soft_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_softness_3() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___softness_3)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_softness_3() const { return ___softness_3; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_softness_3() { return &___softness_3; }
|
|
inline void set_softness_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___softness_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_clipId_4() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipId_4)); }
|
|
inline uint32_t get_clipId_4() const { return ___clipId_4; }
|
|
inline uint32_t* get_address_of_clipId_4() { return &___clipId_4; }
|
|
inline void set_clipId_4(uint32_t value)
|
|
{
|
|
___clipId_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stencil_5() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___stencil_5)); }
|
|
inline bool get_stencil_5() const { return ___stencil_5; }
|
|
inline bool* get_address_of_stencil_5() { return &___stencil_5; }
|
|
inline void set_stencil_5(bool value)
|
|
{
|
|
___stencil_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_reversedMask_6() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___reversedMask_6)); }
|
|
inline bool get_reversedMask_6() const { return ___reversedMask_6; }
|
|
inline bool* get_address_of_reversedMask_6() { return &___reversedMask_6; }
|
|
inline void set_reversedMask_6(bool value)
|
|
{
|
|
___reversedMask_6 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of FairyGUI.UpdateContext/ClipInfo
|
|
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
|
|
int32_t ___soft_2;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
|
|
uint32_t ___clipId_4;
|
|
int32_t ___stencil_5;
|
|
int32_t ___reversedMask_6;
|
|
};
|
|
// Native definition for COM marshalling of FairyGUI.UpdateContext/ClipInfo
|
|
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
|
|
int32_t ___soft_2;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
|
|
uint32_t ___clipId_4;
|
|
int32_t ___stencil_5;
|
|
int32_t ___reversedMask_6;
|
|
};
|
|
|
|
// System.ByteEnum
|
|
struct ByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD
|
|
{
|
|
public:
|
|
// System.Byte System.ByteEnum::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>
|
|
struct Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
Guid_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___key_2)); }
|
|
inline Guid_t get_key_2() const { return ___key_2; }
|
|
inline Guid_t * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(Guid_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>
|
|
struct Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
int32_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA, ___key_2)); }
|
|
inline int32_t get_key_2() const { return ___key_2; }
|
|
inline int32_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(int32_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA, ___value_3)); }
|
|
inline ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 get_value_3() const { return ___value_3; }
|
|
inline ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 * get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___players_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>
|
|
struct Entry_t1569C69F7132527F147EA707D2A116532F05D1EE
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
intptr_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE, ___key_2)); }
|
|
inline intptr_t get_key_2() const { return ___key_2; }
|
|
inline intptr_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(intptr_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>
|
|
struct Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___value_3)); }
|
|
inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_3() const { return ___value_3; }
|
|
inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->____value_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>
|
|
struct Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E, ___value_3)); }
|
|
inline NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 get_value_3() const { return ___value_3; }
|
|
inline NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 * get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___serverAddress_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___broadcastData_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>
|
|
struct Entry_t687188C87EF1FD0D50038E634676DBC449857B8E
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E, ___key_2)); }
|
|
inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA get_key_2() const { return ___key_2; }
|
|
inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkHash128,System.Object>
|
|
struct Entry_t8E09DFCC6D674230C233702F449DB762B53A2031
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t8E09DFCC6D674230C233702F449DB762B53A2031, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t8E09DFCC6D674230C233702F449DB762B53A2031, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t8E09DFCC6D674230C233702F449DB762B53A2031, ___key_2)); }
|
|
inline NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C get_key_2() const { return ___key_2; }
|
|
inline NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t8E09DFCC6D674230C233702F449DB762B53A2031, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>
|
|
struct Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1, ___key_2)); }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_key_2() const { return ___key_2; }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkSceneId,System.Object>
|
|
struct Entry_t3CF6B1247389C61083A617AC30D960016D16A651
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t3CF6B1247389C61083A617AC30D960016D16A651, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t3CF6B1247389C61083A617AC30D960016D16A651, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t3CF6B1247389C61083A617AC30D960016D16A651, ___key_2)); }
|
|
inline NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 get_key_2() const { return ___key_2; }
|
|
inline NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t3CF6B1247389C61083A617AC30D960016D16A651, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>
|
|
struct Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
int32_t ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E, ___key_2)); }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_2() const { return ___key_2; }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E, ___value_3)); }
|
|
inline int32_t get_value_3() const { return ___value_3; }
|
|
inline int32_t* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(int32_t value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>
|
|
struct Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8, ___key_2)); }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_2() const { return ___key_2; }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.HashSet`1_Slot<UnityEngine.Networking.NetworkInstanceId>
|
|
struct Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.HashSet`1_Slot::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1_Slot::next
|
|
int32_t ___next_1;
|
|
// T System.Collections.Generic.HashSet`1_Slot::value
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___value_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_2() { return static_cast<int32_t>(offsetof(Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE, ___value_2)); }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_value_2() const { return ___value_2; }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_value_2() { return &___value_2; }
|
|
inline void set_value_2(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value)
|
|
{
|
|
___value_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>
|
|
struct KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B, ___key_0)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_key_0() const { return ___key_0; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>
|
|
struct KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
Guid_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78, ___key_0)); }
|
|
inline Guid_t get_key_0() const { return ___key_0; }
|
|
inline Guid_t * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(Guid_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>
|
|
struct KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF, ___key_0)); }
|
|
inline int32_t get_key_0() const { return ___key_0; }
|
|
inline int32_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(int32_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF, ___value_1)); }
|
|
inline ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 get_value_1() const { return ___value_1; }
|
|
inline ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 * get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___players_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>
|
|
struct KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
intptr_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8, ___key_0)); }
|
|
inline intptr_t get_key_0() const { return ___key_0; }
|
|
inline intptr_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(intptr_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>
|
|
struct KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___value_1)); }
|
|
inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_1() const { return ___value_1; }
|
|
inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->____value_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>
|
|
struct KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5, ___value_1)); }
|
|
inline NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 get_value_1() const { return ___value_1; }
|
|
inline NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 * get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___serverAddress_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___broadcastData_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>
|
|
struct KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342, ___key_0)); }
|
|
inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA get_key_0() const { return ___key_0; }
|
|
inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>
|
|
struct KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0, ___key_0)); }
|
|
inline NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C get_key_0() const { return ___key_0; }
|
|
inline NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>
|
|
struct KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500, ___key_0)); }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_key_0() const { return ___key_0; }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>
|
|
struct KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411, ___key_0)); }
|
|
inline NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 get_key_0() const { return ___key_0; }
|
|
inline NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>
|
|
struct KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
int32_t ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96, ___key_0)); }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_0() const { return ___key_0; }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96, ___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;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>
|
|
struct KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA, ___key_0)); }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_0() const { return ___key_0; }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : 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::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t * ___method_info_7;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t * ___original_method_info_8;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___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<int32_t>(offsetof(Delegate_t, ___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<int32_t>(offsetof(Delegate_t, ___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((void**)(&___m_target_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___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<int32_t>(offsetof(Delegate_t, ___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_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
|
|
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
|
|
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
|
|
inline void set_extra_arg_5(intptr_t value)
|
|
{
|
|
___extra_arg_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
|
|
inline intptr_t get_method_code_6() const { return ___method_code_6; }
|
|
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
|
|
inline void set_method_code_6(intptr_t value)
|
|
{
|
|
___method_code_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
|
|
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
|
|
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
|
|
inline void set_method_info_7(MethodInfo_t * value)
|
|
{
|
|
___method_info_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
|
|
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
|
|
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
|
|
inline void set_original_method_info_8(MethodInfo_t * value)
|
|
{
|
|
___original_method_info_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
|
|
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
|
|
{
|
|
___data_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
|
|
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
|
|
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
|
|
inline void set_method_is_virtual_10(bool value)
|
|
{
|
|
___method_is_virtual_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t * ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject * ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject * ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
|
|
inline String_t* get__className_1() const { return ____className_1; }
|
|
inline String_t** get_address_of__className_1() { return &____className_1; }
|
|
inline void set__className_1(String_t* value)
|
|
{
|
|
____className_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
|
|
inline String_t* get__message_2() const { return ____message_2; }
|
|
inline String_t** get_address_of__message_2() { return &____message_2; }
|
|
inline void set__message_2(String_t* value)
|
|
{
|
|
____message_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
|
|
inline RuntimeObject* get__data_3() const { return ____data_3; }
|
|
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
|
|
inline void set__data_3(RuntimeObject* value)
|
|
{
|
|
____data_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
|
|
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
|
|
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
|
|
inline void set__innerException_4(Exception_t * value)
|
|
{
|
|
____innerException_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
|
|
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
|
|
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
|
|
inline void set__helpURL_5(String_t* value)
|
|
{
|
|
____helpURL_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
|
|
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
|
|
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
|
|
inline void set__stackTrace_6(RuntimeObject * value)
|
|
{
|
|
____stackTrace_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
|
|
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
|
|
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
|
|
inline void set__stackTraceString_7(String_t* value)
|
|
{
|
|
____stackTraceString_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
|
|
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
|
|
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
|
|
inline void set__remoteStackTraceString_8(String_t* value)
|
|
{
|
|
____remoteStackTraceString_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
|
|
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
|
|
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
|
|
inline void set__remoteStackIndex_9(int32_t value)
|
|
{
|
|
____remoteStackIndex_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
|
|
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
|
|
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
|
|
inline void set__dynamicMethods_10(RuntimeObject * value)
|
|
{
|
|
____dynamicMethods_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
|
|
inline int32_t get__HResult_11() const { return ____HResult_11; }
|
|
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
|
|
inline void set__HResult_11(int32_t value)
|
|
{
|
|
____HResult_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
|
|
inline String_t* get__source_12() const { return ____source_12; }
|
|
inline String_t** get_address_of__source_12() { return &____source_12; }
|
|
inline void set__source_12(String_t* value)
|
|
{
|
|
____source_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
|
|
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
|
|
{
|
|
____safeSerializationManager_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
|
|
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
|
|
{
|
|
___captured_traces_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
|
|
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
|
|
{
|
|
___native_trace_ips_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Exception_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject * ___s_EDILock_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
|
|
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
|
|
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
|
|
inline void set_s_EDILock_0(RuntimeObject * value)
|
|
{
|
|
___s_EDILock_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
|
|
// System.Globalization.TimeSpanParse_TTT
|
|
struct TTT_tD81D229615838EF4C96DA510CE2EFE1922BDA26C
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.TimeSpanParse_TTT::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TTT_tD81D229615838EF4C96DA510CE2EFE1922BDA26C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32Enum
|
|
struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32Enum::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable_WhereListIterator`1<System.Object>
|
|
struct WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E : public Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable_WhereListIterator`1::source
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___source_3;
|
|
// System.Func`2<TSource,System.Boolean> System.Linq.Enumerable_WhereListIterator`1::predicate
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate_4;
|
|
// System.Collections.Generic.List`1_Enumerator<TSource> System.Linq.Enumerable_WhereListIterator`1::enumerator
|
|
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD ___enumerator_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_source_3() { return static_cast<int32_t>(offsetof(WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E, ___source_3)); }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_source_3() const { return ___source_3; }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_source_3() { return &___source_3; }
|
|
inline void set_source_3(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
|
|
{
|
|
___source_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_predicate_4() { return static_cast<int32_t>(offsetof(WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E, ___predicate_4)); }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_predicate_4() const { return ___predicate_4; }
|
|
inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_predicate_4() { return &___predicate_4; }
|
|
inline void set_predicate_4(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value)
|
|
{
|
|
___predicate_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_enumerator_5() { return static_cast<int32_t>(offsetof(WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E, ___enumerator_5)); }
|
|
inline Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD get_enumerator_5() const { return ___enumerator_5; }
|
|
inline Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * get_address_of_enumerator_5() { return &___enumerator_5; }
|
|
inline void set_enumerator_5(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD value)
|
|
{
|
|
___enumerator_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_5))->___list_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_5))->___current_3), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.CookieToken
|
|
struct CookieToken_tB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.CookieToken::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CookieToken_tB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.CookieVariant
|
|
struct CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.CookieVariant::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Net.Sockets.Socket_WSABUF
|
|
struct WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.Socket_WSABUF::len
|
|
int32_t ___len_0;
|
|
// System.IntPtr System.Net.Sockets.Socket_WSABUF::buf
|
|
intptr_t ___buf_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_len_0() { return static_cast<int32_t>(offsetof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE, ___len_0)); }
|
|
inline int32_t get_len_0() const { return ___len_0; }
|
|
inline int32_t* get_address_of_len_0() { return &___len_0; }
|
|
inline void set_len_0(int32_t value)
|
|
{
|
|
___len_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_1() { return static_cast<int32_t>(offsetof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE, ___buf_1)); }
|
|
inline intptr_t get_buf_1() const { return ___buf_1; }
|
|
inline intptr_t* get_address_of_buf_1() { return &___buf_1; }
|
|
inline void set_buf_1(intptr_t value)
|
|
{
|
|
___buf_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.BindingFlags
|
|
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.CustomAttributeNamedArgument
|
|
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E
|
|
{
|
|
public:
|
|
// System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 ___typedArgument_0;
|
|
// System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo
|
|
MemberInfo_t * ___memberInfo_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_typedArgument_0() { return static_cast<int32_t>(offsetof(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E, ___typedArgument_0)); }
|
|
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 get_typedArgument_0() const { return ___typedArgument_0; }
|
|
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * get_address_of_typedArgument_0() { return &___typedArgument_0; }
|
|
inline void set_typedArgument_0(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 value)
|
|
{
|
|
___typedArgument_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___argumentType_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
inline static int32_t get_offset_of_memberInfo_1() { return static_cast<int32_t>(offsetof(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E, ___memberInfo_1)); }
|
|
inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; }
|
|
inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; }
|
|
inline void set_memberInfo_1(MemberInfo_t * value)
|
|
{
|
|
___memberInfo_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___memberInfo_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument
|
|
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_marshaled_pinvoke
|
|
{
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke ___typedArgument_0;
|
|
MemberInfo_t * ___memberInfo_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument
|
|
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_marshaled_com
|
|
{
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com ___typedArgument_0;
|
|
MemberInfo_t * ___memberInfo_1;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
|
|
struct X509ChainStatusFlags_t208E1E90A6014521B09653B6B237D045A8573E5B
|
|
{
|
|
public:
|
|
// System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509ChainStatusFlags_t208E1E90A6014521B09653B6B237D045A8573E5B, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.CancellationTokenRegistration
|
|
struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2
|
|
{
|
|
public:
|
|
// System.Threading.CancellationCallbackInfo System.Threading.CancellationTokenRegistration::m_callbackInfo
|
|
CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0;
|
|
// System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo> System.Threading.CancellationTokenRegistration::m_registrationInfo
|
|
SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_callbackInfo_0() { return static_cast<int32_t>(offsetof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2, ___m_callbackInfo_0)); }
|
|
inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * get_m_callbackInfo_0() const { return ___m_callbackInfo_0; }
|
|
inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 ** get_address_of_m_callbackInfo_0() { return &___m_callbackInfo_0; }
|
|
inline void set_m_callbackInfo_0(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * value)
|
|
{
|
|
___m_callbackInfo_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_callbackInfo_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_registrationInfo_1() { return static_cast<int32_t>(offsetof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2, ___m_registrationInfo_1)); }
|
|
inline SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE get_m_registrationInfo_1() const { return ___m_registrationInfo_1; }
|
|
inline SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE * get_address_of_m_registrationInfo_1() { return &___m_registrationInfo_1; }
|
|
inline void set_m_registrationInfo_1(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE value)
|
|
{
|
|
___m_registrationInfo_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___m_registrationInfo_1))->___m_source_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Threading.CancellationTokenRegistration
|
|
struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_pinvoke
|
|
{
|
|
CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0;
|
|
SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Threading.CancellationTokenRegistration
|
|
struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_com
|
|
{
|
|
CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0;
|
|
SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
|
|
{
|
|
public:
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
|
|
inline int64_t get__ticks_3() const { return ____ticks_3; }
|
|
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
|
|
inline void set__ticks_3(int64_t value)
|
|
{
|
|
____ticks_3 = value;
|
|
}
|
|
};
|
|
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
|
|
bool ____legacyConfigChecked_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
|
|
bool ____legacyMode_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
|
|
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___Zero_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MaxValue_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
|
|
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MinValue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
|
|
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
|
|
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
|
|
inline void set__legacyConfigChecked_4(bool value)
|
|
{
|
|
____legacyConfigChecked_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
|
|
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
|
|
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
|
|
inline void set__legacyMode_5(bool value)
|
|
{
|
|
____legacyMode_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt16Enum
|
|
struct UInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16Enum::value__
|
|
uint16_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456, ___value___2)); }
|
|
inline uint16_t get_value___2() const { return ___value___2; }
|
|
inline uint16_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint16_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt32Enum
|
|
struct UInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA
|
|
{
|
|
public:
|
|
// System.UInt32 System.UInt32Enum::value__
|
|
uint32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA, ___value___2)); }
|
|
inline uint32_t get_value___2() const { return ___value___2; }
|
|
inline uint32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt64Enum
|
|
struct UInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8
|
|
{
|
|
public:
|
|
// System.UInt64 System.UInt64Enum::value__
|
|
uint64_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8, ___value___2)); }
|
|
inline uint64_t get_value___2() const { return ___value___2; }
|
|
inline uint64_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint64_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ContactPoint
|
|
struct ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.ContactPoint::m_Point
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.ContactPoint::m_Normal
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
|
|
// System.Int32 UnityEngine.ContactPoint::m_ThisColliderInstanceID
|
|
int32_t ___m_ThisColliderInstanceID_2;
|
|
// System.Int32 UnityEngine.ContactPoint::m_OtherColliderInstanceID
|
|
int32_t ___m_OtherColliderInstanceID_3;
|
|
// System.Single UnityEngine.ContactPoint::m_Separation
|
|
float ___m_Separation_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_Point_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
|
|
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Point_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_Normal_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ThisColliderInstanceID_2() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_ThisColliderInstanceID_2)); }
|
|
inline int32_t get_m_ThisColliderInstanceID_2() const { return ___m_ThisColliderInstanceID_2; }
|
|
inline int32_t* get_address_of_m_ThisColliderInstanceID_2() { return &___m_ThisColliderInstanceID_2; }
|
|
inline void set_m_ThisColliderInstanceID_2(int32_t value)
|
|
{
|
|
___m_ThisColliderInstanceID_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OtherColliderInstanceID_3() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_OtherColliderInstanceID_3)); }
|
|
inline int32_t get_m_OtherColliderInstanceID_3() const { return ___m_OtherColliderInstanceID_3; }
|
|
inline int32_t* get_address_of_m_OtherColliderInstanceID_3() { return &___m_OtherColliderInstanceID_3; }
|
|
inline void set_m_OtherColliderInstanceID_3(int32_t value)
|
|
{
|
|
___m_OtherColliderInstanceID_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Separation_4() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_Separation_4)); }
|
|
inline float get_m_Separation_4() const { return ___m_Separation_4; }
|
|
inline float* get_address_of_m_Separation_4() { return &___m_Separation_4; }
|
|
inline void set_m_Separation_4(float value)
|
|
{
|
|
___m_Separation_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ContactPoint2D
|
|
struct ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0
|
|
{
|
|
public:
|
|
// UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_Point
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Point_0;
|
|
// UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_Normal
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Normal_1;
|
|
// UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_RelativeVelocity
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RelativeVelocity_2;
|
|
// System.Single UnityEngine.ContactPoint2D::m_Separation
|
|
float ___m_Separation_3;
|
|
// System.Single UnityEngine.ContactPoint2D::m_NormalImpulse
|
|
float ___m_NormalImpulse_4;
|
|
// System.Single UnityEngine.ContactPoint2D::m_TangentImpulse
|
|
float ___m_TangentImpulse_5;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_Collider
|
|
int32_t ___m_Collider_6;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_OtherCollider
|
|
int32_t ___m_OtherCollider_7;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_Rigidbody
|
|
int32_t ___m_Rigidbody_8;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_OtherRigidbody
|
|
int32_t ___m_OtherRigidbody_9;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_Enabled
|
|
int32_t ___m_Enabled_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Point_0)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Point_0() const { return ___m_Point_0; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Point_0() { return &___m_Point_0; }
|
|
inline void set_m_Point_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Point_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Normal_1)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RelativeVelocity_2() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_RelativeVelocity_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RelativeVelocity_2() const { return ___m_RelativeVelocity_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RelativeVelocity_2() { return &___m_RelativeVelocity_2; }
|
|
inline void set_m_RelativeVelocity_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_RelativeVelocity_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Separation_3() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Separation_3)); }
|
|
inline float get_m_Separation_3() const { return ___m_Separation_3; }
|
|
inline float* get_address_of_m_Separation_3() { return &___m_Separation_3; }
|
|
inline void set_m_Separation_3(float value)
|
|
{
|
|
___m_Separation_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_NormalImpulse_4() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_NormalImpulse_4)); }
|
|
inline float get_m_NormalImpulse_4() const { return ___m_NormalImpulse_4; }
|
|
inline float* get_address_of_m_NormalImpulse_4() { return &___m_NormalImpulse_4; }
|
|
inline void set_m_NormalImpulse_4(float value)
|
|
{
|
|
___m_NormalImpulse_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TangentImpulse_5() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_TangentImpulse_5)); }
|
|
inline float get_m_TangentImpulse_5() const { return ___m_TangentImpulse_5; }
|
|
inline float* get_address_of_m_TangentImpulse_5() { return &___m_TangentImpulse_5; }
|
|
inline void set_m_TangentImpulse_5(float value)
|
|
{
|
|
___m_TangentImpulse_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collider_6() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Collider_6)); }
|
|
inline int32_t get_m_Collider_6() const { return ___m_Collider_6; }
|
|
inline int32_t* get_address_of_m_Collider_6() { return &___m_Collider_6; }
|
|
inline void set_m_Collider_6(int32_t value)
|
|
{
|
|
___m_Collider_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OtherCollider_7() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_OtherCollider_7)); }
|
|
inline int32_t get_m_OtherCollider_7() const { return ___m_OtherCollider_7; }
|
|
inline int32_t* get_address_of_m_OtherCollider_7() { return &___m_OtherCollider_7; }
|
|
inline void set_m_OtherCollider_7(int32_t value)
|
|
{
|
|
___m_OtherCollider_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Rigidbody_8() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Rigidbody_8)); }
|
|
inline int32_t get_m_Rigidbody_8() const { return ___m_Rigidbody_8; }
|
|
inline int32_t* get_address_of_m_Rigidbody_8() { return &___m_Rigidbody_8; }
|
|
inline void set_m_Rigidbody_8(int32_t value)
|
|
{
|
|
___m_Rigidbody_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OtherRigidbody_9() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_OtherRigidbody_9)); }
|
|
inline int32_t get_m_OtherRigidbody_9() const { return ___m_OtherRigidbody_9; }
|
|
inline int32_t* get_address_of_m_OtherRigidbody_9() { return &___m_OtherRigidbody_9; }
|
|
inline void set_m_OtherRigidbody_9(int32_t value)
|
|
{
|
|
___m_OtherRigidbody_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Enabled_10() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Enabled_10)); }
|
|
inline int32_t get_m_Enabled_10() const { return ___m_Enabled_10; }
|
|
inline int32_t* get_address_of_m_Enabled_10() { return &___m_Enabled_10; }
|
|
inline void set_m_Enabled_10(int32_t value)
|
|
{
|
|
___m_Enabled_10 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.FalloffType
|
|
struct FalloffType_t7875E80627449B25D89C044D11A2BA22AB4996E9
|
|
{
|
|
public:
|
|
// System.Byte UnityEngine.Experimental.GlobalIllumination.FalloffType::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FalloffType_t7875E80627449B25D89C044D11A2BA22AB4996E9, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.LightMode
|
|
struct LightMode_t2EFF26B7FB14FB7D2ACF550C591375B5A95A854A
|
|
{
|
|
public:
|
|
// System.Byte UnityEngine.Experimental.GlobalIllumination.LightMode::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LightMode_t2EFF26B7FB14FB7D2ACF550C591375B5A95A854A, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.LightType
|
|
struct LightType_t684FE1E4FB26D1A27EFCDB36446F55984C414E88
|
|
{
|
|
public:
|
|
// System.Byte UnityEngine.Experimental.GlobalIllumination.LightType::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LightType_t684FE1E4FB26D1A27EFCDB36446F55984C414E88, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.LowLevel.PlayerLoopSystem
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93
|
|
{
|
|
public:
|
|
// System.Type UnityEngine.LowLevel.PlayerLoopSystem::type
|
|
Type_t * ___type_0;
|
|
// UnityEngine.LowLevel.PlayerLoopSystem[] UnityEngine.LowLevel.PlayerLoopSystem::subSystemList
|
|
PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77* ___subSystemList_1;
|
|
// UnityEngine.LowLevel.PlayerLoopSystem_UpdateFunction UnityEngine.LowLevel.PlayerLoopSystem::updateDelegate
|
|
UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E * ___updateDelegate_2;
|
|
// System.IntPtr UnityEngine.LowLevel.PlayerLoopSystem::updateFunction
|
|
intptr_t ___updateFunction_3;
|
|
// System.IntPtr UnityEngine.LowLevel.PlayerLoopSystem::loopConditionFunction
|
|
intptr_t ___loopConditionFunction_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___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((void**)(&___type_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_subSystemList_1() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___subSystemList_1)); }
|
|
inline PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77* get_subSystemList_1() const { return ___subSystemList_1; }
|
|
inline PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77** get_address_of_subSystemList_1() { return &___subSystemList_1; }
|
|
inline void set_subSystemList_1(PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77* value)
|
|
{
|
|
___subSystemList_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___subSystemList_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_updateDelegate_2() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___updateDelegate_2)); }
|
|
inline UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E * get_updateDelegate_2() const { return ___updateDelegate_2; }
|
|
inline UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E ** get_address_of_updateDelegate_2() { return &___updateDelegate_2; }
|
|
inline void set_updateDelegate_2(UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E * value)
|
|
{
|
|
___updateDelegate_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___updateDelegate_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_updateFunction_3() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___updateFunction_3)); }
|
|
inline intptr_t get_updateFunction_3() const { return ___updateFunction_3; }
|
|
inline intptr_t* get_address_of_updateFunction_3() { return &___updateFunction_3; }
|
|
inline void set_updateFunction_3(intptr_t value)
|
|
{
|
|
___updateFunction_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loopConditionFunction_4() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___loopConditionFunction_4)); }
|
|
inline intptr_t get_loopConditionFunction_4() const { return ___loopConditionFunction_4; }
|
|
inline intptr_t* get_address_of_loopConditionFunction_4() { return &___loopConditionFunction_4; }
|
|
inline void set_loopConditionFunction_4(intptr_t value)
|
|
{
|
|
___loopConditionFunction_4 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.LowLevel.PlayerLoopSystem
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_pinvoke
|
|
{
|
|
Type_t * ___type_0;
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_pinvoke* ___subSystemList_1;
|
|
Il2CppMethodPointer ___updateDelegate_2;
|
|
intptr_t ___updateFunction_3;
|
|
intptr_t ___loopConditionFunction_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.LowLevel.PlayerLoopSystem
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_com
|
|
{
|
|
Type_t * ___type_0;
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_com* ___subSystemList_1;
|
|
Il2CppMethodPointer ___updateDelegate_2;
|
|
intptr_t ___updateFunction_3;
|
|
intptr_t ___loopConditionFunction_4;
|
|
};
|
|
|
|
// UnityEngine.Networking.ClientScene_PendingOwner
|
|
struct PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369
|
|
{
|
|
public:
|
|
// UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.ClientScene_PendingOwner::netId
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0;
|
|
// System.Int16 UnityEngine.Networking.ClientScene_PendingOwner::playerControllerId
|
|
int16_t ___playerControllerId_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_netId_0() { return static_cast<int32_t>(offsetof(PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369, ___netId_0)); }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_netId_0() const { return ___netId_0; }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_netId_0() { return &___netId_0; }
|
|
inline void set_netId_0(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value)
|
|
{
|
|
___netId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_playerControllerId_1() { return static_cast<int32_t>(offsetof(PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369, ___playerControllerId_1)); }
|
|
inline int16_t get_playerControllerId_1() const { return ___playerControllerId_1; }
|
|
inline int16_t* get_address_of_playerControllerId_1() { return &___playerControllerId_1; }
|
|
inline void set_playerControllerId_1(int16_t value)
|
|
{
|
|
___playerControllerId_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo
|
|
struct PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC
|
|
{
|
|
public:
|
|
// UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo::netId
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0;
|
|
// System.Int16 UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo::playerControllerId
|
|
int16_t ___playerControllerId_1;
|
|
// UnityEngine.GameObject UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo::obj
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___obj_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_netId_0() { return static_cast<int32_t>(offsetof(PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC, ___netId_0)); }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_netId_0() const { return ___netId_0; }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_netId_0() { return &___netId_0; }
|
|
inline void set_netId_0(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value)
|
|
{
|
|
___netId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_playerControllerId_1() { return static_cast<int32_t>(offsetof(PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC, ___playerControllerId_1)); }
|
|
inline int16_t get_playerControllerId_1() const { return ___playerControllerId_1; }
|
|
inline int16_t* get_address_of_playerControllerId_1() { return &___playerControllerId_1; }
|
|
inline void set_playerControllerId_1(int16_t value)
|
|
{
|
|
___playerControllerId_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_obj_2() { return static_cast<int32_t>(offsetof(PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC, ___obj_2)); }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_obj_2() const { return ___obj_2; }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_obj_2() { return &___obj_2; }
|
|
inline void set_obj_2(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
|
|
{
|
|
___obj_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___obj_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkMigrationManager/PendingPlayerInfo
|
|
struct PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_marshaled_pinvoke
|
|
{
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0;
|
|
int16_t ___playerControllerId_1;
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___obj_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Networking.NetworkMigrationManager/PendingPlayerInfo
|
|
struct PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_marshaled_com
|
|
{
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0;
|
|
int16_t ___playerControllerId_1;
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___obj_2;
|
|
};
|
|
|
|
// UnityEngine.Networking.NetworkSystem.PeerInfoPlayer
|
|
struct PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B
|
|
{
|
|
public:
|
|
// UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.NetworkSystem.PeerInfoPlayer::netId
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0;
|
|
// System.Int16 UnityEngine.Networking.NetworkSystem.PeerInfoPlayer::playerControllerId
|
|
int16_t ___playerControllerId_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_netId_0() { return static_cast<int32_t>(offsetof(PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B, ___netId_0)); }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_netId_0() const { return ___netId_0; }
|
|
inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_netId_0() { return &___netId_0; }
|
|
inline void set_netId_0(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value)
|
|
{
|
|
___netId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_playerControllerId_1() { return static_cast<int32_t>(offsetof(PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B, ___playerControllerId_1)); }
|
|
inline int16_t get_playerControllerId_1() const { return ___playerControllerId_1; }
|
|
inline int16_t* get_address_of_playerControllerId_1() { return &___playerControllerId_1; }
|
|
inline void set_playerControllerId_1(int16_t value)
|
|
{
|
|
___playerControllerId_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
|
|
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
|
|
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
|
|
inline void set_m_CachedPtr_0(intptr_t value)
|
|
{
|
|
___m_CachedPtr_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
|
|
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
|
|
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
|
|
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
|
|
{
|
|
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_Particle
|
|
struct Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Position
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Position_0;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Velocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Velocity_1;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AnimatedVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AnimatedVelocity_2;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_InitialVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_InitialVelocity_3;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AxisOfRotation
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AxisOfRotation_4;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Rotation
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Rotation_5;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AngularVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AngularVelocity_6;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_StartSize
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_StartSize_7;
|
|
// UnityEngine.Color32 UnityEngine.ParticleSystem_Particle::m_StartColor
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_StartColor_8;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_RandomSeed
|
|
uint32_t ___m_RandomSeed_9;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_ParentRandomSeed
|
|
uint32_t ___m_ParentRandomSeed_10;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_Lifetime
|
|
float ___m_Lifetime_11;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_StartLifetime
|
|
float ___m_StartLifetime_12;
|
|
// System.Int32 UnityEngine.ParticleSystem_Particle::m_MeshIndex
|
|
int32_t ___m_MeshIndex_13;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_EmitAccumulator0
|
|
float ___m_EmitAccumulator0_14;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_EmitAccumulator1
|
|
float ___m_EmitAccumulator1_15;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_Flags
|
|
uint32_t ___m_Flags_16;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Position_0() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Position_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Position_0() const { return ___m_Position_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Position_0() { return &___m_Position_0; }
|
|
inline void set_m_Position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Position_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Velocity_1() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Velocity_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Velocity_1() const { return ___m_Velocity_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Velocity_1() { return &___m_Velocity_1; }
|
|
inline void set_m_Velocity_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Velocity_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AnimatedVelocity_2() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AnimatedVelocity_2)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AnimatedVelocity_2() const { return ___m_AnimatedVelocity_2; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AnimatedVelocity_2() { return &___m_AnimatedVelocity_2; }
|
|
inline void set_m_AnimatedVelocity_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AnimatedVelocity_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_InitialVelocity_3() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_InitialVelocity_3)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_InitialVelocity_3() const { return ___m_InitialVelocity_3; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_InitialVelocity_3() { return &___m_InitialVelocity_3; }
|
|
inline void set_m_InitialVelocity_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_InitialVelocity_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AxisOfRotation_4() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AxisOfRotation_4)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AxisOfRotation_4() const { return ___m_AxisOfRotation_4; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AxisOfRotation_4() { return &___m_AxisOfRotation_4; }
|
|
inline void set_m_AxisOfRotation_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AxisOfRotation_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Rotation_5() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Rotation_5)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Rotation_5() const { return ___m_Rotation_5; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Rotation_5() { return &___m_Rotation_5; }
|
|
inline void set_m_Rotation_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Rotation_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AngularVelocity_6() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AngularVelocity_6)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AngularVelocity_6() const { return ___m_AngularVelocity_6; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AngularVelocity_6() { return &___m_AngularVelocity_6; }
|
|
inline void set_m_AngularVelocity_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AngularVelocity_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartSize_7() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartSize_7)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_StartSize_7() const { return ___m_StartSize_7; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_StartSize_7() { return &___m_StartSize_7; }
|
|
inline void set_m_StartSize_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_StartSize_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartColor_8() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartColor_8)); }
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_StartColor_8() const { return ___m_StartColor_8; }
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_StartColor_8() { return &___m_StartColor_8; }
|
|
inline void set_m_StartColor_8(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
|
|
{
|
|
___m_StartColor_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RandomSeed_9() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_RandomSeed_9)); }
|
|
inline uint32_t get_m_RandomSeed_9() const { return ___m_RandomSeed_9; }
|
|
inline uint32_t* get_address_of_m_RandomSeed_9() { return &___m_RandomSeed_9; }
|
|
inline void set_m_RandomSeed_9(uint32_t value)
|
|
{
|
|
___m_RandomSeed_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ParentRandomSeed_10() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_ParentRandomSeed_10)); }
|
|
inline uint32_t get_m_ParentRandomSeed_10() const { return ___m_ParentRandomSeed_10; }
|
|
inline uint32_t* get_address_of_m_ParentRandomSeed_10() { return &___m_ParentRandomSeed_10; }
|
|
inline void set_m_ParentRandomSeed_10(uint32_t value)
|
|
{
|
|
___m_ParentRandomSeed_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Lifetime_11() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Lifetime_11)); }
|
|
inline float get_m_Lifetime_11() const { return ___m_Lifetime_11; }
|
|
inline float* get_address_of_m_Lifetime_11() { return &___m_Lifetime_11; }
|
|
inline void set_m_Lifetime_11(float value)
|
|
{
|
|
___m_Lifetime_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartLifetime_12() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartLifetime_12)); }
|
|
inline float get_m_StartLifetime_12() const { return ___m_StartLifetime_12; }
|
|
inline float* get_address_of_m_StartLifetime_12() { return &___m_StartLifetime_12; }
|
|
inline void set_m_StartLifetime_12(float value)
|
|
{
|
|
___m_StartLifetime_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MeshIndex_13() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_MeshIndex_13)); }
|
|
inline int32_t get_m_MeshIndex_13() const { return ___m_MeshIndex_13; }
|
|
inline int32_t* get_address_of_m_MeshIndex_13() { return &___m_MeshIndex_13; }
|
|
inline void set_m_MeshIndex_13(int32_t value)
|
|
{
|
|
___m_MeshIndex_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_EmitAccumulator0_14() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_EmitAccumulator0_14)); }
|
|
inline float get_m_EmitAccumulator0_14() const { return ___m_EmitAccumulator0_14; }
|
|
inline float* get_address_of_m_EmitAccumulator0_14() { return &___m_EmitAccumulator0_14; }
|
|
inline void set_m_EmitAccumulator0_14(float value)
|
|
{
|
|
___m_EmitAccumulator0_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_EmitAccumulator1_15() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_EmitAccumulator1_15)); }
|
|
inline float get_m_EmitAccumulator1_15() const { return ___m_EmitAccumulator1_15; }
|
|
inline float* get_address_of_m_EmitAccumulator1_15() { return &___m_EmitAccumulator1_15; }
|
|
inline void set_m_EmitAccumulator1_15(float value)
|
|
{
|
|
___m_EmitAccumulator1_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Flags_16() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Flags_16)); }
|
|
inline uint32_t get_m_Flags_16() const { return ___m_Flags_16; }
|
|
inline uint32_t* get_address_of_m_Flags_16() { return &___m_Flags_16; }
|
|
inline void set_m_Flags_16(uint32_t value)
|
|
{
|
|
___m_Flags_16 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Plane
|
|
struct Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Plane::m_Normal
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_0;
|
|
// System.Single UnityEngine.Plane::m_Distance
|
|
float ___m_Distance_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Normal_0() { return static_cast<int32_t>(offsetof(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED, ___m_Normal_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_0() const { return ___m_Normal_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_0() { return &___m_Normal_0; }
|
|
inline void set_m_Normal_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Normal_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Distance_1() { return static_cast<int32_t>(offsetof(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED, ___m_Distance_1)); }
|
|
inline float get_m_Distance_1() const { return ___m_Distance_1; }
|
|
inline float* get_address_of_m_Distance_1() { return &___m_Distance_1; }
|
|
inline void set_m_Distance_1(float value)
|
|
{
|
|
___m_Distance_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Playables.PlayableHandle
|
|
struct PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle
|
|
intptr_t ___m_Handle_0;
|
|
// System.UInt32 UnityEngine.Playables.PlayableHandle::m_Version
|
|
uint32_t ___m_Version_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Handle_0() { return static_cast<int32_t>(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182, ___m_Handle_0)); }
|
|
inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; }
|
|
inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; }
|
|
inline void set_m_Handle_0(intptr_t value)
|
|
{
|
|
___m_Handle_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Version_1() { return static_cast<int32_t>(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182, ___m_Version_1)); }
|
|
inline uint32_t get_m_Version_1() const { return ___m_Version_1; }
|
|
inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; }
|
|
inline void set_m_Version_1(uint32_t value)
|
|
{
|
|
___m_Version_1 = value;
|
|
}
|
|
};
|
|
|
|
struct PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableHandle::m_Null
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___m_Null_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Null_2() { return static_cast<int32_t>(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_StaticFields, ___m_Null_2)); }
|
|
inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 get_m_Null_2() const { return ___m_Null_2; }
|
|
inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * get_address_of_m_Null_2() { return &___m_Null_2; }
|
|
inline void set_m_Null_2(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 value)
|
|
{
|
|
___m_Null_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RaycastHit
|
|
struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
|
|
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
|
|
uint32_t ___m_FaceID_2;
|
|
// System.Single UnityEngine.RaycastHit::m_Distance
|
|
float ___m_Distance_3;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4;
|
|
// System.Int32 UnityEngine.RaycastHit::m_Collider
|
|
int32_t ___m_Collider_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
|
|
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Point_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); }
|
|
inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; }
|
|
inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; }
|
|
inline void set_m_FaceID_2(uint32_t value)
|
|
{
|
|
___m_FaceID_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); }
|
|
inline float get_m_Distance_3() const { return ___m_Distance_3; }
|
|
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
|
|
inline void set_m_Distance_3(float value)
|
|
{
|
|
___m_Distance_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; }
|
|
inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_UV_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); }
|
|
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
|
|
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
|
|
inline void set_m_Collider_5(int32_t value)
|
|
{
|
|
___m_Collider_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RaycastHit2D
|
|
struct RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE
|
|
{
|
|
public:
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Centroid_0;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Point_1;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Normal_2;
|
|
// System.Single UnityEngine.RaycastHit2D::m_Distance
|
|
float ___m_Distance_3;
|
|
// System.Single UnityEngine.RaycastHit2D::m_Fraction
|
|
float ___m_Fraction_4;
|
|
// System.Int32 UnityEngine.RaycastHit2D::m_Collider
|
|
int32_t ___m_Collider_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Centroid_0() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Centroid_0)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Centroid_0() const { return ___m_Centroid_0; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Centroid_0() { return &___m_Centroid_0; }
|
|
inline void set_m_Centroid_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Centroid_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Point_1() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Point_1)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Point_1() const { return ___m_Point_1; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Point_1() { return &___m_Point_1; }
|
|
inline void set_m_Point_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Point_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_2() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Normal_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Normal_2() const { return ___m_Normal_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Normal_2() { return &___m_Normal_2; }
|
|
inline void set_m_Normal_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Normal_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Distance_3)); }
|
|
inline float get_m_Distance_3() const { return ___m_Distance_3; }
|
|
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
|
|
inline void set_m_Distance_3(float value)
|
|
{
|
|
___m_Distance_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Fraction_4() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Fraction_4)); }
|
|
inline float get_m_Fraction_4() const { return ___m_Fraction_4; }
|
|
inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; }
|
|
inline void set_m_Fraction_4(float value)
|
|
{
|
|
___m_Fraction_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Collider_5)); }
|
|
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
|
|
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
|
|
inline void set_m_Collider_5(int32_t value)
|
|
{
|
|
___m_Collider_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RenderBuffer
|
|
struct RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.RenderBuffer::m_RenderTextureInstanceID
|
|
int32_t ___m_RenderTextureInstanceID_0;
|
|
// System.IntPtr UnityEngine.RenderBuffer::m_BufferPtr
|
|
intptr_t ___m_BufferPtr_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_RenderTextureInstanceID_0() { return static_cast<int32_t>(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_RenderTextureInstanceID_0)); }
|
|
inline int32_t get_m_RenderTextureInstanceID_0() const { return ___m_RenderTextureInstanceID_0; }
|
|
inline int32_t* get_address_of_m_RenderTextureInstanceID_0() { return &___m_RenderTextureInstanceID_0; }
|
|
inline void set_m_RenderTextureInstanceID_0(int32_t value)
|
|
{
|
|
___m_RenderTextureInstanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_BufferPtr_1() { return static_cast<int32_t>(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_BufferPtr_1)); }
|
|
inline intptr_t get_m_BufferPtr_1() const { return ___m_BufferPtr_1; }
|
|
inline intptr_t* get_address_of_m_BufferPtr_1() { return &___m_BufferPtr_1; }
|
|
inline void set_m_BufferPtr_1(intptr_t value)
|
|
{
|
|
___m_BufferPtr_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TouchPhase
|
|
struct TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchPhase::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TouchType
|
|
struct TouchType_tBBD83025576FC017B10484014B5C396613A02B8E
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchType_tBBD83025576FC017B10484014B5C396613A02B8E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.LengthUnit
|
|
struct LengthUnit_t72096DC46DF6AE7521ACB61C839C57915F7282BC
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.LengthUnit::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LengthUnit_t72096DC46DF6AE7521ACB61C839C57915F7282BC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.StyleKeyword
|
|
struct StyleKeyword_t5C285A4249A1A7A807C1B4D2AAF5D1350B0A3560
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.StyleKeyword::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StyleKeyword_t5C285A4249A1A7A807C1B4D2AAF5D1350B0A3560, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyID
|
|
struct StylePropertyID_t58A0361000DC58339920E7CBBB5FFFE06B4B7A13
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyID::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StylePropertyID_t58A0361000DC58339920E7CBBB5FFFE06B4B7A13, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.jvalue
|
|
struct jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Boolean UnityEngine.jvalue::z
|
|
bool ___z_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
bool ___z_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.SByte UnityEngine.jvalue::b
|
|
int8_t ___b_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int8_t ___b_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Char UnityEngine.jvalue::c
|
|
Il2CppChar ___c_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
Il2CppChar ___c_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int16 UnityEngine.jvalue::s
|
|
int16_t ___s_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int16_t ___s_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.jvalue::i
|
|
int32_t ___i_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int64 UnityEngine.jvalue::j
|
|
int64_t ___j_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___j_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Single UnityEngine.jvalue::f
|
|
float ___f_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
float ___f_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Double UnityEngine.jvalue::d
|
|
double ___d_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___d_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.IntPtr UnityEngine.jvalue::l
|
|
intptr_t ___l_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
intptr_t ___l_8_forAlignmentOnly;
|
|
};
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_z_0() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___z_0)); }
|
|
inline bool get_z_0() const { return ___z_0; }
|
|
inline bool* get_address_of_z_0() { return &___z_0; }
|
|
inline void set_z_0(bool value)
|
|
{
|
|
___z_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_1() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___b_1)); }
|
|
inline int8_t get_b_1() const { return ___b_1; }
|
|
inline int8_t* get_address_of_b_1() { return &___b_1; }
|
|
inline void set_b_1(int8_t value)
|
|
{
|
|
___b_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_c_2() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___c_2)); }
|
|
inline Il2CppChar get_c_2() const { return ___c_2; }
|
|
inline Il2CppChar* get_address_of_c_2() { return &___c_2; }
|
|
inline void set_c_2(Il2CppChar value)
|
|
{
|
|
___c_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_3() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___s_3)); }
|
|
inline int16_t get_s_3() const { return ___s_3; }
|
|
inline int16_t* get_address_of_s_3() { return &___s_3; }
|
|
inline void set_s_3(int16_t value)
|
|
{
|
|
___s_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i_4() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___i_4)); }
|
|
inline int32_t get_i_4() const { return ___i_4; }
|
|
inline int32_t* get_address_of_i_4() { return &___i_4; }
|
|
inline void set_i_4(int32_t value)
|
|
{
|
|
___i_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_j_5() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___j_5)); }
|
|
inline int64_t get_j_5() const { return ___j_5; }
|
|
inline int64_t* get_address_of_j_5() { return &___j_5; }
|
|
inline void set_j_5(int64_t value)
|
|
{
|
|
___j_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_f_6() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___f_6)); }
|
|
inline float get_f_6() const { return ___f_6; }
|
|
inline float* get_address_of_f_6() { return &___f_6; }
|
|
inline void set_f_6(float value)
|
|
{
|
|
___f_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_d_7() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___d_7)); }
|
|
inline double get_d_7() const { return ___d_7; }
|
|
inline double* get_address_of_d_7() { return &___d_7; }
|
|
inline void set_d_7(double value)
|
|
{
|
|
___d_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_l_8() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___l_8)); }
|
|
inline intptr_t get_l_8() const { return ___l_8; }
|
|
inline intptr_t* get_address_of_l_8() { return &___l_8; }
|
|
inline void set_l_8(intptr_t value)
|
|
{
|
|
___l_8 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.jvalue
|
|
struct jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_marshaled_pinvoke
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___z_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___z_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int8_t ___b_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int8_t ___b_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint8_t ___c_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___c_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int16_t ___s_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int16_t ___s_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___i_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int64_t ___j_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___j_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
float ___f_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
float ___f_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
double ___d_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___d_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
intptr_t ___l_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
intptr_t ___l_8_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.jvalue
|
|
struct jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_marshaled_com
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___z_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___z_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int8_t ___b_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int8_t ___b_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint8_t ___c_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___c_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int16_t ___s_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int16_t ___s_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___i_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int64_t ___j_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___j_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
float ___f_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
float ___f_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
double ___d_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___d_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
intptr_t ___l_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
intptr_t ___l_8_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// FairyGUI.GPath_Segment
|
|
struct Segment_t4D7158441370F573F35DB59A882D986F1269B61A
|
|
{
|
|
public:
|
|
// FairyGUI.GPathPoint_CurveType FairyGUI.GPath_Segment::type
|
|
int32_t ___type_0;
|
|
// System.Single FairyGUI.GPath_Segment::length
|
|
float ___length_1;
|
|
// System.Int32 FairyGUI.GPath_Segment::ptStart
|
|
int32_t ___ptStart_2;
|
|
// System.Int32 FairyGUI.GPath_Segment::ptCount
|
|
int32_t ___ptCount_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___type_0)); }
|
|
inline int32_t get_type_0() const { return ___type_0; }
|
|
inline int32_t* get_address_of_type_0() { return &___type_0; }
|
|
inline void set_type_0(int32_t value)
|
|
{
|
|
___type_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_length_1() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___length_1)); }
|
|
inline float get_length_1() const { return ___length_1; }
|
|
inline float* get_address_of_length_1() { return &___length_1; }
|
|
inline void set_length_1(float value)
|
|
{
|
|
___length_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ptStart_2() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___ptStart_2)); }
|
|
inline int32_t get_ptStart_2() const { return ___ptStart_2; }
|
|
inline int32_t* get_address_of_ptStart_2() { return &___ptStart_2; }
|
|
inline void set_ptStart_2(int32_t value)
|
|
{
|
|
___ptStart_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ptCount_3() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___ptCount_3)); }
|
|
inline int32_t get_ptCount_3() const { return ___ptCount_3; }
|
|
inline int32_t* get_address_of_ptCount_3() { return &___ptCount_3; }
|
|
inline void set_ptCount_3(int32_t value)
|
|
{
|
|
___ptCount_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GPathPoint
|
|
struct GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 FairyGUI.GPathPoint::pos
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos_0;
|
|
// UnityEngine.Vector3 FairyGUI.GPathPoint::control1
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control1_1;
|
|
// UnityEngine.Vector3 FairyGUI.GPathPoint::control2
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control2_2;
|
|
// FairyGUI.GPathPoint_CurveType FairyGUI.GPathPoint::curveType
|
|
int32_t ___curveType_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_pos_0() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___pos_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_pos_0() const { return ___pos_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_pos_0() { return &___pos_0; }
|
|
inline void set_pos_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___pos_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_control1_1() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___control1_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_control1_1() const { return ___control1_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_control1_1() { return &___control1_1; }
|
|
inline void set_control1_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___control1_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_control2_2() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___control2_2)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_control2_2() const { return ___control2_2; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_control2_2() { return &___control2_2; }
|
|
inline void set_control2_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___control2_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_curveType_3() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___curveType_3)); }
|
|
inline int32_t get_curveType_3() const { return ___curveType_3; }
|
|
inline int32_t* get_address_of_curveType_3() { return &___curveType_3; }
|
|
inline void set_curveType_3(int32_t value)
|
|
{
|
|
___curveType_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>
|
|
struct Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
int32_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___key_2)); }
|
|
inline int32_t get_key_2() const { return ___key_2; }
|
|
inline int32_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(int32_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>
|
|
struct Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
int32_t ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0, ___value_3)); }
|
|
inline int32_t get_value_3() const { return ___value_3; }
|
|
inline int32_t* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(int32_t value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.UInt64Enum,System.Object>
|
|
struct Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
uint64_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91, ___key_2)); }
|
|
inline uint64_t get_key_2() const { return ___key_2; }
|
|
inline uint64_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(uint64_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>
|
|
struct KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0, ___key_0)); }
|
|
inline int32_t get_key_0() const { return ___key_0; }
|
|
inline int32_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(int32_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>
|
|
struct KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
int32_t ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755, ___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;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>
|
|
struct KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
uint64_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA, ___key_0)); }
|
|
inline uint64_t get_key_0() const { return ___key_0; }
|
|
inline uint64_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(uint64_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA, ___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((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanParse_TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492
|
|
{
|
|
public:
|
|
// System.Globalization.TimeSpanParse_TTT System.Globalization.TimeSpanParse_TimeSpanToken::ttt
|
|
int32_t ___ttt_0;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanToken::num
|
|
int32_t ___num_1;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanToken::zeroes
|
|
int32_t ___zeroes_2;
|
|
// System.String System.Globalization.TimeSpanParse_TimeSpanToken::sep
|
|
String_t* ___sep_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ttt_0() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___ttt_0)); }
|
|
inline int32_t get_ttt_0() const { return ___ttt_0; }
|
|
inline int32_t* get_address_of_ttt_0() { return &___ttt_0; }
|
|
inline void set_ttt_0(int32_t value)
|
|
{
|
|
___ttt_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_num_1() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___num_1)); }
|
|
inline int32_t get_num_1() const { return ___num_1; }
|
|
inline int32_t* get_address_of_num_1() { return &___num_1; }
|
|
inline void set_num_1(int32_t value)
|
|
{
|
|
___num_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_zeroes_2() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___zeroes_2)); }
|
|
inline int32_t get_zeroes_2() const { return ___zeroes_2; }
|
|
inline int32_t* get_address_of_zeroes_2() { return &___zeroes_2; }
|
|
inline void set_zeroes_2(int32_t value)
|
|
{
|
|
___zeroes_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sep_3() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___sep_3)); }
|
|
inline String_t* get_sep_3() const { return ___sep_3; }
|
|
inline String_t** get_address_of_sep_3() { return &___sep_3; }
|
|
inline void set_sep_3(String_t* value)
|
|
{
|
|
___sep_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sep_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.TimeSpanParse/TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke
|
|
{
|
|
int32_t ___ttt_0;
|
|
int32_t ___num_1;
|
|
int32_t ___zeroes_2;
|
|
char* ___sep_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.TimeSpanParse/TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com
|
|
{
|
|
int32_t ___ttt_0;
|
|
int32_t ___num_1;
|
|
int32_t ___zeroes_2;
|
|
Il2CppChar* ___sep_3;
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
public:
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
|
|
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
|
|
{
|
|
___delegates_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_11;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_11;
|
|
};
|
|
|
|
// System.Net.CookieTokenizer_RecognizedAttribute
|
|
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B
|
|
{
|
|
public:
|
|
// System.String System.Net.CookieTokenizer_RecognizedAttribute::m_name
|
|
String_t* ___m_name_0;
|
|
// System.Net.CookieToken System.Net.CookieTokenizer_RecognizedAttribute::m_token
|
|
int32_t ___m_token_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_name_0() { return static_cast<int32_t>(offsetof(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B, ___m_name_0)); }
|
|
inline String_t* get_m_name_0() const { return ___m_name_0; }
|
|
inline String_t** get_address_of_m_name_0() { return &___m_name_0; }
|
|
inline void set_m_name_0(String_t* value)
|
|
{
|
|
___m_name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_token_1() { return static_cast<int32_t>(offsetof(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B, ___m_token_1)); }
|
|
inline int32_t get_m_token_1() const { return ___m_token_1; }
|
|
inline int32_t* get_address_of_m_token_1() { return &___m_token_1; }
|
|
inline void set_m_token_1(int32_t value)
|
|
{
|
|
___m_token_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Net.CookieTokenizer/RecognizedAttribute
|
|
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke
|
|
{
|
|
char* ___m_name_0;
|
|
int32_t ___m_token_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Net.CookieTokenizer/RecognizedAttribute
|
|
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_name_0;
|
|
int32_t ___m_token_1;
|
|
};
|
|
|
|
// System.Net.HeaderVariantInfo
|
|
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64
|
|
{
|
|
public:
|
|
// System.String System.Net.HeaderVariantInfo::m_name
|
|
String_t* ___m_name_0;
|
|
// System.Net.CookieVariant System.Net.HeaderVariantInfo::m_variant
|
|
int32_t ___m_variant_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_name_0() { return static_cast<int32_t>(offsetof(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64, ___m_name_0)); }
|
|
inline String_t* get_m_name_0() const { return ___m_name_0; }
|
|
inline String_t** get_address_of_m_name_0() { return &___m_name_0; }
|
|
inline void set_m_name_0(String_t* value)
|
|
{
|
|
___m_name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_variant_1() { return static_cast<int32_t>(offsetof(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64, ___m_variant_1)); }
|
|
inline int32_t get_m_variant_1() const { return ___m_variant_1; }
|
|
inline int32_t* get_address_of_m_variant_1() { return &___m_variant_1; }
|
|
inline void set_m_variant_1(int32_t value)
|
|
{
|
|
___m_variant_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Net.HeaderVariantInfo
|
|
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke
|
|
{
|
|
char* ___m_name_0;
|
|
int32_t ___m_variant_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Net.HeaderVariantInfo
|
|
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_name_0;
|
|
int32_t ___m_variant_1;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.RaycastHit>
|
|
struct Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___value_0)); }
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 get_value_0() const { return ___value_0; }
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509ChainStatus
|
|
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C
|
|
{
|
|
public:
|
|
// System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status
|
|
int32_t ___status_0;
|
|
// System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info
|
|
String_t* ___info_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_status_0() { return static_cast<int32_t>(offsetof(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C, ___status_0)); }
|
|
inline int32_t get_status_0() const { return ___status_0; }
|
|
inline int32_t* get_address_of_status_0() { return &___status_0; }
|
|
inline void set_status_0(int32_t value)
|
|
{
|
|
___status_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_info_1() { return static_cast<int32_t>(offsetof(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C, ___info_1)); }
|
|
inline String_t* get_info_1() const { return ___info_1; }
|
|
inline String_t** get_address_of_info_1() { return &___info_1; }
|
|
inline void set_info_1(String_t* value)
|
|
{
|
|
___info_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus
|
|
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_pinvoke
|
|
{
|
|
int32_t ___status_0;
|
|
char* ___info_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus
|
|
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_com
|
|
{
|
|
int32_t ___status_0;
|
|
Il2CppChar* ___info_1;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
|
|
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
|
|
{
|
|
____impl_9 = value;
|
|
}
|
|
};
|
|
|
|
struct Type_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject * ___Missing_3;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_4;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
|
|
// System.Reflection.Binder System.Type::defaultBinder
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
|
|
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterAttribute_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
|
|
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
|
|
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterNameIgnoreCase_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
|
|
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
|
|
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
|
|
inline void set_Missing_3(RuntimeObject * value)
|
|
{
|
|
___Missing_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
|
|
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
|
|
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
|
|
inline void set_Delimiter_4(Il2CppChar value)
|
|
{
|
|
___Delimiter_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
|
|
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___EmptyTypes_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
|
|
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
|
|
{
|
|
___defaultBinder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.LightDataGI
|
|
struct LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI::instanceID
|
|
int32_t ___instanceID_0;
|
|
// UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightDataGI::color
|
|
LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_1;
|
|
// UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightDataGI::indirectColor
|
|
LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_2;
|
|
// UnityEngine.Quaternion UnityEngine.Experimental.GlobalIllumination.LightDataGI::orientation
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_3;
|
|
// UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.LightDataGI::position
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_4;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::range
|
|
float ___range_5;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::coneAngle
|
|
float ___coneAngle_6;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::innerConeAngle
|
|
float ___innerConeAngle_7;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::shape0
|
|
float ___shape0_8;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::shape1
|
|
float ___shape1_9;
|
|
// UnityEngine.Experimental.GlobalIllumination.LightType UnityEngine.Experimental.GlobalIllumination.LightDataGI::type
|
|
uint8_t ___type_10;
|
|
// UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.LightDataGI::mode
|
|
uint8_t ___mode_11;
|
|
// System.Byte UnityEngine.Experimental.GlobalIllumination.LightDataGI::shadow
|
|
uint8_t ___shadow_12;
|
|
// UnityEngine.Experimental.GlobalIllumination.FalloffType UnityEngine.Experimental.GlobalIllumination.LightDataGI::falloff
|
|
uint8_t ___falloff_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_instanceID_0() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___instanceID_0)); }
|
|
inline int32_t get_instanceID_0() const { return ___instanceID_0; }
|
|
inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; }
|
|
inline void set_instanceID_0(int32_t value)
|
|
{
|
|
___instanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_color_1() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___color_1)); }
|
|
inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_color_1() const { return ___color_1; }
|
|
inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_color_1() { return &___color_1; }
|
|
inline void set_color_1(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value)
|
|
{
|
|
___color_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_indirectColor_2() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___indirectColor_2)); }
|
|
inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_indirectColor_2() const { return ___indirectColor_2; }
|
|
inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_indirectColor_2() { return &___indirectColor_2; }
|
|
inline void set_indirectColor_2(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value)
|
|
{
|
|
___indirectColor_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_orientation_3() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___orientation_3)); }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_orientation_3() const { return ___orientation_3; }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_orientation_3() { return &___orientation_3; }
|
|
inline void set_orientation_3(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
___orientation_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_position_4() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___position_4)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_4() const { return ___position_4; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_4() { return &___position_4; }
|
|
inline void set_position_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___position_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_range_5() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___range_5)); }
|
|
inline float get_range_5() const { return ___range_5; }
|
|
inline float* get_address_of_range_5() { return &___range_5; }
|
|
inline void set_range_5(float value)
|
|
{
|
|
___range_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_coneAngle_6() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___coneAngle_6)); }
|
|
inline float get_coneAngle_6() const { return ___coneAngle_6; }
|
|
inline float* get_address_of_coneAngle_6() { return &___coneAngle_6; }
|
|
inline void set_coneAngle_6(float value)
|
|
{
|
|
___coneAngle_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_innerConeAngle_7() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___innerConeAngle_7)); }
|
|
inline float get_innerConeAngle_7() const { return ___innerConeAngle_7; }
|
|
inline float* get_address_of_innerConeAngle_7() { return &___innerConeAngle_7; }
|
|
inline void set_innerConeAngle_7(float value)
|
|
{
|
|
___innerConeAngle_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shape0_8() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shape0_8)); }
|
|
inline float get_shape0_8() const { return ___shape0_8; }
|
|
inline float* get_address_of_shape0_8() { return &___shape0_8; }
|
|
inline void set_shape0_8(float value)
|
|
{
|
|
___shape0_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shape1_9() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shape1_9)); }
|
|
inline float get_shape1_9() const { return ___shape1_9; }
|
|
inline float* get_address_of_shape1_9() { return &___shape1_9; }
|
|
inline void set_shape1_9(float value)
|
|
{
|
|
___shape1_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_10() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___type_10)); }
|
|
inline uint8_t get_type_10() const { return ___type_10; }
|
|
inline uint8_t* get_address_of_type_10() { return &___type_10; }
|
|
inline void set_type_10(uint8_t value)
|
|
{
|
|
___type_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mode_11() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___mode_11)); }
|
|
inline uint8_t get_mode_11() const { return ___mode_11; }
|
|
inline uint8_t* get_address_of_mode_11() { return &___mode_11; }
|
|
inline void set_mode_11(uint8_t value)
|
|
{
|
|
___mode_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shadow_12() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shadow_12)); }
|
|
inline uint8_t get_shadow_12() const { return ___shadow_12; }
|
|
inline uint8_t* get_address_of_shadow_12() { return &___shadow_12; }
|
|
inline void set_shadow_12(uint8_t value)
|
|
{
|
|
___shadow_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_falloff_13() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___falloff_13)); }
|
|
inline uint8_t get_falloff_13() const { return ___falloff_13; }
|
|
inline uint8_t* get_address_of_falloff_13() { return &___falloff_13; }
|
|
inline void set_falloff_13(uint8_t value)
|
|
{
|
|
___falloff_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Playables.PlayableBinding
|
|
struct PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8
|
|
{
|
|
public:
|
|
// System.String UnityEngine.Playables.PlayableBinding::m_StreamName
|
|
String_t* ___m_StreamName_0;
|
|
// UnityEngine.Object UnityEngine.Playables.PlayableBinding::m_SourceObject
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___m_SourceObject_1;
|
|
// System.Type UnityEngine.Playables.PlayableBinding::m_SourceBindingType
|
|
Type_t * ___m_SourceBindingType_2;
|
|
// UnityEngine.Playables.PlayableBinding_CreateOutputMethod UnityEngine.Playables.PlayableBinding::m_CreateOutputMethod
|
|
CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3 * ___m_CreateOutputMethod_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_StreamName_0() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8, ___m_StreamName_0)); }
|
|
inline String_t* get_m_StreamName_0() const { return ___m_StreamName_0; }
|
|
inline String_t** get_address_of_m_StreamName_0() { return &___m_StreamName_0; }
|
|
inline void set_m_StreamName_0(String_t* value)
|
|
{
|
|
___m_StreamName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_StreamName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SourceObject_1() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8, ___m_SourceObject_1)); }
|
|
inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * get_m_SourceObject_1() const { return ___m_SourceObject_1; }
|
|
inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 ** get_address_of_m_SourceObject_1() { return &___m_SourceObject_1; }
|
|
inline void set_m_SourceObject_1(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * value)
|
|
{
|
|
___m_SourceObject_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SourceObject_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SourceBindingType_2() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8, ___m_SourceBindingType_2)); }
|
|
inline Type_t * get_m_SourceBindingType_2() const { return ___m_SourceBindingType_2; }
|
|
inline Type_t ** get_address_of_m_SourceBindingType_2() { return &___m_SourceBindingType_2; }
|
|
inline void set_m_SourceBindingType_2(Type_t * value)
|
|
{
|
|
___m_SourceBindingType_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SourceBindingType_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CreateOutputMethod_3() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8, ___m_CreateOutputMethod_3)); }
|
|
inline CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3 * get_m_CreateOutputMethod_3() const { return ___m_CreateOutputMethod_3; }
|
|
inline CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3 ** get_address_of_m_CreateOutputMethod_3() { return &___m_CreateOutputMethod_3; }
|
|
inline void set_m_CreateOutputMethod_3(CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3 * value)
|
|
{
|
|
___m_CreateOutputMethod_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CreateOutputMethod_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Playables.PlayableBinding[] UnityEngine.Playables.PlayableBinding::None
|
|
PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB* ___None_4;
|
|
// System.Double UnityEngine.Playables.PlayableBinding::DefaultDuration
|
|
double ___DefaultDuration_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_None_4() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_StaticFields, ___None_4)); }
|
|
inline PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB* get_None_4() const { return ___None_4; }
|
|
inline PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB** get_address_of_None_4() { return &___None_4; }
|
|
inline void set_None_4(PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB* value)
|
|
{
|
|
___None_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___None_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DefaultDuration_5() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_StaticFields, ___DefaultDuration_5)); }
|
|
inline double get_DefaultDuration_5() const { return ___DefaultDuration_5; }
|
|
inline double* get_address_of_DefaultDuration_5() { return &___DefaultDuration_5; }
|
|
inline void set_DefaultDuration_5(double value)
|
|
{
|
|
___DefaultDuration_5 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Playables.PlayableBinding
|
|
struct PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_marshaled_pinvoke
|
|
{
|
|
char* ___m_StreamName_0;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke ___m_SourceObject_1;
|
|
Type_t * ___m_SourceBindingType_2;
|
|
Il2CppMethodPointer ___m_CreateOutputMethod_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Playables.PlayableBinding
|
|
struct PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_StreamName_0;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com* ___m_SourceObject_1;
|
|
Type_t * ___m_SourceBindingType_2;
|
|
Il2CppMethodPointer ___m_CreateOutputMethod_3;
|
|
};
|
|
|
|
// UnityEngine.Touch
|
|
struct Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Touch::m_FingerId
|
|
int32_t ___m_FingerId_0;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_Position
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Position_1;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RawPosition_2;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PositionDelta_3;
|
|
// System.Single UnityEngine.Touch::m_TimeDelta
|
|
float ___m_TimeDelta_4;
|
|
// System.Int32 UnityEngine.Touch::m_TapCount
|
|
int32_t ___m_TapCount_5;
|
|
// UnityEngine.TouchPhase UnityEngine.Touch::m_Phase
|
|
int32_t ___m_Phase_6;
|
|
// UnityEngine.TouchType UnityEngine.Touch::m_Type
|
|
int32_t ___m_Type_7;
|
|
// System.Single UnityEngine.Touch::m_Pressure
|
|
float ___m_Pressure_8;
|
|
// System.Single UnityEngine.Touch::m_maximumPossiblePressure
|
|
float ___m_maximumPossiblePressure_9;
|
|
// System.Single UnityEngine.Touch::m_Radius
|
|
float ___m_Radius_10;
|
|
// System.Single UnityEngine.Touch::m_RadiusVariance
|
|
float ___m_RadiusVariance_11;
|
|
// System.Single UnityEngine.Touch::m_AltitudeAngle
|
|
float ___m_AltitudeAngle_12;
|
|
// System.Single UnityEngine.Touch::m_AzimuthAngle
|
|
float ___m_AzimuthAngle_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_FingerId_0() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_FingerId_0)); }
|
|
inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; }
|
|
inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; }
|
|
inline void set_m_FingerId_0(int32_t value)
|
|
{
|
|
___m_FingerId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Position_1() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Position_1)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Position_1() const { return ___m_Position_1; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Position_1() { return &___m_Position_1; }
|
|
inline void set_m_Position_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Position_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RawPosition_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RawPosition_2() const { return ___m_RawPosition_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; }
|
|
inline void set_m_RawPosition_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_RawPosition_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_PositionDelta_3)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PositionDelta_3() const { return ___m_PositionDelta_3; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; }
|
|
inline void set_m_PositionDelta_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_PositionDelta_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TimeDelta_4)); }
|
|
inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; }
|
|
inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; }
|
|
inline void set_m_TimeDelta_4(float value)
|
|
{
|
|
___m_TimeDelta_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TapCount_5() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TapCount_5)); }
|
|
inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; }
|
|
inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; }
|
|
inline void set_m_TapCount_5(int32_t value)
|
|
{
|
|
___m_TapCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Phase_6() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Phase_6)); }
|
|
inline int32_t get_m_Phase_6() const { return ___m_Phase_6; }
|
|
inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; }
|
|
inline void set_m_Phase_6(int32_t value)
|
|
{
|
|
___m_Phase_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Type_7() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Type_7)); }
|
|
inline int32_t get_m_Type_7() const { return ___m_Type_7; }
|
|
inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; }
|
|
inline void set_m_Type_7(int32_t value)
|
|
{
|
|
___m_Type_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Pressure_8() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Pressure_8)); }
|
|
inline float get_m_Pressure_8() const { return ___m_Pressure_8; }
|
|
inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; }
|
|
inline void set_m_Pressure_8(float value)
|
|
{
|
|
___m_Pressure_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_maximumPossiblePressure_9)); }
|
|
inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; }
|
|
inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; }
|
|
inline void set_m_maximumPossiblePressure_9(float value)
|
|
{
|
|
___m_maximumPossiblePressure_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Radius_10() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Radius_10)); }
|
|
inline float get_m_Radius_10() const { return ___m_Radius_10; }
|
|
inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; }
|
|
inline void set_m_Radius_10(float value)
|
|
{
|
|
___m_Radius_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RadiusVariance_11)); }
|
|
inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; }
|
|
inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; }
|
|
inline void set_m_RadiusVariance_11(float value)
|
|
{
|
|
___m_RadiusVariance_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AltitudeAngle_12)); }
|
|
inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; }
|
|
inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; }
|
|
inline void set_m_AltitudeAngle_12(float value)
|
|
{
|
|
___m_AltitudeAngle_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AzimuthAngle_13)); }
|
|
inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; }
|
|
inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; }
|
|
inline void set_m_AzimuthAngle_13(float value)
|
|
{
|
|
___m_AzimuthAngle_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.Length
|
|
struct Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.UIElements.Length::m_Value
|
|
float ___m_Value_0;
|
|
// UnityEngine.UIElements.LengthUnit UnityEngine.UIElements.Length::m_Unit
|
|
int32_t ___m_Unit_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Value_0() { return static_cast<int32_t>(offsetof(Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300, ___m_Value_0)); }
|
|
inline float get_m_Value_0() const { return ___m_Value_0; }
|
|
inline float* get_address_of_m_Value_0() { return &___m_Value_0; }
|
|
inline void set_m_Value_0(float value)
|
|
{
|
|
___m_Value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Unit_1() { return static_cast<int32_t>(offsetof(Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300, ___m_Unit_1)); }
|
|
inline int32_t get_m_Unit_1() const { return ___m_Unit_1; }
|
|
inline int32_t* get_address_of_m_Unit_1() { return &___m_Unit_1; }
|
|
inline void set_m_Unit_1(int32_t value)
|
|
{
|
|
___m_Unit_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.ArgumentException::m_paramName
|
|
String_t* ___m_paramName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
|
|
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
|
|
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
|
|
inline void set_m_paramName_17(String_t* value)
|
|
{
|
|
___m_paramName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C, ___value_3)); }
|
|
inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 get_value_3() const { return ___value_3; }
|
|
inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A, ___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((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A, ___value_1)); }
|
|
inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 get_value_1() const { return ___value_1; }
|
|
inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 value)
|
|
{
|
|
___value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
|
|
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Predicate`1<System.Object>
|
|
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.RankException
|
|
struct RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.TypeInfo
|
|
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StyleValue
|
|
struct StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyID UnityEngine.UIElements.StyleSheets.StyleValue::id
|
|
int32_t ___id_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___id_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___keyword_1_OffsetPadding[4];
|
|
// UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleSheets.StyleValue::keyword
|
|
int32_t ___keyword_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___keyword_1_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___keyword_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___number_2_OffsetPadding[8];
|
|
// System.Single UnityEngine.UIElements.StyleSheets.StyleValue::number
|
|
float ___number_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___number_2_OffsetPadding_forAlignmentOnly[8];
|
|
float ___number_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___length_3_OffsetPadding[8];
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.StyleSheets.StyleValue::length
|
|
Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 ___length_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___length_3_OffsetPadding_forAlignmentOnly[8];
|
|
Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 ___length_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___color_4_OffsetPadding[8];
|
|
// UnityEngine.Color UnityEngine.UIElements.StyleSheets.StyleValue::color
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___color_4_OffsetPadding_forAlignmentOnly[8];
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___resource_5_OffsetPadding[8];
|
|
// System.Runtime.InteropServices.GCHandle UnityEngine.UIElements.StyleSheets.StyleValue::resource
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___resource_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___resource_5_OffsetPadding_forAlignmentOnly[8];
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___resource_5_forAlignmentOnly;
|
|
};
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_id_0() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___id_0)); }
|
|
inline int32_t get_id_0() const { return ___id_0; }
|
|
inline int32_t* get_address_of_id_0() { return &___id_0; }
|
|
inline void set_id_0(int32_t value)
|
|
{
|
|
___id_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keyword_1() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___keyword_1)); }
|
|
inline int32_t get_keyword_1() const { return ___keyword_1; }
|
|
inline int32_t* get_address_of_keyword_1() { return &___keyword_1; }
|
|
inline void set_keyword_1(int32_t value)
|
|
{
|
|
___keyword_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_number_2() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___number_2)); }
|
|
inline float get_number_2() const { return ___number_2; }
|
|
inline float* get_address_of_number_2() { return &___number_2; }
|
|
inline void set_number_2(float value)
|
|
{
|
|
___number_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_length_3() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___length_3)); }
|
|
inline Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 get_length_3() const { return ___length_3; }
|
|
inline Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 * get_address_of_length_3() { return &___length_3; }
|
|
inline void set_length_3(Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 value)
|
|
{
|
|
___length_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_color_4() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___color_4)); }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_color_4() const { return ___color_4; }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_color_4() { return &___color_4; }
|
|
inline void set_color_4(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
|
|
{
|
|
___color_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_resource_5() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___resource_5)); }
|
|
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_resource_5() const { return ___resource_5; }
|
|
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_resource_5() { return &___resource_5; }
|
|
inline void set_resource_5(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
|
|
{
|
|
___resource_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.RuntimeType
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC
|
|
{
|
|
public:
|
|
// System.MonoTypeInfo System.RuntimeType::type_info
|
|
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26;
|
|
// System.Object System.RuntimeType::GenericCache
|
|
RuntimeObject * ___GenericCache_27;
|
|
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor
|
|
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_info_26() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); }
|
|
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; }
|
|
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; }
|
|
inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value)
|
|
{
|
|
___type_info_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_GenericCache_27() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); }
|
|
inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; }
|
|
inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; }
|
|
inline void set_GenericCache_27(RuntimeObject * value)
|
|
{
|
|
___GenericCache_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); }
|
|
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; }
|
|
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; }
|
|
inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
|
|
{
|
|
___m_serializationCtor_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields
|
|
{
|
|
public:
|
|
// System.RuntimeType System.RuntimeType::ValueType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10;
|
|
// System.RuntimeType System.RuntimeType::EnumType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11;
|
|
// System.RuntimeType System.RuntimeType::ObjectType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12;
|
|
// System.RuntimeType System.RuntimeType::StringType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13;
|
|
// System.RuntimeType System.RuntimeType::DelegateType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14;
|
|
// System.Type[] System.RuntimeType::s_SICtorParamTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15;
|
|
// System.RuntimeType System.RuntimeType::s_typedRef
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ValueType_10() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; }
|
|
inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___ValueType_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EnumType_11() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; }
|
|
inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___EnumType_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ObjectType_12() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; }
|
|
inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___ObjectType_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_StringType_13() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; }
|
|
inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___StringType_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DelegateType_14() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; }
|
|
inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___DelegateType_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; }
|
|
inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___s_SICtorParamTypes_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_typedRef_25() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; }
|
|
inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___s_typedRef_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value);
|
|
}
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.Boolean>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_gshared (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisRuntimeObject_mEA39EA06F910CA16A034CC9A08A0AC3482049628_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationLayerMixerPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationLayerMixerPlayable_t699CCDE32ABD6FC79BFC09064E473D785D9F9371_mC3942EB4B00EAC10035AA7EBE23CA679C8790D20_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMixerPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationMixerPlayable_tA71C834654979CF92B034B537EE5A3DA9713030A_m172B8D6DA48AD49F0740833F7D18CD468B072E5E_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMotionXToDeltaPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationMotionXToDeltaPlayable_tA5F0BE3BA966E1A6661311F185C1544F90302CDC_mCC63F3E0D55A21A9E56D80D26150AD2B78C6EC50_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationOffsetPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationOffsetPlayable_t1534674D22C39D6ED74F24A108C3475C7301A93E_mF434E44E279E1DBD0887921B38A5C57812B1371A_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationPosePlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationPosePlayable_t92EAB5BB4093D236F90ED0242488039EA87AFA07_m35A103AAF8E80E7C007214546C71B4E90901C2A2_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationRemoveScalePlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationRemoveScalePlayable_t02381EE856ADF73C82C1EA6D2AD1878EC5879A7B_m1E16540EE6283270E3DE85D46C3BE1F8B85E73C2_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationScriptPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationScriptPlayable_t1EDF8E51A9ED180BB012656916323FA4F68CA27E_m1767ADED196AAA8B4D6FBB9313003E33A967E799_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimatorControllerPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimatorControllerPlayable_t352C2C3D059CFC0404FF4FBBA302F16C5966F44B_mC6A8CB67F39B0B39BF77ED6177B3C2DF1BC91533_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mCB4D9E285E58343BAF8B6326E37D11A45BF9CCCD_gshared (InternalEnumerator_1_t60083B2D4E14FED0977F633D7987ABD4C906547A * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mFDC55B58F74A3823A10B2D96F684321D1698A8F9_gshared (InternalEnumerator_1_t0643FA2CC7249AEEE82FE4CE407D658A4040E6D7 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m91B3A10F385352AC74A2C4A71AA7FE60073CB2E0_gshared (InternalEnumerator_1_t12A2EFD5B5A54D3F02E135984EBE2E6A6BE92103 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3F0B2E24A881E9E5711811224CFD091BA67C5C35_gshared (InternalEnumerator_1_t5A65A9C8283BEC7B6155FB0329C8CDB1E3FC8661 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m7150DE80A8C2B1134132012AB3A9A902308EB79B_gshared (InternalEnumerator_1_t7F1C63269A7543A28E24D7C409FF74F5B57F4FD6 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mCE87880DF0B52BF552AEC948F9CA19EEDAAE3E3F_gshared (InternalEnumerator_1_tFB548C19ECCF25B07135263DFC083DB9F10FC684 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mB435979A4FC207D777BBBEDCBE6DBD47F06FC2D3_gshared (InternalEnumerator_1_t8774DE4581B922EC542DFDEAF08CF8AA2C57120F * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<Mono.Security.Uri/UriScheme>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m885A4938B6BDAF972ED8BBA46C8D4E34484B327B_gshared (InternalEnumerator_1_t97DAFEE3C2D266505DEFF351C5F272F8114A750F * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mD489F3FD0B8FF67A021BAB47C1CCC51241701ED0_gshared (InternalEnumerator_1_t3B352A33B262DE9B28C121482ABA9A2316338845 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Boolean>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mC6576DE9DFD26D645933F33DDFFF5C193BD2C64F_gshared (InternalEnumerator_1_tF5A9E5AD2CED6732444D5ECC4F8FC82526717590 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Byte>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mCE5D4D9E3057660C094936737BA70F2ADE3646F9_gshared (InternalEnumerator_1_t982231C5871D8F29B09EC9C0BE904978F13B83AC * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m131AA13CAFDAEDBFD0C3D03CAF148800CF7488C4_gshared (InternalEnumerator_1_t086F49F046CEE68DE16E3E67C2A1AF1161CADC56 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Char>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mA816E1C13D866A2558DA3C530799B1D3858F80EF_gshared (InternalEnumerator_1_t74BF3B5EFFF3E4B3A21E9B8FA2E7EDF302AC247B * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mC0890A26F45EB3D0CE722AA211191F47A7D89CAE_gshared (InternalEnumerator_1_tDAD7C4B47A5DEC60EAE933F701F1585FC7959379 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m8DFECC5AF03B02BB798644599A97B875F9061AEA_gshared (InternalEnumerator_1_t738B5D5CE39B4BCEACA114A116397CD36015CCD6 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int16,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m49C0127FCDA71DA44F3ECE44B280AE0F6A491BC1_gshared (InternalEnumerator_1_t2063EC54804D218D5F5FAB71623CE85B6C941BAC * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m826AE3C40B8AFBE65F21024B99461A8E3435394E_gshared (InternalEnumerator_1_t02A92EB825760093D375D7DB9530ED1BBACE0EC0 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2528DC78CAC3A5C062239A07618339630C6D6262_gshared (InternalEnumerator_1_t1C8A6CBD9295DFBC7CCFDA347A05AD9AC7C6650E * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3FE085DED36DF93C4B0C97EBC807200ECB1BD147_gshared (InternalEnumerator_1_t76E856D62C72D8F5B6FC4A78E38F3ADB834E56DF * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3D9D5FCD83712292B59538020598B596466798CD_gshared (InternalEnumerator_1_t98769F05A09E4AEA0C41AB2648070EC76C1B8113 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m834B9A93E0489E1BF20DEF263ECC0816CDE3AC12_gshared (InternalEnumerator_1_tACCD5FF3F7B75B587B5C8B2907191F7CA193C44C * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m6652E02689C29811F9EC2C52335B6CA0516E5A85_gshared (InternalEnumerator_1_tE873DF91A93A8DE70C1A33CC61C64C06E8C855CA * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m56019387E27A8E3481BDF2669CDE33C7899A4ECB_gshared (InternalEnumerator_1_t39D8B84AE4BB6C55B6200CDB7081CE440B2B93D2 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mCD4B916B60ED8E733E80DAFB53AFF0E26615B2E1_gshared (InternalEnumerator_1_t67A4ABC39138F095EAACBFD47A9D79D0C99B517F * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int64>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m51F3DA6A53425367DEED2F523CC1F1E5EF366BD9_gshared (InternalEnumerator_1_t29D82F20714798F426C776707BBB5A4F3E722924 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m870ABA053D76294E3C95FDF7EE2E3B0D29EA1537_gshared (InternalEnumerator_1_tB1CA03A6F16D04B186155BA3AB1225B58254593E * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m1593CE384E20D884D915D8C63DB0063790B3A618_gshared (InternalEnumerator_1_t7FA630CCED20A6761747E42B8146CC87AAEA4D0A * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m41F1B4440445674E22696F369E1BE49F6B8B7325_gshared (InternalEnumerator_1_t643EC2EA2BC458AEB6722E02F1FA22FE544C13AA * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m7E5A26F4C5617D6D1F10E6CAC00E3A9C057BF7A2_gshared (InternalEnumerator_1_t3F57183B752E70AA80C5BF21B8262394A1F3254D * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4961035213D0DF0614C8B714EEFDB07BA7961A71_gshared (InternalEnumerator_1_t3EB3C1C6D66A658F289CE3640A860ECB629E5290 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt64Enum,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m013A0A2B07C8AD94FF1283B44C962DCA04DF8D1C_gshared (InternalEnumerator_1_tAB64CDA5F633669FB4E30D76B78DC23408CFCC5D * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m6EF951D96333E03CA307790DA5695F40FF277941_gshared (InternalEnumerator_1_tF19656A8EB6221B4D2BF82422FCE0C5C57B592E8 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkHash128,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m5E40031E71229428712CA1C10D17B1B806B8AD01_gshared (InternalEnumerator_1_t85DB1BB046BBCF649BA66D4E0FE3C7E8B72C9E6E * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mD90119D7EF60DA4D36A7EAE5220B20883701F219_gshared (InternalEnumerator_1_tB9E96C453C1387258B69F05FA19913D0B86FCC22 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkSceneId,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mFC8D2AA43EAFA7D0D512B4303CA848B57DF7E329_gshared (InternalEnumerator_1_t78DEDDED8584EA77FAB6F0BEFC0390458E76B08A * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mD582E12EAE3CEAA09842A51A88260B0D4CCBF61B_gshared (InternalEnumerator_1_t0BABF4D5C58493D8DBD6E1C19BC7A09AB0A83F0A * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m7237DE486BADDDEE86670C29DCEF6757C2A0096A_gshared (InternalEnumerator_1_tCFC66AF529966DF0BFFD537E44DC80571E79FB77 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Int32>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mAD5E03A8CC9EBF6E74FA8EB4ED3B4B7483320EF7_gshared (InternalEnumerator_1_t3E46A16EEFC178EC7A9414BAEF375400A2C76AEB * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2047B6F070C9C5C4D9EF6147976F1ED4E28AF602_gshared (InternalEnumerator_1_tA30651E9F9C6721484813A1FA4836C7CB2EC1B24 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<UnityEngine.Networking.NetworkInstanceId>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mCB4C52B2946DBA56FB4B4EDD037005AFFED0DF56_gshared (InternalEnumerator_1_tF514FE1E95AF715D9F8034EF7488337851888CE5 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mEE2C570D5E7E5426D066B223014819C8AF52C81C_gshared (InternalEnumerator_1_tF5EFF4776DC2AC7A5A6FA97DB973F4DF651913C1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m242214F003D15A119A0C04FFE652998D8FE41522_gshared (InternalEnumerator_1_t7CAF00E6D268359FA5CDD6B530F0E32987FF3550 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m8BBE23200B09E994F38A3D9D549E699CD6781A2C_gshared (InternalEnumerator_1_tFED64CA59186CAB99A6BD01ACD369CAE9B1BFA63 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m61F868D64FD5C0E79726859694754B78C3A12F13_gshared (InternalEnumerator_1_tAA3F6981EE42DE1B1FBA5F55188E4EFC2269BEDA * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m9D0760797377280FF7DD7FFBE57D23E0688C2549_gshared (InternalEnumerator_1_tBBB7AD607670B0E5A288A29C8B96130340003FC4 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m5501634A3EF42D4CDB91A24F9184B0E436071D21_gshared (InternalEnumerator_1_t07452246E5486E5C69E29A357BA9D7626B48B5E1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mF260DE351200677B92164F16989D8378B8602FAE_gshared (InternalEnumerator_1_tD5C77ADA98A6673B15D48A102BDBF7590017E4C5 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m5D8F9D41113E8C9DFC52F375E7CC4EB776DA327B_gshared (InternalEnumerator_1_t4BCF0DC28CDFE9E97057D2617B9C64EA5C259A23 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4B6DB37850E868879F81679A1D88409759EB7765_gshared (InternalEnumerator_1_t89EE644047F2E02902D276C4886D44DC103A207C * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m68CFC035FC3DC1BD21D1ACB9580D1852CC49FF51_gshared (InternalEnumerator_1_tEDC11688D96373751A66E805DD85CA5A655B5A14 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mE0E87BE800E55ACCC17A3A82B8A9FF34E9E13616_gshared (InternalEnumerator_1_t8EAEB2AD0D94D8315F6FA1A304CD1A86AAE95600 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mC6CC09F89E9FA9EBE66CDDF4E15F7946152719FF_gshared (InternalEnumerator_1_t61131C816FC0109AF890D8D3F39588A2879B7161 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2D730308F5E7E6FB0989D2AEFEA2AFA3D17F8F85_gshared (InternalEnumerator_1_tD990EA942DA2D3ECA52B4DE94C60BA936615DC71 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m5207FBDBFFFA3362A79214E0F6563073D0739B36_gshared (InternalEnumerator_1_tBD21A361A5A557D215F263973860F89CDAA6C679 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m9F3DE26BFE9BF17F177A5DC956AADC3AEC5A7729_gshared (InternalEnumerator_1_t632011B8114E218BF0B4A2356B7C33C343B2566C * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mF41A35D0452D53600AD7387DDE95DCF85A1E1475_gshared (InternalEnumerator_1_tE2BA58907CB2A657139BD78F5BA9A0BABDDC95A2 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mA0748B005325EBB3F76284E43BD7462A9AC1361C_gshared (InternalEnumerator_1_tA4F82E2FA884C848A32D4E13A2FACF8B77CD84AF * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m5A381D8C48E063AC46AB6122E54CFE1CA2154C1E_gshared (InternalEnumerator_1_t9ABBF651D7ACECF8BAE56E915105525CAB5934CF * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m162F2F2AA22CBE55DF2645F07CB932F5F4EB743F_gshared (InternalEnumerator_1_tBFC602AACA8AC51BAF8F3BA797FB7163E93ADD43 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m42713DB277619A7012BC518D39C977F746D2974C_gshared (InternalEnumerator_1_tE15A1BCD9AF9588C09A004AEC3C69BA762CA939A * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mACAD87F21FD4241FF7CF44DC0FE7E73E0166BE06_gshared (InternalEnumerator_1_tC636E69D7D91B67BE3A23B86B90834723998FF65 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m5436CEF3A0BC3F826368C177850092C16B86AC64_gshared (InternalEnumerator_1_t319D548D03178C84BC915DEC7254D553E76D3FBF * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m7EA15E59DEDD86EAF2A26A30167C706EDD74784D_gshared (InternalEnumerator_1_t64BB9CF7BD60964E444E09B4BEB77F8A0FD3AD63 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2CD421F3BB4C90335A417274BAADCB541439D2CA_gshared (InternalEnumerator_1_t9D68A0D66437D1F015360D16A9A2D6F19BFA3A9C * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m5E660A4E0C016C0CA6AE7EA86BC146FAA02B10BF_gshared (InternalEnumerator_1_t958A1CB7BD60AE893EDA6472870C327FB92BF21B * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m8E552715363E86340D20115F4DC6A11F54D5239C_gshared (InternalEnumerator_1_tA85F2CAF6C87EE6C590864FA3D7CDD8118FECEDD * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.DateTime>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m38FF15007E4EC72548A334D194D158343AA99CC7_gshared (InternalEnumerator_1_t8501E4029651E6A824D836A3278C5F7F47E5CB8C * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Decimal>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m9FA8DEA90071FEC73528075A9F1100D76CDE99D5_gshared (InternalEnumerator_1_t257599E95CDE322D0A0F62BC4DF648368930E7C1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Double>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m2EB3647F564935D58525C6BF0F365C22D0F86EEF_gshared (InternalEnumerator_1_t551D44E67C0C4F28271D64D2DC1D530E49694C55 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m99BBAA2F747C901A1EAED9DD8F28837B642E16D9_gshared (InternalEnumerator_1_t6DDCB6670988C6CC77FED8E0879A4AF1E90F90E7 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mC0268A706CA7F19506CC886359704ED873A74811_gshared (InternalEnumerator_1_t4701E706C2E9271C97A4DA02D5A427C454E2511D * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m323A14A1BBC972AC21451EEE2D8C00BD006AFAB8_gshared (InternalEnumerator_1_tA0624547299AB73E8B8CD66EEDC9ADEEB8DC9932 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Guid>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m9903677C8275AC12400E4CF7DD8F9CA715E93EF7_gshared (InternalEnumerator_1_t9AE8C5991408C212786085A557847BB17A5272C1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Int16>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m8EE54AB2215933CFD3514ACDD75A87A8BE8B60AE_gshared (InternalEnumerator_1_t1A3BE99A7E93AFDEE3326117AB9BC91FCC8E5A91 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Int32>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mFD68B921CD29713A2BEB038318C202A9E4E9B5CE_gshared (InternalEnumerator_1_tA5E761BB55ACBAB41554465F72F0696F7108A43D * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Int32Enum>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mBF8E58BAA9971C4074B8EEC028434A1BAEB0748F_gshared (InternalEnumerator_1_tC7F1CBDAE31330F9D7386E67FD78B1C06F46422A * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Int64>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m68F9020151CD964322723D3C02977C30EA0F189E_gshared (InternalEnumerator_1_tA5586E86516FCB0C7894D3F96D7ADECB3275AA4F * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.IntPtr>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mCC5889C0F1785F416EB4E3EB0EE4BE48D0A055C8_gshared (InternalEnumerator_1_t14D32DF33683F99069D9258BB89E49055A16F9AE * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m382AB10BCF7AA1D29339440BA4FDA28C227F869A_gshared (InternalEnumerator_1_tEEE9B2B7626722217155FB48789C0AD64256279B * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m70BE15177602B22101B5FE34E646FF67F214B8AA_gshared (InternalEnumerator_1_tFD5523233AFC4D86CFA0DCC57105E3E7BFC38101 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mBE862CB5B6AF6C507C40E69F84A8D6402907B138_gshared (InternalEnumerator_1_t34EEB8E7DA729ADB557869C9D3A8D99015A6A3AB * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mB7204EC30C54916484E129A5841723002AB574F4_gshared (InternalEnumerator_1_t5CCBF6E5A1ED1D21C84C9BE500673B7EE14E8F96 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Object>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mD75F701A17A7159EEF2877D9FE74845402AC4201_gshared (InternalEnumerator_1_tABC4127CF1BC4E9CF08C555CFF56D3286AA53B0F * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mAEB0249C2146033E833B7EBDA3EB88B9A9F90659_gshared (InternalEnumerator_1_t17674EAEE6107395A98D769397CC3A5E40AE2B41 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m226870CF6B7D12848BF991EACF40C735345AB28B_gshared (InternalEnumerator_1_tDA662EF0D142C3E10EE85A638D895E8ED9560969 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m5FF7EDC8E7C9A9250B548F9C9EB5CF3360E889FB_gshared (InternalEnumerator_1_tFDF713891D6C54C1B5751BA6F9BAB6813215B451 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mDEBB2C6716C9789C8928EC4E44AF6AAB5C270D3C_gshared (InternalEnumerator_1_t44527618586A2D396FEAE6DEC17252812D8D2E93 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3E014CF0DDF2BDBCED19F196342255153BDBA51E_gshared (InternalEnumerator_1_t24E15B5C952B4EE799B582E16877F7F37FA1B70B * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m9E14CFB1C79CC7C9D79DD72B62C9B0F353F8BAB4_gshared (InternalEnumerator_1_tB642E1D8EF7ED44B1273CC5D1216CFB3FCD005C5 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mA819F7E05D294E7B7E037030EB0FD992FB346FC6_gshared (InternalEnumerator_1_t6E5A69DF1F7B590047C88D1865523046E41013BE * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.SByte>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mE9379D2FF2800845F39295ECC82CC75C1BFAD2A2_gshared (InternalEnumerator_1_tC06CF9ECC04980456B57D662F3199983470BAC33 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mDDA38876B0FB8F5783F3F9A5BEF3D545AC2D3A25_gshared (InternalEnumerator_1_t1D651EDA367D0968C49796FDC0A6BC15375EA561 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Single>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mAA128A1D51031DF02D178B5C5A7316CC7D6C22BE_gshared (InternalEnumerator_1_t03E207B84B6F06EAF9F77E2BD1D1D00EA1990DA1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m7F748D6834D2CDDE775D0EEE50FBF11138CFF61F_gshared (InternalEnumerator_1_t7809E17B643ABB1E006F813D31F8BC3666B5532B * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m3F65E1A1CF891ED1F8E134CE2EE25E149C327F19_gshared (InternalEnumerator_1_t85FC781CD035D7288F957603C85D75D39E11D275 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.TimeSpan>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mC1AEF444A58A2261E281DD76B188FF7538F424EA_gshared (InternalEnumerator_1_t3825F16AE52F48A96EE82CCB93F297BF93DDE8F6 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt16>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mFE4EF7DC9B7656A8F9541C6DB174623D677CA6CD_gshared (InternalEnumerator_1_t1E63AA3D1031EDFCDD5492D233629B5909AEAF2F * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mADA2D9F320EBAA9D0B0947B44176D6F39C8324FF_gshared (InternalEnumerator_1_t67F73E9B050C84F6F458B2BEED6BDB1DA2982F3C * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt32>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m577E98213388A2A32E776481E79087B4BEC45B01_gshared (InternalEnumerator_1_tEBADE0A4696976CF836588C8812305FAB47500E8 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m6DFA7BE2A9734CCE5299CB89747FB8AEE3641378_gshared (InternalEnumerator_1_t917986E0188FCA1D787753B8666C9395A098A9F4 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt64>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m7292D20FBAECFA8BCEA4475F6BBE6AC30075B45E_gshared (InternalEnumerator_1_t18780D970F20B0B5C0B9CD2F694765170404909A * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt64Enum>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m932CD616DFF7003E5B3CE3C2DD4B0E66079BE03A_gshared (InternalEnumerator_1_tDE675D2DD4FBC76E8788EE355D3447B147501028 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m4882E6CA68C0C6B934129D3103CF57366AF27E4F_gshared (InternalEnumerator_1_tF5CEF26005D35CE2419186C4BD34514B905DDD66 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mD10CCC19C7B726AA6AE65F7C8CDB4AA79B2685AD_gshared (InternalEnumerator_1_tF57FBFFBE1EA5D928F5B00E4473772E3D7C6EACE * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m0CE98768FA95BB57698E7D51B48485337983B3A6_gshared (InternalEnumerator_1_tD82DDB412EA40C89BC64A6C92E3EE836B0491C20 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mA76CB6C92F93D4D154DEF97B62B04875E9DD0C0C_gshared (InternalEnumerator_1_tEDC15E304166341C3089DF741B003631E7DED5F9 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m9786FABE21D08D201B7893F09AF0AD1B8DFF3573_gshared (InternalEnumerator_1_t9623EB88CED2D5E33DC7625B042E73EC939F9ADE * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m9BB6B53C096E105C6661F68CDCAEC04EE96D2FA4_gshared (InternalEnumerator_1_tB6E490A7F46D1EEFC38E2E88AE4612DEC8A65366 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m42BA0FDE3D0D5BD6B0C139026FD311F7615D9DB6_gshared (InternalEnumerator_1_tF22A02AE20988A1C0EF3775E7636AAEEA796A955 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m090BB39068F5FAEBC457FE64EBE4DA412ED1EFDC_gshared (InternalEnumerator_1_t8D40E423A143613E114B594A0507E3D3D43D7888 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m9562464C51C2C8BE955430042E67FD3ABDA4383C_gshared (InternalEnumerator_1_t514BFE7D5223ED1EFFD922E025AC087056243D49 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m53F1CFC38C88469A9029DF819DCDDCE98487450A_gshared (InternalEnumerator_1_t7A5024384E3A020AA1432ACA92E569DADE321F07 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m02C8360860C5438D895C11BB0AD8FC4F1A84B31A_gshared (InternalEnumerator_1_tA49F87207D9C71EB0F5BD0C0AF3A7F08A6AD9769 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mF41DDADF1C79D6B6D3EA5167228B177247FA8349_gshared (InternalEnumerator_1_tCF7907B530C2E86E084DC56E5746436D7D1176C2 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.ChannelPacket>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m6BADA7A8A4C80DF1DDDC72054C0B22E842198B2B_gshared (InternalEnumerator_1_tFD0398800E2CA8E30347CFF0AEB92F9485F80C0C * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.ClientScene/PendingOwner>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_mAF2B5580DECDFB99E15ECBF43E6DF0801E8015AD_gshared (InternalEnumerator_1_t710DE2705A8E64FBB258147E9F1824B9077D9062 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.LocalClient/InternalMsg>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m564392B0C4C318FC03EE567602FACD7D43394806_gshared (InternalEnumerator_1_t765C387619EB19F249BD83C4AC4E110D2CAD2A94 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.NetworkBroadcastResult>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m758EAA569D1D71B38C115E963960DA03213C6253_gshared (InternalEnumerator_1_t4547AB0297A7F65720F0949C09BBB3A99FEC2E67 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.NetworkHash128>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m6CD60543BB4209792399381131AA541E2BE59BC0_gshared (InternalEnumerator_1_t996578FBF81D599A4050C00D232BBDB5C8E6D441 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.NetworkInstanceId>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m39D750AF66F8C96AA50E9AF4033D285890FAC50E_gshared (InternalEnumerator_1_tD37546D6DB9F6A96FE57B1DCEFC6433437AFD373 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.NetworkLobbyManager/PendingPlayer>::.ctor(System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalEnumerator_1__ctor_m05AAC61D73496DE4AB3DC48E46559588C933BAEF_gshared (InternalEnumerator_1_t00CDF83AD66BD06E09E17C41F10A61128A1603C1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
|
|
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.Boolean>::Invoke(!0,!1)
|
|
inline bool Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.Int32 System.Array::get_Rank()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1 (RuntimeArray * __this, const RuntimeMethod* method);
|
|
// System.String Locale::GetText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
|
|
// System.Void System.RankException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Int32 System.Array::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Boolean::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Equals_mB97E1CE732F7A08D8F45C86B8994FB67222C99E7 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Byte::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Byte_Equals_m5B72B20F4E6E41D9D288EE528274D5DA6AAADCDF (uint8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_Equals_mE3AD655E668CAE1B4AD8444B746166FD80C662D8 (Il2CppChar* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.DateTime::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Decimal::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Double::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33 (double* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A (Guid_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Boolean System.Int16::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_Equals_mB1FFCF510D2A74D15014660A0AFA1B5B0AE2F024 (int16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Int32::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_mBE9097707986D98549AC11E94FB986DA1AB3E16C (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Int64::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_Equals_m217A2D6F9F752A690AA8BF039B1DF2091A7FE78C (int64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.IntPtr::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_Equals_m4C1C372B05E29E20EC5E9B48EF8AAEA3E49B874D (intptr_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Reflection.CustomAttributeNamedArgument::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomAttributeNamedArgument_Equals_mDA255630CA97FF60745C1B0440ACF44B3E94998B (CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Reflection.CustomAttributeTypedArgument::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomAttributeTypedArgument_Equals_mCBC1A766B39E8BE8BAE5B85F0C9B18797366CC88 (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Runtime.InteropServices.GCHandle::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_Equals_m9F3AFCE77E2A8601073DA0D0C158BF618369A842 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Boolean System.SByte::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Single::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Threading.CancellationTokenRegistration::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenRegistration_Equals_m10EEB16AA8BC130896117762D369A9F4BA60D212 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.TimeSpan::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_Equals_m7CD315197413EB59DDBCF923AD564E0021E91A70 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.UInt16::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt16_Equals_mBCD7FC4A11D0CEEFF4BC6559137A9E397D7017B8 (uint16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.UInt32::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt32_Equals_m44E796DB35F5DB4E5D4C98EC6AB5053242A320C3 (uint32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.UInt64::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt64_Equals_mE61D24B984F0B91A2FC1094402F1532A0F82C232 (uint64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Color::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_Equals_m63ECBA87A0F27CD7D09EEA36BCB697652E076F4E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Matrix4x4::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Matrix4x4_Equals_m7FB9C1A249956C6CDE761838B92097C525596D31 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Networking.NetworkInstanceId::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkInstanceId_Equals_m63C9601597B5E4E32FA8E43B6CDEED8766BBF22A (NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Networking.NetworkSceneId::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkSceneId_Equals_mD2620F9B72CE031A6B49197846107696134CAED6 (NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Quaternion::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Quaternion_Equals_m099618C36B86DC63B2E7C89673C8566B18E5996E (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Rect::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Equals_m76E3B7E2E5CC43299C4BF4CB2EA9EF6E989E23E3 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Vector2::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_Equals_m4A2A75BC3D09933321220BCEF21219B38AF643AE (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Vector3::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_Equals_m1F74B1FB7EE51589FFFA61D894F616B8F258C056 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Vector4::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector4_Equals_m552ECA9ECD220D6526D8ECC9902016B6FC6D49B5 (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, RuntimeObject * ___other0, const RuntimeMethod* method);
|
|
// System.Void System.NotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Exception System.Linq.Error::ArgumentNull(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7 (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.RuntimeTypeHandle::HasReferences(System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method);
|
|
// System.Type UnityEngine.Playables.PlayableHandle::GetPlayableType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1 (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<System.Object>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisRuntimeObject_mEA39EA06F910CA16A034CC9A08A0AC3482049628 (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisRuntimeObject_mEA39EA06F910CA16A034CC9A08A0AC3482049628_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationLayerMixerPlayable>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisAnimationLayerMixerPlayable_t699CCDE32ABD6FC79BFC09064E473D785D9F9371_mC3942EB4B00EAC10035AA7EBE23CA679C8790D20 (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisAnimationLayerMixerPlayable_t699CCDE32ABD6FC79BFC09064E473D785D9F9371_mC3942EB4B00EAC10035AA7EBE23CA679C8790D20_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMixerPlayable>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisAnimationMixerPlayable_tA71C834654979CF92B034B537EE5A3DA9713030A_m172B8D6DA48AD49F0740833F7D18CD468B072E5E (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisAnimationMixerPlayable_tA71C834654979CF92B034B537EE5A3DA9713030A_m172B8D6DA48AD49F0740833F7D18CD468B072E5E_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMotionXToDeltaPlayable>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisAnimationMotionXToDeltaPlayable_tA5F0BE3BA966E1A6661311F185C1544F90302CDC_mCC63F3E0D55A21A9E56D80D26150AD2B78C6EC50 (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisAnimationMotionXToDeltaPlayable_tA5F0BE3BA966E1A6661311F185C1544F90302CDC_mCC63F3E0D55A21A9E56D80D26150AD2B78C6EC50_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationOffsetPlayable>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisAnimationOffsetPlayable_t1534674D22C39D6ED74F24A108C3475C7301A93E_mF434E44E279E1DBD0887921B38A5C57812B1371A (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisAnimationOffsetPlayable_t1534674D22C39D6ED74F24A108C3475C7301A93E_mF434E44E279E1DBD0887921B38A5C57812B1371A_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationPosePlayable>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisAnimationPosePlayable_t92EAB5BB4093D236F90ED0242488039EA87AFA07_m35A103AAF8E80E7C007214546C71B4E90901C2A2 (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisAnimationPosePlayable_t92EAB5BB4093D236F90ED0242488039EA87AFA07_m35A103AAF8E80E7C007214546C71B4E90901C2A2_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationRemoveScalePlayable>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisAnimationRemoveScalePlayable_t02381EE856ADF73C82C1EA6D2AD1878EC5879A7B_m1E16540EE6283270E3DE85D46C3BE1F8B85E73C2 (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisAnimationRemoveScalePlayable_t02381EE856ADF73C82C1EA6D2AD1878EC5879A7B_m1E16540EE6283270E3DE85D46C3BE1F8B85E73C2_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationScriptPlayable>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisAnimationScriptPlayable_t1EDF8E51A9ED180BB012656916323FA4F68CA27E_m1767ADED196AAA8B4D6FBB9313003E33A967E799 (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisAnimationScriptPlayable_t1EDF8E51A9ED180BB012656916323FA4F68CA27E_m1767ADED196AAA8B4D6FBB9313003E33A967E799_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimatorControllerPlayable>()
|
|
inline bool PlayableHandle_IsPlayableOfType_TisAnimatorControllerPlayable_t352C2C3D059CFC0404FF4FBBA302F16C5966F44B_mC6A8CB67F39B0B39BF77ED6177B3C2DF1BC91533 (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *, const RuntimeMethod*))PlayableHandle_IsPlayableOfType_TisAnimatorControllerPlayable_t352C2C3D059CFC0404FF4FBBA302F16C5966F44B_mC6A8CB67F39B0B39BF77ED6177B3C2DF1BC91533_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mCB4D9E285E58343BAF8B6326E37D11A45BF9CCCD (InternalEnumerator_1_t60083B2D4E14FED0977F633D7987ABD4C906547A * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t60083B2D4E14FED0977F633D7987ABD4C906547A *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mCB4D9E285E58343BAF8B6326E37D11A45BF9CCCD_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mFDC55B58F74A3823A10B2D96F684321D1698A8F9 (InternalEnumerator_1_t0643FA2CC7249AEEE82FE4CE407D658A4040E6D7 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t0643FA2CC7249AEEE82FE4CE407D658A4040E6D7 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mFDC55B58F74A3823A10B2D96F684321D1698A8F9_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m91B3A10F385352AC74A2C4A71AA7FE60073CB2E0 (InternalEnumerator_1_t12A2EFD5B5A54D3F02E135984EBE2E6A6BE92103 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t12A2EFD5B5A54D3F02E135984EBE2E6A6BE92103 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m91B3A10F385352AC74A2C4A71AA7FE60073CB2E0_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m3F0B2E24A881E9E5711811224CFD091BA67C5C35 (InternalEnumerator_1_t5A65A9C8283BEC7B6155FB0329C8CDB1E3FC8661 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t5A65A9C8283BEC7B6155FB0329C8CDB1E3FC8661 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3F0B2E24A881E9E5711811224CFD091BA67C5C35_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m7150DE80A8C2B1134132012AB3A9A902308EB79B (InternalEnumerator_1_t7F1C63269A7543A28E24D7C409FF74F5B57F4FD6 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t7F1C63269A7543A28E24D7C409FF74F5B57F4FD6 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m7150DE80A8C2B1134132012AB3A9A902308EB79B_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mCE87880DF0B52BF552AEC948F9CA19EEDAAE3E3F (InternalEnumerator_1_tFB548C19ECCF25B07135263DFC083DB9F10FC684 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tFB548C19ECCF25B07135263DFC083DB9F10FC684 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mCE87880DF0B52BF552AEC948F9CA19EEDAAE3E3F_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mB435979A4FC207D777BBBEDCBE6DBD47F06FC2D3 (InternalEnumerator_1_t8774DE4581B922EC542DFDEAF08CF8AA2C57120F * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t8774DE4581B922EC542DFDEAF08CF8AA2C57120F *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mB435979A4FC207D777BBBEDCBE6DBD47F06FC2D3_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<Mono.Security.Uri/UriScheme>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m885A4938B6BDAF972ED8BBA46C8D4E34484B327B (InternalEnumerator_1_t97DAFEE3C2D266505DEFF351C5F272F8114A750F * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t97DAFEE3C2D266505DEFF351C5F272F8114A750F *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m885A4938B6BDAF972ED8BBA46C8D4E34484B327B_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mD489F3FD0B8FF67A021BAB47C1CCC51241701ED0 (InternalEnumerator_1_t3B352A33B262DE9B28C121482ABA9A2316338845 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t3B352A33B262DE9B28C121482ABA9A2316338845 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mD489F3FD0B8FF67A021BAB47C1CCC51241701ED0_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Boolean>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mC6576DE9DFD26D645933F33DDFFF5C193BD2C64F (InternalEnumerator_1_tF5A9E5AD2CED6732444D5ECC4F8FC82526717590 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tF5A9E5AD2CED6732444D5ECC4F8FC82526717590 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mC6576DE9DFD26D645933F33DDFFF5C193BD2C64F_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Byte>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mCE5D4D9E3057660C094936737BA70F2ADE3646F9 (InternalEnumerator_1_t982231C5871D8F29B09EC9C0BE904978F13B83AC * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t982231C5871D8F29B09EC9C0BE904978F13B83AC *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mCE5D4D9E3057660C094936737BA70F2ADE3646F9_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m131AA13CAFDAEDBFD0C3D03CAF148800CF7488C4 (InternalEnumerator_1_t086F49F046CEE68DE16E3E67C2A1AF1161CADC56 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t086F49F046CEE68DE16E3E67C2A1AF1161CADC56 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m131AA13CAFDAEDBFD0C3D03CAF148800CF7488C4_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Char>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mA816E1C13D866A2558DA3C530799B1D3858F80EF (InternalEnumerator_1_t74BF3B5EFFF3E4B3A21E9B8FA2E7EDF302AC247B * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t74BF3B5EFFF3E4B3A21E9B8FA2E7EDF302AC247B *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mA816E1C13D866A2558DA3C530799B1D3858F80EF_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mC0890A26F45EB3D0CE722AA211191F47A7D89CAE (InternalEnumerator_1_tDAD7C4B47A5DEC60EAE933F701F1585FC7959379 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tDAD7C4B47A5DEC60EAE933F701F1585FC7959379 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mC0890A26F45EB3D0CE722AA211191F47A7D89CAE_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m8DFECC5AF03B02BB798644599A97B875F9061AEA (InternalEnumerator_1_t738B5D5CE39B4BCEACA114A116397CD36015CCD6 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t738B5D5CE39B4BCEACA114A116397CD36015CCD6 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m8DFECC5AF03B02BB798644599A97B875F9061AEA_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int16,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m49C0127FCDA71DA44F3ECE44B280AE0F6A491BC1 (InternalEnumerator_1_t2063EC54804D218D5F5FAB71623CE85B6C941BAC * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t2063EC54804D218D5F5FAB71623CE85B6C941BAC *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m49C0127FCDA71DA44F3ECE44B280AE0F6A491BC1_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m826AE3C40B8AFBE65F21024B99461A8E3435394E (InternalEnumerator_1_t02A92EB825760093D375D7DB9530ED1BBACE0EC0 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t02A92EB825760093D375D7DB9530ED1BBACE0EC0 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m826AE3C40B8AFBE65F21024B99461A8E3435394E_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m2528DC78CAC3A5C062239A07618339630C6D6262 (InternalEnumerator_1_t1C8A6CBD9295DFBC7CCFDA347A05AD9AC7C6650E * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t1C8A6CBD9295DFBC7CCFDA347A05AD9AC7C6650E *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2528DC78CAC3A5C062239A07618339630C6D6262_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m3FE085DED36DF93C4B0C97EBC807200ECB1BD147 (InternalEnumerator_1_t76E856D62C72D8F5B6FC4A78E38F3ADB834E56DF * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t76E856D62C72D8F5B6FC4A78E38F3ADB834E56DF *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3FE085DED36DF93C4B0C97EBC807200ECB1BD147_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m3D9D5FCD83712292B59538020598B596466798CD (InternalEnumerator_1_t98769F05A09E4AEA0C41AB2648070EC76C1B8113 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t98769F05A09E4AEA0C41AB2648070EC76C1B8113 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3D9D5FCD83712292B59538020598B596466798CD_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m834B9A93E0489E1BF20DEF263ECC0816CDE3AC12 (InternalEnumerator_1_tACCD5FF3F7B75B587B5C8B2907191F7CA193C44C * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tACCD5FF3F7B75B587B5C8B2907191F7CA193C44C *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m834B9A93E0489E1BF20DEF263ECC0816CDE3AC12_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m6652E02689C29811F9EC2C52335B6CA0516E5A85 (InternalEnumerator_1_tE873DF91A93A8DE70C1A33CC61C64C06E8C855CA * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tE873DF91A93A8DE70C1A33CC61C64C06E8C855CA *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m6652E02689C29811F9EC2C52335B6CA0516E5A85_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m56019387E27A8E3481BDF2669CDE33C7899A4ECB (InternalEnumerator_1_t39D8B84AE4BB6C55B6200CDB7081CE440B2B93D2 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t39D8B84AE4BB6C55B6200CDB7081CE440B2B93D2 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m56019387E27A8E3481BDF2669CDE33C7899A4ECB_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mCD4B916B60ED8E733E80DAFB53AFF0E26615B2E1 (InternalEnumerator_1_t67A4ABC39138F095EAACBFD47A9D79D0C99B517F * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t67A4ABC39138F095EAACBFD47A9D79D0C99B517F *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mCD4B916B60ED8E733E80DAFB53AFF0E26615B2E1_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int64>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m51F3DA6A53425367DEED2F523CC1F1E5EF366BD9 (InternalEnumerator_1_t29D82F20714798F426C776707BBB5A4F3E722924 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t29D82F20714798F426C776707BBB5A4F3E722924 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m51F3DA6A53425367DEED2F523CC1F1E5EF366BD9_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m870ABA053D76294E3C95FDF7EE2E3B0D29EA1537 (InternalEnumerator_1_tB1CA03A6F16D04B186155BA3AB1225B58254593E * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tB1CA03A6F16D04B186155BA3AB1225B58254593E *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m870ABA053D76294E3C95FDF7EE2E3B0D29EA1537_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m1593CE384E20D884D915D8C63DB0063790B3A618 (InternalEnumerator_1_t7FA630CCED20A6761747E42B8146CC87AAEA4D0A * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t7FA630CCED20A6761747E42B8146CC87AAEA4D0A *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m1593CE384E20D884D915D8C63DB0063790B3A618_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m41F1B4440445674E22696F369E1BE49F6B8B7325 (InternalEnumerator_1_t643EC2EA2BC458AEB6722E02F1FA22FE544C13AA * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t643EC2EA2BC458AEB6722E02F1FA22FE544C13AA *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m41F1B4440445674E22696F369E1BE49F6B8B7325_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m7E5A26F4C5617D6D1F10E6CAC00E3A9C057BF7A2 (InternalEnumerator_1_t3F57183B752E70AA80C5BF21B8262394A1F3254D * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t3F57183B752E70AA80C5BF21B8262394A1F3254D *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m7E5A26F4C5617D6D1F10E6CAC00E3A9C057BF7A2_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m4961035213D0DF0614C8B714EEFDB07BA7961A71 (InternalEnumerator_1_t3EB3C1C6D66A658F289CE3640A860ECB629E5290 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t3EB3C1C6D66A658F289CE3640A860ECB629E5290 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4961035213D0DF0614C8B714EEFDB07BA7961A71_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt64Enum,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m013A0A2B07C8AD94FF1283B44C962DCA04DF8D1C (InternalEnumerator_1_tAB64CDA5F633669FB4E30D76B78DC23408CFCC5D * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tAB64CDA5F633669FB4E30D76B78DC23408CFCC5D *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m013A0A2B07C8AD94FF1283B44C962DCA04DF8D1C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m6EF951D96333E03CA307790DA5695F40FF277941 (InternalEnumerator_1_tF19656A8EB6221B4D2BF82422FCE0C5C57B592E8 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tF19656A8EB6221B4D2BF82422FCE0C5C57B592E8 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m6EF951D96333E03CA307790DA5695F40FF277941_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkHash128,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m5E40031E71229428712CA1C10D17B1B806B8AD01 (InternalEnumerator_1_t85DB1BB046BBCF649BA66D4E0FE3C7E8B72C9E6E * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t85DB1BB046BBCF649BA66D4E0FE3C7E8B72C9E6E *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m5E40031E71229428712CA1C10D17B1B806B8AD01_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mD90119D7EF60DA4D36A7EAE5220B20883701F219 (InternalEnumerator_1_tB9E96C453C1387258B69F05FA19913D0B86FCC22 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tB9E96C453C1387258B69F05FA19913D0B86FCC22 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mD90119D7EF60DA4D36A7EAE5220B20883701F219_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Networking.NetworkSceneId,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mFC8D2AA43EAFA7D0D512B4303CA848B57DF7E329 (InternalEnumerator_1_t78DEDDED8584EA77FAB6F0BEFC0390458E76B08A * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t78DEDDED8584EA77FAB6F0BEFC0390458E76B08A *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mFC8D2AA43EAFA7D0D512B4303CA848B57DF7E329_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mD582E12EAE3CEAA09842A51A88260B0D4CCBF61B (InternalEnumerator_1_t0BABF4D5C58493D8DBD6E1C19BC7A09AB0A83F0A * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t0BABF4D5C58493D8DBD6E1C19BC7A09AB0A83F0A *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mD582E12EAE3CEAA09842A51A88260B0D4CCBF61B_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m7237DE486BADDDEE86670C29DCEF6757C2A0096A (InternalEnumerator_1_tCFC66AF529966DF0BFFD537E44DC80571E79FB77 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tCFC66AF529966DF0BFFD537E44DC80571E79FB77 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m7237DE486BADDDEE86670C29DCEF6757C2A0096A_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Int32>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mAD5E03A8CC9EBF6E74FA8EB4ED3B4B7483320EF7 (InternalEnumerator_1_t3E46A16EEFC178EC7A9414BAEF375400A2C76AEB * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t3E46A16EEFC178EC7A9414BAEF375400A2C76AEB *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mAD5E03A8CC9EBF6E74FA8EB4ED3B4B7483320EF7_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m2047B6F070C9C5C4D9EF6147976F1ED4E28AF602 (InternalEnumerator_1_tA30651E9F9C6721484813A1FA4836C7CB2EC1B24 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tA30651E9F9C6721484813A1FA4836C7CB2EC1B24 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2047B6F070C9C5C4D9EF6147976F1ED4E28AF602_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<UnityEngine.Networking.NetworkInstanceId>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mCB4C52B2946DBA56FB4B4EDD037005AFFED0DF56 (InternalEnumerator_1_tF514FE1E95AF715D9F8034EF7488337851888CE5 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tF514FE1E95AF715D9F8034EF7488337851888CE5 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mCB4C52B2946DBA56FB4B4EDD037005AFFED0DF56_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mEE2C570D5E7E5426D066B223014819C8AF52C81C (InternalEnumerator_1_tF5EFF4776DC2AC7A5A6FA97DB973F4DF651913C1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tF5EFF4776DC2AC7A5A6FA97DB973F4DF651913C1 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mEE2C570D5E7E5426D066B223014819C8AF52C81C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m242214F003D15A119A0C04FFE652998D8FE41522 (InternalEnumerator_1_t7CAF00E6D268359FA5CDD6B530F0E32987FF3550 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t7CAF00E6D268359FA5CDD6B530F0E32987FF3550 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m242214F003D15A119A0C04FFE652998D8FE41522_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m8BBE23200B09E994F38A3D9D549E699CD6781A2C (InternalEnumerator_1_tFED64CA59186CAB99A6BD01ACD369CAE9B1BFA63 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tFED64CA59186CAB99A6BD01ACD369CAE9B1BFA63 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m8BBE23200B09E994F38A3D9D549E699CD6781A2C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m61F868D64FD5C0E79726859694754B78C3A12F13 (InternalEnumerator_1_tAA3F6981EE42DE1B1FBA5F55188E4EFC2269BEDA * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tAA3F6981EE42DE1B1FBA5F55188E4EFC2269BEDA *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m61F868D64FD5C0E79726859694754B78C3A12F13_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m9D0760797377280FF7DD7FFBE57D23E0688C2549 (InternalEnumerator_1_tBBB7AD607670B0E5A288A29C8B96130340003FC4 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tBBB7AD607670B0E5A288A29C8B96130340003FC4 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m9D0760797377280FF7DD7FFBE57D23E0688C2549_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m5501634A3EF42D4CDB91A24F9184B0E436071D21 (InternalEnumerator_1_t07452246E5486E5C69E29A357BA9D7626B48B5E1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t07452246E5486E5C69E29A357BA9D7626B48B5E1 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m5501634A3EF42D4CDB91A24F9184B0E436071D21_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mF260DE351200677B92164F16989D8378B8602FAE (InternalEnumerator_1_tD5C77ADA98A6673B15D48A102BDBF7590017E4C5 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tD5C77ADA98A6673B15D48A102BDBF7590017E4C5 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mF260DE351200677B92164F16989D8378B8602FAE_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m5D8F9D41113E8C9DFC52F375E7CC4EB776DA327B (InternalEnumerator_1_t4BCF0DC28CDFE9E97057D2617B9C64EA5C259A23 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t4BCF0DC28CDFE9E97057D2617B9C64EA5C259A23 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m5D8F9D41113E8C9DFC52F375E7CC4EB776DA327B_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m4B6DB37850E868879F81679A1D88409759EB7765 (InternalEnumerator_1_t89EE644047F2E02902D276C4886D44DC103A207C * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t89EE644047F2E02902D276C4886D44DC103A207C *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4B6DB37850E868879F81679A1D88409759EB7765_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m68CFC035FC3DC1BD21D1ACB9580D1852CC49FF51 (InternalEnumerator_1_tEDC11688D96373751A66E805DD85CA5A655B5A14 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tEDC11688D96373751A66E805DD85CA5A655B5A14 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m68CFC035FC3DC1BD21D1ACB9580D1852CC49FF51_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mE0E87BE800E55ACCC17A3A82B8A9FF34E9E13616 (InternalEnumerator_1_t8EAEB2AD0D94D8315F6FA1A304CD1A86AAE95600 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t8EAEB2AD0D94D8315F6FA1A304CD1A86AAE95600 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mE0E87BE800E55ACCC17A3A82B8A9FF34E9E13616_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mC6CC09F89E9FA9EBE66CDDF4E15F7946152719FF (InternalEnumerator_1_t61131C816FC0109AF890D8D3F39588A2879B7161 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t61131C816FC0109AF890D8D3F39588A2879B7161 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mC6CC09F89E9FA9EBE66CDDF4E15F7946152719FF_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m2D730308F5E7E6FB0989D2AEFEA2AFA3D17F8F85 (InternalEnumerator_1_tD990EA942DA2D3ECA52B4DE94C60BA936615DC71 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tD990EA942DA2D3ECA52B4DE94C60BA936615DC71 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2D730308F5E7E6FB0989D2AEFEA2AFA3D17F8F85_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m5207FBDBFFFA3362A79214E0F6563073D0739B36 (InternalEnumerator_1_tBD21A361A5A557D215F263973860F89CDAA6C679 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tBD21A361A5A557D215F263973860F89CDAA6C679 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m5207FBDBFFFA3362A79214E0F6563073D0739B36_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m9F3DE26BFE9BF17F177A5DC956AADC3AEC5A7729 (InternalEnumerator_1_t632011B8114E218BF0B4A2356B7C33C343B2566C * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t632011B8114E218BF0B4A2356B7C33C343B2566C *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m9F3DE26BFE9BF17F177A5DC956AADC3AEC5A7729_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mF41A35D0452D53600AD7387DDE95DCF85A1E1475 (InternalEnumerator_1_tE2BA58907CB2A657139BD78F5BA9A0BABDDC95A2 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tE2BA58907CB2A657139BD78F5BA9A0BABDDC95A2 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mF41A35D0452D53600AD7387DDE95DCF85A1E1475_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mA0748B005325EBB3F76284E43BD7462A9AC1361C (InternalEnumerator_1_tA4F82E2FA884C848A32D4E13A2FACF8B77CD84AF * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tA4F82E2FA884C848A32D4E13A2FACF8B77CD84AF *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mA0748B005325EBB3F76284E43BD7462A9AC1361C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m5A381D8C48E063AC46AB6122E54CFE1CA2154C1E (InternalEnumerator_1_t9ABBF651D7ACECF8BAE56E915105525CAB5934CF * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t9ABBF651D7ACECF8BAE56E915105525CAB5934CF *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m5A381D8C48E063AC46AB6122E54CFE1CA2154C1E_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m162F2F2AA22CBE55DF2645F07CB932F5F4EB743F (InternalEnumerator_1_tBFC602AACA8AC51BAF8F3BA797FB7163E93ADD43 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tBFC602AACA8AC51BAF8F3BA797FB7163E93ADD43 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m162F2F2AA22CBE55DF2645F07CB932F5F4EB743F_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m42713DB277619A7012BC518D39C977F746D2974C (InternalEnumerator_1_tE15A1BCD9AF9588C09A004AEC3C69BA762CA939A * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tE15A1BCD9AF9588C09A004AEC3C69BA762CA939A *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m42713DB277619A7012BC518D39C977F746D2974C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mACAD87F21FD4241FF7CF44DC0FE7E73E0166BE06 (InternalEnumerator_1_tC636E69D7D91B67BE3A23B86B90834723998FF65 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tC636E69D7D91B67BE3A23B86B90834723998FF65 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mACAD87F21FD4241FF7CF44DC0FE7E73E0166BE06_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m5436CEF3A0BC3F826368C177850092C16B86AC64 (InternalEnumerator_1_t319D548D03178C84BC915DEC7254D553E76D3FBF * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t319D548D03178C84BC915DEC7254D553E76D3FBF *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m5436CEF3A0BC3F826368C177850092C16B86AC64_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m7EA15E59DEDD86EAF2A26A30167C706EDD74784D (InternalEnumerator_1_t64BB9CF7BD60964E444E09B4BEB77F8A0FD3AD63 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t64BB9CF7BD60964E444E09B4BEB77F8A0FD3AD63 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m7EA15E59DEDD86EAF2A26A30167C706EDD74784D_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m2CD421F3BB4C90335A417274BAADCB541439D2CA (InternalEnumerator_1_t9D68A0D66437D1F015360D16A9A2D6F19BFA3A9C * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t9D68A0D66437D1F015360D16A9A2D6F19BFA3A9C *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2CD421F3BB4C90335A417274BAADCB541439D2CA_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m5E660A4E0C016C0CA6AE7EA86BC146FAA02B10BF (InternalEnumerator_1_t958A1CB7BD60AE893EDA6472870C327FB92BF21B * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t958A1CB7BD60AE893EDA6472870C327FB92BF21B *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m5E660A4E0C016C0CA6AE7EA86BC146FAA02B10BF_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m8E552715363E86340D20115F4DC6A11F54D5239C (InternalEnumerator_1_tA85F2CAF6C87EE6C590864FA3D7CDD8118FECEDD * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tA85F2CAF6C87EE6C590864FA3D7CDD8118FECEDD *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m8E552715363E86340D20115F4DC6A11F54D5239C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.DateTime>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m38FF15007E4EC72548A334D194D158343AA99CC7 (InternalEnumerator_1_t8501E4029651E6A824D836A3278C5F7F47E5CB8C * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t8501E4029651E6A824D836A3278C5F7F47E5CB8C *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m38FF15007E4EC72548A334D194D158343AA99CC7_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Decimal>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m9FA8DEA90071FEC73528075A9F1100D76CDE99D5 (InternalEnumerator_1_t257599E95CDE322D0A0F62BC4DF648368930E7C1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t257599E95CDE322D0A0F62BC4DF648368930E7C1 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m9FA8DEA90071FEC73528075A9F1100D76CDE99D5_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Double>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m2EB3647F564935D58525C6BF0F365C22D0F86EEF (InternalEnumerator_1_t551D44E67C0C4F28271D64D2DC1D530E49694C55 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t551D44E67C0C4F28271D64D2DC1D530E49694C55 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m2EB3647F564935D58525C6BF0F365C22D0F86EEF_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m99BBAA2F747C901A1EAED9DD8F28837B642E16D9 (InternalEnumerator_1_t6DDCB6670988C6CC77FED8E0879A4AF1E90F90E7 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t6DDCB6670988C6CC77FED8E0879A4AF1E90F90E7 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m99BBAA2F747C901A1EAED9DD8F28837B642E16D9_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mC0268A706CA7F19506CC886359704ED873A74811 (InternalEnumerator_1_t4701E706C2E9271C97A4DA02D5A427C454E2511D * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t4701E706C2E9271C97A4DA02D5A427C454E2511D *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mC0268A706CA7F19506CC886359704ED873A74811_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m323A14A1BBC972AC21451EEE2D8C00BD006AFAB8 (InternalEnumerator_1_tA0624547299AB73E8B8CD66EEDC9ADEEB8DC9932 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tA0624547299AB73E8B8CD66EEDC9ADEEB8DC9932 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m323A14A1BBC972AC21451EEE2D8C00BD006AFAB8_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Guid>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m9903677C8275AC12400E4CF7DD8F9CA715E93EF7 (InternalEnumerator_1_t9AE8C5991408C212786085A557847BB17A5272C1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t9AE8C5991408C212786085A557847BB17A5272C1 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m9903677C8275AC12400E4CF7DD8F9CA715E93EF7_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Int16>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m8EE54AB2215933CFD3514ACDD75A87A8BE8B60AE (InternalEnumerator_1_t1A3BE99A7E93AFDEE3326117AB9BC91FCC8E5A91 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t1A3BE99A7E93AFDEE3326117AB9BC91FCC8E5A91 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m8EE54AB2215933CFD3514ACDD75A87A8BE8B60AE_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Int32>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mFD68B921CD29713A2BEB038318C202A9E4E9B5CE (InternalEnumerator_1_tA5E761BB55ACBAB41554465F72F0696F7108A43D * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tA5E761BB55ACBAB41554465F72F0696F7108A43D *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mFD68B921CD29713A2BEB038318C202A9E4E9B5CE_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Int32Enum>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mBF8E58BAA9971C4074B8EEC028434A1BAEB0748F (InternalEnumerator_1_tC7F1CBDAE31330F9D7386E67FD78B1C06F46422A * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tC7F1CBDAE31330F9D7386E67FD78B1C06F46422A *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mBF8E58BAA9971C4074B8EEC028434A1BAEB0748F_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Int64>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m68F9020151CD964322723D3C02977C30EA0F189E (InternalEnumerator_1_tA5586E86516FCB0C7894D3F96D7ADECB3275AA4F * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tA5586E86516FCB0C7894D3F96D7ADECB3275AA4F *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m68F9020151CD964322723D3C02977C30EA0F189E_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.IntPtr>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mCC5889C0F1785F416EB4E3EB0EE4BE48D0A055C8 (InternalEnumerator_1_t14D32DF33683F99069D9258BB89E49055A16F9AE * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t14D32DF33683F99069D9258BB89E49055A16F9AE *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mCC5889C0F1785F416EB4E3EB0EE4BE48D0A055C8_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m382AB10BCF7AA1D29339440BA4FDA28C227F869A (InternalEnumerator_1_tEEE9B2B7626722217155FB48789C0AD64256279B * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tEEE9B2B7626722217155FB48789C0AD64256279B *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m382AB10BCF7AA1D29339440BA4FDA28C227F869A_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m70BE15177602B22101B5FE34E646FF67F214B8AA (InternalEnumerator_1_tFD5523233AFC4D86CFA0DCC57105E3E7BFC38101 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tFD5523233AFC4D86CFA0DCC57105E3E7BFC38101 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m70BE15177602B22101B5FE34E646FF67F214B8AA_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mBE862CB5B6AF6C507C40E69F84A8D6402907B138 (InternalEnumerator_1_t34EEB8E7DA729ADB557869C9D3A8D99015A6A3AB * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t34EEB8E7DA729ADB557869C9D3A8D99015A6A3AB *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mBE862CB5B6AF6C507C40E69F84A8D6402907B138_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mB7204EC30C54916484E129A5841723002AB574F4 (InternalEnumerator_1_t5CCBF6E5A1ED1D21C84C9BE500673B7EE14E8F96 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t5CCBF6E5A1ED1D21C84C9BE500673B7EE14E8F96 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mB7204EC30C54916484E129A5841723002AB574F4_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Object>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mD75F701A17A7159EEF2877D9FE74845402AC4201 (InternalEnumerator_1_tABC4127CF1BC4E9CF08C555CFF56D3286AA53B0F * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tABC4127CF1BC4E9CF08C555CFF56D3286AA53B0F *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mD75F701A17A7159EEF2877D9FE74845402AC4201_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mAEB0249C2146033E833B7EBDA3EB88B9A9F90659 (InternalEnumerator_1_t17674EAEE6107395A98D769397CC3A5E40AE2B41 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t17674EAEE6107395A98D769397CC3A5E40AE2B41 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mAEB0249C2146033E833B7EBDA3EB88B9A9F90659_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m226870CF6B7D12848BF991EACF40C735345AB28B (InternalEnumerator_1_tDA662EF0D142C3E10EE85A638D895E8ED9560969 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tDA662EF0D142C3E10EE85A638D895E8ED9560969 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m226870CF6B7D12848BF991EACF40C735345AB28B_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m5FF7EDC8E7C9A9250B548F9C9EB5CF3360E889FB (InternalEnumerator_1_tFDF713891D6C54C1B5751BA6F9BAB6813215B451 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tFDF713891D6C54C1B5751BA6F9BAB6813215B451 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m5FF7EDC8E7C9A9250B548F9C9EB5CF3360E889FB_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mDEBB2C6716C9789C8928EC4E44AF6AAB5C270D3C (InternalEnumerator_1_t44527618586A2D396FEAE6DEC17252812D8D2E93 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t44527618586A2D396FEAE6DEC17252812D8D2E93 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mDEBB2C6716C9789C8928EC4E44AF6AAB5C270D3C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m3E014CF0DDF2BDBCED19F196342255153BDBA51E (InternalEnumerator_1_t24E15B5C952B4EE799B582E16877F7F37FA1B70B * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t24E15B5C952B4EE799B582E16877F7F37FA1B70B *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3E014CF0DDF2BDBCED19F196342255153BDBA51E_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m9E14CFB1C79CC7C9D79DD72B62C9B0F353F8BAB4 (InternalEnumerator_1_tB642E1D8EF7ED44B1273CC5D1216CFB3FCD005C5 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tB642E1D8EF7ED44B1273CC5D1216CFB3FCD005C5 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m9E14CFB1C79CC7C9D79DD72B62C9B0F353F8BAB4_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mA819F7E05D294E7B7E037030EB0FD992FB346FC6 (InternalEnumerator_1_t6E5A69DF1F7B590047C88D1865523046E41013BE * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t6E5A69DF1F7B590047C88D1865523046E41013BE *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mA819F7E05D294E7B7E037030EB0FD992FB346FC6_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.SByte>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mE9379D2FF2800845F39295ECC82CC75C1BFAD2A2 (InternalEnumerator_1_tC06CF9ECC04980456B57D662F3199983470BAC33 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tC06CF9ECC04980456B57D662F3199983470BAC33 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mE9379D2FF2800845F39295ECC82CC75C1BFAD2A2_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mDDA38876B0FB8F5783F3F9A5BEF3D545AC2D3A25 (InternalEnumerator_1_t1D651EDA367D0968C49796FDC0A6BC15375EA561 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t1D651EDA367D0968C49796FDC0A6BC15375EA561 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mDDA38876B0FB8F5783F3F9A5BEF3D545AC2D3A25_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Single>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mAA128A1D51031DF02D178B5C5A7316CC7D6C22BE (InternalEnumerator_1_t03E207B84B6F06EAF9F77E2BD1D1D00EA1990DA1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t03E207B84B6F06EAF9F77E2BD1D1D00EA1990DA1 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mAA128A1D51031DF02D178B5C5A7316CC7D6C22BE_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m7F748D6834D2CDDE775D0EEE50FBF11138CFF61F (InternalEnumerator_1_t7809E17B643ABB1E006F813D31F8BC3666B5532B * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t7809E17B643ABB1E006F813D31F8BC3666B5532B *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m7F748D6834D2CDDE775D0EEE50FBF11138CFF61F_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m3F65E1A1CF891ED1F8E134CE2EE25E149C327F19 (InternalEnumerator_1_t85FC781CD035D7288F957603C85D75D39E11D275 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t85FC781CD035D7288F957603C85D75D39E11D275 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m3F65E1A1CF891ED1F8E134CE2EE25E149C327F19_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.TimeSpan>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mC1AEF444A58A2261E281DD76B188FF7538F424EA (InternalEnumerator_1_t3825F16AE52F48A96EE82CCB93F297BF93DDE8F6 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t3825F16AE52F48A96EE82CCB93F297BF93DDE8F6 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mC1AEF444A58A2261E281DD76B188FF7538F424EA_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt16>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mFE4EF7DC9B7656A8F9541C6DB174623D677CA6CD (InternalEnumerator_1_t1E63AA3D1031EDFCDD5492D233629B5909AEAF2F * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t1E63AA3D1031EDFCDD5492D233629B5909AEAF2F *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mFE4EF7DC9B7656A8F9541C6DB174623D677CA6CD_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mADA2D9F320EBAA9D0B0947B44176D6F39C8324FF (InternalEnumerator_1_t67F73E9B050C84F6F458B2BEED6BDB1DA2982F3C * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t67F73E9B050C84F6F458B2BEED6BDB1DA2982F3C *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mADA2D9F320EBAA9D0B0947B44176D6F39C8324FF_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt32>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m577E98213388A2A32E776481E79087B4BEC45B01 (InternalEnumerator_1_tEBADE0A4696976CF836588C8812305FAB47500E8 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tEBADE0A4696976CF836588C8812305FAB47500E8 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m577E98213388A2A32E776481E79087B4BEC45B01_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m6DFA7BE2A9734CCE5299CB89747FB8AEE3641378 (InternalEnumerator_1_t917986E0188FCA1D787753B8666C9395A098A9F4 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t917986E0188FCA1D787753B8666C9395A098A9F4 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m6DFA7BE2A9734CCE5299CB89747FB8AEE3641378_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt64>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m7292D20FBAECFA8BCEA4475F6BBE6AC30075B45E (InternalEnumerator_1_t18780D970F20B0B5C0B9CD2F694765170404909A * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t18780D970F20B0B5C0B9CD2F694765170404909A *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m7292D20FBAECFA8BCEA4475F6BBE6AC30075B45E_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<System.UInt64Enum>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m932CD616DFF7003E5B3CE3C2DD4B0E66079BE03A (InternalEnumerator_1_tDE675D2DD4FBC76E8788EE355D3447B147501028 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tDE675D2DD4FBC76E8788EE355D3447B147501028 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m932CD616DFF7003E5B3CE3C2DD4B0E66079BE03A_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m4882E6CA68C0C6B934129D3103CF57366AF27E4F (InternalEnumerator_1_tF5CEF26005D35CE2419186C4BD34514B905DDD66 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tF5CEF26005D35CE2419186C4BD34514B905DDD66 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m4882E6CA68C0C6B934129D3103CF57366AF27E4F_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mD10CCC19C7B726AA6AE65F7C8CDB4AA79B2685AD (InternalEnumerator_1_tF57FBFFBE1EA5D928F5B00E4473772E3D7C6EACE * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tF57FBFFBE1EA5D928F5B00E4473772E3D7C6EACE *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mD10CCC19C7B726AA6AE65F7C8CDB4AA79B2685AD_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m0CE98768FA95BB57698E7D51B48485337983B3A6 (InternalEnumerator_1_tD82DDB412EA40C89BC64A6C92E3EE836B0491C20 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tD82DDB412EA40C89BC64A6C92E3EE836B0491C20 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m0CE98768FA95BB57698E7D51B48485337983B3A6_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mA76CB6C92F93D4D154DEF97B62B04875E9DD0C0C (InternalEnumerator_1_tEDC15E304166341C3089DF741B003631E7DED5F9 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tEDC15E304166341C3089DF741B003631E7DED5F9 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mA76CB6C92F93D4D154DEF97B62B04875E9DD0C0C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m9786FABE21D08D201B7893F09AF0AD1B8DFF3573 (InternalEnumerator_1_t9623EB88CED2D5E33DC7625B042E73EC939F9ADE * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t9623EB88CED2D5E33DC7625B042E73EC939F9ADE *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m9786FABE21D08D201B7893F09AF0AD1B8DFF3573_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m9BB6B53C096E105C6661F68CDCAEC04EE96D2FA4 (InternalEnumerator_1_tB6E490A7F46D1EEFC38E2E88AE4612DEC8A65366 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tB6E490A7F46D1EEFC38E2E88AE4612DEC8A65366 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m9BB6B53C096E105C6661F68CDCAEC04EE96D2FA4_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m42BA0FDE3D0D5BD6B0C139026FD311F7615D9DB6 (InternalEnumerator_1_tF22A02AE20988A1C0EF3775E7636AAEEA796A955 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tF22A02AE20988A1C0EF3775E7636AAEEA796A955 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m42BA0FDE3D0D5BD6B0C139026FD311F7615D9DB6_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m090BB39068F5FAEBC457FE64EBE4DA412ED1EFDC (InternalEnumerator_1_t8D40E423A143613E114B594A0507E3D3D43D7888 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t8D40E423A143613E114B594A0507E3D3D43D7888 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m090BB39068F5FAEBC457FE64EBE4DA412ED1EFDC_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m9562464C51C2C8BE955430042E67FD3ABDA4383C (InternalEnumerator_1_t514BFE7D5223ED1EFFD922E025AC087056243D49 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t514BFE7D5223ED1EFFD922E025AC087056243D49 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m9562464C51C2C8BE955430042E67FD3ABDA4383C_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m53F1CFC38C88469A9029DF819DCDDCE98487450A (InternalEnumerator_1_t7A5024384E3A020AA1432ACA92E569DADE321F07 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t7A5024384E3A020AA1432ACA92E569DADE321F07 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m53F1CFC38C88469A9029DF819DCDDCE98487450A_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m02C8360860C5438D895C11BB0AD8FC4F1A84B31A (InternalEnumerator_1_tA49F87207D9C71EB0F5BD0C0AF3A7F08A6AD9769 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tA49F87207D9C71EB0F5BD0C0AF3A7F08A6AD9769 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m02C8360860C5438D895C11BB0AD8FC4F1A84B31A_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mF41DDADF1C79D6B6D3EA5167228B177247FA8349 (InternalEnumerator_1_tCF7907B530C2E86E084DC56E5746436D7D1176C2 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tCF7907B530C2E86E084DC56E5746436D7D1176C2 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mF41DDADF1C79D6B6D3EA5167228B177247FA8349_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.ChannelPacket>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m6BADA7A8A4C80DF1DDDC72054C0B22E842198B2B (InternalEnumerator_1_tFD0398800E2CA8E30347CFF0AEB92F9485F80C0C * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tFD0398800E2CA8E30347CFF0AEB92F9485F80C0C *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m6BADA7A8A4C80DF1DDDC72054C0B22E842198B2B_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.ClientScene/PendingOwner>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_mAF2B5580DECDFB99E15ECBF43E6DF0801E8015AD (InternalEnumerator_1_t710DE2705A8E64FBB258147E9F1824B9077D9062 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t710DE2705A8E64FBB258147E9F1824B9077D9062 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_mAF2B5580DECDFB99E15ECBF43E6DF0801E8015AD_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.LocalClient/InternalMsg>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m564392B0C4C318FC03EE567602FACD7D43394806 (InternalEnumerator_1_t765C387619EB19F249BD83C4AC4E110D2CAD2A94 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t765C387619EB19F249BD83C4AC4E110D2CAD2A94 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m564392B0C4C318FC03EE567602FACD7D43394806_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.NetworkBroadcastResult>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m758EAA569D1D71B38C115E963960DA03213C6253 (InternalEnumerator_1_t4547AB0297A7F65720F0949C09BBB3A99FEC2E67 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t4547AB0297A7F65720F0949C09BBB3A99FEC2E67 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m758EAA569D1D71B38C115E963960DA03213C6253_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.NetworkHash128>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m6CD60543BB4209792399381131AA541E2BE59BC0 (InternalEnumerator_1_t996578FBF81D599A4050C00D232BBDB5C8E6D441 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t996578FBF81D599A4050C00D232BBDB5C8E6D441 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m6CD60543BB4209792399381131AA541E2BE59BC0_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.NetworkInstanceId>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m39D750AF66F8C96AA50E9AF4033D285890FAC50E (InternalEnumerator_1_tD37546D6DB9F6A96FE57B1DCEFC6433437AFD373 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_tD37546D6DB9F6A96FE57B1DCEFC6433437AFD373 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m39D750AF66F8C96AA50E9AF4033D285890FAC50E_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void System.Array/InternalEnumerator`1<UnityEngine.Networking.NetworkLobbyManager/PendingPlayer>::.ctor(System.Array)
|
|
inline void InternalEnumerator_1__ctor_m05AAC61D73496DE4AB3DC48E46559588C933BAEF (InternalEnumerator_1_t00CDF83AD66BD06E09E17C41F10A61128A1603C1 * __this, RuntimeArray * ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InternalEnumerator_1_t00CDF83AD66BD06E09E17C41F10A61128A1603C1 *, RuntimeArray *, const RuntimeMethod*))InternalEnumerator_1__ctor_m05AAC61D73496DE4AB3DC48E46559588C933BAEF_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mBCDEB54D5A80D42F183F447CDA60CD690A481C96_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mBCDEB54D5A80D42F183F447CDA60CD690A481C96_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m8D47FD7C2D5760BFD02E6F38551998E266923F96_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m8D47FD7C2D5760BFD02E6F38551998E266923F96_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3) && TypeTraits<T5>.Check(L, pos + 4) &&
|
|
// TypeTraits<T6>.Check(L, pos + 5);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_19)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 5));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_20 = ((TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))->get_Check_0();
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_20);
|
|
bool L_23 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_20, (intptr_t)L_21, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_23;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m824A827B439967C1AE822A9F886583B57C41348F_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m824A827B439967C1AE822A9F886583B57C41348F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3) && TypeTraits<T5>.Check(L, pos + 4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_19;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8249F6B3AF41C0FF286E00670783066A38ABDE16_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8249F6B3AF41C0FF286E00670783066A38ABDE16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m5B16F189945CC6713A26C4EF4D08713B7F15F388_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m5B16F189945CC6713A26C4EF4D08713B7F15F388_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3) && TypeTraits<T5>.Check(L, pos + 4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_19;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mE97FA99728A087D6179E1DE7B28B9B6DC24E5332_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mE97FA99728A087D6179E1DE7B28B9B6DC24E5332_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m223944C0194995907BF5695B049D0D07382A5BD4_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m223944C0194995907BF5695B049D0D07382A5BD4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m87F410D7BA35EE568F6F0D469259E03EC480E80D_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m87F410D7BA35EE568F6F0D469259E03EC480E80D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tA6BF93787F840E6DA38AF3C3B9DF7C1B4EED7C83_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RaycastHit,System.Boolean,System.Boolean>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4F015D8BA231DB80DF648EC8CC7D80118EA655B9_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4F015D8BA231DB80DF648EC8CC7D80118EA655B9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RaycastHit,System.Boolean>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m80E7C43DE82BDBFA3B32688AAAD61A6013E6508D_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m80E7C43DE82BDBFA3B32688AAAD61A6013E6508D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Rect,System.Boolean,System.Boolean>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m77D3D33603695084CEAAFFD38C6B9DB1DD9F24C6_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m77D3D33603695084CEAAFFD38C6B9DB1DD9F24C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Rect>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDBBBCB644185500DC49FB80E9522AFBF71937B28_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mDBBBCB644185500DC49FB80E9522AFBF71937B28_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t67ED396C6905542EBEDC3DDEE4ACEAD9C15BC1C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderBuffer,UnityEngine.RenderBuffer>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m03D323B950B6FAD5E8BF579AFBD3A657F3E4D889_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m03D323B950B6FAD5E8BF579AFBD3A657F3E4D889_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureDescriptor>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E_m324B0A4B7A345C2EB94535E7EE76C66926ADF5DF_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisRenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E_m324B0A4B7A345C2EB94535E7EE76C66926ADF5DF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t67E29ED041CBB501E65BA76CA1ED9BBB2909C432_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2,System.Boolean,System.Boolean>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m19FB3528AB6F8E132251AC51185E8DAB19C0ACCB_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m19FB3528AB6F8E132251AC51185E8DAB19C0ACCB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2,System.Boolean>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m49E33D2E33B369A06890B3BFAA0B759CBE832C3D_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m49E33D2E33B369A06890B3BFAA0B759CBE832C3D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t5217AD71D0300395C31B6A1B233DDD8D95495707_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m7C588BD8970FD0F3FCE3DB75A8CB93F969D9E8FE_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m7C588BD8970FD0F3FCE3DB75A8CB93F969D9E8FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,System.Int32Enum>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m672C1FDE6546E0393458606738649973063C4682_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m672C1FDE6546E0393458606738649973063C4682_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5114F90729D5A1661DD14569DD9952DA067BD9B5_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5114F90729D5A1661DD14569DD9952DA067BD9B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3) && TypeTraits<T5>.Check(L, pos + 4) &&
|
|
// TypeTraits<T6>.Check(L, pos + 5);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_19)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 5));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_20 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))->get_Check_0();
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_20);
|
|
bool L_23 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_20, (intptr_t)L_21, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_23;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m65407A592571BDBEA48793CC97F23C6FE8A910E1_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m65407A592571BDBEA48793CC97F23C6FE8A910E1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3) && TypeTraits<T5>.Check(L, pos + 4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_19;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_mDBFC99571957CD0465643CA4604D98DE2C6365B5_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_mDBFC99571957CD0465643CA4604D98DE2C6365B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m20BB8756C700C08E1F251F68D469FFA554DFA331_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m20BB8756C700C08E1F251F68D469FFA554DFA331_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3) && TypeTraits<T5>.Check(L, pos + 4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_19;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDA3B1DB26580311D031066CB4A848885DA898AC8_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDA3B1DB26580311D031066CB4A848885DA898AC8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m30CF5F6F2C6CC0B841766965057F174A3C681263_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m30CF5F6F2C6CC0B841766965057F174A3C681263_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Quaternion>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mBF14A9A4A7C212BB0771C66B6A146360CED12966_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mBF14A9A4A7C212BB0771C66B6A146360CED12966_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF9F8B15553EB2BE5E290957D67FC4C6BFA77D494_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF9F8B15553EB2BE5E290957D67FC4C6BFA77D494_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3) && TypeTraits<T5>.Check(L, pos + 4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_19;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mCB1CD38ACB68593F5FD9D209829BF6C578E0AD59_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mCB1CD38ACB68593F5FD9D209829BF6C578E0AD59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_m53924986FF710DC103285920B9EE91CC7174D629_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisRuntimeObject_m53924986FF710DC103285920B9EE91CC7174D629_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mDF912E6D2C7A5E3B1154306A2F7095CFF0273796_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mDF912E6D2C7A5E3B1154306A2F7095CFF0273796_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3) && TypeTraits<T5>.Check(L, pos + 4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t98E18BD64A66C5B788A34449AE3253669B1D317D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_19;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m930DEA32B62DBB008B46C454AEC428606778E5FB_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m930DEA32B62DBB008B46C454AEC428606778E5FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2) && TypeTraits<T4>.Check(L, pos + 3);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_12 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_Check_0();
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12);
|
|
bool L_15 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_12, (intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7F27F2F7A1C407022041DC326E91362AEB81D5A6_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7F27F2F7A1C407022041DC326E91362AEB81D5A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1) && TypeTraits<T3>.Check(L, pos + 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 2));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_8 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))->get_Check_0();
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8);
|
|
bool L_11 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_8, (intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos) && TypeTraits<T2>.Check(L, pos + 1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_4 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4);
|
|
bool L_7 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_4, (intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeTraits<T1>.Check(L, pos);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_0();
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___pos1;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::Exists<System.Object>(T[],System.Predicate`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_Exists_TisRuntimeObject_m2A7AB973BC21901F8DC7C18BC3E2399C5311C0AD_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___array0;
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_1 = ___match1;
|
|
int32_t L_2 = (( int32_t (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_0, (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.GPath_Segment>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3630AD24DDC2FB117747A79A3F987DF84ACA57AF_gshared (RuntimeArray * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3630AD24DDC2FB117747A79A3F987DF84ACA57AF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Segment_t4D7158441370F573F35DB59A882D986F1269B61A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3630AD24DDC2FB117747A79A3F987DF84ACA57AF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Segment_t4D7158441370F573F35DB59A882D986F1269B61A *)(Segment_t4D7158441370F573F35DB59A882D986F1269B61A *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_7 = V_2;
|
|
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Segment_t4D7158441370F573F35DB59A882D986F1269B61A *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.GPathPoint>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m320A22B08BD8FF8AFC296938C71C198903ED5CCA_gshared (RuntimeArray * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m320A22B08BD8FF8AFC296938C71C198903ED5CCA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m320A22B08BD8FF8AFC296938C71C198903ED5CCA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *)(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_7 = V_2;
|
|
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.TextField_CharPosition>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m77FFAA37F696FBB48B4373F296D72BACB2270CB0_gshared (RuntimeArray * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m77FFAA37F696FBB48B4373F296D72BACB2270CB0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m77FFAA37F696FBB48B4373F296D72BACB2270CB0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 *)(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_7 = V_2;
|
|
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.UpdateContext_ClipInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m93EC61191E6C494F8022B1740999CC196FDDD87D_gshared (RuntimeArray * __this, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m93EC61191E6C494F8022B1740999CC196FDDD87D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m93EC61191E6C494F8022B1740999CC196FDDD87D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 *)(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 L_7 = V_2;
|
|
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m21159920E07EAA4BFBE2967B497305124A1A87E4_gshared (RuntimeArray * __this, LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m21159920E07EAA4BFBE2967B497305124A1A87E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m21159920E07EAA4BFBE2967B497305124A1A87E4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 *)(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 L_7 = V_2;
|
|
LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<LuaInterface.LuaFunction_FuncData>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m2BB57367A96815A6487B408346CEFAC1E175B54C_gshared (RuntimeArray * __this, FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m2BB57367A96815A6487B408346CEFAC1E175B54C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m2BB57367A96815A6487B408346CEFAC1E175B54C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 *)(FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 L_7 = V_2;
|
|
FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<Mono.Globalization.Unicode.CodePointIndexer_TableRange>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m4E74425ED926F3B7DC4F45A02EE971E680C965D3_gshared (RuntimeArray * __this, TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m4E74425ED926F3B7DC4F45A02EE971E680C965D3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m4E74425ED926F3B7DC4F45A02EE971E680C965D3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 *)(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 L_7 = V_2;
|
|
TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<Mono.Security.Uri_UriScheme>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m798CBF1841CCDE2773A247D64808ED818610D0E6_gshared (RuntimeArray * __this, UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m798CBF1841CCDE2773A247D64808ED818610D0E6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m798CBF1841CCDE2773A247D64808ED818610D0E6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 *)(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_7 = V_2;
|
|
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.ArraySegment`1<System.Byte>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_mFAEED59DD49506503DB53CE977E3C418E5BB36BD_gshared (RuntimeArray * __this, ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_mFAEED59DD49506503DB53CE977E3C418E5BB36BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_mFAEED59DD49506503DB53CE977E3C418E5BB36BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA L_7 = V_2;
|
|
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
Il2CppFakeBox<ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA > L_10(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
const VirtualInvokeData& il2cpp_virtual_invoke_data__77 = il2cpp_codegen_get_virtual_invoke_data(0, (&L_10));
|
|
bool L_11 = (( bool (*) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__77.methodPtr)((RuntimeObject *)(&L_10), (RuntimeObject *)L_9, /*hidden argument*/il2cpp_virtual_invoke_data__77.method);
|
|
___item0 = L_10.m_Value;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Boolean>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4D9360D1950655BB90BD65FF93215C4EB1FB28C6_gshared (RuntimeArray * __this, bool ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4D9360D1950655BB90BD65FF93215C4EB1FB28C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4D9360D1950655BB90BD65FF93215C4EB1FB28C6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (bool*)(bool*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
bool L_7 = V_2;
|
|
bool L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Boolean_Equals_mB97E1CE732F7A08D8F45C86B8994FB67222C99E7((bool*)(bool*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Byte>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m5B618F9A33673671F482BF3D3D80305F83DB6FCE_gshared (RuntimeArray * __this, uint8_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m5B618F9A33673671F482BF3D3D80305F83DB6FCE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint8_t V_2 = 0x0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m5B618F9A33673671F482BF3D3D80305F83DB6FCE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint8_t*)(uint8_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint8_t L_7 = V_2;
|
|
uint8_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Byte_Equals_m5B72B20F4E6E41D9D288EE528274D5DA6AAADCDF((uint8_t*)(uint8_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.ByteEnum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m793C289156E340DCDA8F5B8794285E57E7B1A3FB_gshared (RuntimeArray * __this, uint8_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m793C289156E340DCDA8F5B8794285E57E7B1A3FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint8_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m793C289156E340DCDA8F5B8794285E57E7B1A3FB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint8_t*)(uint8_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint8_t L_7 = V_2;
|
|
uint8_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
Il2CppFakeBox<uint8_t> L_10(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(&L_10), (RuntimeObject *)L_9);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Char>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mD82BF96BAE93A7514A59CA0777D9DC2C1DE09F2A_gshared (RuntimeArray * __this, Il2CppChar ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mD82BF96BAE93A7514A59CA0777D9DC2C1DE09F2A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mD82BF96BAE93A7514A59CA0777D9DC2C1DE09F2A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Il2CppChar*)(Il2CppChar*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Il2CppChar L_7 = V_2;
|
|
Il2CppChar L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Char_Equals_mE3AD655E668CAE1B4AD8444B746166FD80C662D8((Il2CppChar*)(Il2CppChar*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.DictionaryEntry>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m470F59DD2EBEC6797A073CE3AB8F379EC9BD8257_gshared (RuntimeArray * __this, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m470F59DD2EBEC6797A073CE3AB8F379EC9BD8257_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m470F59DD2EBEC6797A073CE3AB8F379EC9BD8257_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_7 = V_2;
|
|
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m50C04117E4EEB570A8D66B24AAA6267CAA2ACCFC_gshared (RuntimeArray * __this, Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m50C04117E4EEB570A8D66B24AAA6267CAA2ACCFC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m50C04117E4EEB570A8D66B24AAA6267CAA2ACCFC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B *)(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B L_7 = V_2;
|
|
Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Int16,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_m9A65AD6FA6A157A0FB870C7D7C07BD7F6463EFC5_gshared (RuntimeArray * __this, Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_m9A65AD6FA6A157A0FB870C7D7C07BD7F6463EFC5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_m9A65AD6FA6A157A0FB870C7D7C07BD7F6463EFC5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997 *)(Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997 L_7 = V_2;
|
|
Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m18BED6E2E3A80B408BE4AA8029F3D66BC0E0AD0D_gshared (RuntimeArray * __this, Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m18BED6E2E3A80B408BE4AA8029F3D66BC0E0AD0D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m18BED6E2E3A80B408BE4AA8029F3D66BC0E0AD0D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D *)(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D L_7 = V_2;
|
|
Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m7EE73C53051F22B6CCBDCDB32A20B8EF8B990024_gshared (RuntimeArray * __this, Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m7EE73C53051F22B6CCBDCDB32A20B8EF8B990024_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m7EE73C53051F22B6CCBDCDB32A20B8EF8B990024_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA *)(Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA L_7 = V_2;
|
|
Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m5D0B16D6CA177833DDFD1DCF4EC70AA45FBD93A0_gshared (RuntimeArray * __this, Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m5D0B16D6CA177833DDFD1DCF4EC70AA45FBD93A0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m5D0B16D6CA177833DDFD1DCF4EC70AA45FBD93A0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD *)(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD L_7 = V_2;
|
|
Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m858F9DFCE9CDF6AD7A79F1C191D6A2124DA2F6B9_gshared (RuntimeArray * __this, Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m858F9DFCE9CDF6AD7A79F1C191D6A2124DA2F6B9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m858F9DFCE9CDF6AD7A79F1C191D6A2124DA2F6B9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 *)(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 L_7 = V_2;
|
|
Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m9A2BE22773B654EAA3A31E8D7472FC7D8F20621E_gshared (RuntimeArray * __this, Entry_t1569C69F7132527F147EA707D2A116532F05D1EE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m9A2BE22773B654EAA3A31E8D7472FC7D8F20621E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t1569C69F7132527F147EA707D2A116532F05D1EE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m9A2BE22773B654EAA3A31E8D7472FC7D8F20621E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t1569C69F7132527F147EA707D2A116532F05D1EE *)(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t1569C69F7132527F147EA707D2A116532F05D1EE L_7 = V_2;
|
|
Entry_t1569C69F7132527F147EA707D2A116532F05D1EE L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m40A9A03792878380EFE56B40DFA202AAA6F57250_gshared (RuntimeArray * __this, Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m40A9A03792878380EFE56B40DFA202AAA6F57250_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m40A9A03792878380EFE56B40DFA202AAA6F57250_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 *)(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 L_7 = V_2;
|
|
Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m0E5BA38B1227171F0D3622E4A1772A1D6FD2EC63_gshared (RuntimeArray * __this, Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m0E5BA38B1227171F0D3622E4A1772A1D6FD2EC63_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m0E5BA38B1227171F0D3622E4A1772A1D6FD2EC63_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE *)(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE L_7 = V_2;
|
|
Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m997F083C5C8EE3CC0E6A4CA112209FEE60707015_gshared (RuntimeArray * __this, Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m997F083C5C8EE3CC0E6A4CA112209FEE60707015_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m997F083C5C8EE3CC0E6A4CA112209FEE60707015_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0 *)(Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0 L_7 = V_2;
|
|
Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int64>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_mF67D33F79AF6C784DA283D23E44647A0859F2313_gshared (RuntimeArray * __this, Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_mF67D33F79AF6C784DA283D23E44647A0859F2313_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_mF67D33F79AF6C784DA283D23E44647A0859F2313_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41 *)(Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41 L_7 = V_2;
|
|
Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m3C5A47C56B1D854325CF16D5C017327AF581A7ED_gshared (RuntimeArray * __this, Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m3C5A47C56B1D854325CF16D5C017327AF581A7ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m3C5A47C56B1D854325CF16D5C017327AF581A7ED_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C *)(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C L_7 = V_2;
|
|
Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m7DE23FA6A2A71352F2B5AB8DDDAFD136D765BF9B_gshared (RuntimeArray * __this, Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m7DE23FA6A2A71352F2B5AB8DDDAFD136D765BF9B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m7DE23FA6A2A71352F2B5AB8DDDAFD136D765BF9B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA *)(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA L_7 = V_2;
|
|
Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m131083B4EBC453E66F4FAEF890974453EC293E5F_gshared (RuntimeArray * __this, Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m131083B4EBC453E66F4FAEF890974453EC293E5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m131083B4EBC453E66F4FAEF890974453EC293E5F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D *)(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D L_7 = V_2;
|
|
Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m75461DBB63E2F80682EA1D17FD6253C09D32C3FB_gshared (RuntimeArray * __this, Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m75461DBB63E2F80682EA1D17FD6253C09D32C3FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m75461DBB63E2F80682EA1D17FD6253C09D32C3FB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E *)(Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E L_7 = V_2;
|
|
Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m5649519047A041DB50C55A8CD2E215AF9D3C73F0_gshared (RuntimeArray * __this, Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m5649519047A041DB50C55A8CD2E215AF9D3C73F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m5649519047A041DB50C55A8CD2E215AF9D3C73F0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 *)(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 L_7 = V_2;
|
|
Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<System.UInt64Enum,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_m4C62F821F8AFDCD06B79A463A43F93741420EB9D_gshared (RuntimeArray * __this, Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_m4C62F821F8AFDCD06B79A463A43F93741420EB9D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_m4C62F821F8AFDCD06B79A463A43F93741420EB9D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91 *)(Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91 L_7 = V_2;
|
|
Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m375044099A7B11C4CDBF94DBD0B0F57367DBE122_gshared (RuntimeArray * __this, Entry_t687188C87EF1FD0D50038E634676DBC449857B8E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m375044099A7B11C4CDBF94DBD0B0F57367DBE122_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t687188C87EF1FD0D50038E634676DBC449857B8E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m375044099A7B11C4CDBF94DBD0B0F57367DBE122_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t687188C87EF1FD0D50038E634676DBC449857B8E *)(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t687188C87EF1FD0D50038E634676DBC449857B8E L_7 = V_2;
|
|
Entry_t687188C87EF1FD0D50038E634676DBC449857B8E L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkHash128,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_mBCE4BE0441D8BE471E342ABA0C6E6718847CC09B_gshared (RuntimeArray * __this, Entry_t8E09DFCC6D674230C233702F449DB762B53A2031 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_mBCE4BE0441D8BE471E342ABA0C6E6718847CC09B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t8E09DFCC6D674230C233702F449DB762B53A2031 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_mBCE4BE0441D8BE471E342ABA0C6E6718847CC09B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t8E09DFCC6D674230C233702F449DB762B53A2031 *)(Entry_t8E09DFCC6D674230C233702F449DB762B53A2031 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t8E09DFCC6D674230C233702F449DB762B53A2031 L_7 = V_2;
|
|
Entry_t8E09DFCC6D674230C233702F449DB762B53A2031 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t8E09DFCC6D674230C233702F449DB762B53A2031 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m5D4F04F668B1AA1E0BDC4C6A867000446698ABBF_gshared (RuntimeArray * __this, Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m5D4F04F668B1AA1E0BDC4C6A867000446698ABBF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m5D4F04F668B1AA1E0BDC4C6A867000446698ABBF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1 *)(Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1 L_7 = V_2;
|
|
Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkSceneId,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_mBB157293B8C20C42B8B325B79D1F322AA21BD70E_gshared (RuntimeArray * __this, Entry_t3CF6B1247389C61083A617AC30D960016D16A651 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_mBB157293B8C20C42B8B325B79D1F322AA21BD70E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t3CF6B1247389C61083A617AC30D960016D16A651 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_mBB157293B8C20C42B8B325B79D1F322AA21BD70E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t3CF6B1247389C61083A617AC30D960016D16A651 *)(Entry_t3CF6B1247389C61083A617AC30D960016D16A651 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t3CF6B1247389C61083A617AC30D960016D16A651 L_7 = V_2;
|
|
Entry_t3CF6B1247389C61083A617AC30D960016D16A651 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t3CF6B1247389C61083A617AC30D960016D16A651 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m309A1EDB84C5E84CECF4D18625C8C03C1A285621_gshared (RuntimeArray * __this, Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m309A1EDB84C5E84CECF4D18625C8C03C1A285621_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m309A1EDB84C5E84CECF4D18625C8C03C1A285621_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E *)(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E L_7 = V_2;
|
|
Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m316893934008AE8CA0FF74B05BA38ADCA9F6ED9A_gshared (RuntimeArray * __this, Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m316893934008AE8CA0FF74B05BA38ADCA9F6ED9A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m316893934008AE8CA0FF74B05BA38ADCA9F6ED9A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 *)(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 L_7 = V_2;
|
|
Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.HashSet`1_Slot<System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_mF2E974E66FADB2E8E3E0E13746D7763B19940F64_gshared (RuntimeArray * __this, Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_mF2E974E66FADB2E8E3E0E13746D7763B19940F64_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_mF2E974E66FADB2E8E3E0E13746D7763B19940F64_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7 *)(Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7 L_7 = V_2;
|
|
Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.HashSet`1_Slot<System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m69583FAFD8113A7245B883033F98B25833169C80_gshared (RuntimeArray * __this, Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m69583FAFD8113A7245B883033F98B25833169C80_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m69583FAFD8113A7245B883033F98B25833169C80_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 *)(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 L_7 = V_2;
|
|
Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.HashSet`1_Slot<UnityEngine.Networking.NetworkInstanceId>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mA94782DAFC01AD50E89E78C42BED1ED3A8246A3C_gshared (RuntimeArray * __this, Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mA94782DAFC01AD50E89E78C42BED1ED3A8246A3C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mA94782DAFC01AD50E89E78C42BED1ED3A8246A3C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE *)(Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE L_7 = V_2;
|
|
Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m7C4810637C050E3A3A9AEB171E2FE4D0FA35416C_gshared (RuntimeArray * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m7C4810637C050E3A3A9AEB171E2FE4D0FA35416C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m7C4810637C050E3A3A9AEB171E2FE4D0FA35416C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B *)(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B L_7 = V_2;
|
|
KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mCA68BD91BA7F8B80F1D1779D126B1D63C13B5876_gshared (RuntimeArray * __this, KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mCA68BD91BA7F8B80F1D1779D126B1D63C13B5876_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mCA68BD91BA7F8B80F1D1779D126B1D63C13B5876_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 *)(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 L_7 = V_2;
|
|
KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_mD6C58CB34249049E3AE7B7810F68485EBC03DF1C_gshared (RuntimeArray * __this, KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_mD6C58CB34249049E3AE7B7810F68485EBC03DF1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_mD6C58CB34249049E3AE7B7810F68485EBC03DF1C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A *)(KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A L_7 = V_2;
|
|
KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m7FD894CEEEA68DBD9801ED41D1BD5426E66F53F1_gshared (RuntimeArray * __this, KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m7FD894CEEEA68DBD9801ED41D1BD5426E66F53F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m7FD894CEEEA68DBD9801ED41D1BD5426E66F53F1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C *)(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C L_7 = V_2;
|
|
KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_mACB41214BD470ADA272F4F021C32CC4B7320110A_gshared (RuntimeArray * __this, KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_mACB41214BD470ADA272F4F021C32CC4B7320110A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_mACB41214BD470ADA272F4F021C32CC4B7320110A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF *)(KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF L_7 = V_2;
|
|
KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m5968E7188B87ECA8C5DBD6DD6D092D5EF9487D7A_gshared (RuntimeArray * __this, KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m5968E7188B87ECA8C5DBD6DD6D092D5EF9487D7A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m5968E7188B87ECA8C5DBD6DD6D092D5EF9487D7A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 *)(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 L_7 = V_2;
|
|
KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m1980FA3B5D498EE998C1CD2844821BE5EFCFF5C7_gshared (RuntimeArray * __this, KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m1980FA3B5D498EE998C1CD2844821BE5EFCFF5C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m1980FA3B5D498EE998C1CD2844821BE5EFCFF5C7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA *)(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA L_7 = V_2;
|
|
KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m53A9B1FE1C92F33C849C32FCA54E4E82199F88A3_gshared (RuntimeArray * __this, KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m53A9B1FE1C92F33C849C32FCA54E4E82199F88A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m53A9B1FE1C92F33C849C32FCA54E4E82199F88A3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 *)(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 L_7 = V_2;
|
|
KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_mB1F2331A08AE1AECC7A1CBD5A74A09CED9D7D3B0_gshared (RuntimeArray * __this, KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_mB1F2331A08AE1AECC7A1CBD5A74A09CED9D7D3B0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_mB1F2331A08AE1AECC7A1CBD5A74A09CED9D7D3B0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 *)(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 L_7 = V_2;
|
|
KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mECF22C9A4C5449F63277D5017A6D8E6A40E6B41E_gshared (RuntimeArray * __this, KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mECF22C9A4C5449F63277D5017A6D8E6A40E6B41E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mECF22C9A4C5449F63277D5017A6D8E6A40E6B41E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_7 = V_2;
|
|
KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_mF25DCD2D32E5F3A1FDBC09E54169972FEBC9A5E3_gshared (RuntimeArray * __this, KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_mF25DCD2D32E5F3A1FDBC09E54169972FEBC9A5E3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_mF25DCD2D32E5F3A1FDBC09E54169972FEBC9A5E3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 *)(KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 L_7 = V_2;
|
|
KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1F7944011C7003D0792D00F5FFD01A75CCECB591_gshared (RuntimeArray * __this, KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1F7944011C7003D0792D00F5FFD01A75CCECB591_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1F7944011C7003D0792D00F5FFD01A75CCECB591_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 *)(KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 L_7 = V_2;
|
|
KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m0918648057CEB2B125E56E28C98845C11A3C5C48_gshared (RuntimeArray * __this, KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m0918648057CEB2B125E56E28C98845C11A3C5C48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m0918648057CEB2B125E56E28C98845C11A3C5C48_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A *)(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A L_7 = V_2;
|
|
KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m88EB3D612CBF3D9D5EE4D785E85509DC2C60CE65_gshared (RuntimeArray * __this, KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m88EB3D612CBF3D9D5EE4D785E85509DC2C60CE65_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m88EB3D612CBF3D9D5EE4D785E85509DC2C60CE65_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_7 = V_2;
|
|
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mD4451FAF7C84CC9D927682D2FC6D380D37E89B19_gshared (RuntimeArray * __this, KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mD4451FAF7C84CC9D927682D2FC6D380D37E89B19_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mD4451FAF7C84CC9D927682D2FC6D380D37E89B19_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_7 = V_2;
|
|
KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mF94899FDBCA8906771F228544422122C035977BD_gshared (RuntimeArray * __this, KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mF94899FDBCA8906771F228544422122C035977BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mF94899FDBCA8906771F228544422122C035977BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 *)(KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 L_7 = V_2;
|
|
KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_mC2D64925A9106168D71138A13B1B45922BEFBF0D_gshared (RuntimeArray * __this, KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_mC2D64925A9106168D71138A13B1B45922BEFBF0D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_mC2D64925A9106168D71138A13B1B45922BEFBF0D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA *)(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA L_7 = V_2;
|
|
KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_m0EC096B3A3CD40C5F5599E1135E0D96090F81073_gshared (RuntimeArray * __this, KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_m0EC096B3A3CD40C5F5599E1135E0D96090F81073_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_m0EC096B3A3CD40C5F5599E1135E0D96090F81073_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA *)(KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA L_7 = V_2;
|
|
KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mC3EF37EDBF99EB4469DCD256B0DEF3EF9E2320D2_gshared (RuntimeArray * __this, KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mC3EF37EDBF99EB4469DCD256B0DEF3EF9E2320D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mC3EF37EDBF99EB4469DCD256B0DEF3EF9E2320D2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 *)(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 L_7 = V_2;
|
|
KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m65ED17F09BAFAEA17FE251CD6783F4315FA08A30_gshared (RuntimeArray * __this, KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m65ED17F09BAFAEA17FE251CD6783F4315FA08A30_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m65ED17F09BAFAEA17FE251CD6783F4315FA08A30_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 *)(KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 L_7 = V_2;
|
|
KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m3224B90448A8791884840E2C1FB3465E8F6A46B6_gshared (RuntimeArray * __this, KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m3224B90448A8791884840E2C1FB3465E8F6A46B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m3224B90448A8791884840E2C1FB3465E8F6A46B6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 *)(KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 L_7 = V_2;
|
|
KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m760689FED01C56AE6B07CBA4255B44017B680FA2_gshared (RuntimeArray * __this, KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m760689FED01C56AE6B07CBA4255B44017B680FA2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m760689FED01C56AE6B07CBA4255B44017B680FA2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 *)(KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 L_7 = V_2;
|
|
KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m0DE916C09CC2B9943EE6B2EFAE428CA9C2D8190F_gshared (RuntimeArray * __this, KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m0DE916C09CC2B9943EE6B2EFAE428CA9C2D8190F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m0DE916C09CC2B9943EE6B2EFAE428CA9C2D8190F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 *)(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 L_7 = V_2;
|
|
KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m4A685F37CF4EE0D96ACF0404EC5FEA3650137847_gshared (RuntimeArray * __this, KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m4A685F37CF4EE0D96ACF0404EC5FEA3650137847_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m4A685F37CF4EE0D96ACF0404EC5FEA3650137847_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA *)(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA L_7 = V_2;
|
|
KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Hashtable_bucket>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m1A1FBBBFEEE19FCE35D6115696592744EBC77E68_gshared (RuntimeArray * __this, bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m1A1FBBBFEEE19FCE35D6115696592744EBC77E68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m1A1FBBBFEEE19FCE35D6115696592744EBC77E68_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 *)(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 L_7 = V_2;
|
|
bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.ComponentModel.AttributeCollection_AttributeEntry>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6AECDD298E6AC92CC72702A1B1C96588D4B07F5B_gshared (RuntimeArray * __this, AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6AECDD298E6AC92CC72702A1B1C96588D4B07F5B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6AECDD298E6AC92CC72702A1B1C96588D4B07F5B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD *)(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD L_7 = V_2;
|
|
AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.DateTime>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m07041209C2F1EE666BDB314919E63F4FF809E299_gshared (RuntimeArray * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m07041209C2F1EE666BDB314919E63F4FF809E299_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m07041209C2F1EE666BDB314919E63F4FF809E299_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = V_2;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = DateTime_Equals_m85006DF1EA5B2B7EAB4BEFA643B5683B0BDBE4AB((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Decimal>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mD8D7B594B774385BDB2A72AA5E0374B80ED1F0B0_gshared (RuntimeArray * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mD8D7B594B774385BDB2A72AA5E0374B80ED1F0B0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mD8D7B594B774385BDB2A72AA5E0374B80ED1F0B0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_7 = V_2;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Decimal_Equals_mCEF3806BE2E8CA730568C45CF90E129159DC476A((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Double>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m8759B095E5C3044AC37F5E8D641B8101BF2C040A_gshared (RuntimeArray * __this, double ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m8759B095E5C3044AC37F5E8D641B8101BF2C040A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
double V_2 = 0.0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m8759B095E5C3044AC37F5E8D641B8101BF2C040A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (double*)(double*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
double L_7 = V_2;
|
|
double L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33((double*)(double*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Globalization.InternalCodePageDataItem>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m85651CB10071FA17FEA69BD411700EBE922E1536_gshared (RuntimeArray * __this, InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m85651CB10071FA17FEA69BD411700EBE922E1536_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m85651CB10071FA17FEA69BD411700EBE922E1536_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 *)(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 L_7 = V_2;
|
|
InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Globalization.InternalEncodingDataItem>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_m97B72402B98B6B277A02185590113EB8195D9531_gshared (RuntimeArray * __this, InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_m97B72402B98B6B277A02185590113EB8195D9531_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_m97B72402B98B6B277A02185590113EB8195D9531_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 *)(InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 L_7 = V_2;
|
|
InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Globalization.TimeSpanParse_TimeSpanToken>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m3ACFF82C39F192034C8D0BB13BCA1ACA1A53150F_gshared (RuntimeArray * __this, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m3ACFF82C39F192034C8D0BB13BCA1ACA1A53150F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m3ACFF82C39F192034C8D0BB13BCA1ACA1A53150F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_7 = V_2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Guid>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGuid_t_m5E5FC17E037C46047D3E3A1FAB0A26CCAED53B39_gshared (RuntimeArray * __this, Guid_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGuid_t_m5E5FC17E037C46047D3E3A1FAB0A26CCAED53B39_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Guid_t V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisGuid_t_m5E5FC17E037C46047D3E3A1FAB0A26CCAED53B39_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Guid_t *)(Guid_t *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Guid_t L_7 = V_2;
|
|
Guid_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A((Guid_t *)(Guid_t *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int16>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mFA41085580BB1F5E7FF2D8A9DBD249A52C40E0EA_gshared (RuntimeArray * __this, int16_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mFA41085580BB1F5E7FF2D8A9DBD249A52C40E0EA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int16_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mFA41085580BB1F5E7FF2D8A9DBD249A52C40E0EA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int16_t*)(int16_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int16_t L_7 = V_2;
|
|
int16_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Int16_Equals_mB1FFCF510D2A74D15014660A0AFA1B5B0AE2F024((int16_t*)(int16_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int32>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mD7E7276E2226BF91A483E12B8304D2F0268342DE_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mD7E7276E2226BF91A483E12B8304D2F0268342DE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mD7E7276E2226BF91A483E12B8304D2F0268342DE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(int32_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_7 = V_2;
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Int32_Equals_mBE9097707986D98549AC11E94FB986DA1AB3E16C((int32_t*)(int32_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int32Enum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m88FD2CB511F9758B8558265BE0FC7E5AA0757F01_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m88FD2CB511F9758B8558265BE0FC7E5AA0757F01_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m88FD2CB511F9758B8558265BE0FC7E5AA0757F01_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(int32_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_7 = V_2;
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
Il2CppFakeBox<int32_t> L_10(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(&L_10), (RuntimeObject *)L_9);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int64>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m72452A8A1477CF0EB0B3D8F7E7B44301AAFFF8A2_gshared (RuntimeArray * __this, int64_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m72452A8A1477CF0EB0B3D8F7E7B44301AAFFF8A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int64_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m72452A8A1477CF0EB0B3D8F7E7B44301AAFFF8A2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int64_t*)(int64_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int64_t L_7 = V_2;
|
|
int64_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Int64_Equals_m217A2D6F9F752A690AA8BF039B1DF2091A7FE78C((int64_t*)(int64_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.IntPtr>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisIntPtr_t_mEF6794A7255157ADB7DC00AAF6BC7EED22CE4F88_gshared (RuntimeArray * __this, intptr_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisIntPtr_t_mEF6794A7255157ADB7DC00AAF6BC7EED22CE4F88_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
intptr_t V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisIntPtr_t_mEF6794A7255157ADB7DC00AAF6BC7EED22CE4F88_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (intptr_t*)(intptr_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
intptr_t L_7 = V_2;
|
|
intptr_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = IntPtr_Equals_m4C1C372B05E29E20EC5E9B48EF8AAEA3E49B874D((intptr_t*)(intptr_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.CookieTokenizer_RecognizedAttribute>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m4D1B5E24B9F052866BD8148876B7FF6B706166A4_gshared (RuntimeArray * __this, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m4D1B5E24B9F052866BD8148876B7FF6B706166A4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m4D1B5E24B9F052866BD8148876B7FF6B706166A4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_7 = V_2;
|
|
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.HeaderVariantInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7F7AD33EF2BD8E05C42D790435565D399E9472D0_gshared (RuntimeArray * __this, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7F7AD33EF2BD8E05C42D790435565D399E9472D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7F7AD33EF2BD8E05C42D790435565D399E9472D0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 L_7 = V_2;
|
|
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.Sockets.Socket_WSABUF>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_mE87285535E4144462DCDF95D27BEB03855EE0235_gshared (RuntimeArray * __this, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_mE87285535E4144462DCDF95D27BEB03855EE0235_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_mE87285535E4144462DCDF95D27BEB03855EE0235_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE L_7 = V_2;
|
|
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Nullable`1<UnityEngine.RaycastHit>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m2665F1C13DE5CD771ACA27184E20F3A43728840A_gshared (RuntimeArray * __this, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m2665F1C13DE5CD771ACA27184E20F3A43728840A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m2665F1C13DE5CD771ACA27184E20F3A43728840A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(&V_2));
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_5 = ___item0;
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_6);
|
|
if (L_7)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_8 = V_2;
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_9 = L_8;
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_9);
|
|
if (L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_11 = V_2;
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_12 = L_11;
|
|
RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_12);
|
|
Il2CppFakeBox<Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 > L_14(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
const VirtualInvokeData& il2cpp_virtual_invoke_data__77 = il2cpp_codegen_get_virtual_invoke_data(0, (&L_14));
|
|
bool L_15 = (( bool (*) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__77.methodPtr)((RuntimeObject *)(&L_14), (RuntimeObject *)L_13, /*hidden argument*/il2cpp_virtual_invoke_data__77.method);
|
|
___item0 = L_14.m_Value;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_16 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = V_0;
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Object>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRuntimeObject_m47E576D38826573E56DEEF9B2CABD2FC828A96DD_gshared (RuntimeArray * __this, RuntimeObject * ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRuntimeObject_m47E576D38826573E56DEEF9B2CABD2FC828A96DD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RuntimeObject * V_2 = NULL;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisRuntimeObject_m47E576D38826573E56DEEF9B2CABD2FC828A96DD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RuntimeObject **)(RuntimeObject **)(&V_2));
|
|
RuntimeObject * L_5 = ___item0;
|
|
if (L_5)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_6 = V_2;
|
|
if (L_6)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
RuntimeObject * L_7 = V_2;
|
|
NullCheck((RuntimeObject *)(___item0));
|
|
bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(___item0), (RuntimeObject *)L_7);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.ParameterizedStrings_FormatParam>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m636D9B7D8E00F65422BCCC121DC8DC1F3CEE1F6E_gshared (RuntimeArray * __this, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m636D9B7D8E00F65422BCCC121DC8DC1F3CEE1F6E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m636D9B7D8E00F65422BCCC121DC8DC1F3CEE1F6E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_7 = V_2;
|
|
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.CustomAttributeNamedArgument>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mA03489ED495B4A26544E640931DF7230EFC9E023_gshared (RuntimeArray * __this, CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mA03489ED495B4A26544E640931DF7230EFC9E023_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_mA03489ED495B4A26544E640931DF7230EFC9E023_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_7 = V_2;
|
|
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = CustomAttributeNamedArgument_Equals_mDA255630CA97FF60745C1B0440ACF44B3E94998B((CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.CustomAttributeTypedArgument>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m686F2B2BB20CB9301C1E9B831EA77A54FE8BD269_gshared (RuntimeArray * __this, CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m686F2B2BB20CB9301C1E9B831EA77A54FE8BD269_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m686F2B2BB20CB9301C1E9B831EA77A54FE8BD269_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_7 = V_2;
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = CustomAttributeTypedArgument_Equals_mCBC1A766B39E8BE8BAE5B85F0C9B18797366CC88((CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.ParameterModifier>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_mC5978797EE7734133871E5C5913D49E056706149_gshared (RuntimeArray * __this, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_mC5978797EE7734133871E5C5913D49E056706149_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_mC5978797EE7734133871E5C5913D49E056706149_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E *)(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E L_7 = V_2;
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Resources.ResourceLocator>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m096F3ADA1AEFE806F1004FA1272CBF3A2577218B_gshared (RuntimeArray * __this, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m096F3ADA1AEFE806F1004FA1272CBF3A2577218B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m096F3ADA1AEFE806F1004FA1272CBF3A2577218B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_7 = V_2;
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Runtime.CompilerServices.Ephemeron>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m38AE66B18DED41A3186F23C94901C7CB64138071_gshared (RuntimeArray * __this, Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m38AE66B18DED41A3186F23C94901C7CB64138071_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m38AE66B18DED41A3186F23C94901C7CB64138071_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA *)(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA L_7 = V_2;
|
|
Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Runtime.InteropServices.GCHandle>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC6C2FCD2F8E266603E77D7C4C55E2C0C4B53E8EB_gshared (RuntimeArray * __this, GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC6C2FCD2F8E266603E77D7C4C55E2C0C4B53E8EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC6C2FCD2F8E266603E77D7C4C55E2C0C4B53E8EB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_7 = V_2;
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = GCHandle_Equals_m9F3AFCE77E2A8601073DA0D0C158BF618369A842((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.SByte>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m4B23FFBDE41DC84DB409E72D3EC39F9BF05F032B_gshared (RuntimeArray * __this, int8_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m4B23FFBDE41DC84DB409E72D3EC39F9BF05F032B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int8_t V_2 = 0x0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m4B23FFBDE41DC84DB409E72D3EC39F9BF05F032B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int8_t*)(int8_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int8_t L_7 = V_2;
|
|
int8_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = SByte_Equals_m4B25C5FC7403EB2480D9F70F9B48C5619C6DD144((int8_t*)(int8_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mBD4E1C2EC97AE73E3099F394B88D9951660939F0_gshared (RuntimeArray * __this, X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mBD4E1C2EC97AE73E3099F394B88D9951660939F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mBD4E1C2EC97AE73E3099F394B88D9951660939F0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C *)(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C L_7 = V_2;
|
|
X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Single>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mE2D930AA25B00E4798757F3F54550E0479FCCB53_gshared (RuntimeArray * __this, float ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mE2D930AA25B00E4798757F3F54550E0479FCCB53_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mE2D930AA25B00E4798757F3F54550E0479FCCB53_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (float*)(float*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
float L_7 = V_2;
|
|
float L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16((float*)(float*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m0C463F4641C477F705E7F3BFEE24B2902B379C62_gshared (RuntimeArray * __this, LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m0C463F4641C477F705E7F3BFEE24B2902B379C62_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m0C463F4641C477F705E7F3BFEE24B2902B379C62_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B *)(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_7 = V_2;
|
|
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.Threading.CancellationTokenRegistration>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mB97436A2C73DEB2369C554A7643C05B0C3BE69FA_gshared (RuntimeArray * __this, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mB97436A2C73DEB2369C554A7643C05B0C3BE69FA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mB97436A2C73DEB2369C554A7643C05B0C3BE69FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_7 = V_2;
|
|
CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = CancellationTokenRegistration_Equals_m10EEB16AA8BC130896117762D369A9F4BA60D212((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.TimeSpan>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_mA05D2B3BAB8660497A787F69A5B6CBB3E3D2D95D_gshared (RuntimeArray * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_mA05D2B3BAB8660497A787F69A5B6CBB3E3D2D95D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_mA05D2B3BAB8660497A787F69A5B6CBB3E3D2D95D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_7 = V_2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = TimeSpan_Equals_m7CD315197413EB59DDBCF923AD564E0021E91A70((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt16>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mC5811C27545A2D0D1DABE49BFEA7A3DACBA59D08_gshared (RuntimeArray * __this, uint16_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mC5811C27545A2D0D1DABE49BFEA7A3DACBA59D08_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint16_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mC5811C27545A2D0D1DABE49BFEA7A3DACBA59D08_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint16_t*)(uint16_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint16_t L_7 = V_2;
|
|
uint16_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = UInt16_Equals_mBCD7FC4A11D0CEEFF4BC6559137A9E397D7017B8((uint16_t*)(uint16_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt16Enum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m46CEB442691993D1DA44D0105E4B292221FD6518_gshared (RuntimeArray * __this, uint16_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m46CEB442691993D1DA44D0105E4B292221FD6518_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint16_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m46CEB442691993D1DA44D0105E4B292221FD6518_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint16_t*)(uint16_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint16_t L_7 = V_2;
|
|
uint16_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
Il2CppFakeBox<uint16_t> L_10(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(&L_10), (RuntimeObject *)L_9);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt32>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFD13757938698358CF0F5BD7E7C4F0FE61EDBEF2_gshared (RuntimeArray * __this, uint32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFD13757938698358CF0F5BD7E7C4F0FE61EDBEF2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFD13757938698358CF0F5BD7E7C4F0FE61EDBEF2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint32_t*)(uint32_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint32_t L_7 = V_2;
|
|
uint32_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = UInt32_Equals_m44E796DB35F5DB4E5D4C98EC6AB5053242A320C3((uint32_t*)(uint32_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt32Enum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE8517A34378BBC633FC96B874084F7AA85E673D9_gshared (RuntimeArray * __this, uint32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE8517A34378BBC633FC96B874084F7AA85E673D9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE8517A34378BBC633FC96B874084F7AA85E673D9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint32_t*)(uint32_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint32_t L_7 = V_2;
|
|
uint32_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
Il2CppFakeBox<uint32_t> L_10(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(&L_10), (RuntimeObject *)L_9);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt64>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m912F4A5A7C0C9B1DC911BAB0C97BE6FDFE8FB750_gshared (RuntimeArray * __this, uint64_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m912F4A5A7C0C9B1DC911BAB0C97BE6FDFE8FB750_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint64_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m912F4A5A7C0C9B1DC911BAB0C97BE6FDFE8FB750_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint64_t*)(uint64_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint64_t L_7 = V_2;
|
|
uint64_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = UInt64_Equals_mE61D24B984F0B91A2FC1094402F1532A0F82C232((uint64_t*)(uint64_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt64Enum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m398010D353676A792CCA5F2C9D63EF2183B25635_gshared (RuntimeArray * __this, uint64_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m398010D353676A792CCA5F2C9D63EF2183B25635_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint64_t V_2 = 0;
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m398010D353676A792CCA5F2C9D63EF2183B25635_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint64_t*)(uint64_t*)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint64_t L_7 = V_2;
|
|
uint64_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
Il2CppFakeBox<uint64_t> L_10(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(&L_10), (RuntimeObject *)L_9);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.AccelerationEvent>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m4B4A54B930D5936139ECC7711E8D2521786E9A05_gshared (RuntimeArray * __this, AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m4B4A54B930D5936139ECC7711E8D2521786E9A05_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m4B4A54B930D5936139ECC7711E8D2521786E9A05_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 *)(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 L_7 = V_2;
|
|
AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.AnimatorClipInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mC91324E8E443DFDDE580BEE7CE66D8881FF9C5DC_gshared (RuntimeArray * __this, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mC91324E8E443DFDDE580BEE7CE66D8881FF9C5DC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mC91324E8E443DFDDE580BEE7CE66D8881FF9C5DC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 *)(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 L_7 = V_2;
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.BeforeRenderHelper_OrderBlock>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m786212D4C040FCCBD7ED3D87748D43E7FA516EDF_gshared (RuntimeArray * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m786212D4C040FCCBD7ED3D87748D43E7FA516EDF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m786212D4C040FCCBD7ED3D87748D43E7FA516EDF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_7 = V_2;
|
|
OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Color32>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mD5270FA6667C3410F5B1AA49F5E84DC66A66260F_gshared (RuntimeArray * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mD5270FA6667C3410F5B1AA49F5E84DC66A66260F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mD5270FA6667C3410F5B1AA49F5E84DC66A66260F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_7 = V_2;
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Color>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m19251EEFAF7552635938D69A164F83C383F20F3B_gshared (RuntimeArray * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m19251EEFAF7552635938D69A164F83C383F20F3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m19251EEFAF7552635938D69A164F83C383F20F3B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = V_2;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Color_Equals_m63ECBA87A0F27CD7D09EEA36BCB697652E076F4E((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ContactPoint2D>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_m9B10EAB5640F9A8ED6941490644DD46B435254BD_gshared (RuntimeArray * __this, ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_m9B10EAB5640F9A8ED6941490644DD46B435254BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_m9B10EAB5640F9A8ED6941490644DD46B435254BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 *)(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 L_7 = V_2;
|
|
ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ContactPoint>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m2BFC8EFE09397605C631158A9E99959629E092C1_gshared (RuntimeArray * __this, ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m2BFC8EFE09397605C631158A9E99959629E092C1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m2BFC8EFE09397605C631158A9E99959629E092C1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 *)(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 L_7 = V_2;
|
|
ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC1295241E9CC968B7A5DFF6364A6A84A607F993C_gshared (RuntimeArray * __this, LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC1295241E9CC968B7A5DFF6364A6A84A607F993C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC1295241E9CC968B7A5DFF6364A6A84A607F993C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 L_7 = V_2;
|
|
LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mCE3A5E7C8106F56C5FC70E4EFE28D01845CB6A21_gshared (RuntimeArray * __this, TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mCE3A5E7C8106F56C5FC70E4EFE28D01845CB6A21_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mCE3A5E7C8106F56C5FC70E4EFE28D01845CB6A21_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA *)(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA L_7 = V_2;
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Keyframe>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_m7A69B3463524C936860F9498E19761E21B91577A_gshared (RuntimeArray * __this, Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_m7A69B3463524C936860F9498E19761E21B91577A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_m7A69B3463524C936860F9498E19761E21B91577A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 *)(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 L_7 = V_2;
|
|
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.LowLevel.PlayerLoopSystem>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_m2B9EFA87302F7D95D0BB3CE1846E9B12D9FCF24C_gshared (RuntimeArray * __this, PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_m2B9EFA87302F7D95D0BB3CE1846E9B12D9FCF24C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_m2B9EFA87302F7D95D0BB3CE1846E9B12D9FCF24C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 *)(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 L_7 = V_2;
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Matrix4x4>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mE79AF1897D649AA86032DAFAD748796273A762E3_gshared (RuntimeArray * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mE79AF1897D649AA86032DAFAD748796273A762E3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mE79AF1897D649AA86032DAFAD748796273A762E3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_7 = V_2;
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Matrix4x4_Equals_m7FB9C1A249956C6CDE761838B92097C525596D31((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.ChannelPacket>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mF58FE208B63161896BFE28360FE6663BB87291BF_gshared (RuntimeArray * __this, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mF58FE208B63161896BFE28360FE6663BB87291BF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mF58FE208B63161896BFE28360FE6663BB87291BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D *)(ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D L_7 = V_2;
|
|
ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.ClientScene_PendingOwner>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_m8CCF2F06B3BBCF91F61F4120A4C3E760C607CCB2_gshared (RuntimeArray * __this, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_m8CCF2F06B3BBCF91F61F4120A4C3E760C607CCB2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_m8CCF2F06B3BBCF91F61F4120A4C3E760C607CCB2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 *)(PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 L_7 = V_2;
|
|
PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.LocalClient_InternalMsg>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_m0DA960C98BE7FCF5A1462E2D04987D339F82E12E_gshared (RuntimeArray * __this, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_m0DA960C98BE7FCF5A1462E2D04987D339F82E12E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_m0DA960C98BE7FCF5A1462E2D04987D339F82E12E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 *)(InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 L_7 = V_2;
|
|
InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkBroadcastResult>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_m7BD113782177C075F201529298AE04250ACF42F3_gshared (RuntimeArray * __this, NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_m7BD113782177C075F201529298AE04250ACF42F3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_m7BD113782177C075F201529298AE04250ACF42F3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 *)(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 L_7 = V_2;
|
|
NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkHash128>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_m4430651039D18A1F9FD4B4D5DEEA5032A814DF04_gshared (RuntimeArray * __this, NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_m4430651039D18A1F9FD4B4D5DEEA5032A814DF04_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_m4430651039D18A1F9FD4B4D5DEEA5032A814DF04_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C *)(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C L_7 = V_2;
|
|
NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkInstanceId>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m808E4A5CB87A83F76EB127546C6E733CD452E226_gshared (RuntimeArray * __this, NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m808E4A5CB87A83F76EB127546C6E733CD452E226_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m808E4A5CB87A83F76EB127546C6E733CD452E226_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 *)(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 L_7 = V_2;
|
|
NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = NetworkInstanceId_Equals_m63C9601597B5E4E32FA8E43B6CDEED8766BBF22A((NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 *)(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkLobbyManager_PendingPlayer>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m7A81CC6BDE46DC8F19E0D7F1F00BE62FEAFE7862_gshared (RuntimeArray * __this, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m7A81CC6BDE46DC8F19E0D7F1F00BE62FEAFE7862_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m7A81CC6BDE46DC8F19E0D7F1F00BE62FEAFE7862_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 *)(PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 L_7 = V_2;
|
|
PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mCE2C94133459E167564BAA0A1C0CA0B8C0B51655_gshared (RuntimeArray * __this, ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mCE2C94133459E167564BAA0A1C0CA0B8C0B51655_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mCE2C94133459E167564BAA0A1C0CA0B8C0B51655_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 *)(ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 L_7 = V_2;
|
|
ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_mEE535BF547322E935C5E60014BCB6D828E3E2B6D_gshared (RuntimeArray * __this, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_mEE535BF547322E935C5E60014BCB6D828E3E2B6D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_mEE535BF547322E935C5E60014BCB6D828E3E2B6D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC *)(PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC L_7 = V_2;
|
|
PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkSceneId>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_mB420576951CEAFF4FB181240C055EA8E9F11B1F5_gshared (RuntimeArray * __this, NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_mB420576951CEAFF4FB181240C055EA8E9F11B1F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_mB420576951CEAFF4FB181240C055EA8E9F11B1F5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 *)(NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 L_7 = V_2;
|
|
NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = NetworkSceneId_Equals_mD2620F9B72CE031A6B49197846107696134CAED6((NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 *)(NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkSystem.CRCMessageEntry>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m226A7BE60A9DE4C420AFD8A91BA50DA482122970_gshared (RuntimeArray * __this, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m226A7BE60A9DE4C420AFD8A91BA50DA482122970_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m226A7BE60A9DE4C420AFD8A91BA50DA482122970_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 *)(CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 L_7 = V_2;
|
|
CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Networking.NetworkSystem.PeerInfoPlayer>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m45FCA5A09968FA0F8B0E42E0A9CC684AAA9DEC3D_gshared (RuntimeArray * __this, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m45FCA5A09968FA0F8B0E42E0A9CC684AAA9DEC3D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m45FCA5A09968FA0F8B0E42E0A9CC684AAA9DEC3D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B *)(PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B L_7 = V_2;
|
|
PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ParticleSystem_Particle>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8BD252A7C76DA3F5D80341B94023D981DC09A61F_gshared (RuntimeArray * __this, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8BD252A7C76DA3F5D80341B94023D981DC09A61F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8BD252A7C76DA3F5D80341B94023D981DC09A61F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E L_7 = V_2;
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Plane>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mC6F35F570795A5E488C3203BFBA7E62413935855_gshared (RuntimeArray * __this, Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mC6F35F570795A5E488C3203BFBA7E62413935855_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mC6F35F570795A5E488C3203BFBA7E62413935855_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED *)(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED L_7 = V_2;
|
|
Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Playables.PlayableBinding>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m6E4E7839A6FD04ACCE76C83CE0388C388A4FE8C8_gshared (RuntimeArray * __this, PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m6E4E7839A6FD04ACCE76C83CE0388C388A4FE8C8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m6E4E7839A6FD04ACCE76C83CE0388C388A4FE8C8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 *)(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 L_7 = V_2;
|
|
PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Quaternion>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m5BC41DEB49B5FBEC1FFCE5098688DC4069968DD5_gshared (RuntimeArray * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m5BC41DEB49B5FBEC1FFCE5098688DC4069968DD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m5BC41DEB49B5FBEC1FFCE5098688DC4069968DD5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_7 = V_2;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Quaternion_Equals_m099618C36B86DC63B2E7C89673C8566B18E5996E((Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RaycastHit2D>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m3FAA3E0B53D62490AA0D67C389636BC35207B505_gshared (RuntimeArray * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m3FAA3E0B53D62490AA0D67C389636BC35207B505_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m3FAA3E0B53D62490AA0D67C389636BC35207B505_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE L_7 = V_2;
|
|
RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RaycastHit>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m8B5DE737E8EEF33FF409B1EC9E0A02ECB008430A_gshared (RuntimeArray * __this, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m8B5DE737E8EEF33FF409B1EC9E0A02ECB008430A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m8B5DE737E8EEF33FF409B1EC9E0A02ECB008430A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_7 = V_2;
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rect>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mCD956B15AA8CF0B6F6BCEDA758D37D4E7B71304E_gshared (RuntimeArray * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mCD956B15AA8CF0B6F6BCEDA758D37D4E7B71304E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mCD956B15AA8CF0B6F6BCEDA758D37D4E7B71304E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_7 = V_2;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Rect_Equals_m76E3B7E2E5CC43299C4BF4CB2EA9EF6E989E23E3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RenderBuffer>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m240594BA3E820EB80B555110CF91820F6F803C4D_gshared (RuntimeArray * __this, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m240594BA3E820EB80B555110CF91820F6F803C4D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m240594BA3E820EB80B555110CF91820F6F803C4D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 L_7 = V_2;
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rendering.BatchVisibility>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m0D2E2864EADBF73A2C6EBFF8C7CC3D794C3EFE32_gshared (RuntimeArray * __this, BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m0D2E2864EADBF73A2C6EBFF8C7CC3D794C3EFE32_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m0D2E2864EADBF73A2C6EBFF8C7CC3D794C3EFE32_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 *)(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 L_7 = V_2;
|
|
BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m68603DF01F6C33CE6824281E8AB53EF05B38E382_gshared (RuntimeArray * __this, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m68603DF01F6C33CE6824281E8AB53EF05B38E382_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m68603DF01F6C33CE6824281E8AB53EF05B38E382_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F *)(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F L_7 = V_2;
|
|
ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Resolution>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mAE3BC53C7063C258A48C3FE07DAAD0DE8C2F63C5_gshared (RuntimeArray * __this, Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mAE3BC53C7063C258A48C3FE07DAAD0DE8C2F63C5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mAE3BC53C7063C258A48C3FE07DAAD0DE8C2F63C5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 *)(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 L_7 = V_2;
|
|
Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SendMouseEvents_HitInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m4236D14DFBA5ED7B90C7EF581F832B3F9DEF85F1_gshared (RuntimeArray * __this, HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m4236D14DFBA5ED7B90C7EF581F832B3F9DEF85F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m4236D14DFBA5ED7B90C7EF581F832B3F9DEF85F1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 *)(HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 L_7 = V_2;
|
|
HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m08353B953B4F2605E04A15F96CA4B41F8B146C5A_gshared (RuntimeArray * __this, GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m08353B953B4F2605E04A15F96CA4B41F8B146C5A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m08353B953B4F2605E04A15F96CA4B41F8B146C5A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 *)(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 L_7 = V_2;
|
|
GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m28A74A4959A7980EF82F32542025C2564D4D23FC_gshared (RuntimeArray * __this, GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m28A74A4959A7980EF82F32542025C2564D4D23FC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m28A74A4959A7980EF82F32542025C2564D4D23FC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A *)(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A L_7 = V_2;
|
|
GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Touch>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mF95D1C39AD50C508A8BCBFC5F46A6F43C70A4D16_gshared (RuntimeArray * __this, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mF95D1C39AD50C508A8BCBFC5F46A6F43C70A4D16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mF95D1C39AD50C508A8BCBFC5F46A6F43C70A4D16_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_7 = V_2;
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.EventDispatcher_DispatchContext>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mBC42F8542C178F3E2357E90078CB3E956350AEDD_gshared (RuntimeArray * __this, DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mBC42F8542C178F3E2357E90078CB3E956350AEDD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mBC42F8542C178F3E2357E90078CB3E956350AEDD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA *)(DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA L_7 = V_2;
|
|
DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.EventDispatcher_EventRecord>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m9A8AC75AC6000BF8E80F2EF9A8587604CB470586_gshared (RuntimeArray * __this, EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m9A8AC75AC6000BF8E80F2EF9A8587604CB470586_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m9A8AC75AC6000BF8E80F2EF9A8587604CB470586_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 *)(EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 L_7 = V_2;
|
|
EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.FocusController_FocusedElement>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mC5B11A4FBE60BE68D374E5FF0D0A8987F814C96B_gshared (RuntimeArray * __this, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mC5B11A4FBE60BE68D374E5FF0D0A8987F814C96B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mC5B11A4FBE60BE68D374E5FF0D0A8987F814C96B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 *)(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 L_7 = V_2;
|
|
FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m6E4D8C58453A4FCC1872C5DA00A0A7102106C10E_gshared (RuntimeArray * __this, SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m6E4D8C58453A4FCC1872C5DA00A0A7102106C10E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m6E4D8C58453A4FCC1872C5DA00A0A7102106C10E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 *)(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 L_7 = V_2;
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.StyleSheets.StyleValue>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE539A823830CAB43187316F705103AF08DCAB8E9_gshared (RuntimeArray * __this, StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE539A823830CAB43187316F705103AF08DCAB8E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE539A823830CAB43187316F705103AF08DCAB8E9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 *)(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 L_7 = V_2;
|
|
StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UnitySynchronizationContext_WorkRequest>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m2DE5D585328BCDF6E78A101D7DA023AF08EEC750_gshared (RuntimeArray * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m2DE5D585328BCDF6E78A101D7DA023AF08EEC750_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m2DE5D585328BCDF6E78A101D7DA023AF08EEC750_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_7 = V_2;
|
|
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector2>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mAA701B1201770866405813C3D76A76D70C74DCF9_gshared (RuntimeArray * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mAA701B1201770866405813C3D76A76D70C74DCF9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mAA701B1201770866405813C3D76A76D70C74DCF9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Vector2_Equals_m4A2A75BC3D09933321220BCEF21219B38AF643AE((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector3>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mA4FD0E08296A35001B200AAF55CB9581CA17BCCD_gshared (RuntimeArray * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mA4FD0E08296A35001B200AAF55CB9581CA17BCCD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mA4FD0E08296A35001B200AAF55CB9581CA17BCCD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_2;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Vector3_Equals_m1F74B1FB7EE51589FFFA61D894F616B8F258C056((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector4>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9AC5026660C2BAFB664A00E0BA552309710E6B0C_gshared (RuntimeArray * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9AC5026660C2BAFB664A00E0BA552309710E6B0C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9AC5026660C2BAFB664A00E0BA552309710E6B0C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_7 = V_2;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
bool L_10 = Vector4_Equals_m552ECA9ECD220D6526D8ECC9902016B6FC6D49B5((Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.jvalue>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mB3D7E6E99B7D9381A2B903607E08992FAB9F96C3_gshared (RuntimeArray * __this, jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mB3D7E6E99B7D9381A2B903607E08992FAB9F96C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324((String_t*)_stringLiteral05EEF590134C13CD36F8C414489EBA98237315AB, /*hidden argument*/NULL);
|
|
RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F * L_2 = (RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F *)il2cpp_codegen_object_new(RankException_t85F27ECAFB95F8FC0E72E5EA676169A3CE9B4B6F_il2cpp_TypeInfo_var);
|
|
RankException__ctor_m5C185B91AFCA252366D882B15B65C984BF02004D(L_2, (String_t*)L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__ICollection_Contains_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mB3D7E6E99B7D9381A2B903607E08992FAB9F96C3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_3 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_3;
|
|
V_1 = (int32_t)0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 *)(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 *)(&V_2));
|
|
goto IL_003f;
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 L_7 = V_2;
|
|
jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8);
|
|
RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0));
|
|
NullCheck((RuntimeObject *)L_10);
|
|
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9);
|
|
___item0 = *(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 *)UnBox(L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.GPath_Segment>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3964F4DEBECB71D35D1B9816E3C162021D0E1035_gshared (RuntimeArray * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3964F4DEBECB71D35D1B9816E3C162021D0E1035_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m3964F4DEBECB71D35D1B9816E3C162021D0E1035_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.GPathPoint>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m10156AC4EDBB2F65A5CCBCEE1F832376F71F9373_gshared (RuntimeArray * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m10156AC4EDBB2F65A5CCBCEE1F832376F71F9373_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m10156AC4EDBB2F65A5CCBCEE1F832376F71F9373_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.TextField_CharPosition>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m0CE2055154DD44ABACBC18A4EF3405C19D6DA750_gshared (RuntimeArray * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m0CE2055154DD44ABACBC18A4EF3405C19D6DA750_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m0CE2055154DD44ABACBC18A4EF3405C19D6DA750_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.UpdateContext_ClipInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m99D3B8FFFF89B7C4286DFC23340317D47C031351_gshared (RuntimeArray * __this, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m99D3B8FFFF89B7C4286DFC23340317D47C031351_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m99D3B8FFFF89B7C4286DFC23340317D47C031351_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m57184B2CA173BE7DBB3C6CF849539BE83EE125BB_gshared (RuntimeArray * __this, LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m57184B2CA173BE7DBB3C6CF849539BE83EE125BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m57184B2CA173BE7DBB3C6CF849539BE83EE125BB_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<LuaInterface.LuaFunction_FuncData>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m6D7721A30228A66D9D409AA95501BF33E051F4A2_gshared (RuntimeArray * __this, FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m6D7721A30228A66D9D409AA95501BF33E051F4A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m6D7721A30228A66D9D409AA95501BF33E051F4A2_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<Mono.Globalization.Unicode.CodePointIndexer_TableRange>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mB719732245D92CEA8997B17A92AA1EDAC2DC92F0_gshared (RuntimeArray * __this, TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mB719732245D92CEA8997B17A92AA1EDAC2DC92F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mB719732245D92CEA8997B17A92AA1EDAC2DC92F0_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<Mono.Security.Uri_UriScheme>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m45A92D79C2E90BD99388D341399892E24445840B_gshared (RuntimeArray * __this, UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m45A92D79C2E90BD99388D341399892E24445840B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m45A92D79C2E90BD99388D341399892E24445840B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.ArraySegment`1<System.Byte>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m8EEA2B72FAB01DDF024228E2EE2A626AE0F8BB53_gshared (RuntimeArray * __this, ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m8EEA2B72FAB01DDF024228E2EE2A626AE0F8BB53_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m8EEA2B72FAB01DDF024228E2EE2A626AE0F8BB53_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Boolean>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m43372F15DCCC8F472AC03409EA555A7F2BEAC7A8_gshared (RuntimeArray * __this, bool ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m43372F15DCCC8F472AC03409EA555A7F2BEAC7A8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m43372F15DCCC8F472AC03409EA555A7F2BEAC7A8_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Byte>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m56E36DCA4EFD0913CC07EEEF3BFA3F97D617ED68_gshared (RuntimeArray * __this, uint8_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m56E36DCA4EFD0913CC07EEEF3BFA3F97D617ED68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m56E36DCA4EFD0913CC07EEEF3BFA3F97D617ED68_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.ByteEnum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mE7DEE6C41A8417CD36A9F118B7B6719407ABAF5C_gshared (RuntimeArray * __this, uint8_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mE7DEE6C41A8417CD36A9F118B7B6719407ABAF5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mE7DEE6C41A8417CD36A9F118B7B6719407ABAF5C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Char>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m0D19525B1FE8B8B7F0227CE690D3BA7EEAE11ABA_gshared (RuntimeArray * __this, Il2CppChar ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m0D19525B1FE8B8B7F0227CE690D3BA7EEAE11ABA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m0D19525B1FE8B8B7F0227CE690D3BA7EEAE11ABA_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.DictionaryEntry>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m3049977F2D2E02B653DB86FF858606510B59C0B5_gshared (RuntimeArray * __this, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m3049977F2D2E02B653DB86FF858606510B59C0B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m3049977F2D2E02B653DB86FF858606510B59C0B5_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m6E72260BD07941A5CD868DCFF289B72F295A25A8_gshared (RuntimeArray * __this, Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m6E72260BD07941A5CD868DCFF289B72F295A25A8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m6E72260BD07941A5CD868DCFF289B72F295A25A8_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Int16,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_mEDD30832932BE3291AFAC6A014AD7E584D143AFC_gshared (RuntimeArray * __this, Entry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_mEDD30832932BE3291AFAC6A014AD7E584D143AFC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_mEDD30832932BE3291AFAC6A014AD7E584D143AFC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mA11753833748CCDE4D57FC91AB8B4348ED00CF89_gshared (RuntimeArray * __this, Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mA11753833748CCDE4D57FC91AB8B4348ED00CF89_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mA11753833748CCDE4D57FC91AB8B4348ED00CF89_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m2565415706F850322D9439298DC7D1B70F58DE58_gshared (RuntimeArray * __this, Entry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m2565415706F850322D9439298DC7D1B70F58DE58_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m2565415706F850322D9439298DC7D1B70F58DE58_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m15CEB17A073BA7B1364932795E797A69543485AB_gshared (RuntimeArray * __this, Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m15CEB17A073BA7B1364932795E797A69543485AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m15CEB17A073BA7B1364932795E797A69543485AB_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m5A6F1A26AF69EBA53F83F62CC1190434261F54E2_gshared (RuntimeArray * __this, Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m5A6F1A26AF69EBA53F83F62CC1190434261F54E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m5A6F1A26AF69EBA53F83F62CC1190434261F54E2_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m30CB863CEE867E53431D25475A1B8435EAEE2AA9_gshared (RuntimeArray * __this, Entry_t1569C69F7132527F147EA707D2A116532F05D1EE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m30CB863CEE867E53431D25475A1B8435EAEE2AA9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m30CB863CEE867E53431D25475A1B8435EAEE2AA9_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m004348DABADCE44D0B2097A6CA19396EB2AB9B38_gshared (RuntimeArray * __this, Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m004348DABADCE44D0B2097A6CA19396EB2AB9B38_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m004348DABADCE44D0B2097A6CA19396EB2AB9B38_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m257CF40F2485A06E3C7DEA5F2A163DE5BBC2AA8F_gshared (RuntimeArray * __this, Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m257CF40F2485A06E3C7DEA5F2A163DE5BBC2AA8F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m257CF40F2485A06E3C7DEA5F2A163DE5BBC2AA8F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m893199D5DCF6259D7CF331F142C490048085F94C_gshared (RuntimeArray * __this, Entry_t39E5078AF9E9A002524BC15C94626539E28F1DD0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m893199D5DCF6259D7CF331F142C490048085F94C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m893199D5DCF6259D7CF331F142C490048085F94C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int64>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_m0AC7E928E884A27B5AFB0AA6572AE2A37D561432_gshared (RuntimeArray * __this, Entry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_m0AC7E928E884A27B5AFB0AA6572AE2A37D561432_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_m0AC7E928E884A27B5AFB0AA6572AE2A37D561432_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2190957569462BDB701F8BD00D07288E267C32E5_gshared (RuntimeArray * __this, Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2190957569462BDB701F8BD00D07288E267C32E5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2190957569462BDB701F8BD00D07288E267C32E5_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m9A3429760CFE2770F474338EFB66A0BA867ED824_gshared (RuntimeArray * __this, Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m9A3429760CFE2770F474338EFB66A0BA867ED824_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m9A3429760CFE2770F474338EFB66A0BA867ED824_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_mD4C50F6CDA8560B898F84D04108A100D816DB4A1_gshared (RuntimeArray * __this, Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_mD4C50F6CDA8560B898F84D04108A100D816DB4A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_mD4C50F6CDA8560B898F84D04108A100D816DB4A1_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m17ABDCE4FFD74B6B8C75D52CA336C28D3B04BA4B_gshared (RuntimeArray * __this, Entry_t199B9164AC346CAFF297C44D6DF2326A3634773E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m17ABDCE4FFD74B6B8C75D52CA336C28D3B04BA4B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_m17ABDCE4FFD74B6B8C75D52CA336C28D3B04BA4B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mF2F70573C2BA59D4ACAD29CDB385838AE1EEDB18_gshared (RuntimeArray * __this, Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mF2F70573C2BA59D4ACAD29CDB385838AE1EEDB18_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mF2F70573C2BA59D4ACAD29CDB385838AE1EEDB18_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<System.UInt64Enum,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_mB923560C44661B59270E2C691B97593610ADFA3B_gshared (RuntimeArray * __this, Entry_tB17A20FF297E1D4E33181E36238F550A443DFD91 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_mB923560C44661B59270E2C691B97593610ADFA3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_mB923560C44661B59270E2C691B97593610ADFA3B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m635F812B8DC16E1428CCC01A615DEEA88B414B9B_gshared (RuntimeArray * __this, Entry_t687188C87EF1FD0D50038E634676DBC449857B8E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m635F812B8DC16E1428CCC01A615DEEA88B414B9B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m635F812B8DC16E1428CCC01A615DEEA88B414B9B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkHash128,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_m33629C2E2285EEDF84F47AA174EB09D3BE091C7D_gshared (RuntimeArray * __this, Entry_t8E09DFCC6D674230C233702F449DB762B53A2031 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_m33629C2E2285EEDF84F47AA174EB09D3BE091C7D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_m33629C2E2285EEDF84F47AA174EB09D3BE091C7D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m18222A9BA588D3433DC6233F46C4B7603FBCE2CA_gshared (RuntimeArray * __this, Entry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m18222A9BA588D3433DC6233F46C4B7603FBCE2CA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m18222A9BA588D3433DC6233F46C4B7603FBCE2CA_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkSceneId,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_m8F59054840E13562DCFDD79796E294D17BBEEC79_gshared (RuntimeArray * __this, Entry_t3CF6B1247389C61083A617AC30D960016D16A651 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_m8F59054840E13562DCFDD79796E294D17BBEEC79_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_m8F59054840E13562DCFDD79796E294D17BBEEC79_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m77F4E3FF858F4553A644DB081055D1B656D3E358_gshared (RuntimeArray * __this, Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m77F4E3FF858F4553A644DB081055D1B656D3E358_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m77F4E3FF858F4553A644DB081055D1B656D3E358_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m74AFB7A368458482214AC73C7084849A46A0C3CD_gshared (RuntimeArray * __this, Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m74AFB7A368458482214AC73C7084849A46A0C3CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m74AFB7A368458482214AC73C7084849A46A0C3CD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.HashSet`1_Slot<System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_m90BBACFC92ECE68D019945F5DF590617F8AD6D4D_gshared (RuntimeArray * __this, Slot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_m90BBACFC92ECE68D019945F5DF590617F8AD6D4D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_m90BBACFC92ECE68D019945F5DF590617F8AD6D4D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.HashSet`1_Slot<System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m6CFB0C635FB1BFBE6DDE1F1AF2544FCFD5FA81C4_gshared (RuntimeArray * __this, Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m6CFB0C635FB1BFBE6DDE1F1AF2544FCFD5FA81C4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m6CFB0C635FB1BFBE6DDE1F1AF2544FCFD5FA81C4_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.HashSet`1_Slot<UnityEngine.Networking.NetworkInstanceId>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mBFD85C882673A401F4F8FD2CBDE8F5DFAF57F519_gshared (RuntimeArray * __this, Slot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mBFD85C882673A401F4F8FD2CBDE8F5DFAF57F519_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mBFD85C882673A401F4F8FD2CBDE8F5DFAF57F519_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m8246B902E1EDB5F3FF98F3B02653886EAF703ED1_gshared (RuntimeArray * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m8246B902E1EDB5F3FF98F3B02653886EAF703ED1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m8246B902E1EDB5F3FF98F3B02653886EAF703ED1_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m5DDF7731E556E35CEB1C24E3D0E0710078400C09_gshared (RuntimeArray * __this, KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m5DDF7731E556E35CEB1C24E3D0E0710078400C09_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m5DDF7731E556E35CEB1C24E3D0E0710078400C09_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_m6EB3FAD9A387C1485585DE3108513775ED7EB1ED_gshared (RuntimeArray * __this, KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_m6EB3FAD9A387C1485585DE3108513775ED7EB1ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_m6EB3FAD9A387C1485585DE3108513775ED7EB1ED_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m58CCD2D0DCE16D13BB95ACDBDFB8602B47534E3B_gshared (RuntimeArray * __this, KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m58CCD2D0DCE16D13BB95ACDBDFB8602B47534E3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m58CCD2D0DCE16D13BB95ACDBDFB8602B47534E3B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_m8361F3A2A95F3F2ABF597C0DFBCD646E57EFAEC6_gshared (RuntimeArray * __this, KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_m8361F3A2A95F3F2ABF597C0DFBCD646E57EFAEC6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_m8361F3A2A95F3F2ABF597C0DFBCD646E57EFAEC6_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3D7C1308C223314AEB19DD43C77BE0B33C152B62_gshared (RuntimeArray * __this, KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3D7C1308C223314AEB19DD43C77BE0B33C152B62_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3D7C1308C223314AEB19DD43C77BE0B33C152B62_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m49C99012CF749BA385755228C8EBA56402B167C8_gshared (RuntimeArray * __this, KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m49C99012CF749BA385755228C8EBA56402B167C8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m49C99012CF749BA385755228C8EBA56402B167C8_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mA9B610E8FA59F276FE5516FFF418C7789029C32A_gshared (RuntimeArray * __this, KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mA9B610E8FA59F276FE5516FFF418C7789029C32A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mA9B610E8FA59F276FE5516FFF418C7789029C32A_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m23268C66054298D7D4F72B8381CC911B762AFC98_gshared (RuntimeArray * __this, KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m23268C66054298D7D4F72B8381CC911B762AFC98_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m23268C66054298D7D4F72B8381CC911B762AFC98_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_m800C7FA27356EF2DD59EEA0DF39823048F1783F1_gshared (RuntimeArray * __this, KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_m800C7FA27356EF2DD59EEA0DF39823048F1783F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_m800C7FA27356EF2DD59EEA0DF39823048F1783F1_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_m36B6AB23D6923E7275DBB035B6042DB23780EBFC_gshared (RuntimeArray * __this, KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_m36B6AB23D6923E7275DBB035B6042DB23780EBFC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_m36B6AB23D6923E7275DBB035B6042DB23780EBFC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1C62820767FF87224518220D51B808DAD9E44EE3_gshared (RuntimeArray * __this, KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1C62820767FF87224518220D51B808DAD9E44EE3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m1C62820767FF87224518220D51B808DAD9E44EE3_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_mC5A6AD9B0DF18898C55E826D97208D9542C8651A_gshared (RuntimeArray * __this, KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_mC5A6AD9B0DF18898C55E826D97208D9542C8651A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_mC5A6AD9B0DF18898C55E826D97208D9542C8651A_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m8FA188732B6012FBDCD3388DF9B1CD8281494D55_gshared (RuntimeArray * __this, KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m8FA188732B6012FBDCD3388DF9B1CD8281494D55_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m8FA188732B6012FBDCD3388DF9B1CD8281494D55_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m12DF094B3AA6A409B5C89BD3EFD5BB99B0E0F009_gshared (RuntimeArray * __this, KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m12DF094B3AA6A409B5C89BD3EFD5BB99B0E0F009_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m12DF094B3AA6A409B5C89BD3EFD5BB99B0E0F009_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mFC3DE30E30F80FB5C53A19816FAE456B8E5EB267_gshared (RuntimeArray * __this, KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mFC3DE30E30F80FB5C53A19816FAE456B8E5EB267_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_mFC3DE30E30F80FB5C53A19816FAE456B8E5EB267_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m97188EFC2FB94973A2A4E366306DCC87B341A50E_gshared (RuntimeArray * __this, KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m97188EFC2FB94973A2A4E366306DCC87B341A50E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m97188EFC2FB94973A2A4E366306DCC87B341A50E_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_mD6866A3E7AADA66B48E3D8DD8B1D003D09E3A5AC_gshared (RuntimeArray * __this, KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_mD6866A3E7AADA66B48E3D8DD8B1D003D09E3A5AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_mD6866A3E7AADA66B48E3D8DD8B1D003D09E3A5AC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_m8CD68243B66569AC767F2AB107FB36E1D8FDC67C_gshared (RuntimeArray * __this, KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_m8CD68243B66569AC767F2AB107FB36E1D8FDC67C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_m8CD68243B66569AC767F2AB107FB36E1D8FDC67C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m2A796CE80943960A7BCCAF2A9AC144205A14D2EF_gshared (RuntimeArray * __this, KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m2A796CE80943960A7BCCAF2A9AC144205A14D2EF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_m2A796CE80943960A7BCCAF2A9AC144205A14D2EF_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m415B04505811589A19153A5051A8D104137740B0_gshared (RuntimeArray * __this, KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m415B04505811589A19153A5051A8D104137740B0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_m415B04505811589A19153A5051A8D104137740B0_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m6D062EAE6A739D095851FF0BC42E676E6FC6FC00_gshared (RuntimeArray * __this, KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m6D062EAE6A739D095851FF0BC42E676E6FC6FC00_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_m6D062EAE6A739D095851FF0BC42E676E6FC6FC00_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m256CFFE0E1D5E70EE706ECC2EA581581B76EB74D_gshared (RuntimeArray * __this, KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m256CFFE0E1D5E70EE706ECC2EA581581B76EB74D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m256CFFE0E1D5E70EE706ECC2EA581581B76EB74D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_mC2AE83F8B70131DD1BF1C71DCE285E7872597E77_gshared (RuntimeArray * __this, KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_mC2AE83F8B70131DD1BF1C71DCE285E7872597E77_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_mC2AE83F8B70131DD1BF1C71DCE285E7872597E77_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Hashtable_bucket>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m20971E7C30F16EA09FBE8AC227664CE867529D93_gshared (RuntimeArray * __this, bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m20971E7C30F16EA09FBE8AC227664CE867529D93_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m20971E7C30F16EA09FBE8AC227664CE867529D93_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.ComponentModel.AttributeCollection_AttributeEntry>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m677BCDB87B64CC5E3501EB7457CEF7EC0315C5A4_gshared (RuntimeArray * __this, AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m677BCDB87B64CC5E3501EB7457CEF7EC0315C5A4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m677BCDB87B64CC5E3501EB7457CEF7EC0315C5A4_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.DateTime>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m482F35826228743400A1F3611B9047FCAE763E30_gshared (RuntimeArray * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m482F35826228743400A1F3611B9047FCAE763E30_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_m482F35826228743400A1F3611B9047FCAE763E30_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Decimal>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m12695C33CFF9CDABF7DFE2E1CBFC46787E422BF7_gshared (RuntimeArray * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m12695C33CFF9CDABF7DFE2E1CBFC46787E422BF7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m12695C33CFF9CDABF7DFE2E1CBFC46787E422BF7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Double>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mF0AABBAF630C3C0529968AB13A8FF0D653D52450_gshared (RuntimeArray * __this, double ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mF0AABBAF630C3C0529968AB13A8FF0D653D52450_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mF0AABBAF630C3C0529968AB13A8FF0D653D52450_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Globalization.InternalCodePageDataItem>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_mF7F24BCD2EDB8C30A5306CE00D5D5C5005D2F8A8_gshared (RuntimeArray * __this, InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_mF7F24BCD2EDB8C30A5306CE00D5D5C5005D2F8A8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_mF7F24BCD2EDB8C30A5306CE00D5D5C5005D2F8A8_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Globalization.InternalEncodingDataItem>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mC70D23CCB72FFF3C6208755E148C4EC79EFA7798_gshared (RuntimeArray * __this, InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mC70D23CCB72FFF3C6208755E148C4EC79EFA7798_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mC70D23CCB72FFF3C6208755E148C4EC79EFA7798_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Globalization.TimeSpanParse_TimeSpanToken>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m534F40475838D13DC9AD333F996E61FD88305D8F_gshared (RuntimeArray * __this, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m534F40475838D13DC9AD333F996E61FD88305D8F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m534F40475838D13DC9AD333F996E61FD88305D8F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Guid>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisGuid_t_mDD7509697ED6CF9B42EBF951C2DF7F6B204762E9_gshared (RuntimeArray * __this, Guid_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisGuid_t_mDD7509697ED6CF9B42EBF951C2DF7F6B204762E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisGuid_t_mDD7509697ED6CF9B42EBF951C2DF7F6B204762E9_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int16>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m6A2002705633BC209D906F56ED41ED91150FCD75_gshared (RuntimeArray * __this, int16_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m6A2002705633BC209D906F56ED41ED91150FCD75_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m6A2002705633BC209D906F56ED41ED91150FCD75_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int32>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m47EDC5B50330A912B528BF50934D7B8B8A14AABA_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m47EDC5B50330A912B528BF50934D7B8B8A14AABA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m47EDC5B50330A912B528BF50934D7B8B8A14AABA_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int32Enum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m8745DDE5760211EBA43555334C7E99C7ED181A74_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m8745DDE5760211EBA43555334C7E99C7ED181A74_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m8745DDE5760211EBA43555334C7E99C7ED181A74_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int64>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m16D8485E2D599B2F1A2B2872C11BBBFFC4BCD1D2_gshared (RuntimeArray * __this, int64_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m16D8485E2D599B2F1A2B2872C11BBBFFC4BCD1D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m16D8485E2D599B2F1A2B2872C11BBBFFC4BCD1D2_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.IntPtr>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisIntPtr_t_mCF05E4F9D4D390C6B60378C754C038E4F8D75320_gshared (RuntimeArray * __this, intptr_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisIntPtr_t_mCF05E4F9D4D390C6B60378C754C038E4F8D75320_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisIntPtr_t_mCF05E4F9D4D390C6B60378C754C038E4F8D75320_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.CookieTokenizer_RecognizedAttribute>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m7053D90D0F63C154BC95EBA5EDBC6C3256345C9B_gshared (RuntimeArray * __this, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m7053D90D0F63C154BC95EBA5EDBC6C3256345C9B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m7053D90D0F63C154BC95EBA5EDBC6C3256345C9B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.HeaderVariantInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_mCCE7D702D60F3845A561A8BD7D04CBD7617E7B44_gshared (RuntimeArray * __this, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_mCCE7D702D60F3845A561A8BD7D04CBD7617E7B44_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_mCCE7D702D60F3845A561A8BD7D04CBD7617E7B44_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.Sockets.Socket_WSABUF>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m927C06AB5477EEF11060233E852F4BCCD3240CD0_gshared (RuntimeArray * __this, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m927C06AB5477EEF11060233E852F4BCCD3240CD0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m927C06AB5477EEF11060233E852F4BCCD3240CD0_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Nullable`1<UnityEngine.RaycastHit>>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mC885D5CDFC5ACD0488071E411029B6FADED383B1_gshared (RuntimeArray * __this, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mC885D5CDFC5ACD0488071E411029B6FADED383B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mC885D5CDFC5ACD0488071E411029B6FADED383B1_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Object>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRuntimeObject_m08302E45150816D0B859809E88CFE9DACF8279A7_gshared (RuntimeArray * __this, RuntimeObject * ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRuntimeObject_m08302E45150816D0B859809E88CFE9DACF8279A7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisRuntimeObject_m08302E45150816D0B859809E88CFE9DACF8279A7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.ParameterizedStrings_FormatParam>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_mAECD760494FA7C1D7C657CE9F90C3DC169BDFB5C_gshared (RuntimeArray * __this, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_mAECD760494FA7C1D7C657CE9F90C3DC169BDFB5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_mAECD760494FA7C1D7C657CE9F90C3DC169BDFB5C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.CustomAttributeNamedArgument>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m599ADE667D0A6AB4A8ECF327FCBD7AA3783977AD_gshared (RuntimeArray * __this, CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m599ADE667D0A6AB4A8ECF327FCBD7AA3783977AD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m599ADE667D0A6AB4A8ECF327FCBD7AA3783977AD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.CustomAttributeTypedArgument>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m6DCDF8A80A7200B3B255E619DAEAD332F61FB6A2_gshared (RuntimeArray * __this, CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m6DCDF8A80A7200B3B255E619DAEAD332F61FB6A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m6DCDF8A80A7200B3B255E619DAEAD332F61FB6A2_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.ParameterModifier>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m0A1630F483F3F292A7765D11CB0C10192A6F621F_gshared (RuntimeArray * __this, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m0A1630F483F3F292A7765D11CB0C10192A6F621F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m0A1630F483F3F292A7765D11CB0C10192A6F621F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Resources.ResourceLocator>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mCCF6082AEF46E0FC21D288F331C4E3345993021B_gshared (RuntimeArray * __this, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mCCF6082AEF46E0FC21D288F331C4E3345993021B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mCCF6082AEF46E0FC21D288F331C4E3345993021B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Runtime.CompilerServices.Ephemeron>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mBCFC267A7990FFB6D5E1C78CB881BBC95FD57CDD_gshared (RuntimeArray * __this, Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mBCFC267A7990FFB6D5E1C78CB881BBC95FD57CDD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mBCFC267A7990FFB6D5E1C78CB881BBC95FD57CDD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Runtime.InteropServices.GCHandle>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mDBDE0FE5697A9C444F94531B45A81C7925A720D1_gshared (RuntimeArray * __this, GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mDBDE0FE5697A9C444F94531B45A81C7925A720D1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mDBDE0FE5697A9C444F94531B45A81C7925A720D1_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.SByte>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m3684DD2AE69AC20D24E8C709D37DF8614C86C617_gshared (RuntimeArray * __this, int8_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m3684DD2AE69AC20D24E8C709D37DF8614C86C617_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m3684DD2AE69AC20D24E8C709D37DF8614C86C617_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m686E05FFDC448AD707E311568E324834B7806C5E_gshared (RuntimeArray * __this, X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m686E05FFDC448AD707E311568E324834B7806C5E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m686E05FFDC448AD707E311568E324834B7806C5E_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Single>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m94CEC258739F77D5F7E604DD21BC9A1B7AE79468_gshared (RuntimeArray * __this, float ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m94CEC258739F77D5F7E604DD21BC9A1B7AE79468_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m94CEC258739F77D5F7E604DD21BC9A1B7AE79468_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m160B24CE5362F4373D2CF86CD4E07707F0C5A5A0_gshared (RuntimeArray * __this, LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m160B24CE5362F4373D2CF86CD4E07707F0C5A5A0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m160B24CE5362F4373D2CF86CD4E07707F0C5A5A0_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.Threading.CancellationTokenRegistration>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mA047B12A028A53C687BE764BAFA9C3559EA46A95_gshared (RuntimeArray * __this, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mA047B12A028A53C687BE764BAFA9C3559EA46A95_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_mA047B12A028A53C687BE764BAFA9C3559EA46A95_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.TimeSpan>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m7A88879C6A7CF4A67128C14CEFD97F4636C4870A_gshared (RuntimeArray * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m7A88879C6A7CF4A67128C14CEFD97F4636C4870A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m7A88879C6A7CF4A67128C14CEFD97F4636C4870A_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt16>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m32AE115C6AFE1571A6143D7BAED29624F169201F_gshared (RuntimeArray * __this, uint16_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m32AE115C6AFE1571A6143D7BAED29624F169201F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m32AE115C6AFE1571A6143D7BAED29624F169201F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt16Enum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m8739D0040540B689806801C9FB5CFC0DDAA80DA6_gshared (RuntimeArray * __this, uint16_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m8739D0040540B689806801C9FB5CFC0DDAA80DA6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m8739D0040540B689806801C9FB5CFC0DDAA80DA6_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt32>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m28843B8E1C9B2191C2A5A40FB31FE225867C0D41_gshared (RuntimeArray * __this, uint32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m28843B8E1C9B2191C2A5A40FB31FE225867C0D41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m28843B8E1C9B2191C2A5A40FB31FE225867C0D41_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt32Enum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mCE7EAB9F413A3BB5137ACEF56C926D42A5EBAD63_gshared (RuntimeArray * __this, uint32_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mCE7EAB9F413A3BB5137ACEF56C926D42A5EBAD63_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mCE7EAB9F413A3BB5137ACEF56C926D42A5EBAD63_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt64>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m2AD39667BF2DDFDD9AD8DC24025A23DED37D64C6_gshared (RuntimeArray * __this, uint64_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m2AD39667BF2DDFDD9AD8DC24025A23DED37D64C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m2AD39667BF2DDFDD9AD8DC24025A23DED37D64C6_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt64Enum>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m93E3756B7B24EBEB9742E1556900044893C472F2_gshared (RuntimeArray * __this, uint64_t ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m93E3756B7B24EBEB9742E1556900044893C472F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m93E3756B7B24EBEB9742E1556900044893C472F2_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.AccelerationEvent>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m0347FAB6036080EEDD13132292175995BE567CB6_gshared (RuntimeArray * __this, AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m0347FAB6036080EEDD13132292175995BE567CB6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m0347FAB6036080EEDD13132292175995BE567CB6_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.AnimatorClipInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_m528FCB70D4822E51CF28D0A453319D4339997AB9_gshared (RuntimeArray * __this, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_m528FCB70D4822E51CF28D0A453319D4339997AB9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_m528FCB70D4822E51CF28D0A453319D4339997AB9_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.BeforeRenderHelper_OrderBlock>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD6F3210C34D4CD02B8E6D844EF3BD1295C8F6570_gshared (RuntimeArray * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD6F3210C34D4CD02B8E6D844EF3BD1295C8F6570_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD6F3210C34D4CD02B8E6D844EF3BD1295C8F6570_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Color32>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m423C73EA4642A649419CFFBBB75FF3F1824EC8A7_gshared (RuntimeArray * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m423C73EA4642A649419CFFBBB75FF3F1824EC8A7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m423C73EA4642A649419CFFBBB75FF3F1824EC8A7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Color>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mA872348842283F30901935456D95007BC1D919EE_gshared (RuntimeArray * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mA872348842283F30901935456D95007BC1D919EE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mA872348842283F30901935456D95007BC1D919EE_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ContactPoint2D>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD4558668018EAA43297453C90487D5D195A1A03D_gshared (RuntimeArray * __this, ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD4558668018EAA43297453C90487D5D195A1A03D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD4558668018EAA43297453C90487D5D195A1A03D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ContactPoint>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_mE1B004C46618F041E79676F436EC8DF0DA4702BD_gshared (RuntimeArray * __this, ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_mE1B004C46618F041E79676F436EC8DF0DA4702BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_mE1B004C46618F041E79676F436EC8DF0DA4702BD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m0A4ACD1926AABA1A7A1207C99898EE2367AC717B_gshared (RuntimeArray * __this, LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m0A4ACD1926AABA1A7A1207C99898EE2367AC717B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m0A4ACD1926AABA1A7A1207C99898EE2367AC717B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mD7B73E3DA91C321155337A25B9D422E63137701E_gshared (RuntimeArray * __this, TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mD7B73E3DA91C321155337A25B9D422E63137701E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mD7B73E3DA91C321155337A25B9D422E63137701E_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Keyframe>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mDDB28FB54CD462641C8E4D6066B2E7EE6DE37F1C_gshared (RuntimeArray * __this, Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mDDB28FB54CD462641C8E4D6066B2E7EE6DE37F1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mDDB28FB54CD462641C8E4D6066B2E7EE6DE37F1C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.LowLevel.PlayerLoopSystem>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mE557005160AFED60B912386597135390F2A54EF7_gshared (RuntimeArray * __this, PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mE557005160AFED60B912386597135390F2A54EF7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mE557005160AFED60B912386597135390F2A54EF7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Matrix4x4>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9D1CAD99E9EB8ED6E557413E4A9289DEEF844D99_gshared (RuntimeArray * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9D1CAD99E9EB8ED6E557413E4A9289DEEF844D99_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9D1CAD99E9EB8ED6E557413E4A9289DEEF844D99_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.ChannelPacket>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_m753E827042E600F7154D7188A0A64775833D6583_gshared (RuntimeArray * __this, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_m753E827042E600F7154D7188A0A64775833D6583_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_m753E827042E600F7154D7188A0A64775833D6583_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.ClientScene_PendingOwner>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_mBED4B77F74430DC10BEB1A41A2D868BF0E934653_gshared (RuntimeArray * __this, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_mBED4B77F74430DC10BEB1A41A2D868BF0E934653_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_mBED4B77F74430DC10BEB1A41A2D868BF0E934653_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.LocalClient_InternalMsg>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_mEBF24E15B06C99BFDCAC8ECE8D9E783285317489_gshared (RuntimeArray * __this, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_mEBF24E15B06C99BFDCAC8ECE8D9E783285317489_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_mEBF24E15B06C99BFDCAC8ECE8D9E783285317489_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkBroadcastResult>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_mD4B52C1C7A4F8573A5ECF15DC020B063146BB50C_gshared (RuntimeArray * __this, NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_mD4B52C1C7A4F8573A5ECF15DC020B063146BB50C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_mD4B52C1C7A4F8573A5ECF15DC020B063146BB50C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkHash128>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_mBE4596F747125A7FF337C66A9BF322437EC28E19_gshared (RuntimeArray * __this, NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_mBE4596F747125A7FF337C66A9BF322437EC28E19_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_mBE4596F747125A7FF337C66A9BF322437EC28E19_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkInstanceId>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m405CF655DF5C9E4B5025D92FACB47F1A1A9BCF01_gshared (RuntimeArray * __this, NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m405CF655DF5C9E4B5025D92FACB47F1A1A9BCF01_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_m405CF655DF5C9E4B5025D92FACB47F1A1A9BCF01_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkLobbyManager_PendingPlayer>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m64FBCC29BF06C2E98817DE77AE463D8071BCC78C_gshared (RuntimeArray * __this, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m64FBCC29BF06C2E98817DE77AE463D8071BCC78C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_m64FBCC29BF06C2E98817DE77AE463D8071BCC78C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mB88B0EDEC8DC75B3044ADF4259BED35B5A6C46BD_gshared (RuntimeArray * __this, ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mB88B0EDEC8DC75B3044ADF4259BED35B5A6C46BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_mB88B0EDEC8DC75B3044ADF4259BED35B5A6C46BD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_m267222BE91BF9DD2A350508D6ACAD85D83A617FE_gshared (RuntimeArray * __this, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_m267222BE91BF9DD2A350508D6ACAD85D83A617FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisPendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_m267222BE91BF9DD2A350508D6ACAD85D83A617FE_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkSceneId>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_m8C64E9636A1975EE0D37D84D11CF34F0D20812FE_gshared (RuntimeArray * __this, NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_m8C64E9636A1975EE0D37D84D11CF34F0D20812FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisNetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340_m8C64E9636A1975EE0D37D84D11CF34F0D20812FE_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkSystem.CRCMessageEntry>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m20F7B18C45468D88CFDC3824B462305C9141F615_gshared (RuntimeArray * __this, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m20F7B18C45468D88CFDC3824B462305C9141F615_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisCRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_m20F7B18C45468D88CFDC3824B462305C9141F615_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Networking.NetworkSystem.PeerInfoPlayer>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m151F0650F164C835A980057963544BEDED4E97FC_gshared (RuntimeArray * __this, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m151F0650F164C835A980057963544BEDED4E97FC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisPeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B_m151F0650F164C835A980057963544BEDED4E97FC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ParticleSystem_Particle>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8F36AE8B9B20A9770FDAFC9BD5E06AE5A7A370C0_gshared (RuntimeArray * __this, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8F36AE8B9B20A9770FDAFC9BD5E06AE5A7A370C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m8F36AE8B9B20A9770FDAFC9BD5E06AE5A7A370C0_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Plane>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mCFAD29AFCCB4628334B76D32D7403F3105AF2611_gshared (RuntimeArray * __this, Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mCFAD29AFCCB4628334B76D32D7403F3105AF2611_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mCFAD29AFCCB4628334B76D32D7403F3105AF2611_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Playables.PlayableBinding>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mA5C9F03FA9FACBC097C1BC2FF7609EAB981AC031_gshared (RuntimeArray * __this, PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mA5C9F03FA9FACBC097C1BC2FF7609EAB981AC031_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mA5C9F03FA9FACBC097C1BC2FF7609EAB981AC031_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Quaternion>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m440C8F90DB0E7577E0F41475526EC3C198D722A6_gshared (RuntimeArray * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m440C8F90DB0E7577E0F41475526EC3C198D722A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m440C8F90DB0E7577E0F41475526EC3C198D722A6_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RaycastHit2D>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_mBAD176910E7442A81BFF3F274DD59C2B93EA4D3D_gshared (RuntimeArray * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_mBAD176910E7442A81BFF3F274DD59C2B93EA4D3D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_mBAD176910E7442A81BFF3F274DD59C2B93EA4D3D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RaycastHit>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m55C2215E437D9753C4D10C2843FB177AEBB0FC98_gshared (RuntimeArray * __this, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m55C2215E437D9753C4D10C2843FB177AEBB0FC98_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m55C2215E437D9753C4D10C2843FB177AEBB0FC98_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rect>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m0F745F758FD2AAFC4A9DC84C04FBE933CCE6A10F_gshared (RuntimeArray * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m0F745F758FD2AAFC4A9DC84C04FBE933CCE6A10F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m0F745F758FD2AAFC4A9DC84C04FBE933CCE6A10F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RenderBuffer>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_mEEA4640930BE246B51CD1FCD79338A5CA702500C_gshared (RuntimeArray * __this, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_mEEA4640930BE246B51CD1FCD79338A5CA702500C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_mEEA4640930BE246B51CD1FCD79338A5CA702500C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rendering.BatchVisibility>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m099DED67415FFFB735B2C59E5CDBFD2CB3166C1D_gshared (RuntimeArray * __this, BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m099DED67415FFFB735B2C59E5CDBFD2CB3166C1D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m099DED67415FFFB735B2C59E5CDBFD2CB3166C1D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m573F1CA5199B614057DF448B5F995A9122480A57_gshared (RuntimeArray * __this, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m573F1CA5199B614057DF448B5F995A9122480A57_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m573F1CA5199B614057DF448B5F995A9122480A57_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Resolution>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mACCC1F0925A49F1F9F1D003A83378993F47CD0EA_gshared (RuntimeArray * __this, Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mACCC1F0925A49F1F9F1D003A83378993F47CD0EA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mACCC1F0925A49F1F9F1D003A83378993F47CD0EA_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SendMouseEvents_HitInfo>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m8820C92A21A4EA93333B75013951EB5AE1BC046D_gshared (RuntimeArray * __this, HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m8820C92A21A4EA93333B75013951EB5AE1BC046D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m8820C92A21A4EA93333B75013951EB5AE1BC046D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m5B7F6BE409E2459BF24F96B418647587BDD5702A_gshared (RuntimeArray * __this, GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m5B7F6BE409E2459BF24F96B418647587BDD5702A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m5B7F6BE409E2459BF24F96B418647587BDD5702A_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m0E17E05FD16332A64ADCCFA1539E83D01E72B0A5_gshared (RuntimeArray * __this, GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m0E17E05FD16332A64ADCCFA1539E83D01E72B0A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m0E17E05FD16332A64ADCCFA1539E83D01E72B0A5_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Touch>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mBE4F81C5AD3742E669527D8D7EF867470A11D734_gshared (RuntimeArray * __this, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mBE4F81C5AD3742E669527D8D7EF867470A11D734_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_mBE4F81C5AD3742E669527D8D7EF867470A11D734_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.EventDispatcher_DispatchContext>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_m716574247F0A1F7F328C1F29083C3E7044557E36_gshared (RuntimeArray * __this, DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_m716574247F0A1F7F328C1F29083C3E7044557E36_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_m716574247F0A1F7F328C1F29083C3E7044557E36_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.EventDispatcher_EventRecord>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m58F060B8A09C2A562D202D2705E83613143F8D0F_gshared (RuntimeArray * __this, EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m58F060B8A09C2A562D202D2705E83613143F8D0F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m58F060B8A09C2A562D202D2705E83613143F8D0F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.FocusController_FocusedElement>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m5DDD2979CF65836A88FED792ED90800A45A3FF3E_gshared (RuntimeArray * __this, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m5DDD2979CF65836A88FED792ED90800A45A3FF3E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m5DDD2979CF65836A88FED792ED90800A45A3FF3E_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mC850E0373480117875581EA08DFAC0C2C6561D49_gshared (RuntimeArray * __this, SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mC850E0373480117875581EA08DFAC0C2C6561D49_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mC850E0373480117875581EA08DFAC0C2C6561D49_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.StyleSheets.StyleValue>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mA3E331F5BF159D24E96BF0259F6D4ACB1E77BEA7_gshared (RuntimeArray * __this, StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mA3E331F5BF159D24E96BF0259F6D4ACB1E77BEA7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mA3E331F5BF159D24E96BF0259F6D4ACB1E77BEA7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UnitySynchronizationContext_WorkRequest>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m811893FA64A657CA472D8E9568C5280359E62753_gshared (RuntimeArray * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m811893FA64A657CA472D8E9568C5280359E62753_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_m811893FA64A657CA472D8E9568C5280359E62753_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector2>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mF0F4047D2261232FAF8F945AFD3C70386FC01A7B_gshared (RuntimeArray * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mF0F4047D2261232FAF8F945AFD3C70386FC01A7B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_mF0F4047D2261232FAF8F945AFD3C70386FC01A7B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector3>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m57917B3848DC1D7767E557F09F644CA30646D253_gshared (RuntimeArray * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m57917B3848DC1D7767E557F09F644CA30646D253_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m57917B3848DC1D7767E557F09F644CA30646D253_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector4>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mAE816987FF5C77F354F1B5EA51844389B5572F35_gshared (RuntimeArray * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mAE816987FF5C77F354F1B5EA51844389B5572F35_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mAE816987FF5C77F354F1B5EA51844389B5572F35_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.jvalue>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m2504B980C2F35BAB9735FFCBC1647D44C7163309_gshared (RuntimeArray * __this, jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 ___item0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m2504B980C2F35BAB9735FFCBC1647D44C7163309_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, (String_t*)_stringLiteralA7CEC20A424C8707BB414FCB0A9D122CCE55CF90, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Array_InternalArray__ICollection_Remove_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m2504B980C2F35BAB9735FFCBC1647D44C7163309_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Array::TrueForAll<System.Object>(T[],System.Predicate`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_TrueForAll_TisRuntimeObject_m358A047A399804D40AF8D00C5EC4E99FC2636B3B_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_TrueForAll_TisRuntimeObject_m358A047A399804D40AF8D00C5EC4E99FC2636B3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___array0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, (String_t*)_stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Array_TrueForAll_TisRuntimeObject_m358A047A399804D40AF8D00C5EC4E99FC2636B3B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_2 = ___match1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, (String_t*)_stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Array_TrueForAll_TisRuntimeObject_m358A047A399804D40AF8D00C5EC4E99FC2636B3B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
V_0 = (int32_t)0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_4 = ___match1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___array0;
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
NullCheck((Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_4);
|
|
bool L_9 = (( bool (*) (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_4, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
if (L_9)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = ___array0;
|
|
NullCheck(L_12);
|
|
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Collections.Generic.CollectionExtensions::Remove<System.Object,System.Object>(System.Collections.Generic.IDictionary`2<TKey,TValue>,TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionExtensions_Remove_TisRuntimeObject_TisRuntimeObject_mAB77A5BEFD3256F388C6AE2FDC8CF34475C5396C_gshared (RuntimeObject* ___dictionary0, RuntimeObject * ___key1, RuntimeObject ** ___value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CollectionExtensions_Remove_TisRuntimeObject_TisRuntimeObject_mAB77A5BEFD3256F388C6AE2FDC8CF34475C5396C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___dictionary0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, (String_t*)_stringLiteralF18BFB74E613AFB11F36BDD80CF05CD5DFAD98D6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CollectionExtensions_Remove_TisRuntimeObject_TisRuntimeObject_mAB77A5BEFD3256F388C6AE2FDC8CF34475C5396C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject* L_2 = ___dictionary0;
|
|
RuntimeObject * L_3 = ___key1;
|
|
RuntimeObject ** L_4 = ___value2;
|
|
NullCheck((RuntimeObject*)L_2);
|
|
bool L_5 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (RuntimeObject *)L_3, (RuntimeObject **)(RuntimeObject **)L_4);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = ___dictionary0;
|
|
RuntimeObject * L_7 = ___key1;
|
|
NullCheck((RuntimeObject*)L_6);
|
|
InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::Remove(TKey) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (RuntimeObject *)L_7);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
RuntimeObject ** L_8 = ___value2;
|
|
il2cpp_codegen_initobj(L_8, sizeof(RuntimeObject *));
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Collections.Generic.CollectionExtensions::TryAdd<System.Object,System.Object>(System.Collections.Generic.IDictionary`2<TKey,TValue>,TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionExtensions_TryAdd_TisRuntimeObject_TisRuntimeObject_mAB1B71BBA89B84365F3E1681564FA2C9AE83C15A_gshared (RuntimeObject* ___dictionary0, RuntimeObject * ___key1, RuntimeObject * ___value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CollectionExtensions_TryAdd_TisRuntimeObject_TisRuntimeObject_mAB1B71BBA89B84365F3E1681564FA2C9AE83C15A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___dictionary0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, (String_t*)_stringLiteralF18BFB74E613AFB11F36BDD80CF05CD5DFAD98D6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CollectionExtensions_TryAdd_TisRuntimeObject_TisRuntimeObject_mAB1B71BBA89B84365F3E1681564FA2C9AE83C15A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject* L_2 = ___dictionary0;
|
|
RuntimeObject * L_3 = ___key1;
|
|
NullCheck((RuntimeObject*)L_2);
|
|
bool L_4 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::ContainsKey(TKey) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (RuntimeObject *)L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = ___dictionary0;
|
|
RuntimeObject * L_6 = ___key1;
|
|
RuntimeObject * L_7 = ___value2;
|
|
NullCheck((RuntimeObject*)L_5);
|
|
InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.Generic.IDictionary`2<System.Object,System.Object>::Add(TKey,TValue) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5, (RuntimeObject *)L_6, (RuntimeObject *)L_7);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Object>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Contract_ForAll_TisRuntimeObject_mBF4C0003DFCCE261B152BAC8CF5A4A9BC25B071D_gshared (RuntimeObject* ___collection0, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___predicate1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Contract_ForAll_TisRuntimeObject_mBF4C0003DFCCE261B152BAC8CF5A4A9BC25B071D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
bool V_2 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
RuntimeObject* L_0 = ___collection0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, (String_t*)_stringLiteral2037DE437C80264CCBCE8A8B61D0BF9F593D2322, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Contract_ForAll_TisRuntimeObject_mBF4C0003DFCCE261B152BAC8CF5A4A9BC25B071D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_2 = ___predicate1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, (String_t*)_stringLiteral04444310B8C9D216A6BC1D1CC9542ECC75BC02DF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Contract_ForAll_TisRuntimeObject_mBF4C0003DFCCE261B152BAC8CF5A4A9BC25B071D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
RuntimeObject* L_4 = ___collection0;
|
|
NullCheck((RuntimeObject*)L_4);
|
|
RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4);
|
|
V_0 = (RuntimeObject*)L_5;
|
|
}
|
|
|
|
IL_0023:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
NullCheck((RuntimeObject*)L_6);
|
|
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6);
|
|
V_1 = (RuntimeObject *)L_7;
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_8 = ___predicate1;
|
|
RuntimeObject * L_9 = V_1;
|
|
NullCheck((Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_8);
|
|
bool L_10 = (( bool (*) (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
if (L_10)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
V_2 = (bool)0;
|
|
IL2CPP_LEAVE(0x4F, FINALLY_0043);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
RuntimeObject* L_11 = V_0;
|
|
NullCheck((RuntimeObject*)L_11);
|
|
bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, (RuntimeObject*)L_11);
|
|
if (L_12)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
IL2CPP_LEAVE(0x4D, FINALLY_0043);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0043;
|
|
}
|
|
|
|
FINALLY_0043:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_13 = V_0;
|
|
if (!L_13)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
RuntimeObject* L_14 = V_0;
|
|
NullCheck((RuntimeObject*)L_14);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_14);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
IL2CPP_END_FINALLY(67)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(67)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x4F, IL_004f)
|
|
IL2CPP_JUMP_TBL(0x4D, IL_004d)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
bool L_15 = V_2;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_m4855AE1389C1E454FF70D74FD49D3C642E0DF458_gshared (RuntimeObject* ___source0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enumerable_Any_TisRuntimeObject_m4855AE1389C1E454FF70D74FD49D3C642E0DF458_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
RuntimeObject* L_0 = ___source0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_1 = Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7((String_t*)_stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Enumerable_Any_TisRuntimeObject_m4855AE1389C1E454FF70D74FD49D3C642E0DF458_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject* L_2 = ___source0;
|
|
NullCheck((RuntimeObject*)L_2);
|
|
RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<!0> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2);
|
|
V_0 = (RuntimeObject*)L_3;
|
|
}
|
|
|
|
IL_0015:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck((RuntimeObject*)L_4);
|
|
bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, (RuntimeObject*)L_4);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
V_1 = (bool)1;
|
|
IL2CPP_LEAVE(0x2F, FINALLY_0023);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
IL2CPP_LEAVE(0x2D, FINALLY_0023);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0023;
|
|
}
|
|
|
|
FINALLY_0023:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
RuntimeObject* L_7 = V_0;
|
|
NullCheck((RuntimeObject*)L_7);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_7);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
IL2CPP_END_FINALLY(35)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(35)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x2F, IL_002f)
|
|
IL2CPP_JUMP_TBL(0x2D, IL_002d)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
bool L_8 = V_1;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_m7F45944D8AA270D6F5F8897D9F81E3438A1E39FC_gshared (RuntimeObject* ___source0, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enumerable_Any_TisRuntimeObject_m7F45944D8AA270D6F5F8897D9F81E3438A1E39FC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
bool V_2 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
RuntimeObject* L_0 = ___source0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_1 = Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7((String_t*)_stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Enumerable_Any_TisRuntimeObject_m7F45944D8AA270D6F5F8897D9F81E3438A1E39FC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_2 = ___predicate1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_3 = Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7((String_t*)_stringLiteral04444310B8C9D216A6BC1D1CC9542ECC75BC02DF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerable_Any_TisRuntimeObject_m7F45944D8AA270D6F5F8897D9F81E3438A1E39FC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
RuntimeObject* L_4 = ___source0;
|
|
NullCheck((RuntimeObject*)L_4);
|
|
RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<!0> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4);
|
|
V_0 = (RuntimeObject*)L_5;
|
|
}
|
|
|
|
IL_0023:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
NullCheck((RuntimeObject*)L_6);
|
|
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6);
|
|
V_1 = (RuntimeObject *)L_7;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_8 = ___predicate1;
|
|
RuntimeObject * L_9 = V_1;
|
|
NullCheck((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_8);
|
|
bool L_10 = (( bool (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
if (!L_10)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
V_2 = (bool)1;
|
|
IL2CPP_LEAVE(0x4F, FINALLY_0043);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
RuntimeObject* L_11 = V_0;
|
|
NullCheck((RuntimeObject*)L_11);
|
|
bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, (RuntimeObject*)L_11);
|
|
if (L_12)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
IL2CPP_LEAVE(0x4D, FINALLY_0043);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0043;
|
|
}
|
|
|
|
FINALLY_0043:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_13 = V_0;
|
|
if (!L_13)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
RuntimeObject* L_14 = V_0;
|
|
NullCheck((RuntimeObject*)L_14);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_14);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
IL2CPP_END_FINALLY(67)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(67)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x4F, IL_004f)
|
|
IL2CPP_JUMP_TBL(0x4D, IL_004d)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
bool L_15 = V_2;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<FairyGUI.UpdateContext_ClipInfo>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_mE1125322C9F140460F872F5BCF504BCD31165F8A_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_mE1125322C9F140460F872F5BCF504BCD31165F8A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<LuaInterface.LuaFunction_FuncData>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_mED1C3490EAC48B1AC906D7F6360AF29780AE5978_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_mED1C3490EAC48B1AC906D7F6360AF29780AE5978_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Int32>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mAF86532C3742CF3886312C8B2DDC782B38AEACF2_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mAF86532C3742CF3886312C8B2DDC782B38AEACF2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Int64>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m4EFB34D0883F4CAD321C4F40050B7BA4559C8A5F_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m4EFB34D0883F4CAD321C4F40050B7BA4559C8A5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisRuntimeObject_m95C3FDB24FBA5718DDA5433FB573576ED86B59E0_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisRuntimeObject_m95C3FDB24FBA5718DDA5433FB573576ED86B59E0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.Networking.ChannelPacket>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mCCDE3006BCCC2D7E9469424A8A24E17918048A27_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mCCDE3006BCCC2D7E9469424A8A24E17918048A27_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.Networking.LocalClient_InternalMsg>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_m771CB8C882DDE1EF15B2B32D2E18687DB45CB2D8_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_m771CB8C882DDE1EF15B2B32D2E18687DB45CB2D8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.Networking.NetworkInstanceId>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_mA1BEE0F5D141676E477346085644073911333860_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_mA1BEE0F5D141676E477346085644073911333860_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.UIElements.EventDispatcher_DispatchContext>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_m20DB24145FFC69EEAF0B2D1641CC4CCA8F2B5A4F_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_m20DB24145FFC69EEAF0B2D1641CC4CCA8F2B5A4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.UIElements.EventDispatcher_EventRecord>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m2BF7BF973E882FA49A5DC8F2CFAAE469F7939BD5_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RuntimeHelpers_IsReferenceOrContainsReferences_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_m2BF7BF973E882FA49A5DC8F2CFAAE469F7939BD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_1);
|
|
bool L_2 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8((Type_t *)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
|
|
bool L_5 = RuntimeTypeHandle_HasReferences_m71822B61531288291A39FCF9B42B8076164939A3((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisRuntimeObject_mEA39EA06F910CA16A034CC9A08A0AC3482049628_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisRuntimeObject_mEA39EA06F910CA16A034CC9A08A0AC3482049628_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisRuntimeObject_mEA39EA06F910CA16A034CC9A08A0AC3482049628_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisRuntimeObject_mEA39EA06F910CA16A034CC9A08A0AC3482049628(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationLayerMixerPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationLayerMixerPlayable_t699CCDE32ABD6FC79BFC09064E473D785D9F9371_mC3942EB4B00EAC10035AA7EBE23CA679C8790D20_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisAnimationLayerMixerPlayable_t699CCDE32ABD6FC79BFC09064E473D785D9F9371_mC3942EB4B00EAC10035AA7EBE23CA679C8790D20_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisAnimationLayerMixerPlayable_t699CCDE32ABD6FC79BFC09064E473D785D9F9371_mC3942EB4B00EAC10035AA7EBE23CA679C8790D20_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisAnimationLayerMixerPlayable_t699CCDE32ABD6FC79BFC09064E473D785D9F9371_mC3942EB4B00EAC10035AA7EBE23CA679C8790D20(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMixerPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationMixerPlayable_tA71C834654979CF92B034B537EE5A3DA9713030A_m172B8D6DA48AD49F0740833F7D18CD468B072E5E_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisAnimationMixerPlayable_tA71C834654979CF92B034B537EE5A3DA9713030A_m172B8D6DA48AD49F0740833F7D18CD468B072E5E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisAnimationMixerPlayable_tA71C834654979CF92B034B537EE5A3DA9713030A_m172B8D6DA48AD49F0740833F7D18CD468B072E5E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisAnimationMixerPlayable_tA71C834654979CF92B034B537EE5A3DA9713030A_m172B8D6DA48AD49F0740833F7D18CD468B072E5E(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMotionXToDeltaPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationMotionXToDeltaPlayable_tA5F0BE3BA966E1A6661311F185C1544F90302CDC_mCC63F3E0D55A21A9E56D80D26150AD2B78C6EC50_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisAnimationMotionXToDeltaPlayable_tA5F0BE3BA966E1A6661311F185C1544F90302CDC_mCC63F3E0D55A21A9E56D80D26150AD2B78C6EC50_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisAnimationMotionXToDeltaPlayable_tA5F0BE3BA966E1A6661311F185C1544F90302CDC_mCC63F3E0D55A21A9E56D80D26150AD2B78C6EC50_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisAnimationMotionXToDeltaPlayable_tA5F0BE3BA966E1A6661311F185C1544F90302CDC_mCC63F3E0D55A21A9E56D80D26150AD2B78C6EC50(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationOffsetPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationOffsetPlayable_t1534674D22C39D6ED74F24A108C3475C7301A93E_mF434E44E279E1DBD0887921B38A5C57812B1371A_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisAnimationOffsetPlayable_t1534674D22C39D6ED74F24A108C3475C7301A93E_mF434E44E279E1DBD0887921B38A5C57812B1371A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisAnimationOffsetPlayable_t1534674D22C39D6ED74F24A108C3475C7301A93E_mF434E44E279E1DBD0887921B38A5C57812B1371A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisAnimationOffsetPlayable_t1534674D22C39D6ED74F24A108C3475C7301A93E_mF434E44E279E1DBD0887921B38A5C57812B1371A(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationPosePlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationPosePlayable_t92EAB5BB4093D236F90ED0242488039EA87AFA07_m35A103AAF8E80E7C007214546C71B4E90901C2A2_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisAnimationPosePlayable_t92EAB5BB4093D236F90ED0242488039EA87AFA07_m35A103AAF8E80E7C007214546C71B4E90901C2A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisAnimationPosePlayable_t92EAB5BB4093D236F90ED0242488039EA87AFA07_m35A103AAF8E80E7C007214546C71B4E90901C2A2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisAnimationPosePlayable_t92EAB5BB4093D236F90ED0242488039EA87AFA07_m35A103AAF8E80E7C007214546C71B4E90901C2A2(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationRemoveScalePlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationRemoveScalePlayable_t02381EE856ADF73C82C1EA6D2AD1878EC5879A7B_m1E16540EE6283270E3DE85D46C3BE1F8B85E73C2_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisAnimationRemoveScalePlayable_t02381EE856ADF73C82C1EA6D2AD1878EC5879A7B_m1E16540EE6283270E3DE85D46C3BE1F8B85E73C2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisAnimationRemoveScalePlayable_t02381EE856ADF73C82C1EA6D2AD1878EC5879A7B_m1E16540EE6283270E3DE85D46C3BE1F8B85E73C2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisAnimationRemoveScalePlayable_t02381EE856ADF73C82C1EA6D2AD1878EC5879A7B_m1E16540EE6283270E3DE85D46C3BE1F8B85E73C2(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationScriptPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimationScriptPlayable_t1EDF8E51A9ED180BB012656916323FA4F68CA27E_m1767ADED196AAA8B4D6FBB9313003E33A967E799_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisAnimationScriptPlayable_t1EDF8E51A9ED180BB012656916323FA4F68CA27E_m1767ADED196AAA8B4D6FBB9313003E33A967E799_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisAnimationScriptPlayable_t1EDF8E51A9ED180BB012656916323FA4F68CA27E_m1767ADED196AAA8B4D6FBB9313003E33A967E799_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisAnimationScriptPlayable_t1EDF8E51A9ED180BB012656916323FA4F68CA27E_m1767ADED196AAA8B4D6FBB9313003E33A967E799(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimatorControllerPlayable>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsPlayableOfType_TisAnimatorControllerPlayable_t352C2C3D059CFC0404FF4FBBA302F16C5966F44B_mC6A8CB67F39B0B39BF77ED6177B3C2DF1BC91533_gshared (PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlayableHandle_IsPlayableOfType_TisAnimatorControllerPlayable_t352C2C3D059CFC0404FF4FBBA302F16C5966F44B_mC6A8CB67F39B0B39BF77ED6177B3C2DF1BC91533_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = PlayableHandle_GetPlayableType_m962BE384C093FF07EAF156DA373806C2D6EF1AD1((PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *)__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PlayableHandle_IsPlayableOfType_TisAnimatorControllerPlayable_t352C2C3D059CFC0404FF4FBBA302F16C5966F44B_mC6A8CB67F39B0B39BF77ED6177B3C2DF1BC91533_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * _thisAdjusted = reinterpret_cast<PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 *>(__this + _offset);
|
|
return PlayableHandle_IsPlayableOfType_TisAnimatorControllerPlayable_t352C2C3D059CFC0404FF4FBBA302F16C5966F44B_mC6A8CB67F39B0B39BF77ED6177B3C2DF1BC91533(_thisAdjusted, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m77C4748BC22520E365AB1F6A46B2C8A8BF525492_gshared (RuntimeObject* ___source0, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enumerable_Where_TisRuntimeObject_m77C4748BC22520E365AB1F6A46B2C8A8BF525492_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___source0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_1 = Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7((String_t*)_stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Enumerable_Where_TisRuntimeObject_m77C4748BC22520E365AB1F6A46B2C8A8BF525492_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_2 = ___predicate1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_3 = Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7((String_t*)_stringLiteral04444310B8C9D216A6BC1D1CC9542ECC75BC02DF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerable_Where_TisRuntimeObject_m77C4748BC22520E365AB1F6A46B2C8A8BF525492_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
RuntimeObject* L_4 = ___source0;
|
|
if (!((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = ___source0;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_6 = ___predicate1;
|
|
NullCheck((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))));
|
|
RuntimeObject* L_7 = VirtFuncInvoker1< RuntimeObject*, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * >::Invoke(14 /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */, (Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)((Iterator_1_t42A80F07B35185042E43B5EF12AE08EA8D51C8F9 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_6);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
RuntimeObject* L_8 = ___source0;
|
|
if (!((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = ___source0;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_10 = ___predicate1;
|
|
WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 * L_11 = (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
(( void (*) (WhereArrayIterator_1_tDC14B1D2214C0D13692FDFFE17823B446AF1D477 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
return L_11;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
RuntimeObject* L_12 = ___source0;
|
|
if (!((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_13 = ___source0;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_14 = ___predicate1;
|
|
WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E * L_15 = (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6));
|
|
(( void (*) (WhereListIterator_1_t4ABE9A00944E61DA8EDD1B29E844ACAA7CC41D7E *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7));
|
|
return L_15;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
RuntimeObject* L_16 = ___source0;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_17 = ___predicate1;
|
|
WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D * L_18 = (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8));
|
|
(( void (*) (WhereEnumerableIterator_1_tA18D8BF799B66905332740C9366555398BC94F3D *, RuntimeObject*, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9));
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.GPath_Segment>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m425CD88FA31302030D1793073D74F2EC3E524EA5_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6 * L_1 = ((EmptyInternalEnumerator_1_t86B79001474D2ED3E3A81E0FB964756FA3DB56D6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t60083B2D4E14FED0977F633D7987ABD4C906547A L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mCB4D9E285E58343BAF8B6326E37D11A45BF9CCCD((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t60083B2D4E14FED0977F633D7987ABD4C906547A L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.GPathPoint>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_mFDA122941858274BF26A5E319BC12F4021BB9DBE_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF * L_1 = ((EmptyInternalEnumerator_1_t1E2862014745B44DE1EE57EAD02733F2290CA3DF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t0643FA2CC7249AEEE82FE4CE407D658A4040E6D7 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mFDC55B58F74A3823A10B2D96F684321D1698A8F9((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t0643FA2CC7249AEEE82FE4CE407D658A4040E6D7 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.TextField_CharPosition>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mEB46286F67B873EEBD82900CA8CF8B96AC274A37_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038 * L_1 = ((EmptyInternalEnumerator_1_t1E9384762FB3025D5B424E84475897D3F93C7038_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t12A2EFD5B5A54D3F02E135984EBE2E6A6BE92103 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m91B3A10F385352AC74A2C4A71AA7FE60073CB2E0((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t12A2EFD5B5A54D3F02E135984EBE2E6A6BE92103 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.UpdateContext_ClipInfo>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_mFCCEBA1F29EA155A9174D2D0277D7EA1918408C0_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A * L_1 = ((EmptyInternalEnumerator_1_tA91FDE04B1104558289982362CB635F1DC9F4F0A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t5A65A9C8283BEC7B6155FB0329C8CDB1E3FC8661 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m3F0B2E24A881E9E5711811224CFD091BA67C5C35((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t5A65A9C8283BEC7B6155FB0329C8CDB1E3FC8661 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_m221548DCF8C102AF02AC67FF27D8CF6614DB77E4_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B * L_1 = ((EmptyInternalEnumerator_1_t345E51DBB27A95515A6D9591F50AE6977683AA4B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t7F1C63269A7543A28E24D7C409FF74F5B57F4FD6 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m7150DE80A8C2B1134132012AB3A9A902308EB79B((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t7F1C63269A7543A28E24D7C409FF74F5B57F4FD6 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<LuaInterface.LuaFunction_FuncData>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_mAD6FACCC4866DC883308C671CCCEC612CEF2C978_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53 * L_1 = ((EmptyInternalEnumerator_1_tFFB5322601EBE7D72ADDF4233E4216C03F7F0A53_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tFB548C19ECCF25B07135263DFC083DB9F10FC684 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mCE87880DF0B52BF552AEC948F9CA19EEDAAE3E3F((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tFB548C19ECCF25B07135263DFC083DB9F10FC684 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<Mono.Globalization.Unicode.CodePointIndexer_TableRange>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m94FA3A88338FFB6616299C4737D8D6DE7BC6F782_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * L_1 = ((EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t8774DE4581B922EC542DFDEAF08CF8AA2C57120F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mB435979A4FC207D777BBBEDCBE6DBD47F06FC2D3((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t8774DE4581B922EC542DFDEAF08CF8AA2C57120F L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<Mono.Security.Uri_UriScheme>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m6279A00802569A069A02AD627D89D1A66A5A1D4B_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D * L_1 = ((EmptyInternalEnumerator_1_t2DA9C8A5E19D04294CC6831571BCBD0826C1FD4D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t97DAFEE3C2D266505DEFF351C5F272F8114A750F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m885A4938B6BDAF972ED8BBA46C8D4E34484B327B((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t97DAFEE3C2D266505DEFF351C5F272F8114A750F L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ArraySegment`1<System.Byte>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_mB27AF3D44270B05CD926085F167BDF9D559B7DB1_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * L_1 = ((EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t3B352A33B262DE9B28C121482ABA9A2316338845 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mD489F3FD0B8FF67A021BAB47C1CCC51241701ED0((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t3B352A33B262DE9B28C121482ABA9A2316338845 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Boolean>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mA3564FD9EAD26DBE14935294A5CB3952873749AD_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * L_1 = ((EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tF5A9E5AD2CED6732444D5ECC4F8FC82526717590 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mC6576DE9DFD26D645933F33DDFFF5C193BD2C64F((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tF5A9E5AD2CED6732444D5ECC4F8FC82526717590 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Byte>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m60C485F946632AEDAFBB28C89D0FCF9A72219778_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * L_1 = ((EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t982231C5871D8F29B09EC9C0BE904978F13B83AC L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mCE5D4D9E3057660C094936737BA70F2ADE3646F9((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t982231C5871D8F29B09EC9C0BE904978F13B83AC L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ByteEnum>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m75A2DB4E792403532E8281E68FA624926291B8DA_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * L_1 = ((EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t086F49F046CEE68DE16E3E67C2A1AF1161CADC56 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m131AA13CAFDAEDBFD0C3D03CAF148800CF7488C4((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t086F49F046CEE68DE16E3E67C2A1AF1161CADC56 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Char>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m1274C065FFB930479F5B9EE1A6BE3D0AB6A9A400_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * L_1 = ((EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t74BF3B5EFFF3E4B3A21E9B8FA2E7EDF302AC247B L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mA816E1C13D866A2558DA3C530799B1D3858F80EF((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t74BF3B5EFFF3E4B3A21E9B8FA2E7EDF302AC247B L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.DictionaryEntry>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_mCB531310CA922DE6B1BEA3C283C93A9B5EC1F8D6_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * L_1 = ((EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tDAD7C4B47A5DEC60EAE933F701F1585FC7959379 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mC0890A26F45EB3D0CE722AA211191F47A7D89CAE((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tDAD7C4B47A5DEC60EAE933F701F1585FC7959379 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_mA335CEA432587AE04AA1B34B4CDF4FC2E4C267B9_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * L_1 = ((EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t738B5D5CE39B4BCEACA114A116397CD36015CCD6 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m8DFECC5AF03B02BB798644599A97B875F9061AEA((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t738B5D5CE39B4BCEACA114A116397CD36015CCD6 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Int16,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t5B8CFE2D2FD485FA001BEB04B7CCD9329CE04997_m6924209A68B13EF8F8E4D4DB7BD6E879DE1EE5B0_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A * L_1 = ((EmptyInternalEnumerator_1_t1DE181E5F838C9D7DFC883DBF8C89172FC64382A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t2063EC54804D218D5F5FAB71623CE85B6C941BAC L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m49C0127FCDA71DA44F3ECE44B280AE0F6A491BC1((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t2063EC54804D218D5F5FAB71623CE85B6C941BAC L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mF48FAA9E6E266A968FCCFEED6BCAA15C84F1E66D_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * L_1 = ((EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t02A92EB825760093D375D7DB9530ED1BBACE0EC0 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m826AE3C40B8AFBE65F21024B99461A8E3435394E((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t02A92EB825760093D375D7DB9530ED1BBACE0EC0 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_tDD9F9F04A536C7B61F1C13B5A6AC40EEBF52F3DA_m375FC0B1179081A5257958B4A67A441AA77441D2_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6 * L_1 = ((EmptyInternalEnumerator_1_t42AEF483482AD2BD7779834FF5C56D82B43686D6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t1C8A6CBD9295DFBC7CCFDA347A05AD9AC7C6650E L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m2528DC78CAC3A5C062239A07618339630C6D6262((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t1C8A6CBD9295DFBC7CCFDA347A05AD9AC7C6650E L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_mD7FE3963A335056984CE39D8075E705E14529F46_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F * L_1 = ((EmptyInternalEnumerator_1_t098D408F9B07116606A7DBF2C3884312EDB53E0F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t76E856D62C72D8F5B6FC4A78E38F3ADB834E56DF L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m3FE085DED36DF93C4B0C97EBC807200ECB1BD147((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t76E856D62C72D8F5B6FC4A78E38F3ADB834E56DF L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_mB15692B632BC01CBDB4FD7CC3E217C57D37F672D_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2 * L_1 = ((EmptyInternalEnumerator_1_tF0A13C5EF61E56C134A96448DDF9EBAE0F039EA2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t98769F05A09E4AEA0C41AB2648070EC76C1B8113 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m3D9D5FCD83712292B59538020598B596466798CD((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t98769F05A09E4AEA0C41AB2648070EC76C1B8113 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_mC6E4BFCD5D3731E56764E220DDBBC84D7D2DDB49_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE * L_1 = ((EmptyInternalEnumerator_1_tB7AFA53D0D49FA18D851B44F14FF34DA467A43FE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tACCD5FF3F7B75B587B5C8B2907191F7CA193C44C L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m834B9A93E0489E1BF20DEF263ECC0816CDE3AC12((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tACCD5FF3F7B75B587B5C8B2907191F7CA193C44C L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m811BE92B51F65CEE6AF5F7F6ACE1748DE0493EA4_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * L_1 = ((EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tE873DF91A93A8DE70C1A33CC61C64C06E8C855CA L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m6652E02689C29811F9EC2C52335B6CA0516E5A85((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tE873DF91A93A8DE70C1A33CC61C64C06E8C855CA L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m4DABAF6CFFB6B04CD32FE1E8235DE8AD00488E37_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * L_1 = ((EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t39D8B84AE4BB6C55B6200CDB7081CE440B2B93D2 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m56019387E27A8E3481BDF2669CDE33C7899A4ECB((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t39D8B84AE4BB6C55B6200CDB7081CE440B2B93D2 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t39E5078AF9E9A002524BC15C94626539E28F1DD0_m3705DBFDE05216AF7419CDA7D27F4FE40B95E49D_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4 * L_1 = ((EmptyInternalEnumerator_1_tF0738A20DBEDB9E74E32090755471DCFB1C799C4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t67A4ABC39138F095EAACBFD47A9D79D0C99B517F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mCD4B916B60ED8E733E80DAFB53AFF0E26615B2E1((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t67A4ABC39138F095EAACBFD47A9D79D0C99B517F L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int64>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t765B0DB54871A5BDB0F5E208C7158C68344F1A41_m83CB52139F3380AB43421C4138304B15A27516A6_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC * L_1 = ((EmptyInternalEnumerator_1_t07FB6D77B5CEC30BB532258A40225D69D8DC5FEC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t29D82F20714798F426C776707BBB5A4F3E722924 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m51F3DA6A53425367DEED2F523CC1F1E5EF366BD9((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t29D82F20714798F426C776707BBB5A4F3E722924 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m0FC5864B7E9CECEB9AFAF42C265C8354DDB687BB_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598 * L_1 = ((EmptyInternalEnumerator_1_t3AAE154371647774CF27DD6DC47BF9C441D12598_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tB1CA03A6F16D04B186155BA3AB1225B58254593E L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m870ABA053D76294E3C95FDF7EE2E3B0D29EA1537((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tB1CA03A6F16D04B186155BA3AB1225B58254593E L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m0600D12FA42D6A45F24F19FD676AAE21E645490E_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * L_1 = ((EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t7FA630CCED20A6761747E42B8146CC87AAEA4D0A L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m1593CE384E20D884D915D8C63DB0063790B3A618((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t7FA630CCED20A6761747E42B8146CC87AAEA4D0A L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m2F1C8F3DB23E929F0E852C38AB1C203AFB477E23_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * L_1 = ((EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t643EC2EA2BC458AEB6722E02F1FA22FE544C13AA L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m41F1B4440445674E22696F369E1BE49F6B8B7325((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t643EC2EA2BC458AEB6722E02F1FA22FE544C13AA L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t199B9164AC346CAFF297C44D6DF2326A3634773E_mF24D5291B88B74705774567D7DC8D8CCBD8B1442_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B * L_1 = ((EmptyInternalEnumerator_1_t2C5B56480D559BAE85FA03546210901D0132894B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t3F57183B752E70AA80C5BF21B8262394A1F3254D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m7E5A26F4C5617D6D1F10E6CAC00E3A9C057BF7A2((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t3F57183B752E70AA80C5BF21B8262394A1F3254D L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m6499A6E8315548FEC31D75AF5223F8E7D118E552_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED * L_1 = ((EmptyInternalEnumerator_1_t0C5ACFA712DAD8AE9F4BE2DD55969B0A1CB1DCED_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t3EB3C1C6D66A658F289CE3640A860ECB629E5290 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m4961035213D0DF0614C8B714EEFDB07BA7961A71((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t3EB3C1C6D66A658F289CE3640A860ECB629E5290 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<System.UInt64Enum,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_tB17A20FF297E1D4E33181E36238F550A443DFD91_m0EAE17D9EC336424F27EF9B3BFAA8323183636AA_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4 * L_1 = ((EmptyInternalEnumerator_1_t2012E2E861FE15752B525582935620E889F6F4D4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tAB64CDA5F633669FB4E30D76B78DC23408CFCC5D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m013A0A2B07C8AD94FF1283B44C962DCA04DF8D1C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tAB64CDA5F633669FB4E30D76B78DC23408CFCC5D L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m04B0BAE806A8876DCBE108812BB0C1FB4DD34446_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511 * L_1 = ((EmptyInternalEnumerator_1_tE1050995AB58640B578D7D87B0CCB736ECD5F511_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tF19656A8EB6221B4D2BF82422FCE0C5C57B592E8 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m6EF951D96333E03CA307790DA5695F40FF277941((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tF19656A8EB6221B4D2BF82422FCE0C5C57B592E8 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkHash128,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t8E09DFCC6D674230C233702F449DB762B53A2031_m4363AB494E0D7802301F00370ED094306581EB9E_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB * L_1 = ((EmptyInternalEnumerator_1_t5768604E1E038EBA53E0AC77445CF3C20A71DFBB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t85DB1BB046BBCF649BA66D4E0FE3C7E8B72C9E6E L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m5E40031E71229428712CA1C10D17B1B806B8AD01((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t85DB1BB046BBCF649BA66D4E0FE3C7E8B72C9E6E L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkInstanceId,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_tEB0B9B98F43BF9BBCEF22E0A9F522A0323447BE1_m965D771BE8116619CB4286283DDBCABD371C5EDE_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF * L_1 = ((EmptyInternalEnumerator_1_t45072031626E8EFDB1DC23A6C31BCF6AFFF68CEF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tB9E96C453C1387258B69F05FA19913D0B86FCC22 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mD90119D7EF60DA4D36A7EAE5220B20883701F219((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tB9E96C453C1387258B69F05FA19913D0B86FCC22 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Networking.NetworkSceneId,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t3CF6B1247389C61083A617AC30D960016D16A651_m0A0AE7FCB068ACAF32B012B29832529E509B1DB7_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F * L_1 = ((EmptyInternalEnumerator_1_t0C8FEEAEA0540D9DF7DB77A3413129311AE6854F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t78DEDDED8584EA77FAB6F0BEFC0390458E76B08A L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mFC8D2AA43EAFA7D0D512B4303CA848B57DF7E329((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t78DEDDED8584EA77FAB6F0BEFC0390458E76B08A L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_mEC4D97B71137EB98DE97460A6C3C682C55D19633_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40 * L_1 = ((EmptyInternalEnumerator_1_t6DAC682D410124A8E9BF9F2DE6C230D661726B40_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t0BABF4D5C58493D8DBD6E1C19BC7A09AB0A83F0A L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mD582E12EAE3CEAA09842A51A88260B0D4CCBF61B((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t0BABF4D5C58493D8DBD6E1C19BC7A09AB0A83F0A L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m773F999A7DC8B94DDBCBC73F02137CAA107B9437_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0 * L_1 = ((EmptyInternalEnumerator_1_t656E319FB46DA525596C494AA01A818616D5F2A0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tCFC66AF529966DF0BFFD537E44DC80571E79FB77 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m7237DE486BADDDEE86670C29DCEF6757C2A0096A((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tCFC66AF529966DF0BFFD537E44DC80571E79FB77 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.HashSet`1_Slot<System.Int32>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisSlot_tA9C054FB11E759FD9D735BB5697A90ACE12D6FA7_m5083521BEB26F17E15A9DDC0B1CC4810DDD6BB78_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A * L_1 = ((EmptyInternalEnumerator_1_tDF19FF79BC946D9EC372B73E2426C20873FCE31A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t3E46A16EEFC178EC7A9414BAEF375400A2C76AEB L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mAD5E03A8CC9EBF6E74FA8EB4ED3B4B7483320EF7((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t3E46A16EEFC178EC7A9414BAEF375400A2C76AEB L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.HashSet`1_Slot<System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m0C184852BE8945FB0815BFFA0124720611BA32DB_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * L_1 = ((EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tA30651E9F9C6721484813A1FA4836C7CB2EC1B24 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m2047B6F070C9C5C4D9EF6147976F1ED4E28AF602((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tA30651E9F9C6721484813A1FA4836C7CB2EC1B24 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.HashSet`1_Slot<UnityEngine.Networking.NetworkInstanceId>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisSlot_t8BF561AE3B5605E77F60F4477EC198ABAB87A1AE_mB52800E58B63ED6D5C610D30149E4173F8BA4D47_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E * L_1 = ((EmptyInternalEnumerator_1_t3CE8BF616C2C9598EAD2D4528AABCFB73F6A982E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tF514FE1E95AF715D9F8034EF7488337851888CE5 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mCB4C52B2946DBA56FB4B4EDD037005AFFED0DF56((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tF514FE1E95AF715D9F8034EF7488337851888CE5 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_mFCCB5C653089828851301AE61FE1FEEF6540C278_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * L_1 = ((EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tF5EFF4776DC2AC7A5A6FA97DB973F4DF651913C1 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mEE2C570D5E7E5426D066B223014819C8AF52C81C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tF5EFF4776DC2AC7A5A6FA97DB973F4DF651913C1 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m8A3565D14D2758F2983418FD35117900B8DD2059_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * L_1 = ((EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t7CAF00E6D268359FA5CDD6B530F0E32987FF3550 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m242214F003D15A119A0C04FFE652998D8FE41522((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t7CAF00E6D268359FA5CDD6B530F0E32987FF3550 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int16,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A_m22113E2157575B69AFFEA719E09D146BA6E872E2_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35 * L_1 = ((EmptyInternalEnumerator_1_tBD32694275407B43E8DF3554279713B04F8A5E35_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tFED64CA59186CAB99A6BD01ACD369CAE9B1BFA63 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m8BBE23200B09E994F38A3D9D549E699CD6781A2C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tFED64CA59186CAB99A6BD01ACD369CAE9B1BFA63 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m2B95C39C5627225A5C7429B9EFB3078BDB44CD37_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * L_1 = ((EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tAA3F6981EE42DE1B1FBA5F55188E4EFC2269BEDA L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m61F868D64FD5C0E79726859694754B78C3A12F13((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tAA3F6981EE42DE1B1FBA5F55188E4EFC2269BEDA L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF_m8A5DC293F533701FB5BD26296DF30DF4D25912C6_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829 * L_1 = ((EmptyInternalEnumerator_1_tD2B73BF4BA056B0C4F3814DE3FB00ACA929BA829_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tBBB7AD607670B0E5A288A29C8B96130340003FC4 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m9D0760797377280FF7DD7FFBE57D23E0688C2549((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tBBB7AD607670B0E5A288A29C8B96130340003FC4 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_mD66C803EAAD5958E969117DFFF319A29937E924E_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9 * L_1 = ((EmptyInternalEnumerator_1_t3F4C117DD64575B06FD0A77BFC410FD98F73C1B9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t07452246E5486E5C69E29A357BA9D7626B48B5E1 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m5501634A3EF42D4CDB91A24F9184B0E436071D21((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t07452246E5486E5C69E29A357BA9D7626B48B5E1 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m4B7D48F6F8522EE981925202E0F490602EFC4ACE_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0 * L_1 = ((EmptyInternalEnumerator_1_t2F5ACB467FA1C0C119010C1337A083DF953040D0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tD5C77ADA98A6673B15D48A102BDBF7590017E4C5 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mF260DE351200677B92164F16989D8378B8602FAE((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tD5C77ADA98A6673B15D48A102BDBF7590017E4C5 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mE44C5F76AADAEA1F96C135A231882F90EC6639E7_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609 * L_1 = ((EmptyInternalEnumerator_1_tED07EF634CC3140887165F018496A25385861609_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t4BCF0DC28CDFE9E97057D2617B9C64EA5C259A23 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m5D8F9D41113E8C9DFC52F375E7CC4EB776DA327B((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t4BCF0DC28CDFE9E97057D2617B9C64EA5C259A23 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_mB97A24E3D78DA0095D4E8696E6D04F94352B312F_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * L_1 = ((EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t89EE644047F2E02902D276C4886D44DC103A207C L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m4B6DB37850E868879F81679A1D88409759EB7765((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t89EE644047F2E02902D276C4886D44DC103A207C L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_m5FEE8EF370436BD7C76DF2AF071A89A1612C003B_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * L_1 = ((EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tEDC11688D96373751A66E805DD85CA5A655B5A14 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m68CFC035FC3DC1BD21D1ACB9580D1852CC49FF51((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tEDC11688D96373751A66E805DD85CA5A655B5A14 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755_mC9B951149FF5658B0738AAFC719D45DE03B3E22B_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D * L_1 = ((EmptyInternalEnumerator_1_t4C463DF5F3D60D043D5C021C92B7C8A616ECD64D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t8EAEB2AD0D94D8315F6FA1A304CD1A86AAE95600 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mE0E87BE800E55ACCC17A3A82B8A9FF34E9E13616((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t8EAEB2AD0D94D8315F6FA1A304CD1A86AAE95600 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int64>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2_m885189D89B6D5FAB9C56F4FA7B0F70532D314FC4_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D * L_1 = ((EmptyInternalEnumerator_1_t6C6CC97FDCAA557A3D0A2DA30CBD539A2C25659D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t61131C816FC0109AF890D8D3F39588A2879B7161 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mC6CC09F89E9FA9EBE66CDDF4E15F7946152719FF((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t61131C816FC0109AF890D8D3F39588A2879B7161 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m72E571783CDBB6390CB76820298D254E97562DB6_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7 * L_1 = ((EmptyInternalEnumerator_1_t57B39FCC9F62E9446F3B483539C5AA14FBF9B9C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tD990EA942DA2D3ECA52B4DE94C60BA936615DC71 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m2D730308F5E7E6FB0989D2AEFEA2AFA3D17F8F85((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tD990EA942DA2D3ECA52B4DE94C60BA936615DC71 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_mC6FB277ECAD44E382EA59B8A379C740E958AA039_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * L_1 = ((EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tBD21A361A5A557D215F263973860F89CDAA6C679 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m5207FBDBFFFA3362A79214E0F6563073D0739B36((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tBD21A361A5A557D215F263973860F89CDAA6C679 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mA340526A1562BD018B9C3CA6048653E83AC67913_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * L_1 = ((EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t632011B8114E218BF0B4A2356B7C33C343B2566C L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m9F3DE26BFE9BF17F177A5DC956AADC3AEC5A7729((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t632011B8114E218BF0B4A2356B7C33C343B2566C L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Networking.NetworkBroadcastResult>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5_m3D5743F06744AB54240E03DAEB066AE9040E3F14_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C * L_1 = ((EmptyInternalEnumerator_1_tD3115ECF491C55DC942C0FD01F04B209FE55B08C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tE2BA58907CB2A657139BD78F5BA9A0BABDDC95A2 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mF41A35D0452D53600AD7387DDE95DCF85A1E1475((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tE2BA58907CB2A657139BD78F5BA9A0BABDDC95A2 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_mA548AF08FF30BF48278C5CCCD07377CFA3FDD3F6_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1 * L_1 = ((EmptyInternalEnumerator_1_t6664819EB7283B342B94FD8B0FBFCCCF85042DF1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tA4F82E2FA884C848A32D4E13A2FACF8B77CD84AF L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mA0748B005325EBB3F76284E43BD7462A9AC1361C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tA4F82E2FA884C848A32D4E13A2FACF8B77CD84AF L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.UInt64Enum,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA_mB6F60707A0EC1C263D7B893298D5D4D78AD70D5E_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC * L_1 = ((EmptyInternalEnumerator_1_tB6FA52023DF4174AF15A312C66E752790E8DBAFC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t9ABBF651D7ACECF8BAE56E915105525CAB5934CF L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m5A381D8C48E063AC46AB6122E54CFE1CA2154C1E((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t9ABBF651D7ACECF8BAE56E915105525CAB5934CF L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mECAC4B9A8D43F410018E6405ABFFB2AD01FF1EEE_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5 * L_1 = ((EmptyInternalEnumerator_1_t2CC7F8A0A091E3029E5DC336F3FAC4D5575107C5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tBFC602AACA8AC51BAF8F3BA797FB7163E93ADD43 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m162F2F2AA22CBE55DF2645F07CB932F5F4EB743F((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tBFC602AACA8AC51BAF8F3BA797FB7163E93ADD43 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkHash128,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0_mE7D0C0CD411C9F3C833947F6BE0F03E577F55BB2_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3 * L_1 = ((EmptyInternalEnumerator_1_t6AE3AADA6AC1FBCB18FDA1A9D1BC964271BA02E3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tE15A1BCD9AF9588C09A004AEC3C69BA762CA939A L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m42713DB277619A7012BC518D39C977F746D2974C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tE15A1BCD9AF9588C09A004AEC3C69BA762CA939A L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkInstanceId,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500_mCFBE3AC156E521719D5BFDB0F38E9DB9F1249606_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB * L_1 = ((EmptyInternalEnumerator_1_tC3253EC7C37B3859FC2C706845918D5ABCD170BB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tC636E69D7D91B67BE3A23B86B90834723998FF65 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mACAD87F21FD4241FF7CF44DC0FE7E73E0166BE06((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tC636E69D7D91B67BE3A23B86B90834723998FF65 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.Networking.NetworkSceneId,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411_mF26B0FBDC06E6AE4F80B91B6CA8ED50DED6623D9_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A * L_1 = ((EmptyInternalEnumerator_1_t606FB8745B70A9BFE17FF11252DDC4D7B03BAA8A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t319D548D03178C84BC915DEC7254D553E76D3FBF L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m5436CEF3A0BC3F826368C177850092C16B86AC64((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t319D548D03178C84BC915DEC7254D553E76D3FBF L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m6A39E20586EB46B28E4C36B2FDA800AC523D33BB_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3 * L_1 = ((EmptyInternalEnumerator_1_t83F99AB7C67FBCF6F7CD6FDB2F8EA10EBC3318F3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t64BB9CF7BD60964E444E09B4BEB77F8A0FD3AD63 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m7EA15E59DEDD86EAF2A26A30167C706EDD74784D((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t64BB9CF7BD60964E444E09B4BEB77F8A0FD3AD63 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_mAB9C48F39ACEFCE4A3BF77202FD9F0D55DAB2389_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741 * L_1 = ((EmptyInternalEnumerator_1_t6A93445E1B4514A9A134CEC5CB4AAB642F877741_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t9D68A0D66437D1F015360D16A9A2D6F19BFA3A9C L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m2CD421F3BB4C90335A417274BAADCB541439D2CA((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t9D68A0D66437D1F015360D16A9A2D6F19BFA3A9C L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Hashtable_bucket>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m4B31D42C6165659742C119BC27F241E89314E290_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F * L_1 = ((EmptyInternalEnumerator_1_tBB1E649DE3148205055E45B25E7ECE390764A10F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t958A1CB7BD60AE893EDA6472870C327FB92BF21B L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m5E660A4E0C016C0CA6AE7EA86BC146FAA02B10BF((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t958A1CB7BD60AE893EDA6472870C327FB92BF21B L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ComponentModel.AttributeCollection_AttributeEntry>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m3F17986C665545D3989FF9A38DDE570CABFF4D7D_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512 * L_1 = ((EmptyInternalEnumerator_1_t20D3742FA2D81A3990494B2D925171F40CCD0512_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tA85F2CAF6C87EE6C590864FA3D7CDD8118FECEDD L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m8E552715363E86340D20115F4DC6A11F54D5239C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tA85F2CAF6C87EE6C590864FA3D7CDD8118FECEDD L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.DateTime>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mAE005A585C72B112E13006FD4A8BD21003EDF221_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0 * L_1 = ((EmptyInternalEnumerator_1_t5337A7DE1FBF48A20C3D2750BB0C129C428A17C0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t8501E4029651E6A824D836A3278C5F7F47E5CB8C L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m38FF15007E4EC72548A334D194D158343AA99CC7((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t8501E4029651E6A824D836A3278C5F7F47E5CB8C L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Decimal>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m3007064125582FD4FD681ACD92E47B2BFC0A75FD_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29 * L_1 = ((EmptyInternalEnumerator_1_t4A8CA4001312FA90E581C8E03A6CAAEBC1D32C29_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t257599E95CDE322D0A0F62BC4DF648368930E7C1 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m9FA8DEA90071FEC73528075A9F1100D76CDE99D5((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t257599E95CDE322D0A0F62BC4DF648368930E7C1 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Double>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m4D7234F7E9F7AA595D39BCFA564E5FC2F43C1456_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0 * L_1 = ((EmptyInternalEnumerator_1_tBFC2F27BAD352268BE31DBCAE2A1FBA80E2047F0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t551D44E67C0C4F28271D64D2DC1D530E49694C55 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m2EB3647F564935D58525C6BF0F365C22D0F86EEF((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t551D44E67C0C4F28271D64D2DC1D530E49694C55 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Globalization.InternalCodePageDataItem>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m2ED3EF7380CBB45CB4E79C6401150DBA77AF7D76_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81 * L_1 = ((EmptyInternalEnumerator_1_t7FB466162AB5F00DC0B1C7825701867F65859A81_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t6DDCB6670988C6CC77FED8E0879A4AF1E90F90E7 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m99BBAA2F747C901A1EAED9DD8F28837B642E16D9((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t6DDCB6670988C6CC77FED8E0879A4AF1E90F90E7 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Globalization.InternalEncodingDataItem>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_m65794B46793D4060A9ED041EEC3988FE250F8CBA_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3 * L_1 = ((EmptyInternalEnumerator_1_tF8CDE0C1B66F1501559647ADF80E7D103DCA2FD3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t4701E706C2E9271C97A4DA02D5A427C454E2511D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mC0268A706CA7F19506CC886359704ED873A74811((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t4701E706C2E9271C97A4DA02D5A427C454E2511D L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Globalization.TimeSpanParse_TimeSpanToken>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m61E62BF7B3F6709EB526FF0EDA34225D7E125E05_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6 * L_1 = ((EmptyInternalEnumerator_1_t6730111D7F03BA3F08637906FAB5D358DCF98CD6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tA0624547299AB73E8B8CD66EEDC9ADEEB8DC9932 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m323A14A1BBC972AC21451EEE2D8C00BD006AFAB8((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tA0624547299AB73E8B8CD66EEDC9ADEEB8DC9932 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Guid>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisGuid_t_m8BEBF184E0790A9E52705C1CBC3539400FE7EEE5_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455 * L_1 = ((EmptyInternalEnumerator_1_tF1F358CDFFF57063D716BBE06BECEA9E84F78455_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t9AE8C5991408C212786085A557847BB17A5272C1 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m9903677C8275AC12400E4CF7DD8F9CA715E93EF7((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t9AE8C5991408C212786085A557847BB17A5272C1 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int16>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m7D424A96598F9E2392E64C2EDF36FF1DFD61B281_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611 * L_1 = ((EmptyInternalEnumerator_1_tC1A3B279783B25BFE2686093FFF42D64AAFE8611_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t1A3BE99A7E93AFDEE3326117AB9BC91FCC8E5A91 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m8EE54AB2215933CFD3514ACDD75A87A8BE8B60AE((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t1A3BE99A7E93AFDEE3326117AB9BC91FCC8E5A91 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int32>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mC2D061C1E8DA79B58DCD9EFDDF7FE94066839D38_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89 * L_1 = ((EmptyInternalEnumerator_1_t729665C599EE7F164A3DCEE6E240514C599BEC89_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tA5E761BB55ACBAB41554465F72F0696F7108A43D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mFD68B921CD29713A2BEB038318C202A9E4E9B5CE((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tA5E761BB55ACBAB41554465F72F0696F7108A43D L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int32Enum>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mAF1BE62A3DE2AE14FFFFCDD6A8794867C9F95B7F_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B * L_1 = ((EmptyInternalEnumerator_1_t0B1844861F38476142804739BC8C6F811DEB1F5B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tC7F1CBDAE31330F9D7386E67FD78B1C06F46422A L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mBF8E58BAA9971C4074B8EEC028434A1BAEB0748F((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tC7F1CBDAE31330F9D7386E67FD78B1C06F46422A L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int64>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m09563A0C614489DDA99C014B8CD433D2647B8AB1_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0 * L_1 = ((EmptyInternalEnumerator_1_t83A5517792A4655DCCF74DB780A55428D6BD99C0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tA5586E86516FCB0C7894D3F96D7ADECB3275AA4F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m68F9020151CD964322723D3C02977C30EA0F189E((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tA5586E86516FCB0C7894D3F96D7ADECB3275AA4F L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.IntPtr>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisIntPtr_t_m5B65CF408D3DEFAAE80F552EC6A63E788797E1D6_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C * L_1 = ((EmptyInternalEnumerator_1_tCAAD164E9986CAAAFCCE77752536C6A5408E536C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t14D32DF33683F99069D9258BB89E49055A16F9AE L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mCC5889C0F1785F416EB4E3EB0EE4BE48D0A055C8((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t14D32DF33683F99069D9258BB89E49055A16F9AE L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.CookieTokenizer_RecognizedAttribute>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m5D31FA3613026B739C3DCAA86A169FEB3924FD30_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C * L_1 = ((EmptyInternalEnumerator_1_tC20571903E2641DDA7424282C5723ABC5EBCD22C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tEEE9B2B7626722217155FB48789C0AD64256279B L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m382AB10BCF7AA1D29339440BA4FDA28C227F869A((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tEEE9B2B7626722217155FB48789C0AD64256279B L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.HeaderVariantInfo>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m50528E217486CC5E84567C918C5009B94AF64B4F_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581 * L_1 = ((EmptyInternalEnumerator_1_t1147C7431EB25B57CADDAA92B42058792D9B5581_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tFD5523233AFC4D86CFA0DCC57105E3E7BFC38101 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m70BE15177602B22101B5FE34E646FF67F214B8AA((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tFD5523233AFC4D86CFA0DCC57105E3E7BFC38101 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.Sockets.Socket_WSABUF>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m4FE43F052E4394D3E65AC245283437096EE93E42_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F * L_1 = ((EmptyInternalEnumerator_1_tCFE7B6944C5266620CCF5F7A0F9EF8351CBA0B5F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t34EEB8E7DA729ADB557869C9D3A8D99015A6A3AB L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mBE862CB5B6AF6C507C40E69F84A8D6402907B138((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t34EEB8E7DA729ADB557869C9D3A8D99015A6A3AB L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Nullable`1<UnityEngine.RaycastHit>>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m0CA7F1EF408D19E430E9FE28A6E20DB31FB80637_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743 * L_1 = ((EmptyInternalEnumerator_1_t9B4C0DFED59D2C1EFDF933C28EC6B38084B62743_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t5CCBF6E5A1ED1D21C84C9BE500673B7EE14E8F96 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mB7204EC30C54916484E129A5841723002AB574F4((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t5CCBF6E5A1ED1D21C84C9BE500673B7EE14E8F96 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisRuntimeObject_mBDEA768A30A12C243DB27306C4E58271620B6D39_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A * L_1 = ((EmptyInternalEnumerator_1_tC611D530FCDA1D5D02613D1AF4E7EB8586C38F8A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tABC4127CF1BC4E9CF08C555CFF56D3286AA53B0F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mD75F701A17A7159EEF2877D9FE74845402AC4201((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tABC4127CF1BC4E9CF08C555CFF56D3286AA53B0F L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ParameterizedStrings_FormatParam>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_mA7538C5F623695E70FFBA6E0F6B7BD794D80DD2D_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C * L_1 = ((EmptyInternalEnumerator_1_tE5866FC28F0D62774BA658B76D6F92361E32099C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t17674EAEE6107395A98D769397CC3A5E40AE2B41 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mAEB0249C2146033E833B7EBDA3EB88B9A9F90659((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t17674EAEE6107395A98D769397CC3A5E40AE2B41 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.CustomAttributeNamedArgument>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m1714F5C6F1168354058194A32A35A3A64544C9BC_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666 * L_1 = ((EmptyInternalEnumerator_1_t65DD578801F5765D9E2625DBA180E2CD486F4666_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tDA662EF0D142C3E10EE85A638D895E8ED9560969 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m226870CF6B7D12848BF991EACF40C735345AB28B((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tDA662EF0D142C3E10EE85A638D895E8ED9560969 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.CustomAttributeTypedArgument>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m643C8E634B25880DDD0D780D209FE672CE88919E_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B * L_1 = ((EmptyInternalEnumerator_1_t57745FDC4DBB0CA2E07FA62544800AB60AF24A2B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tFDF713891D6C54C1B5751BA6F9BAB6813215B451 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m5FF7EDC8E7C9A9250B548F9C9EB5CF3360E889FB((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tFDF713891D6C54C1B5751BA6F9BAB6813215B451 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.ParameterModifier>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m1D1CF5F81B4DB95717825FCD99437CA17D4504EB_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00 * L_1 = ((EmptyInternalEnumerator_1_t6BADE6B1CE77B3257D90F11B80E5DF6B58283C00_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t44527618586A2D396FEAE6DEC17252812D8D2E93 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mDEBB2C6716C9789C8928EC4E44AF6AAB5C270D3C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t44527618586A2D396FEAE6DEC17252812D8D2E93 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Resources.ResourceLocator>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m28680DDE81D4792A8A66AC54EB6BB42950363E3C_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551 * L_1 = ((EmptyInternalEnumerator_1_t45249F06BBEB21350E1E707D989AD13C07894551_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t24E15B5C952B4EE799B582E16877F7F37FA1B70B L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m3E014CF0DDF2BDBCED19F196342255153BDBA51E((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t24E15B5C952B4EE799B582E16877F7F37FA1B70B L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Runtime.CompilerServices.Ephemeron>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m805B9D9EABD60C4B2316AF63689F6D41A2E0A014_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38 * L_1 = ((EmptyInternalEnumerator_1_t783010AC2AF12E1BB5E623633CB9D3D38C3ABE38_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tB642E1D8EF7ED44B1273CC5D1216CFB3FCD005C5 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m9E14CFB1C79CC7C9D79DD72B62C9B0F353F8BAB4((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tB642E1D8EF7ED44B1273CC5D1216CFB3FCD005C5 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Runtime.InteropServices.GCHandle>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC32561A95127C4326159CF5DD92EA744B0C50721_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC * L_1 = ((EmptyInternalEnumerator_1_t7685E0CCF75EEA996509C5A0D38065C6C661D7EC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t6E5A69DF1F7B590047C88D1865523046E41013BE L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mA819F7E05D294E7B7E037030EB0FD992FB346FC6((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t6E5A69DF1F7B590047C88D1865523046E41013BE L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.SByte>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m425EB95336FE812CCC256ED446C82C1DDEC317AE_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343 * L_1 = ((EmptyInternalEnumerator_1_t005672573596D5BBD3713D146144FEDC47BE4343_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tC06CF9ECC04980456B57D662F3199983470BAC33 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mE9379D2FF2800845F39295ECC82CC75C1BFAD2A2((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tC06CF9ECC04980456B57D662F3199983470BAC33 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Security.Cryptography.X509Certificates.X509ChainStatus>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mA7A8BF3393CE0C52BB609227E911EF483737EB3E_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4 * L_1 = ((EmptyInternalEnumerator_1_tBF3573855D58A6B17175415192AF89E4FF9FC8F4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t1D651EDA367D0968C49796FDC0A6BC15375EA561 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mDDA38876B0FB8F5783F3F9A5BEF3D545AC2D3A25((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t1D651EDA367D0968C49796FDC0A6BC15375EA561 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Single>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF644BCB882FF5492A817739B899777AB34AF6A10_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236 * L_1 = ((EmptyInternalEnumerator_1_t87A675C433A2B9B9F8220668E8384DD97CAB0236_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t03E207B84B6F06EAF9F77E2BD1D1D00EA1990DA1 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mAA128A1D51031DF02D178B5C5A7316CC7D6C22BE((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t03E207B84B6F06EAF9F77E2BD1D1D00EA1990DA1 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m22B61088E2116B32B5E348BE2EAFD41934986BA5_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4 * L_1 = ((EmptyInternalEnumerator_1_t2A0A894D345933AB61AD8BECDA3EDFE5904667A4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t7809E17B643ABB1E006F813D31F8BC3666B5532B L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m7F748D6834D2CDDE775D0EEE50FBF11138CFF61F((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t7809E17B643ABB1E006F813D31F8BC3666B5532B L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Threading.CancellationTokenRegistration>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m3BAE06E63F01AAE120F86940AA65FF7BC8298A2A_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF * L_1 = ((EmptyInternalEnumerator_1_tAE64537C086E6499A6C90F36760061CC92775EDF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t85FC781CD035D7288F957603C85D75D39E11D275 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m3F65E1A1CF891ED1F8E134CE2EE25E149C327F19((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t85FC781CD035D7288F957603C85D75D39E11D275 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.TimeSpan>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m25A80EF4EAB4A44F0537847C29D7758DC7A0013B_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6 * L_1 = ((EmptyInternalEnumerator_1_t25122E9D49E64133A93E64AB344FCF4333D20BC6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t3825F16AE52F48A96EE82CCB93F297BF93DDE8F6 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mC1AEF444A58A2261E281DD76B188FF7538F424EA((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t3825F16AE52F48A96EE82CCB93F297BF93DDE8F6 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt16>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m6AEB762706995C5F9AE7A308D84A61B13CB458AB_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611 * L_1 = ((EmptyInternalEnumerator_1_t0061E530BB230C919151C3A857CE0A02B62F6611_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t1E63AA3D1031EDFCDD5492D233629B5909AEAF2F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mFE4EF7DC9B7656A8F9541C6DB174623D677CA6CD((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t1E63AA3D1031EDFCDD5492D233629B5909AEAF2F L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt16Enum>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_mD3A7307B09B1FC0BC5C23A5E5EFDEB00DAC74BFF_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA * L_1 = ((EmptyInternalEnumerator_1_t1EEC928E5C3AC42EE3A0C95DB85587A4C36FC7AA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t67F73E9B050C84F6F458B2BEED6BDB1DA2982F3C L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mADA2D9F320EBAA9D0B0947B44176D6F39C8324FF((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t67F73E9B050C84F6F458B2BEED6BDB1DA2982F3C L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt32>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m2031B85D3CF15492202A9BF13BD6C6A4C7784B81_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6 * L_1 = ((EmptyInternalEnumerator_1_t90D8A1E77B94C9D4D71DE84AC8DEAA7378A0A9D6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tEBADE0A4696976CF836588C8812305FAB47500E8 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m577E98213388A2A32E776481E79087B4BEC45B01((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tEBADE0A4696976CF836588C8812305FAB47500E8 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt32Enum>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mFB5BF9E3DD9840D9A9709140405B70F29A1B3CDE_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4 * L_1 = ((EmptyInternalEnumerator_1_t75C50F6BF71B065289393FBAC86709958FA179B4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t917986E0188FCA1D787753B8666C9395A098A9F4 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m6DFA7BE2A9734CCE5299CB89747FB8AEE3641378((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t917986E0188FCA1D787753B8666C9395A098A9F4 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt64>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m4822919797B4E69646691FAA3661CBD54322C00E_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD * L_1 = ((EmptyInternalEnumerator_1_t0B626AE0A07388A9459977AE9C635AC9E47271AD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t18780D970F20B0B5C0B9CD2F694765170404909A L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m7292D20FBAECFA8BCEA4475F6BBE6AC30075B45E((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t18780D970F20B0B5C0B9CD2F694765170404909A L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt64Enum>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisUInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8_m6BCAEC0DBBA24B581CE956454601EE736A0D9FFD_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32 * L_1 = ((EmptyInternalEnumerator_1_t28E42BD633182F686E249DFFAEF6D29AA0F6ED32_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tDE675D2DD4FBC76E8788EE355D3447B147501028 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m932CD616DFF7003E5B3CE3C2DD4B0E66079BE03A((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tDE675D2DD4FBC76E8788EE355D3447B147501028 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.AccelerationEvent>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m8639AC3DA0839C50091B6089208514D69E22E145_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD * L_1 = ((EmptyInternalEnumerator_1_t11E8707AF179FDD86CC4D89B83DA73AA371F84CD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tF5CEF26005D35CE2419186C4BD34514B905DDD66 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m4882E6CA68C0C6B934129D3103CF57366AF27E4F((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tF5CEF26005D35CE2419186C4BD34514B905DDD66 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.AnimatorClipInfo>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_m20042D31D7FBB6B28E0DCC02B8BB28B8B303B235_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688 * L_1 = ((EmptyInternalEnumerator_1_t5F8EE66DFFDC5823EC94E88805394B3F48466688_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tF57FBFFBE1EA5D928F5B00E4473772E3D7C6EACE L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mD10CCC19C7B726AA6AE65F7C8CDB4AA79B2685AD((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tF57FBFFBE1EA5D928F5B00E4473772E3D7C6EACE L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.BeforeRenderHelper_OrderBlock>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mAD539FCE0221DD6B480C3430CA2BDB613A2D678D_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E * L_1 = ((EmptyInternalEnumerator_1_tFA4A0C7AAD0B7F6528EB1BF0CA3F81453756410E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tD82DDB412EA40C89BC64A6C92E3EE836B0491C20 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m0CE98768FA95BB57698E7D51B48485337983B3A6((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tD82DDB412EA40C89BC64A6C92E3EE836B0491C20 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Color32>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m5AB3D0C40862E95CB9762833D4246635FF877E7E_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771 * L_1 = ((EmptyInternalEnumerator_1_tCF7FFC75412DBAE45894E509AF5800A8594BC771_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tEDC15E304166341C3089DF741B003631E7DED5F9 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mA76CB6C92F93D4D154DEF97B62B04875E9DD0C0C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tEDC15E304166341C3089DF741B003631E7DED5F9 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Color>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mDB1077506AE796A675DF7CC54CF6706472C1D270_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5 * L_1 = ((EmptyInternalEnumerator_1_t2614FD8489E9D6964F6773C5EEA288BADF46C2D5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t9623EB88CED2D5E33DC7625B042E73EC939F9ADE L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m9786FABE21D08D201B7893F09AF0AD1B8DFF3573((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t9623EB88CED2D5E33DC7625B042E73EC939F9ADE L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ContactPoint2D>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_m5FC59DE0D2B9BA9B657AA94DC24B1AB0B2B5DF6F_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F * L_1 = ((EmptyInternalEnumerator_1_t86D32F88378208AA9F271158083DA6F2E7625F9F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tB6E490A7F46D1EEFC38E2E88AE4612DEC8A65366 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m9BB6B53C096E105C6661F68CDCAEC04EE96D2FA4((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tB6E490A7F46D1EEFC38E2E88AE4612DEC8A65366 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ContactPoint>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m267A9387C5D6BE38D8F958467628E588A4E888E1_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E * L_1 = ((EmptyInternalEnumerator_1_tFEA5CEE4BA6CF9F940131CE205F903C0A2C5249E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tF22A02AE20988A1C0EF3775E7636AAEEA796A955 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m42BA0FDE3D0D5BD6B0C139026FD311F7615D9DB6((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tF22A02AE20988A1C0EF3775E7636AAEEA796A955 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mD00A15FE01641DB46499DC19694B2AE3DCCA0823_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8 * L_1 = ((EmptyInternalEnumerator_1_t3D028B13E2B831E3F628FD368EBBE3A968AE02F8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t8D40E423A143613E114B594A0507E3D3D43D7888 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m090BB39068F5FAEBC457FE64EBE4DA412ED1EFDC((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t8D40E423A143613E114B594A0507E3D3D43D7888 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_mA00FF9637A2AA772B690B3E8C89F28526C8D01F5_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2 * L_1 = ((EmptyInternalEnumerator_1_t652E8A04F6862D81358D9E1E74E3C9EC2DC33AE2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t514BFE7D5223ED1EFFD922E025AC087056243D49 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m9562464C51C2C8BE955430042E67FD3ABDA4383C((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t514BFE7D5223ED1EFFD922E025AC087056243D49 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Keyframe>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_m41C261F24F4B500AFB64A059156A04711A628097_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601 * L_1 = ((EmptyInternalEnumerator_1_t60A3DBECA041DD4E7C8E7C5971821F01C31A6601_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t7A5024384E3A020AA1432ACA92E569DADE321F07 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m53F1CFC38C88469A9029DF819DCDDCE98487450A((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t7A5024384E3A020AA1432ACA92E569DADE321F07 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.LowLevel.PlayerLoopSystem>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_m7AB29BA014CE7AA5E959ED516E3576EC6AAA0B15_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D * L_1 = ((EmptyInternalEnumerator_1_tF374CD85188FBAA665DB53025E0400BF912D291D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tA49F87207D9C71EB0F5BD0C0AF3A7F08A6AD9769 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m02C8360860C5438D895C11BB0AD8FC4F1A84B31A((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tA49F87207D9C71EB0F5BD0C0AF3A7F08A6AD9769 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Matrix4x4>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m4C441CF23106CE8BFB3C0F9FA2F32FF43CEEDCF0_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004 * L_1 = ((EmptyInternalEnumerator_1_t97582219D5FEB8FCAE7A4541596F2FF075340004_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tCF7907B530C2E86E084DC56E5746436D7D1176C2 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mF41DDADF1C79D6B6D3EA5167228B177247FA8349((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tCF7907B530C2E86E084DC56E5746436D7D1176C2 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Networking.ChannelPacket>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_mE85E2DE3FE0D994948878C0E1ECEF19ACD9FF43A_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906 * L_1 = ((EmptyInternalEnumerator_1_t00B2DB02990DC5F582DDBAF2C3EC6B95C10DB906_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tFD0398800E2CA8E30347CFF0AEB92F9485F80C0C L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m6BADA7A8A4C80DF1DDDC72054C0B22E842198B2B((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tFD0398800E2CA8E30347CFF0AEB92F9485F80C0C L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Networking.ClientScene_PendingOwner>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisPendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369_m5249BA9E8DDBCD652DF2E7850782FBC5FB873115_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1 * L_1 = ((EmptyInternalEnumerator_1_tA37FE510BEAAAF16FE798DCD40D07841CC6C5BA1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t710DE2705A8E64FBB258147E9F1824B9077D9062 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_mAF2B5580DECDFB99E15ECBF43E6DF0801E8015AD((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t710DE2705A8E64FBB258147E9F1824B9077D9062 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Networking.LocalClient_InternalMsg>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisInternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_mBF9319B8FD4AEC41D0F2DF046680478BF57C2695_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA * L_1 = ((EmptyInternalEnumerator_1_tCE3C96EB06C8DFA812AB2AF786E6D15744FE57BA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t765C387619EB19F249BD83C4AC4E110D2CAD2A94 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m564392B0C4C318FC03EE567602FACD7D43394806((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t765C387619EB19F249BD83C4AC4E110D2CAD2A94 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Networking.NetworkBroadcastResult>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisNetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_mA7D40898E06DEB2FB34E06B6EF1FA68D905ADEE4_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818 * L_1 = ((EmptyInternalEnumerator_1_t883D69D7DE297AAD0D507CBF2AFD34659C47D818_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t4547AB0297A7F65720F0949C09BBB3A99FEC2E67 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m758EAA569D1D71B38C115E963960DA03213C6253((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t4547AB0297A7F65720F0949C09BBB3A99FEC2E67 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Networking.NetworkHash128>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisNetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C_m8E23C9A8FB926C4D95BD7827656E16EFF3D16F1B_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1 * L_1 = ((EmptyInternalEnumerator_1_tE4C9A75E8784125665462042A0DFA449DCED41A1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t996578FBF81D599A4050C00D232BBDB5C8E6D441 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m6CD60543BB4209792399381131AA541E2BE59BC0((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t996578FBF81D599A4050C00D232BBDB5C8E6D441 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Networking.NetworkInstanceId>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisNetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_mA74DECB57263DD0231661A4B57DCE2455F54F970_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1 * L_1 = ((EmptyInternalEnumerator_1_tCB5A73674C57922695A6F47ED133639FCDB19DD1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_tD37546D6DB9F6A96FE57B1DCEFC6433437AFD373 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m39D750AF66F8C96AA50E9AF4033D285890FAC50E((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_tD37546D6DB9F6A96FE57B1DCEFC6433437AFD373 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Networking.NetworkLobbyManager_PendingPlayer>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_InternalArray__IEnumerable_GetEnumerator_TisPendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_mDFD160D1645AF42495C39AB4854210DA373F5D4B_gshared (RuntimeArray * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_0 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204 * L_1 = ((EmptyInternalEnumerator_1_tB83FDBA35F563CFBA2206C778487CCBED903D204_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InternalEnumerator_1_t00CDF83AD66BD06E09E17C41F10A61128A1603C1 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternalEnumerator_1__ctor_m05AAC61D73496DE4AB3DC48E46559588C933BAEF((&L_2), (RuntimeArray *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
InternalEnumerator_1_t00CDF83AD66BD06E09E17C41F10A61128A1603C1 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), &L_3);
|
|
return (RuntimeObject*)L_4;
|
|
}
|
|
}
|