xiangtan/xiangtan_104/fk101/wb_xcode/Classes/Native/Il2CppGenericMethodDefiniti...

19071 lines
2.6 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
const Il2CppMethodSpec g_Il2CppMethodSpecTable[19044] =
{
{ 776, -1, 0 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Object>(System.Object,System.ExceptionArgument) */,
{ 789, 29, -1 } /* System.Void System.ValueTuple`2<System.Object,System.Object>::.ctor(T1,T2) */,
{ 790, 29, -1 } /* System.Boolean System.ValueTuple`2<System.Object,System.Object>::Equals(System.Object) */,
{ 791, 29, -1 } /* System.Boolean System.ValueTuple`2<System.Object,System.Object>::Equals(System.ValueTuple`2<T1,T2>) */,
{ 792, 29, -1 } /* System.Boolean System.ValueTuple`2<System.Object,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 793, 29, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 794, 29, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::CompareTo(System.ValueTuple`2<T1,T2>) */,
{ 795, 29, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 796, 29, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::GetHashCode() */,
{ 797, 29, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 798, 29, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::GetHashCodeCore(System.Collections.IEqualityComparer) */,
{ 799, 29, -1 } /* System.String System.ValueTuple`2<System.Object,System.Object>::ToString() */,
{ 801, -1, 0 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Object>(T[]) */,
{ 802, -1, 0 } /* System.Void System.Array::Resize<System.Object>(T[]&,System.Int32) */,
{ 821, -1, 29 } /* TOutput[] System.Array::ConvertAll<System.Object,System.Object>(TInput[],System.Converter`2<TInput,TOutput>) */,
{ 825, -1, 0 } /* System.Void System.Array::ForEach<System.Object>(T[],System.Action`1<T>) */,
{ 840, -1, 0 } /* System.Int32 System.Array::BinarySearch<System.Object>(T[],T) */,
{ 841, -1, 0 } /* System.Int32 System.Array::BinarySearch<System.Object>(T[],T,System.Collections.Generic.IComparer`1<T>) */,
{ 842, -1, 0 } /* System.Int32 System.Array::BinarySearch<System.Object>(T[],System.Int32,System.Int32,T) */,
{ 843, -1, 0 } /* System.Int32 System.Array::BinarySearch<System.Object>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 847, -1, 0 } /* System.Int32 System.Array::IndexOf<System.Object>(T[],T) */,
{ 848, -1, 0 } /* System.Int32 System.Array::IndexOf<System.Object>(T[],T,System.Int32) */,
{ 849, -1, 0 } /* System.Int32 System.Array::IndexOf<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 853, -1, 0 } /* System.Int32 System.Array::LastIndexOf<System.Object>(T[],T) */,
{ 854, -1, 0 } /* System.Int32 System.Array::LastIndexOf<System.Object>(T[],T,System.Int32) */,
{ 855, -1, 0 } /* System.Int32 System.Array::LastIndexOf<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 858, -1, 0 } /* System.Void System.Array::Reverse<System.Object>(T[]) */,
{ 859, -1, 0 } /* System.Void System.Array::Reverse<System.Object>(T[],System.Int32,System.Int32) */,
{ 872, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[]) */,
{ 873, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[],System.Int32,System.Int32) */,
{ 874, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[],System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 876, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[],System.Comparison`1<T>) */,
{ 877, -1, 29 } /* System.Void System.Array::Sort<System.Object,System.Object>(TKey[],TValue[]) */,
{ 878, -1, 29 } /* System.Void System.Array::Sort<System.Object,System.Object>(TKey[],TValue[],System.Int32,System.Int32) */,
{ 879, -1, 29 } /* System.Void System.Array::Sort<System.Object,System.Object>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>) */,
{ 880, -1, 29 } /* System.Void System.Array::Sort<System.Object,System.Object>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 881, -1, 0 } /* System.Boolean System.Array::Exists<System.Object>(T[],System.Predicate`1<T>) */,
{ 882, -1, 0 } /* System.Void System.Array::Fill<System.Object>(T[],T) */,
{ 883, -1, 0 } /* System.Void System.Array::Fill<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 884, -1, 0 } /* T System.Array::Find<System.Object>(T[],System.Predicate`1<T>) */,
{ 885, -1, 0 } /* T[] System.Array::FindAll<System.Object>(T[],System.Predicate`1<T>) */,
{ 886, -1, 0 } /* System.Int32 System.Array::FindIndex<System.Object>(T[],System.Predicate`1<T>) */,
{ 887, -1, 0 } /* System.Int32 System.Array::FindIndex<System.Object>(T[],System.Int32,System.Predicate`1<T>) */,
{ 888, -1, 0 } /* System.Int32 System.Array::FindIndex<System.Object>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 889, -1, 0 } /* T System.Array::FindLast<System.Object>(T[],System.Predicate`1<T>) */,
{ 890, -1, 0 } /* System.Int32 System.Array::FindLastIndex<System.Object>(T[],System.Predicate`1<T>) */,
{ 891, -1, 0 } /* System.Int32 System.Array::FindLastIndex<System.Object>(T[],System.Int32,System.Predicate`1<T>) */,
{ 892, -1, 0 } /* System.Int32 System.Array::FindLastIndex<System.Object>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 893, -1, 0 } /* System.Boolean System.Array::TrueForAll<System.Object>(T[],System.Predicate`1<T>) */,
{ 898, -1, 0 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Object>() */,
{ 900, -1, 0 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Object>(T) */,
{ 901, -1, 0 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Object>(T) */,
{ 902, -1, 0 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Object>(T) */,
{ 903, -1, 0 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Object>(T[],System.Int32) */,
{ 904, -1, 0 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Object>(System.Int32) */,
{ 906, -1, 0 } /* System.Void System.Array::InternalArray__Insert<System.Object>(System.Int32,T) */,
{ 908, -1, 0 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Object>(T) */,
{ 909, -1, 0 } /* T System.Array::InternalArray__get_Item<System.Object>(System.Int32) */,
{ 910, -1, 0 } /* System.Void System.Array::InternalArray__set_Item<System.Object>(System.Int32,T) */,
{ 911, -1, 0 } /* System.Void System.Array::GetGenericValueImpl<System.Object>(System.Int32,T&) */,
{ 912, -1, 0 } /* System.Void System.Array::SetGenericValueImpl<System.Object>(System.Int32,T&) */,
{ 946, -1, 0 } /* T[] System.Array::Empty<System.Object>() */,
{ 948, -1, 0 } /* System.Int32 System.Array::IndexOfImpl<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 0 } /* System.Int32 System.Array::LastIndexOfImpl<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 951, -1, 0 } /* T System.Array::UnsafeLoad<System.Object>(T[],System.Int32) */,
{ 952, -1, 0 } /* System.Void System.Array::UnsafeStore<System.Object>(T[],System.Int32,T) */,
{ 953, -1, 29 } /* R System.Array::UnsafeMov<System.Object,System.Object>(S) */,
{ 962, 0, -1 } /* T System.Array/InternalEnumerator`1<System.Object>::get_Current() */,
{ 964, 0, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 959, 0, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Object>::.ctor(System.Array) */,
{ 960, 0, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Object>::Dispose() */,
{ 961, 0, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Object>::MoveNext() */,
{ 963, 0, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 967, 0, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Object>::get_Current() */,
{ 968, 0, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 965, 0, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Object>::Dispose() */,
{ 966, 0, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Object>::MoveNext() */,
{ 969, 0, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 970, 0, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Object>::.ctor() */,
{ 971, 0, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Object>::.cctor() */,
{ 993, -1, 29 } /* System.Tuple`2<T1,T2> System.Tuple::Create<System.Object,System.Object>(T1,T2) */,
{ 996, 29, -1 } /* T1 System.Tuple`2<System.Object,System.Object>::get_Item1() */,
{ 997, 29, -1 } /* T2 System.Tuple`2<System.Object,System.Object>::get_Item2() */,
{ 998, 29, -1 } /* System.Void System.Tuple`2<System.Object,System.Object>::.ctor(T1,T2) */,
{ 999, 29, -1 } /* System.Boolean System.Tuple`2<System.Object,System.Object>::Equals(System.Object) */,
{ 1000, 29, -1 } /* System.Boolean System.Tuple`2<System.Object,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 1001, 29, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 1002, 29, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 1003, 29, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Object>::GetHashCode() */,
{ 1004, 29, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 1005, 29, -1 } /* System.String System.Tuple`2<System.Object,System.Object>::ToString() */,
{ 1006, 29, -1 } /* System.String System.Tuple`2<System.Object,System.Object>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 1007, 40, -1 } /* T1 System.Tuple`3<System.Object,System.Object,System.Object>::get_Item1() */,
{ 1008, 40, -1 } /* T2 System.Tuple`3<System.Object,System.Object,System.Object>::get_Item2() */,
{ 1009, 40, -1 } /* T3 System.Tuple`3<System.Object,System.Object,System.Object>::get_Item3() */,
{ 1010, 40, -1 } /* System.Void System.Tuple`3<System.Object,System.Object,System.Object>::.ctor(T1,T2,T3) */,
{ 1011, 40, -1 } /* System.Boolean System.Tuple`3<System.Object,System.Object,System.Object>::Equals(System.Object) */,
{ 1012, 40, -1 } /* System.Boolean System.Tuple`3<System.Object,System.Object,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 1013, 40, -1 } /* System.Int32 System.Tuple`3<System.Object,System.Object,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 1014, 40, -1 } /* System.Int32 System.Tuple`3<System.Object,System.Object,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 1015, 40, -1 } /* System.Int32 System.Tuple`3<System.Object,System.Object,System.Object>::GetHashCode() */,
{ 1016, 40, -1 } /* System.Int32 System.Tuple`3<System.Object,System.Object,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 1017, 40, -1 } /* System.String System.Tuple`3<System.Object,System.Object,System.Object>::ToString() */,
{ 1018, 40, -1 } /* System.String System.Tuple`3<System.Object,System.Object,System.Object>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 1019, 41, -1 } /* T1 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::get_Item1() */,
{ 1020, 41, -1 } /* T2 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::get_Item2() */,
{ 1021, 41, -1 } /* T3 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::get_Item3() */,
{ 1022, 41, -1 } /* T4 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::get_Item4() */,
{ 1073, 0, -1 } /* System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 0, -1 } /* System.Void System.Action`1<System.Object>::Invoke(T) */,
{ 1075, 0, -1 } /* System.IAsyncResult System.Action`1<System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 0, -1 } /* System.Void System.Action`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1081, 29, -1 } /* System.Void System.Action`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 29, -1 } /* System.Void System.Action`2<System.Object,System.Object>::Invoke(T1,T2) */,
{ 1083, 29, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 29, -1 } /* System.Void System.Action`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1085, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1086, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::Invoke(T1,T2,T3) */,
{ 1087, 40, -1 } /* System.IAsyncResult System.Action`3<System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1088, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1089, 0, -1 } /* System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1090, 0, -1 } /* TResult System.Func`1<System.Object>::Invoke() */,
{ 1091, 0, -1 } /* System.IAsyncResult System.Func`1<System.Object>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1092, 0, -1 } /* TResult System.Func`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1093, 29, -1 } /* System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 29, -1 } /* TResult System.Func`2<System.Object,System.Object>::Invoke(T) */,
{ 1095, 29, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1096, 29, -1 } /* TResult System.Func`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1097, 40, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 40, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Object>::Invoke(T1,T2) */,
{ 1099, 40, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 40, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1101, 41, -1 } /* System.Void System.Func`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1102, 41, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3) */,
{ 1103, 41, -1 } /* System.IAsyncResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1104, 41, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1105, 53, -1 } /* System.Void System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1106, 53, -1 } /* TResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3,T4) */,
{ 1107, 53, -1 } /* System.IAsyncResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,T4,System.AsyncCallback,System.Object) */,
{ 1108, 53, -1 } /* TResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1109, 0, -1 } /* System.Void System.Comparison`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 0, -1 } /* System.Int32 System.Comparison`1<System.Object>::Invoke(T,T) */,
{ 1111, 0, -1 } /* System.IAsyncResult System.Comparison`1<System.Object>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 0, -1 } /* System.Int32 System.Comparison`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1113, 29, -1 } /* System.Void System.Converter`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1114, 29, -1 } /* TOutput System.Converter`2<System.Object,System.Object>::Invoke(TInput) */,
{ 1115, 29, -1 } /* System.IAsyncResult System.Converter`2<System.Object,System.Object>::BeginInvoke(TInput,System.AsyncCallback,System.Object) */,
{ 1116, 29, -1 } /* TOutput System.Converter`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1117, 0, -1 } /* System.Void System.Predicate`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 0, -1 } /* System.Boolean System.Predicate`1<System.Object>::Invoke(T) */,
{ 1119, 0, -1 } /* System.IAsyncResult System.Predicate`1<System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 0, -1 } /* System.Boolean System.Predicate`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1126, -1, 0 } /* T System.Activator::CreateInstance<System.Object>() */,
{ 1157, 0, -1 } /* T[] System.ArraySegment`1<System.Object>::get_Array() */,
{ 1158, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::get_Offset() */,
{ 1159, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::get_Count() */,
{ 1163, 0, -1 } /* T System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 1164, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 1168, 0, -1 } /* T System.ArraySegment`1<System.Object>::System.Collections.Generic.IReadOnlyList<T>.get_Item(System.Int32) */,
{ 1169, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 1160, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::GetHashCode() */,
{ 1161, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::Equals(System.Object) */,
{ 1162, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::Equals(System.ArraySegment`1<T>) */,
{ 1165, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.IndexOf(T) */,
{ 1166, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 1167, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 1170, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 1171, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 1172, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Contains(T) */,
{ 1173, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.CopyTo(T[],System.Int32) */,
{ 1174, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 1175, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.ArraySegment`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 1176, 0, -1 } /* System.Collections.IEnumerator System.ArraySegment`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 1179, 0, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::get_Current() */,
{ 1180, 0, -1 } /* System.Object System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 1177, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::.ctor(System.ArraySegment`1<T>) */,
{ 1178, 0, -1 } /* System.Boolean System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::MoveNext() */,
{ 1181, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 1182, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::Dispose() */,
{ 1988, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1989, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::Invoke(System.Object,TEventArgs) */,
{ 1990, 0, -1 } /* System.IAsyncResult System.EventHandler`1<System.Object>::BeginInvoke(System.Object,TEventArgs,System.AsyncCallback,System.Object) */,
{ 1991, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 2223, 0, -1 } /* System.Int32 System.IComparable`1<System.Object>::CompareTo(T) */,
{ 2243, 0, -1 } /* System.Boolean System.IEquatable`1<System.Object>::Equals(T) */,
{ 2652, 0, -1 } /* T System.RuntimeType/ListBuilder`1<System.Object>::get_Item(System.Int32) */,
{ 2655, 0, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Object>::get_Count() */,
{ 2651, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::.ctor(System.Int32) */,
{ 2653, 0, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Object>::ToArray() */,
{ 2654, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::CopyTo(System.Object[],System.Int32) */,
{ 2656, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::Add(T) */,
{ 3634, 0, -1 } /* System.Void System.EmptyArray`1<System.Object>::.cctor() */,
{ 4736, -1, 0 } /* T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.Assembly) */,
{ 4979, -1, 0 } /* T[] System.Reflection.CustomAttributeData::UnboxValues<System.Object>(System.Object[]) */,
{ 5258, -1, 29 } /* System.Object System.Reflection.MonoProperty::GetterAdapterFrame<System.Object,System.Object>(System.Reflection.MonoProperty/Getter`2<T,R>,System.Object) */,
{ 5259, -1, 0 } /* System.Object System.Reflection.MonoProperty::StaticGetterAdapterFrame<System.Object>(System.Reflection.MonoProperty/StaticGetter`1<R>,System.Object) */,
{ 5272, 29, -1 } /* System.Void System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 5273, 29, -1 } /* R System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::Invoke(T) */,
{ 5274, 29, -1 } /* System.IAsyncResult System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 5275, 29, -1 } /* R System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 5276, 0, -1 } /* System.Void System.Reflection.MonoProperty/StaticGetter`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 5277, 0, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<System.Object>::Invoke() */,
{ 5278, 0, -1 } /* System.IAsyncResult System.Reflection.MonoProperty/StaticGetter`1<System.Object>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 5279, 0, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 5643, 0, -1 } /* TSource System.IO.Iterator`1<System.Object>::get_Current() */,
{ 5649, 0, -1 } /* System.Object System.IO.Iterator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 5642, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::.ctor() */,
{ 5644, 0, -1 } /* System.IO.Iterator`1<TSource> System.IO.Iterator`1<System.Object>::Clone() */,
{ 5645, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::Dispose() */,
{ 5646, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::Dispose(System.Boolean) */,
{ 5647, 0, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<System.Object>::GetEnumerator() */,
{ 5648, 0, -1 } /* System.Boolean System.IO.Iterator`1<System.Object>::MoveNext() */,
{ 5650, 0, -1 } /* System.Collections.IEnumerator System.IO.Iterator`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 5651, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 5652, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::.ctor(System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean) */,
{ 5653, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::CommonInit() */,
{ 5654, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::.ctor(System.String,System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean) */,
{ 5655, 0, -1 } /* System.IO.Iterator`1<TSource> System.IO.FileSystemEnumerableIterator`1<System.Object>::Clone() */,
{ 5656, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::Dispose(System.Boolean) */,
{ 5657, 0, -1 } /* System.Boolean System.IO.FileSystemEnumerableIterator`1<System.Object>::MoveNext() */,
{ 5658, 0, -1 } /* System.IO.SearchResult System.IO.FileSystemEnumerableIterator`1<System.Object>::CreateSearchResult(System.IO.Directory/SearchData,Microsoft.Win32.Win32Native/WIN32_FIND_DATA) */,
{ 5659, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::HandleError(System.Int32,System.String) */,
{ 5660, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::AddSearchableDirsToStack(System.IO.Directory/SearchData) */,
{ 5661, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::DoDemand(System.String) */,
{ 5662, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::NormalizeSearchPattern(System.String) */,
{ 5663, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::GetNormalizedSearchCriteria(System.String,System.String) */,
{ 5664, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::GetFullSearchString(System.String,System.String) */,
{ 5665, 0, -1 } /* System.Boolean System.IO.SearchResultHandler`1<System.Object>::IsResultIncluded(System.IO.SearchResult) */,
{ 5666, 0, -1 } /* TSource System.IO.SearchResultHandler`1<System.Object>::CreateObject(System.IO.SearchResult) */,
{ 5667, 0, -1 } /* System.Void System.IO.SearchResultHandler`1<System.Object>::.ctor() */,
{ 6917, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArray`1<System.Object>::get_Tail() */,
{ 6916, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArray`1<System.Object>::.ctor(System.Int32) */,
{ 6918, 0, -1 } /* System.Threading.SparselyPopulatedArrayAddInfo`1<T> System.Threading.SparselyPopulatedArray`1<System.Object>::Add(T) */,
{ 6920, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::get_Source() */,
{ 6921, 0, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::get_Index() */,
{ 6919, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::.ctor(System.Threading.SparselyPopulatedArrayFragment`1<T>,System.Int32) */,
{ 6924, 0, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Item(System.Int32) */,
{ 6925, 0, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Length() */,
{ 6926, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Prev() */,
{ 6922, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::.ctor(System.Int32) */,
{ 6923, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 6927, 0, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::SafeAtomicRemove(System.Int32,T) */,
{ 6928, -1, 0 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Object>(T&,System.Func`1<T>) */,
{ 6929, -1, 0 } /* T System.Threading.LazyInitializer::EnsureInitializedCore<System.Object>(T&,System.Func`1<T>) */,
{ 6998, 0, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Object>::set_Value(T) */,
{ 6997, 0, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Object>::.ctor(System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<T>>) */,
{ 6999, 0, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Object>::System.Threading.IAsyncLocal.OnValueChanged(System.Object,System.Object,System.Boolean) */,
{ 7001, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_PreviousValue(T) */,
{ 7002, 0, -1 } /* T System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::get_CurrentValue() */,
{ 7003, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_CurrentValue(T) */,
{ 7004, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_ThreadContextChanged(System.Boolean) */,
{ 7005, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::.ctor(T,T,System.Boolean) */,
{ 7210, 0, -1 } /* T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::get_Current() */,
{ 7209, 0, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::.ctor(System.Int32) */,
{ 7211, 0, -1 } /* System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::Add(T) */,
{ 7212, 0, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::Remove(T) */,
{ 7296, -1, 0 } /* T System.Threading.Interlocked::CompareExchange<System.Object>(T&,T,T) */,
{ 7300, -1, 0 } /* T System.Threading.Interlocked::Exchange<System.Object>(T&,T) */,
{ 7343, -1, 0 } /* T System.Threading.Volatile::Read<System.Object>(T&) */,
{ 7344, -1, 0 } /* System.Void System.Threading.Volatile::Write<System.Object>(T&,T) */,
{ 7361, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::get_Result() */,
{ 7362, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::get_ResultOnSuccess() */,
{ 7351, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor() */,
{ 7352, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(TResult) */,
{ 7353, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7354, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 7355, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7356, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7357, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7358, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Object>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7359, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetResult(TResult) */,
{ 7360, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::DangerousSetResult(TResult) */,
{ 7363, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::GetResultCore(System.Boolean) */,
{ 7364, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetException(System.Object) */,
{ 7365, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7366, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7367, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::InnerInvoke() */,
{ 7368, 0, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Object>::GetAwaiter() */,
{ 7369, 0, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Object>::ConfigureAwait(System.Boolean) */,
{ 7370, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.cctor() */,
{ 7371, 0, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Object>::.cctor() */,
{ 7372, 0, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Object>::.ctor() */,
{ 7373, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Object>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 7374, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Object>::.ctor() */,
{ 7375, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Object>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7376, 0, 29 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Object>::FromAsyncTrim<System.Object,System.Object>(TInstance,TArgs,System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 7377, 29, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 7378, 29, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 7379, 29, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 7380, 29, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::.cctor() */,
{ 7381, 0, -1 } /* System.Void System.Threading.Tasks.Shared`1<System.Object>::.ctor(T) */,
{ 7499, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Object>(TResult) */,
{ 7501, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Object>(System.Exception) */,
{ 7503, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Object>(System.Threading.CancellationToken) */,
{ 7504, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Object>(System.OperationCanceledException) */,
{ 7506, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::Run<System.Object>(System.Func`1<TResult>) */,
{ 7618, -1, 0 } /* TResult System.Threading.Tasks.TaskToApm::End<System.Object>(System.IAsyncResult) */,
{ 10078, -1, 0 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Object>(TStateMachine&) */,
{ 10080, -1, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10081, -1, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10091, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::get_Task() */,
{ 10086, 0, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Create() */,
{ 10087, 0, 0 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<System.Object>(TStateMachine&) */,
{ 10088, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 10089, 0, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10090, 0, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10092, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetResult(TResult) */,
{ 10093, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10094, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetException(System.Exception) */,
{ 10095, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::GetTaskForResult(TResult) */,
{ 10096, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::.cctor() */,
{ 10098, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Object>(TResult) */,
{ 10140, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10141, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::OnCompleted(System.Action) */,
{ 10142, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::UnsafeOnCompleted(System.Action) */,
{ 10143, 0, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::GetResult() */,
{ 10151, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10152, 0, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>::GetAwaiter() */,
{ 10154, 0, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::get_IsCompleted() */,
{ 10153, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10155, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::OnCompleted(System.Action) */,
{ 10156, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::UnsafeOnCompleted(System.Action) */,
{ 10157, 0, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::GetResult() */,
{ 10182, -1, 0 } /* T System.Runtime.CompilerServices.JitHelpers::UnsafeCast<System.Object>(System.Object) */,
{ 10185, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::.ctor() */,
{ 10186, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Finalize() */,
{ 10187, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::RehashWithoutResize() */,
{ 10188, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::RecomputeSize() */,
{ 10189, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Rehash() */,
{ 10190, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 10191, 29, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Remove(TKey) */,
{ 10192, 29, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 10193, 29, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::GetValue(TKey,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<TKey,TValue>) */,
{ 10194, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 10195, 29, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::Invoke(TKey) */,
{ 10196, 29, -1 } /* System.IAsyncResult System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::BeginInvoke(TKey,System.AsyncCallback,System.Object) */,
{ 10197, 29, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 10205, -1, 0 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Object>() */,
{ 10304, -1, 0 } /* T System.Runtime.InteropServices.Marshal::PtrToStructure<System.Object>(System.IntPtr) */,
{ 10315, -1, 0 } /* System.Void System.Runtime.InteropServices.Marshal::StructureToPtr<System.Object>(T,System.IntPtr,System.Boolean) */,
{ 10317, -1, 0 } /* System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Object>(T[],System.Int32) */,
{ 10320, -1, 0 } /* System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate<System.Object>(TDelegate) */,
{ 10811, 0, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::get_Count() */,
{ 10812, 0, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.Collection`1<System.Object>::get_Items() */,
{ 10813, 0, -1 } /* T System.Collections.ObjectModel.Collection`1<System.Object>::get_Item(System.Int32) */,
{ 10814, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::set_Item(System.Int32,T) */,
{ 10828, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10830, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10831, 0, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 10833, 0, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.get_Item(System.Int32) */,
{ 10834, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10835, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.get_IsReadOnly() */,
{ 10836, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.get_IsFixedSize() */,
{ 10809, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::.ctor() */,
{ 10810, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10815, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::Add(T) */,
{ 10816, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::Clear() */,
{ 10817, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 10818, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::Contains(T) */,
{ 10819, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.Collection`1<System.Object>::GetEnumerator() */,
{ 10820, 0, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::IndexOf(T) */,
{ 10821, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::Insert(System.Int32,T) */,
{ 10822, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::Remove(T) */,
{ 10823, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::RemoveAt(System.Int32) */,
{ 10824, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::ClearItems() */,
{ 10825, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::InsertItem(System.Int32,T) */,
{ 10826, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::RemoveItem(System.Int32) */,
{ 10827, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::SetItem(System.Int32,T) */,
{ 10829, 0, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10832, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10837, 0, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.Add(System.Object) */,
{ 10838, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.Contains(System.Object) */,
{ 10839, 0, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.IndexOf(System.Object) */,
{ 10840, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10841, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.Remove(System.Object) */,
{ 10842, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::IsCompatibleObject(System.Object) */,
{ 10843, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::.ctor() */,
{ 10844, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>,System.Int32) */,
{ 10845, 29, -1 } /* System.Boolean System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::Contains(TKey) */,
{ 10846, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::ClearItems() */,
{ 10847, 29, -1 } /* TKey System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::GetKeyForItem(TItem) */,
{ 10848, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::InsertItem(System.Int32,TItem) */,
{ 10849, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::RemoveItem(System.Int32) */,
{ 10850, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::SetItem(System.Int32,TItem) */,
{ 10851, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::AddKey(TKey,TItem) */,
{ 10852, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::CreateDictionary() */,
{ 10853, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::RemoveKey(TKey) */,
{ 10855, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Count() */,
{ 10856, 0, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Item(System.Int32) */,
{ 10861, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 0, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10870, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 0, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 10873, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 0, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10854, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10857, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::Contains(T) */,
{ 10858, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 10859, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::GetEnumerator() */,
{ 10860, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::IndexOf(T) */,
{ 10864, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 0, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10872, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10877, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Add(System.Object) */,
{ 10878, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Clear() */,
{ 10879, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::IsCompatibleObject(System.Object) */,
{ 10880, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10904, 29, -1 } /* TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 10905, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 10908, 29, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Count() */,
{ 10913, 29, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Keys() */,
{ 10914, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 10915, 29, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Values() */,
{ 10916, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 10919, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 10925, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 10926, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 10927, 29, -1 } /* System.Collections.ICollection System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 10929, 29, -1 } /* System.Collections.ICollection System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 10930, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 10931, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 10933, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10934, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 10938, 29, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_DefaultConcurrencyLevel() */,
{ 10888, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::IsValueWriteAtomic() */,
{ 10889, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.ctor() */,
{ 10890, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.ctor(System.Int32,System.Int32,System.Boolean,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 10891, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryAdd(TKey,TValue) */,
{ 10892, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 10893, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryRemove(TKey,TValue&) */,
{ 10894, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryRemoveInternal(TKey,TValue&,System.Boolean,TValue) */,
{ 10895, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 10896, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryGetValueInternal(TKey,System.Int32,TValue&) */,
{ 10897, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::Clear() */,
{ 10898, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 10899, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToPairs(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 10900, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToEntries(System.Collections.DictionaryEntry[],System.Int32) */,
{ 10901, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToObjects(System.Object[],System.Int32) */,
{ 10902, 29, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetEnumerator() */,
{ 10903, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryAddInternal(TKey,System.Int32,TValue,System.Boolean,System.Boolean,TValue&) */,
{ 10906, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ThrowKeyNotFoundException() */,
{ 10907, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ThrowKeyNullException() */,
{ 10909, 29, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetCountInternal() */,
{ 10910, 29, -1 } /* TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetOrAdd(TKey,System.Func`2<TKey,TValue>) */,
{ 10911, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.Add(TKey,TValue) */,
{ 10912, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.Remove(TKey) */,
{ 10917, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 10918, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 10920, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 10921, 29, -1 } /* System.Collections.IEnumerator System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10922, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 10923, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 10924, 29, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 10928, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 10932, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10935, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GrowTable(System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>) */,
{ 10936, 29, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetBucket(System.Int32,System.Int32) */,
{ 10937, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetBucketAndLockNo(System.Int32,System.Int32&,System.Int32&,System.Int32,System.Int32) */,
{ 10939, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::AcquireAllLocks(System.Int32&) */,
{ 10940, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::AcquireLocks(System.Int32,System.Int32,System.Int32&) */,
{ 10941, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ReleaseLocks(System.Int32,System.Int32) */,
{ 10942, 29, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetKeys() */,
{ 10943, 29, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<TValue> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetValues() */,
{ 10944, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.cctor() */,
{ 10945, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<System.Object,System.Object>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>[],System.Object[],System.Int32[]) */,
{ 10946, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Node<System.Object,System.Object>::.ctor(TKey,TValue,System.Int32,System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>) */,
{ 10948, 29, -1 } /* System.Collections.DictionaryEntry System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Entry() */,
{ 10949, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Key() */,
{ 10950, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Value() */,
{ 10951, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Current() */,
{ 10947, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>) */,
{ 10952, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::MoveNext() */,
{ 10953, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::Reset() */,
{ 10957, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_Current() */,
{ 10959, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10954, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::.ctor(System.Int32) */,
{ 10955, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.IDisposable.Dispose() */,
{ 10956, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::MoveNext() */,
{ 10958, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10960, 0, -1 } /* System.Void System.Collections.Generic.ReferenceEqualityComparer`1<System.Object>::.ctor() */,
{ 10961, 0, -1 } /* System.Boolean System.Collections.Generic.ReferenceEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 10962, 0, -1 } /* System.Int32 System.Collections.Generic.ReferenceEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 10963, 0, -1 } /* System.Void System.Collections.Generic.ReferenceEqualityComparer`1<System.Object>::.cctor() */,
{ 10964, -1, 29 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey) */,
{ 10965, -1, 29 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey,TValue) */,
{ 10966, -1, 29 } /* System.Boolean System.Collections.Generic.CollectionExtensions::TryAdd<System.Object,System.Object>(System.Collections.Generic.IDictionary`2<TKey,TValue>,TKey,TValue) */,
{ 10967, -1, 29 } /* System.Boolean System.Collections.Generic.CollectionExtensions::Remove<System.Object,System.Object>(System.Collections.Generic.IDictionary`2<TKey,TValue>,TKey,TValue&) */,
{ 10968, -1, 29 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.KeyValuePair::Create<System.Object,System.Object>(TKey,TValue) */,
{ 10971, 29, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key() */,
{ 10972, 29, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value() */,
{ 10970, 29, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::.ctor(TKey,TValue) */,
{ 10973, 29, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::ToString() */,
{ 10974, 29, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10977, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::.ctor() */,
{ 10990, 29, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::get_Default() */,
{ 10991, 29, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::CreateArraySortHelper() */,
{ 10992, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::Sort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10993, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::SwapIfGreaterWithItems(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>,System.Int32,System.Int32) */,
{ 10994, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 10995, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::IntrospectiveSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10996, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::IntroSort(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10997, 29, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::PickPivotAndPartition(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10998, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::Heapsort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10999, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::DownHeap(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11000, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::InsertionSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11001, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::.ctor() */,
{ 11011, 29, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Comparer() */,
{ 11012, 29, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count() */,
{ 11013, 29, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys() */,
{ 11014, 29, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 29, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values() */,
{ 11017, 29, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 29, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 11020, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 11042, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11046, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 29, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 29, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11002, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor() */,
{ 11003, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32) */,
{ 11004, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11021, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 11022, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear() */,
{ 11026, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 11027, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsValue(TValue) */,
{ 11028, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 29, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator() */,
{ 11030, 29, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 29, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::FindEntry(TKey) */,
{ 11033, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Initialize(System.Int32) */,
{ 11034, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Resize() */,
{ 11037, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(TKey) */,
{ 11039, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryAdd(TKey,TValue) */,
{ 11043, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11054, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 29, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11061, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current() */,
{ 11063, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11065, 29, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 11062, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose() */,
{ 11064, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11071, 29, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::get_Count() */,
{ 11072, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11080, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 29, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::GetEnumerator() */,
{ 11070, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11073, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 29, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11085, 29, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::get_Current() */,
{ 11086, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11082, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::Dispose() */,
{ 11084, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 11087, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11091, 29, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::get_Count() */,
{ 11092, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11100, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 29, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator() */,
{ 11090, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11093, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 29, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11105, 29, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::get_Current() */,
{ 11106, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11102, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::Dispose() */,
{ 11104, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 11107, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11112, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<K,V>[] System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11111, 29, -1 } /* System.Void System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<K,V>) */,
{ 11114, 29, -1 } /* TKey[] System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11113, 29, -1 } /* System.Void System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TKey>) */,
{ 11116, 29, -1 } /* TValue[] System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11115, 29, -1 } /* System.Void System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TValue>) */,
{ 11125, 0, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::get_Default() */,
{ 11126, 0, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::Create(System.Comparison`1<T>) */,
{ 11127, 0, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::CreateComparer() */,
{ 11128, 0, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Object>::Compare(T,T) */,
{ 11129, 0, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Object>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 0, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Object>::.ctor() */,
{ 11131, 0, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Object>::Compare(T,T) */,
{ 11132, 0, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Object>::Equals(System.Object) */,
{ 11133, 0, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Object>::GetHashCode() */,
{ 11134, 0, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Object>::.ctor() */,
{ 11139, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Object>::Compare(T,T) */,
{ 11140, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Object>::Equals(System.Object) */,
{ 11141, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Object>::GetHashCode() */,
{ 11142, 0, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Object>::.ctor() */,
{ 11143, 0, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Object>::.ctor(System.Comparison`1<T>) */,
{ 11144, 0, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Object>::Compare(T,T) */,
{ 11146, 0, -1 } /* T[] System.Collections.Generic.Mscorlib_CollectionDebugView`1<System.Object>::get_Items() */,
{ 11145, 0, -1 } /* System.Void System.Collections.Generic.Mscorlib_CollectionDebugView`1<System.Object>::.ctor(System.Collections.Generic.ICollection`1<T>) */,
{ 11148, 29, -1 } /* TKey[] System.Collections.Generic.Mscorlib_DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11147, 29, -1 } /* System.Void System.Collections.Generic.Mscorlib_DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TKey>) */,
{ 11150, 29, -1 } /* TValue[] System.Collections.Generic.Mscorlib_DictionaryValueCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11149, 29, -1 } /* System.Void System.Collections.Generic.Mscorlib_DictionaryValueCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TValue>) */,
{ 11152, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<K,V>[] System.Collections.Generic.Mscorlib_DictionaryDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11151, 29, -1 } /* System.Void System.Collections.Generic.Mscorlib_DictionaryDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<K,V>) */,
{ 11154, 29, -1 } /* T[] System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11153, 29, -1 } /* System.Void System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.ObjectModel.KeyedCollection`2<K,T>) */,
{ 11155, 0, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Object>::get_Default() */,
{ 11156, 0, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Object>::CreateComparer() */,
{ 11157, 0, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11158, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11159, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 0, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Object>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 0, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Object>::.ctor() */,
{ 11164, 0, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11165, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11166, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 0, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Object>::Equals(System.Object) */,
{ 11169, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::GetHashCode() */,
{ 11170, 0, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Object>::.ctor() */,
{ 11178, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11179, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11180, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::Equals(System.Object) */,
{ 11183, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::GetHashCode() */,
{ 11184, 0, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::.ctor() */,
{ 11216, 0, -1 } /* System.Int32 System.Collections.Generic.ICollection`1<System.Object>::get_Count() */,
{ 11217, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::get_IsReadOnly() */,
{ 11218, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::Add(T) */,
{ 11219, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::Clear() */,
{ 11220, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::Contains(T) */,
{ 11221, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 11222, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::Remove(T) */,
{ 11223, 0, -1 } /* System.Int32 System.Collections.Generic.IComparer`1<System.Object>::Compare(T,T) */,
{ 11224, 29, -1 } /* TValue System.Collections.Generic.IDictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 11225, 29, -1 } /* System.Void System.Collections.Generic.IDictionary`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 11226, 29, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.IDictionary`2<System.Object,System.Object>::get_Keys() */,
{ 11227, 29, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.IDictionary`2<System.Object,System.Object>::get_Values() */,
{ 11228, 29, -1 } /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 11229, 29, -1 } /* System.Void System.Collections.Generic.IDictionary`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 11230, 29, -1 } /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::Remove(TKey) */,
{ 11231, 29, -1 } /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11232, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */,
{ 11233, 0, -1 } /* T System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */,
{ 11234, 0, -1 } /* System.Boolean System.Collections.Generic.IEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11235, 0, -1 } /* System.Int32 System.Collections.Generic.IEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11236, 0, -1 } /* T System.Collections.Generic.IList`1<System.Object>::get_Item(System.Int32) */,
{ 11237, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::set_Item(System.Int32,T) */,
{ 11238, 0, -1 } /* System.Int32 System.Collections.Generic.IList`1<System.Object>::IndexOf(T) */,
{ 11239, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::Insert(System.Int32,T) */,
{ 11240, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::RemoveAt(System.Int32) */,
{ 11241, 0, -1 } /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Object>::get_Count() */,
{ 11244, 29, -1 } /* TValue System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 11245, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::get_Keys() */,
{ 11246, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::get_Values() */,
{ 11242, 29, -1 } /* System.Boolean System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 11243, 29, -1 } /* System.Boolean System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11247, 0, -1 } /* T System.Collections.Generic.IReadOnlyList`1<System.Object>::get_Item(System.Int32) */,
{ 11255, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::get_Capacity() */,
{ 11256, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::set_Capacity(System.Int32) */,
{ 11257, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count() */,
{ 11258, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 0, -1 } /* System.Object System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 0, -1 } /* T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32) */,
{ 11264, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::set_Item(System.Int32,T) */,
{ 11266, 0, -1 } /* System.Object System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11252, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor() */,
{ 11253, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32) */,
{ 11254, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11265, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::IsCompatibleObject(System.Object) */,
{ 11268, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Add(T) */,
{ 11269, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Add(System.Object) */,
{ 11270, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 0, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Object>::AsReadOnly() */,
{ 11272, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::BinarySearch(T) */,
{ 11274, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Clear() */,
{ 11276, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(T) */,
{ 11277, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Contains(System.Object) */,
{ 11278, 0, 0 } /* System.Collections.Generic.List`1<TOutput> System.Collections.Generic.List`1<System.Object>::ConvertAll<System.Object>(System.Converter`2<T,TOutput>) */,
{ 11279, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[]) */,
{ 11280, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 11283, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::EnsureCapacity(System.Int32) */,
{ 11284, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::Exists(System.Predicate`1<T>) */,
{ 11285, 0, -1 } /* T System.Collections.Generic.List`1<System.Object>::Find(System.Predicate`1<T>) */,
{ 11286, 0, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Object>::FindAll(System.Predicate`1<T>) */,
{ 11287, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 0, -1 } /* T System.Collections.Generic.List`1<System.Object>::FindLast(System.Predicate`1<T>) */,
{ 11291, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::ForEach(System.Action`1<T>) */,
{ 11295, 0, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator() */,
{ 11296, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 0, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Object>::GetRange(System.Int32,System.Int32) */,
{ 11299, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T) */,
{ 11300, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T,System.Int32) */,
{ 11302, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T) */,
{ 11304, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::LastIndexOf(T) */,
{ 11307, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::LastIndexOf(T,System.Int32) */,
{ 11308, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(T) */,
{ 11310, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32) */,
{ 11313, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Reverse() */,
{ 11315, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Reverse(System.Int32,System.Int32) */,
{ 11316, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort() */,
{ 11317, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Comparison`1<T>) */,
{ 11320, 0, -1 } /* T[] System.Collections.Generic.List`1<System.Object>::ToArray() */,
{ 11321, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::TrimExcess() */,
{ 11322, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 0, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Object>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.cctor() */,
{ 11326, 0, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Object>::get_Count() */,
{ 11327, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Object>::get_IsReadOnly() */,
{ 11335, 0, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Object>::get_Item(System.Int32) */,
{ 11336, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::set_Item(System.Int32,T) */,
{ 11325, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11328, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::Add(T) */,
{ 11329, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::Clear() */,
{ 11330, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Object>::Contains(T) */,
{ 11331, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::CopyTo(T[],System.Int32) */,
{ 11332, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Object>::Remove(T) */,
{ 11333, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11337, 0, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Object>::IndexOf(T) */,
{ 11338, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::Insert(System.Int32,T) */,
{ 11339, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::RemoveAt(System.Int32) */,
{ 11344, 0, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current() */,
{ 11345, 0, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11340, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose() */,
{ 11342, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext() */,
{ 11343, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNextRare() */,
{ 11346, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11386, -1, 0 } /* System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Object>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>) */,
{ 13095, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_ItemTypeHasDefaultConstructor() */,
{ 13103, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_RaiseListChangedEvents() */,
{ 13104, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::set_RaiseListChangedEvents(System.Boolean) */,
{ 13116, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_AddingNewHandled() */,
{ 13118, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_AllowNew() */,
{ 13119, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::set_AllowNew(System.Boolean) */,
{ 13120, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_AllowNew() */,
{ 13121, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_AllowEdit() */,
{ 13122, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::set_AllowEdit(System.Boolean) */,
{ 13123, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_AllowEdit() */,
{ 13124, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_AllowRemove() */,
{ 13125, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::set_AllowRemove(System.Boolean) */,
{ 13126, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_AllowRemove() */,
{ 13127, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SupportsChangeNotification() */,
{ 13128, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_SupportsChangeNotificationCore() */,
{ 13129, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SupportsSearching() */,
{ 13130, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_SupportsSearchingCore() */,
{ 13131, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SupportsSorting() */,
{ 13132, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_SupportsSortingCore() */,
{ 13133, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_IsSorted() */,
{ 13134, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_IsSortedCore() */,
{ 13135, 0, -1 } /* System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SortProperty() */,
{ 13136, 0, -1 } /* System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1<System.Object>::get_SortPropertyCore() */,
{ 13137, 0, -1 } /* System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SortDirection() */,
{ 13138, 0, -1 } /* System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1<System.Object>::get_SortDirectionCore() */,
{ 13150, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IRaiseItemChangedEvents.get_RaisesItemChangedEvents() */,
{ 13092, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::.ctor() */,
{ 13093, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 13094, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::Initialize() */,
{ 13096, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::add_AddingNew(System.ComponentModel.AddingNewEventHandler) */,
{ 13097, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::remove_AddingNew(System.ComponentModel.AddingNewEventHandler) */,
{ 13098, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::OnAddingNew(System.ComponentModel.AddingNewEventArgs) */,
{ 13099, 0, -1 } /* System.Object System.ComponentModel.BindingList`1<System.Object>::FireAddingNew() */,
{ 13100, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::add_ListChanged(System.ComponentModel.ListChangedEventHandler) */,
{ 13101, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::remove_ListChanged(System.ComponentModel.ListChangedEventHandler) */,
{ 13102, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::OnListChanged(System.ComponentModel.ListChangedEventArgs) */,
{ 13105, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::ResetBindings() */,
{ 13106, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::ResetItem(System.Int32) */,
{ 13107, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::FireListChanged(System.ComponentModel.ListChangedType,System.Int32) */,
{ 13108, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::ClearItems() */,
{ 13109, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::InsertItem(System.Int32,T) */,
{ 13110, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::RemoveItem(System.Int32) */,
{ 13111, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::SetItem(System.Int32,T) */,
{ 13112, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::CancelNew(System.Int32) */,
{ 13113, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::EndNew(System.Int32) */,
{ 13114, 0, -1 } /* T System.ComponentModel.BindingList`1<System.Object>::AddNew() */,
{ 13115, 0, -1 } /* System.Object System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.AddNew() */,
{ 13117, 0, -1 } /* System.Object System.ComponentModel.BindingList`1<System.Object>::AddNewCore() */,
{ 13139, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) */,
{ 13140, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) */,
{ 13141, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.RemoveSort() */,
{ 13142, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::RemoveSortCore() */,
{ 13143, 0, -1 } /* System.Int32 System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) */,
{ 13144, 0, -1 } /* System.Int32 System.ComponentModel.BindingList`1<System.Object>::FindCore(System.ComponentModel.PropertyDescriptor,System.Object) */,
{ 13145, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor) */,
{ 13146, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor) */,
{ 13147, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::HookPropertyChanged(T) */,
{ 13148, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::UnhookPropertyChanged(T) */,
{ 13149, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::Child_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) */,
{ 16544, 0, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Object>::get_Count() */,
{ 16545, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_First() */,
{ 16546, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_Last() */,
{ 16547, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 16568, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16569, 0, -1 } /* System.Object System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 16542, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor() */,
{ 16543, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 16548, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 16549, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(T) */,
{ 16550, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16551, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddLast(T) */,
{ 16552, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::Clear() */,
{ 16553, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::Contains(T) */,
{ 16554, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 16555, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::Find(T) */,
{ 16556, 0, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Object>::GetEnumerator() */,
{ 16557, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16558, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::Remove(T) */,
{ 16559, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16560, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::RemoveLast() */,
{ 16561, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 16562, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::OnDeserialization(System.Object) */,
{ 16563, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalInsertNodeBefore(System.Collections.Generic.LinkedListNode`1<T>,System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16564, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalInsertNodeToEmptyList(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16565, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalRemoveNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16566, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::ValidateNewNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16567, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::ValidateNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16570, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16571, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16574, 0, -1 } /* T System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::get_Current() */,
{ 16575, 0, -1 } /* System.Object System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16572, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.LinkedList`1<T>) */,
{ 16573, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 16576, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::MoveNext() */,
{ 16577, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 16578, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::Dispose() */,
{ 16579, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 16580, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) */,
{ 16582, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Object>::get_Next() */,
{ 16583, 0, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Object>::get_Value() */,
{ 16581, 0, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<System.Object>::.ctor(System.Collections.Generic.LinkedList`1<T>,T) */,
{ 16584, 0, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<System.Object>::Invalidate() */,
{ 16586, 0, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.Object>::get_Count() */,
{ 16587, 0, -1 } /* System.Boolean System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16588, 0, -1 } /* System.Object System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 16585, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::.ctor() */,
{ 16589, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16590, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::Enqueue(T) */,
{ 16591, 0, -1 } /* System.Collections.Generic.Queue`1/Enumerator<T> System.Collections.Generic.Queue`1<System.Object>::GetEnumerator() */,
{ 16592, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Queue`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16593, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Queue`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16594, 0, -1 } /* T System.Collections.Generic.Queue`1<System.Object>::Dequeue() */,
{ 16595, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::SetCapacity(System.Int32) */,
{ 16596, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::MoveNext(System.Int32&) */,
{ 16597, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::ThrowForEmptyQueue() */,
{ 16601, 0, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<System.Object>::get_Current() */,
{ 16603, 0, -1 } /* System.Object System.Collections.Generic.Queue`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16598, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 16599, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::Dispose() */,
{ 16600, 0, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<System.Object>::MoveNext() */,
{ 16602, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::ThrowEnumerationNotStartedOrEnded() */,
{ 16604, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 16611, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::set_Capacity(System.Int32) */,
{ 16612, 29, -1 } /* System.Collections.Generic.IComparer`1<TKey> System.Collections.Generic.SortedList`2<System.Object,System.Object>::get_Comparer() */,
{ 16614, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<System.Object,System.Object>::get_Count() */,
{ 16615, 29, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 16616, 29, -1 } /* System.Collections.ICollection System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 16617, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 16618, 29, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 16619, 29, -1 } /* System.Collections.ICollection System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 16620, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 16623, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 16624, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 16625, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 16626, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16627, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 16641, 29, -1 } /* TValue System.Collections.Generic.SortedList`2<System.Object,System.Object>::get_Item(TKey) */,
{ 16642, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 16643, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 16644, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 16605, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::.ctor() */,
{ 16606, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IComparer`1<TKey>) */,
{ 16607, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 16608, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 16609, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 16610, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 16613, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 16621, 29, -1 } /* System.Collections.Generic.SortedList`2/KeyList<TKey,TValue> System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetKeyListHelper() */,
{ 16622, 29, -1 } /* System.Collections.Generic.SortedList`2/ValueList<TKey,TValue> System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetValueListHelper() */,
{ 16628, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::Clear() */,
{ 16629, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 16630, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 16631, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::ContainsValue(TValue) */,
{ 16632, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 16633, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16634, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::EnsureCapacity(System.Int32) */,
{ 16635, 29, -1 } /* TValue System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetByIndex(System.Int32) */,
{ 16636, 29, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetEnumerator() */,
{ 16637, 29, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 16638, 29, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 16639, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16640, 29, -1 } /* TKey System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetKey(System.Int32) */,
{ 16645, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<System.Object,System.Object>::IndexOfKey(TKey) */,
{ 16646, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<System.Object,System.Object>::IndexOfValue(TValue) */,
{ 16647, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::Insert(System.Int32,TKey,TValue) */,
{ 16648, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 16649, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::RemoveAt(System.Int32) */,
{ 16650, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::Remove(TKey) */,
{ 16651, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 16652, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::IsCompatibleKey(System.Object) */,
{ 16655, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 16657, 29, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 16658, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::get_Current() */,
{ 16659, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16660, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 16653, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>,System.Int32) */,
{ 16654, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::Dispose() */,
{ 16656, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 16661, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 16665, 29, -1 } /* TKey System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::get_Current() */,
{ 16666, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16662, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 16663, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::Dispose() */,
{ 16664, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::MoveNext() */,
{ 16667, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 16671, 29, -1 } /* TValue System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::get_Current() */,
{ 16672, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16668, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 16669, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::Dispose() */,
{ 16670, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::MoveNext() */,
{ 16673, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 16675, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::get_Count() */,
{ 16676, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::get_IsReadOnly() */,
{ 16677, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16678, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 16685, 29, -1 } /* TKey System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::get_Item(System.Int32) */,
{ 16686, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::set_Item(System.Int32,TKey) */,
{ 16674, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 16679, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Add(TKey) */,
{ 16680, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Clear() */,
{ 16681, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Contains(TKey) */,
{ 16682, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 16683, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16684, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Insert(System.Int32,TKey) */,
{ 16687, 29, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::GetEnumerator() */,
{ 16688, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16689, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::IndexOf(TKey) */,
{ 16690, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Remove(TKey) */,
{ 16691, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::RemoveAt(System.Int32) */,
{ 16693, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::get_Count() */,
{ 16694, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::get_IsReadOnly() */,
{ 16695, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16696, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 16703, 29, -1 } /* TValue System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::get_Item(System.Int32) */,
{ 16704, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::set_Item(System.Int32,TValue) */,
{ 16692, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 16697, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Add(TValue) */,
{ 16698, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Clear() */,
{ 16699, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Contains(TValue) */,
{ 16700, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 16701, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16702, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Insert(System.Int32,TValue) */,
{ 16705, 29, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::GetEnumerator() */,
{ 16706, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16707, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::IndexOf(TValue) */,
{ 16708, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Remove(TValue) */,
{ 16709, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::RemoveAt(System.Int32) */,
{ 16711, 0, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count() */,
{ 16712, 0, -1 } /* System.Boolean System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16713, 0, -1 } /* System.Object System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 16710, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor() */,
{ 16714, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::Clear() */,
{ 16715, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16716, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16717, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16718, 0, -1 } /* T System.Collections.Generic.Stack`1<System.Object>::Peek() */,
{ 16719, 0, -1 } /* T System.Collections.Generic.Stack`1<System.Object>::Pop() */,
{ 16720, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::Push(T) */,
{ 16721, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::ThrowForEmptyStack() */,
{ 16725, 0, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<System.Object>::get_Current() */,
{ 16727, 0, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16722, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 16723, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::Dispose() */,
{ 16724, 0, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<System.Object>::MoveNext() */,
{ 16726, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::ThrowEnumerationNotStartedOrEnded() */,
{ 16728, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 17337, -1, 0 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 17338, -1, 0 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<System.Object>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 17339, -1, 0 } /* TSource System.Linq.Enumerable::SingleOrDefault<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 17340, -1, 0 } /* System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>) */,
{ 17341, -1, 0 } /* System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 17343, 0, -1 } /* TSource System.Linq.Enumerable/Iterator`1<System.Object>::get_Current() */,
{ 17349, 0, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 17342, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::.ctor() */,
{ 17344, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::Clone() */,
{ 17345, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::Dispose() */,
{ 17346, 0, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::GetEnumerator() */,
{ 17347, 0, -1 } /* System.Boolean System.Linq.Enumerable/Iterator`1<System.Object>::MoveNext() */,
{ 17348, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 17350, 0, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17351, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 17352, 0, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 17353, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Clone() */,
{ 17354, 0, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Dispose() */,
{ 17355, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::MoveNext() */,
{ 17356, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 17357, 0, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 17358, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::Clone() */,
{ 17359, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::MoveNext() */,
{ 17360, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 17361, 0, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<System.Object>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 17362, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereListIterator`1<System.Object>::Clone() */,
{ 17363, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereListIterator`1<System.Object>::MoveNext() */,
{ 17364, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereListIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 17365, 0, -1 } /* System.Void System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>::.ctor() */,
{ 17366, 0, -1 } /* System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>::<CombinePredicates>b__0(TSource) */,
{ 17375, 0, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<System.Object>::get_Count() */,
{ 17376, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 17367, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor() */,
{ 17368, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 17369, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 17370, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 17371, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::Clear() */,
{ 17372, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Contains(T) */,
{ 17373, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 17374, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Remove(T) */,
{ 17377, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 17378, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.HashSet`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17379, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 17380, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::OnDeserialization(System.Object) */,
{ 17381, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Add(T) */,
{ 17382, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[]) */,
{ 17383, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[],System.Int32,System.Int32) */,
{ 17384, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::Initialize(System.Int32) */,
{ 17385, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::IncreaseCapacity() */,
{ 17386, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::SetCapacity(System.Int32) */,
{ 17387, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::AddIfNotPresent(T) */,
{ 17388, 0, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<System.Object>::InternalGetHashCode(T) */,
{ 17392, 0, -1 } /* T System.Collections.Generic.HashSet`1/Enumerator<System.Object>::get_Current() */,
{ 17393, 0, -1 } /* System.Object System.Collections.Generic.HashSet`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 17389, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.HashSet`1<T>) */,
{ 17390, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::Dispose() */,
{ 17391, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1/Enumerator<System.Object>::MoveNext() */,
{ 17394, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 17501, -1, 0 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Object>(System.Void*,System.Int32) */,
{ 17502, -1, 0 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<System.Object>(System.Void*,System.Int32,T) */,
{ 17504, -1, 0 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::InternalEnumToInt<System.Object>(T&,System.Int32&) */,
{ 18663, -1, 0 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) */,
{ 18664, -1, 0 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<System.Object>(UnityEngine.Rendering.VertexAttribute) */,
{ 18666, -1, 0 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,T[]) */,
{ 18667, -1, 0 } /* System.Void UnityEngine.Mesh::SetListForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 18668, -1, 0 } /* System.Void UnityEngine.Mesh::SetListForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 18669, -1, 0 } /* System.Void UnityEngine.Mesh::GetListForChannel<System.Object>(System.Collections.Generic.List`1<T>,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32,UnityEngine.Rendering.VertexAttributeFormat) */,
{ 18677, -1, 0 } /* System.Void UnityEngine.Mesh::SetUvsImpl<System.Object>(System.Int32,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 19275, -1, 0 } /* T[] UnityEngine.Resources::ConvertObjects<System.Object>(UnityEngine.Object[]) */,
{ 19304, -1, 0 } /* T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType<System.Object>(System.Type) */,
{ 19322, -1, 0 } /* T UnityEngine.Component::GetComponent<System.Object>() */,
{ 19364, -1, 0 } /* T UnityEngine.GameObject::GetComponent<System.Object>() */,
{ 19377, -1, 0 } /* T[] UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean) */,
{ 19378, -1, 0 } /* System.Void UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 19389, -1, 0 } /* T UnityEngine.GameObject::AddComponent<System.Object>() */,
{ 19459, -1, 0 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<System.Object>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19460, -1, 0 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<System.Object>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19462, -1, 0 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<System.Object>(System.Collections.Generic.List`1<T>) */,
{ 19463, -1, 0 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<System.Object>(System.Collections.Generic.List`1<T>) */,
{ 19472, -1, 0 } /* T UnityEngine.ScriptableObject::CreateInstance<System.Object>() */,
{ 19512, -1, 0 } /* T UnityEngine.Object::Instantiate<System.Object>(T) */,
{ 19521, -1, 0 } /* T[] UnityEngine.Object::FindObjectsOfType<System.Object>() */,
{ 19522, -1, 0 } /* T UnityEngine.Object::FindObjectOfType<System.Object>() */,
{ 19917, -1, 0 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Object>(System.Object) */,
{ 19926, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19927, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19928, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19929, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19930, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(System.Object[]) */,
{ 19931, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(T1) */,
{ 19932, 0, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 19933, 29, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19934, 29, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Invoke(System.Object[]) */,
{ 19935, 29, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 19936, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19937, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Invoke(System.Object[]) */,
{ 19938, 40, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 19939, 41, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19940, 41, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::Invoke(System.Object[]) */,
{ 19941, 41, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 19942, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 19943, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::Invoke(System.Object[]) */,
{ 19944, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::Invoke(T) */,
{ 19982, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 19983, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::Invoke(T0) */,
{ 19984, 0, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Object>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 19985, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 19986, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::.ctor() */,
{ 19987, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 19988, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 19989, 0, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 19990, 0, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 19991, 0, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Object>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 19992, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::Invoke(T0) */,
{ 19993, 29, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 19994, 29, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::Invoke(T0,T1) */,
{ 19995, 29, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<System.Object,System.Object>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 19996, 29, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 19997, 29, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::.ctor() */,
{ 19998, 29, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 19999, 29, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 20000, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 20001, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::Invoke(T0,T1,T2) */,
{ 20002, 40, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::BeginInvoke(T0,T1,T2,System.AsyncCallback,System.Object) */,
{ 20003, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 20004, 40, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::.ctor() */,
{ 20005, 40, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 20006, 40, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 20007, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 20008, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::Invoke(T0,T1,T2,T3) */,
{ 20009, 41, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T0,T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 20010, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 20011, 41, -1 } /* System.Void UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::.ctor() */,
{ 20012, 41, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 20013, 41, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 20227, -1, 0 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<System.Object>() */,
{ 20309, -1, 0 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Object>(T,T,System.String) */,
{ 20310, -1, 0 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Object>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 20847, 0, -1 } /* System.Void UnityEngine.IntegratedSubsystemDescriptor`1<System.Object>::.ctor() */,
{ 20864, 0, -1 } /* System.Void UnityEngine.IntegratedSubsystem`1<System.Object>::.ctor() */,
{ 21674, -1, 0 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Object>(System.IntPtr) */,
{ 21675, -1, 0 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Object>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21814, -1, 0 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Object>(System.String,System.Object[]) */,
{ 21815, -1, 0 } /* ReturnType UnityEngine.AndroidJavaObject::CallStatic<System.Object>(System.String,System.Object[]) */,
{ 21822, -1, 0 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Object>(System.String,System.Object[]) */,
{ 21823, -1, 0 } /* ReturnType UnityEngine.AndroidJavaObject::_CallStatic<System.Object>(System.String,System.Object[]) */,
{ 21850, -1, 0 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Object>(System.IntPtr) */,
{ 21852, -1, 0 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Object>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21858, -1, 0 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Object>(System.Object[]) */,
{ 22726, 0, -1 } /* System.Int32 UnityEngine.UIElements.ObjectPool`1<System.Object>::get_maxSize() */,
{ 22727, 0, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Object>::set_maxSize(System.Int32) */,
{ 22728, 0, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Object>::.ctor(System.Int32) */,
{ 22729, 0, -1 } /* System.Int32 UnityEngine.UIElements.ObjectPool`1<System.Object>::Size() */,
{ 22730, 0, -1 } /* T UnityEngine.UIElements.ObjectPool`1<System.Object>::Get() */,
{ 22731, 0, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Object>::Release(T) */,
{ 22884, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::set_relatedTarget(UnityEngine.UIElements.IEventHandler) */,
{ 22885, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::set_pointerId(System.Int32) */,
{ 22886, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::Init() */,
{ 22887, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::LocalInit() */,
{ 22888, 0, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 22889, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::.ctor() */,
{ 22892, 0, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<System.Object>::Init() */,
{ 22893, 0, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<System.Object>::.ctor() */,
{ 22899, 0, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<System.Object>::set_commandName(System.String) */,
{ 22900, 0, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<System.Object>::Init() */,
{ 22901, 0, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<System.Object>::LocalInit() */,
{ 22902, 0, -1 } /* T UnityEngine.UIElements.CommandEventBase`1<System.Object>::GetPooled(UnityEngine.Event) */,
{ 22903, 0, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<System.Object>::.ctor() */,
{ 22909, 0, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<System.Object>::.ctor() */,
{ 23003, 0, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<System.Object>::get_eventTypeId() */,
{ 22995, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::.ctor() */,
{ 22996, 0, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<System.Object>::TypeId() */,
{ 22997, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::Init() */,
{ 22998, 0, -1 } /* T UnityEngine.UIElements.EventBase`1<System.Object>::GetPooled() */,
{ 22999, 0, -1 } /* T UnityEngine.UIElements.EventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.EventBase) */,
{ 23000, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::ReleasePooled(T) */,
{ 23001, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::Acquire() */,
{ 23002, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::Dispose() */,
{ 23004, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::.cctor() */,
{ 23035, 0, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<System.Object>::get_relatedTarget() */,
{ 23036, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::set_relatedTarget(UnityEngine.UIElements.Focusable) */,
{ 23037, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::set_direction(UnityEngine.UIElements.FocusChangeDirection) */,
{ 23038, 0, -1 } /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1<System.Object>::get_focusController() */,
{ 23039, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::set_focusController(UnityEngine.UIElements.FocusController) */,
{ 23040, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::Init() */,
{ 23041, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::LocalInit() */,
{ 23042, 0, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 23043, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::.ctor() */,
{ 23065, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::set_modifiers(UnityEngine.EventModifiers) */,
{ 23066, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::set_character(System.Char) */,
{ 23067, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::set_keyCode(UnityEngine.KeyCode) */,
{ 23068, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::Init() */,
{ 23069, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::LocalInit() */,
{ 23070, 0, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::GetPooled(System.Char,UnityEngine.KeyCode,UnityEngine.EventModifiers) */,
{ 23071, 0, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::GetPooled(UnityEngine.Event) */,
{ 23072, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::.ctor() */,
{ 23093, 0, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_modifiers() */,
{ 23094, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_modifiers(UnityEngine.EventModifiers) */,
{ 23095, 0, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_mousePosition() */,
{ 23096, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_mousePosition(UnityEngine.Vector2) */,
{ 23097, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_localMousePosition(UnityEngine.Vector2) */,
{ 23098, 0, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_mouseDelta() */,
{ 23099, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_mouseDelta(UnityEngine.Vector2) */,
{ 23100, 0, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_clickCount() */,
{ 23101, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_clickCount(System.Int32) */,
{ 23102, 0, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_button() */,
{ 23103, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_button(System.Int32) */,
{ 23104, 0, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_pressedButtons() */,
{ 23105, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_pressedButtons(System.Int32) */,
{ 23106, 0, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 0, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 0, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23114, 0, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_currentTarget() */,
{ 23115, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::Init() */,
{ 23113, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::LocalInit() */,
{ 23116, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23118, 0, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.Event) */,
{ 23119, 0, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 23120, 0, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IMouseEvent) */,
{ 23121, 0, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 23122, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::.ctor() */,
{ 23157, -1, 29 } /* System.Void UnityEngine.UIElements.MouseEventsHelper::SendEnterLeave<System.Object,System.Object>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2) */,
{ 23159, -1, 29 } /* System.Void UnityEngine.UIElements.PointerEventsHelper::SendEnterLeave<System.Object,System.Object>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 23201, 0, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pointerId() */,
{ 23202, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_pointerId(System.Int32) */,
{ 23203, 0, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pointerType() */,
{ 23204, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_pointerType(System.String) */,
{ 23205, 0, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_isPrimary() */,
{ 23206, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_isPrimary(System.Boolean) */,
{ 23207, 0, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_button() */,
{ 23208, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_button(System.Int32) */,
{ 23209, 0, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pressedButtons() */,
{ 23210, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_pressedButtons(System.Int32) */,
{ 23211, 0, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_position() */,
{ 23212, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_position(UnityEngine.Vector3) */,
{ 23213, 0, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_localPosition() */,
{ 23214, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_localPosition(UnityEngine.Vector3) */,
{ 23215, 0, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_deltaPosition() */,
{ 23216, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_deltaPosition(UnityEngine.Vector3) */,
{ 23217, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_deltaTime() */,
{ 23218, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_deltaTime(System.Single) */,
{ 23219, 0, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_clickCount() */,
{ 23220, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_clickCount(System.Int32) */,
{ 23221, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pressure() */,
{ 23222, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_pressure(System.Single) */,
{ 23223, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_tangentialPressure() */,
{ 23224, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_tangentialPressure(System.Single) */,
{ 23225, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_altitudeAngle() */,
{ 23226, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_altitudeAngle(System.Single) */,
{ 23227, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_azimuthAngle() */,
{ 23228, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_azimuthAngle(System.Single) */,
{ 23229, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_twist() */,
{ 23230, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_twist(System.Single) */,
{ 23231, 0, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_radius() */,
{ 23232, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_radius(UnityEngine.Vector2) */,
{ 23233, 0, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_radiusVariance() */,
{ 23234, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_radiusVariance(UnityEngine.Vector2) */,
{ 23235, 0, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_modifiers() */,
{ 23236, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_modifiers(UnityEngine.EventModifiers) */,
{ 23237, 0, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<System.Object>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 0, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<System.Object>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23243, 0, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_currentTarget() */,
{ 23244, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23241, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::Init() */,
{ 23242, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::LocalInit() */,
{ 23245, 0, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<System.Object>::IsMouse(UnityEngine.Event) */,
{ 23246, 0, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<System.Object>::GetPooled(UnityEngine.Event) */,
{ 23247, 0, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 23248, 0, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 23249, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23250, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23251, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::.ctor() */,
{ 23361, 0, -1 } /* T UnityEngine.UIElements.IStyleValue`1<System.Object>::get_value() */,
{ 23362, 0, -1 } /* UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.IStyleValue`1<System.Object>::get_keyword() */,
{ 23366, -1, 0 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<System.Object>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 23505, 0, -1 } /* System.Void ArrayPool`1<System.Object>::.ctor() */,
{ 23506, 0, -1 } /* System.Int32 ArrayPool`1<System.Object>::NextPowerOfTwo(System.Int32) */,
{ 23507, 0, -1 } /* T[] ArrayPool`1<System.Object>::Alloc(System.Int32) */,
{ 23508, 0, -1 } /* System.Void ArrayPool`1<System.Object>::Collect(T[]) */,
{ 23509, 0, -1 } /* System.Int32 ArrayPool`1<System.Object>::GetSlot(System.Int32) */,
{ 23717, -1, 0 } /* T taurus.client.TObject::getValue<System.Object>(System.String) */,
{ 24622, 0, -1 } /* ZXing.BarcodeFormat ZXing.BarcodeWriterGeneric`1<System.Object>::get_Format() */,
{ 24623, 0, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::set_Format(ZXing.BarcodeFormat) */,
{ 24624, 0, -1 } /* ZXing.Common.EncodingOptions ZXing.BarcodeWriterGeneric`1<System.Object>::get_Options() */,
{ 24625, 0, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::set_Options(ZXing.Common.EncodingOptions) */,
{ 24626, 0, -1 } /* ZXing.Writer ZXing.BarcodeWriterGeneric`1<System.Object>::get_Encoder() */,
{ 24627, 0, -1 } /* ZXing.Rendering.IBarcodeRenderer`1<TOutput> ZXing.BarcodeWriterGeneric`1<System.Object>::get_Renderer() */,
{ 24628, 0, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::set_Renderer(ZXing.Rendering.IBarcodeRenderer`1<TOutput>) */,
{ 24629, 0, -1 } /* ZXing.Common.BitMatrix ZXing.BarcodeWriterGeneric`1<System.Object>::Encode(System.String) */,
{ 24630, 0, -1 } /* TOutput ZXing.BarcodeWriterGeneric`1<System.Object>::Write(System.String) */,
{ 24631, 0, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::.ctor() */,
{ 24633, 0, -1 } /* TOutput ZXing.Rendering.IBarcodeRenderer`1<System.Object>::Render(ZXing.Common.BitMatrix,ZXing.BarcodeFormat,System.String,ZXing.Common.EncodingOptions) */,
{ 24675, -1, 0 } /* System.Void ZXing.SupportClass::Fill<System.Object>(T[],T) */,
{ 25169, -1, 0 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Object>(System.IntPtr) */,
{ 25801, 0, -1 } /* T MonoSingleton`1<System.Object>::get_sIntance() */,
{ 25802, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::Awake() */,
{ 25803, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::DestroyInstance() */,
{ 25804, 0, -1 } /* T MonoSingleton`1<System.Object>::GetInstance() */,
{ 25805, 0, -1 } /* System.Boolean MonoSingleton`1<System.Object>::HasInstance() */,
{ 25806, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::Init() */,
{ 25807, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::OnDestroy() */,
{ 25808, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::.ctor() */,
{ 25820, 0, -1 } /* T Singleton`1<System.Object>::get_instance() */,
{ 25821, 0, -1 } /* System.Void Singleton`1<System.Object>::.ctor() */,
{ 25822, 0, -1 } /* System.Void Singleton`1<System.Object>::CreateInstance() */,
{ 25823, 0, -1 } /* System.Void Singleton`1<System.Object>::DestroyInstance() */,
{ 25824, 0, -1 } /* T Singleton`1<System.Object>::GetInstance() */,
{ 25825, 0, -1 } /* System.Boolean Singleton`1<System.Object>::HasInstance() */,
{ 25826, 0, -1 } /* System.Void Singleton`1<System.Object>::Init() */,
{ 25827, 0, -1 } /* System.Void Singleton`1<System.Object>::UnInit() */,
{ 30466, -1, 0 } /* T taurus.unity.ResourcesManager::LoadObject<System.Object>(System.String) */,
{ 30467, -1, 0 } /* T taurus.unity.ResourcesManager::LoadObjectByGroup<System.Object>(System.String,System.String) */,
{ 30779, -1, 0 } /* T LuaInterface.LuaFunction::ToDelegate<System.Object>() */,
{ 30784, -1, 0 } /* System.Void LuaInterface.LuaFunction::Call<System.Object>(T1) */,
{ 30785, -1, 29 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object>(T1,T2) */,
{ 30786, -1, 40 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object>(T1,T2,T3) */,
{ 30787, -1, 41 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4) */,
{ 30788, -1, 53 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5) */,
{ 30789, -1, 2035 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6) */,
{ 30790, -1, 2036 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6,T7) */,
{ 30791, -1, 2037 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6,T7,T8) */,
{ 30792, -1, 2038 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6,T7,T8,T9) */,
{ 30793, -1, 0 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object>() */,
{ 30794, -1, 29 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object>(T1) */,
{ 30795, -1, 40 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object>(T1,T2) */,
{ 30796, -1, 41 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object>(T1,T2,T3) */,
{ 30797, -1, 53 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4) */,
{ 30798, -1, 2035 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5) */,
{ 30799, -1, 2036 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6) */,
{ 30800, -1, 2037 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6,T7) */,
{ 30801, -1, 2038 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6,T7,T8) */,
{ 30802, -1, 2039 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6,T7,T8,T9) */,
{ 30833, -1, 0 } /* System.Void LuaInterface.LuaFunction::PushSealed<System.Object>(T) */,
{ 30834, -1, 0 } /* System.Void LuaInterface.LuaFunction::PushGeneric<System.Object>(T) */,
{ 30858, -1, 0 } /* T LuaInterface.LuaFunction::CheckValue<System.Object>() */,
{ 30940, 0, -1 } /* System.Void LuaInterface.LuaOut`1<System.Object>::.ctor() */,
{ 31170, -1, 0 } /* T LuaInterface.LuaState::DoString<System.Object>(System.String,System.String) */,
{ 31174, -1, 0 } /* T LuaInterface.LuaState::DoFile<System.Object>(System.String) */,
{ 31176, -1, 0 } /* T LuaInterface.LuaState::Require<System.Object>(System.String) */,
{ 31235, -1, 0 } /* System.Void LuaInterface.LuaState::PushSealed<System.Object>(T) */,
{ 31237, -1, 0 } /* System.Void LuaInterface.LuaState::PushGeneric<System.Object>(T) */,
{ 31260, -1, 0 } /* T LuaInterface.LuaState::CheckValue<System.Object>(System.Int32) */,
{ 31285, -1, 0 } /* T LuaInterface.LuaState::LuaLoadBuffer<System.Object>(System.Byte[],System.String) */,
{ 31289, -1, 0 } /* System.Void LuaInterface.LuaState::Call<System.Object>(System.String,T,System.Boolean) */,
{ 31290, -1, 29 } /* System.Void LuaInterface.LuaState::Call<System.Object,System.Object>(System.String,T1,T2,System.Boolean) */,
{ 31291, -1, 40 } /* System.Void LuaInterface.LuaState::Call<System.Object,System.Object,System.Object>(System.String,T1,T2,T3,System.Boolean) */,
{ 31292, -1, 41 } /* System.Void LuaInterface.LuaState::Call<System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,System.Boolean) */,
{ 31293, -1, 53 } /* System.Void LuaInterface.LuaState::Call<System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5,System.Boolean) */,
{ 31294, -1, 2035 } /* System.Void LuaInterface.LuaState::Call<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5,T6,System.Boolean) */,
{ 31295, -1, 0 } /* R1 LuaInterface.LuaState::Invoke<System.Object>(System.String,System.Boolean) */,
{ 31296, -1, 29 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object>(System.String,T1,System.Boolean) */,
{ 31297, -1, 40 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object,System.Object>(System.String,T1,T2,System.Boolean) */,
{ 31298, -1, 41 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,System.Boolean) */,
{ 31299, -1, 53 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,System.Boolean) */,
{ 31300, -1, 2035 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5,System.Boolean) */,
{ 31301, -1, 2036 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5,T6,System.Boolean) */,
{ 31449, -1, 0 } /* T LuaInterface.LuaTable::RawGetIndex<System.Object>(System.Int32) */,
{ 31450, -1, 0 } /* System.Void LuaInterface.LuaTable::RawSetIndex<System.Object>(System.Int32,T) */,
{ 31451, -1, 29 } /* V LuaInterface.LuaTable::RawGet<System.Object,System.Object>(K) */,
{ 31452, -1, 29 } /* System.Void LuaInterface.LuaTable::RawSet<System.Object,System.Object>(K,V) */,
{ 31453, -1, 0 } /* T LuaInterface.LuaTable::GetTable<System.Object>(System.String) */,
{ 31454, -1, 0 } /* System.Void LuaInterface.LuaTable::SetTable<System.Object>(System.String,T) */,
{ 31459, -1, 0 } /* System.Void LuaInterface.LuaTable::Call<System.Object>(System.String,T1) */,
{ 31460, -1, 29 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object>(System.String,T1,T2) */,
{ 31461, -1, 40 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object,System.Object>(System.String,T1,T2,T3) */,
{ 31462, -1, 41 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4) */,
{ 31463, -1, 53 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5) */,
{ 31464, -1, 2035 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5,T6) */,
{ 31465, -1, 0 } /* R1 LuaInterface.LuaTable::Invoke<System.Object>(System.String) */,
{ 31466, -1, 29 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object>(System.String,T1) */,
{ 31467, -1, 40 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object>(System.String,T1,T2) */,
{ 31468, -1, 41 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3) */,
{ 31469, -1, 53 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4) */,
{ 31470, -1, 2035 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5) */,
{ 31471, -1, 2036 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5,T6) */,
{ 31478, -1, 29 } /* LuaInterface.LuaDictTable`2<K,V> LuaInterface.LuaTable::ToDictTable<System.Object,System.Object>() */,
{ 31507, 29, -1 } /* K LuaInterface.LuaDictEntry`2<System.Object,System.Object>::get_Key() */,
{ 31508, 29, -1 } /* System.Void LuaInterface.LuaDictEntry`2<System.Object,System.Object>::set_Key(K) */,
{ 31509, 29, -1 } /* V LuaInterface.LuaDictEntry`2<System.Object,System.Object>::get_Value() */,
{ 31510, 29, -1 } /* System.Void LuaInterface.LuaDictEntry`2<System.Object,System.Object>::set_Value(V) */,
{ 31506, 29, -1 } /* System.Void LuaInterface.LuaDictEntry`2<System.Object,System.Object>::.ctor(K,V) */,
{ 31513, 29, -1 } /* V LuaInterface.LuaDictTable`2<System.Object,System.Object>::get_Item(K) */,
{ 31514, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2<System.Object,System.Object>::set_Item(K,V) */,
{ 31511, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2<System.Object,System.Object>::.ctor(LuaInterface.LuaTable) */,
{ 31512, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2<System.Object,System.Object>::Dispose() */,
{ 31515, 29, -1 } /* System.Collections.Generic.Dictionary`2<K,V> LuaInterface.LuaDictTable`2<System.Object,System.Object>::ToDictionary() */,
{ 31516, 29, -1 } /* System.Collections.Generic.IEnumerator`1<LuaInterface.LuaDictEntry`2<K,V>> LuaInterface.LuaDictTable`2<System.Object,System.Object>::GetEnumerator() */,
{ 31517, 29, -1 } /* System.Collections.IEnumerator LuaInterface.LuaDictTable`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 31519, 29, -1 } /* LuaInterface.LuaDictEntry`2<K,V> LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::get_Current() */,
{ 31520, 29, -1 } /* System.Object LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 31518, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::.ctor(LuaInterface.LuaDictTable`2<K,V>) */,
{ 31521, 29, -1 } /* System.Boolean LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 31522, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::Reset() */,
{ 31523, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::Dispose() */,
{ 31527, -1, 0 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object>(T1) */,
{ 31528, -1, 29 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object>(T1,T2) */,
{ 31529, -1, 40 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object,System.Object>(T1,T2,T3) */,
{ 31530, -1, 0 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object>(R1&) */,
{ 31531, -1, 29 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object>(T1,R1&) */,
{ 31532, -1, 40 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object,System.Object>(T1,T2,R1&) */,
{ 31533, -1, 41 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,R1&) */,
{ 31640, -1, 0 } /* System.Object LuaInterface.ToLua::CheckObject<System.Object>(System.IntPtr,System.Int32) */,
{ 31655, -1, 0 } /* T[] LuaInterface.ToLua::CheckObjectArray<System.Object>(System.IntPtr,System.Int32) */,
{ 31666, -1, 0 } /* T[] LuaInterface.ToLua::ToParamsObject<System.Object>(System.IntPtr,System.Int32,System.Int32) */,
{ 31674, -1, 0 } /* T[] LuaInterface.ToLua::CheckParamsObject<System.Object>(System.IntPtr,System.Int32,System.Int32) */,
{ 31681, -1, 0 } /* T[] LuaInterface.ToLua::ToObjectArray<System.Object>(System.IntPtr,System.Int32) */,
{ 31704, -1, 0 } /* System.Void LuaInterface.ToLua::PushOut<System.Object>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31714, -1, 0 } /* System.Void LuaInterface.ToLua::PushSealed<System.Object>(System.IntPtr,T) */,
{ 31723, -1, 0 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<System.Object>(System.IntPtr,System.Int32) */,
{ 31750, -1, 0 } /* T LuaInterface.TypeChecker::ChangeType<System.Object>(System.Object,System.Type) */,
{ 31755, -1, 0 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object>(System.IntPtr,System.Int32) */,
{ 31756, -1, 29 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31757, -1, 40 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31758, -1, 41 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31759, -1, 53 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2035 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31761, -1, 2036 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31762, -1, 2037 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31763, -1, 2038 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31764, -1, 2039 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31765, -1, 2040 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31766, -1, 2041 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31767, -1, 0 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Object>(System.IntPtr,System.Int32,System.Int32) */,
{ 31770, 0, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Object>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 0, -1 } /* System.String LuaInterface.TypeTraits`1<System.Object>::GetTypeName() */,
{ 31772, 0, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Object>::GetLuaReference(System.IntPtr) */,
{ 31773, 0, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Object>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 0, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Object>::IsNilType() */,
{ 31775, 0, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Object>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 0, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Object>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 0, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Object>::.cctor() */,
{ 31778, 0, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Object>::.cctor() */,
{ 31779, 0, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Object>::.ctor() */,
{ 31780, 0, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Object>::<GetLuaReference>b__9_0() */,
{ 31781, 0, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Object>::Init(DelegateFactory/DelegateCreate) */,
{ 31782, 0, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction) */,
{ 31783, 0, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31784, 0, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Object>::.cctor() */,
{ 31785, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 0, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Object>::SelectPush() */,
{ 31787, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::PushValue(System.IntPtr,T) */,
{ 31788, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::PushObject(System.IntPtr,T) */,
{ 31789, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::PushArray(System.IntPtr,T) */,
{ 31790, 0, -1 } /* T LuaInterface.StackTraits`1<System.Object>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 0, -1 } /* T LuaInterface.StackTraits`1<System.Object>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::.cctor() */,
{ 32169, -1, 0 } /* T FairyGUI.NGraphics::GetMeshFactory<System.Object>() */,
{ 11252, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor() */,
{ 11268, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::Add(T) */,
{ 11320, 8, -1 } /* T[] System.Collections.Generic.List`1<System.String>::ToArray() */,
{ 11002, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor() */,
{ 11020, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(TKey,TValue) */,
{ 11012, 28, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Count() */,
{ 11029, 28, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.String>::GetEnumerator() */,
{ 11061, 28, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::get_Current() */,
{ 10972, 28, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Value() */,
{ 11060, 28, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::MoveNext() */,
{ 11062, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::Dispose() */,
{ 11252, 17, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::.ctor() */,
{ 11252, 19, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::.ctor() */,
{ 11268, 17, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::Add(T) */,
{ 11268, 19, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::Add(T) */,
{ 11317, 17, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 1109, 19, -1 } /* System.Void System.Comparison`1<Mono.Globalization.Unicode.Level2Map>::.ctor(System.Object,System.IntPtr) */,
{ 11319, 19, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::Sort(System.Comparison`1<T>) */,
{ 11320, 17, -1 } /* T[] System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::ToArray() */,
{ 11320, 19, -1 } /* T[] System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::ToArray() */,
{ 859, -1, 6 } /* System.Void System.Array::Reverse<System.Byte>(T[],System.Int32,System.Int32) */,
{ 858, -1, 6 } /* System.Void System.Array::Reverse<System.Byte>(T[]) */,
{ 11257, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.String>::get_Count() */,
{ 11312, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::RemoveAt(System.Int32) */,
{ 11303, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::Insert(System.Int32,T) */,
{ 11263, 8, -1 } /* T System.Collections.Generic.List`1<System.String>::get_Item(System.Int32) */,
{ 11275, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::Clear() */,
{ 10854, 42, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11254, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11254, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10855, 42, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::get_Count() */,
{ 10858, 42, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::CopyTo(T[],System.Int32) */,
{ 11252, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::.ctor() */,
{ 11252, 45, -1 } /* System.Void System.Collections.Generic.List`1<System.AggregateException>::.ctor() */,
{ 11268, 45, -1 } /* System.Void System.Collections.Generic.List`1<System.AggregateException>::Add(T) */,
{ 11263, 45, -1 } /* T System.Collections.Generic.List`1<System.AggregateException>::get_Item(System.Int32) */,
{ 11268, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::Add(T) */,
{ 11257, 45, -1 } /* System.Int32 System.Collections.Generic.List`1<System.AggregateException>::get_Count() */,
{ 10856, 42, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::get_Item(System.Int32) */,
{ 11002, 136, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::.ctor() */,
{ 11026, 136, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Object>::ContainsKey(TKey) */,
{ 11020, 136, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::set_Item(TKey,TValue) */,
{ 11038, 136, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Object>::Remove(TKey) */,
{ 11163, 6, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Byte>::.ctor() */,
{ 10185, 32, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::.ctor() */,
{ 11163, 8, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.String>::.ctor() */,
{ 10190, 32, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::Add(TKey,TValue) */,
{ 10192, 32, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::TryGetValue(TKey,TValue&) */,
{ 10191, 32, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::Remove(TKey) */,
{ 1117, 1, -1 } /* System.Void System.Predicate`1<System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 11386, -1, 1 } /* System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Type>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>) */,
{ 11252, 320, -1 } /* System.Void System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::.ctor() */,
{ 11268, 320, -1 } /* System.Void System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::Add(T) */,
{ 11320, 320, -1 } /* T[] System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::ToArray() */,
{ 11125, 82, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::get_Default() */,
{ 879, -1, 2042 } /* System.Void System.Array::Sort<System.UInt64,System.String>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>) */,
{ 11004, 216, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11040, 216, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::TryGetValue(TKey,TValue&) */,
{ 11020, 216, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::set_Item(TKey,TValue) */,
{ 11002, 234, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::.ctor() */,
{ 11002, 237, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::.ctor() */,
{ 11020, 234, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::set_Item(TKey,TValue) */,
{ 11020, 237, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::set_Item(TKey,TValue) */,
{ 11040, 234, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::TryGetValue(TKey,TValue&) */,
{ 11040, 237, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::TryGetValue(TKey,TValue&) */,
{ 3700, 16, -1 } /* System.Boolean System.Nullable`1<System.Int32>::get_HasValue() */,
{ 3701, 16, -1 } /* T System.Nullable`1<System.Int32>::get_Value() */,
{ 11021, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Add(TKey,TValue) */,
{ 11040, 28, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::TryGetValue(TKey,TValue&) */,
{ 11276, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.String>::Contains(T) */,
{ 3700, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::get_HasValue() */,
{ 3699, 47, -1 } /* System.Void System.Nullable`1<System.Boolean>::.ctor(T) */,
{ 3701, 47, -1 } /* T System.Nullable`1<System.Boolean>::get_Value() */,
{ 11254, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 3700, 59, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::get_HasValue() */,
{ 3699, 59, -1 } /* System.Void System.Nullable`1<System.DateTime>::.ctor(T) */,
{ 3701, 59, -1 } /* T System.Nullable`1<System.DateTime>::get_Value() */,
{ 5652, 8, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.String>::.ctor(System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean) */,
{ 7503, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.Threading.CancellationToken) */,
{ 7361, 16, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::get_Result() */,
{ 7499, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Int32>(TResult) */,
{ 7504, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.OperationCanceledException) */,
{ 7501, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Int32>(System.Exception) */,
{ 7504, -1, 189 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Threading.Tasks.VoidTaskResult>(System.OperationCanceledException) */,
{ 946, -1, 7 } /* T[] System.Array::Empty<System.Char>() */,
{ 1089, 192, -1 } /* System.Void System.Func`1<System.Threading.SemaphoreSlim>::.ctor(System.Object,System.IntPtr) */,
{ 6928, -1, 192 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.SemaphoreSlim>(T&,System.Func`1<T>) */,
{ 1093, 188, -1 } /* System.Void System.Func`2<System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 7368, 16, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::GetAwaiter() */,
{ 10143, 16, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::GetResult() */,
{ 1105, 193, -1 } /* System.Void System.Func`5<System.IO.Stream,System.IO.Stream/ReadWriteParameters,System.AsyncCallback,System.Object,System.IAsyncResult>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 195, -1 } /* System.Void System.Func`3<System.IO.Stream,System.IAsyncResult,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 7376, 16, 2043 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Int32>::FromAsyncTrim<System.IO.Stream,System.IO.Stream/ReadWriteParameters>(!!0,!!1,System.Func`5<!!0,!!1,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<!!0,System.IAsyncResult,TResult>) */,
{ 1081, 200, -1 } /* System.Void System.Action`2<System.Threading.Tasks.Task,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 993, -1, 201 } /* System.Tuple`2<T1,T2> System.Tuple::Create<System.IO.Stream,System.IO.Stream/ReadWriteTask>(T1,T2) */,
{ 1097, 202, -1 } /* System.Void System.Func`3<System.IO.Stream,System.IAsyncResult,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 7376, 189, 2043 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::FromAsyncTrim<System.IO.Stream,System.IO.Stream/ReadWriteParameters>(!!0,!!1,System.Func`5<!!0,!!1,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<!!0,System.IAsyncResult,TResult>) */,
{ 996, 201, -1 } /* T1 System.Tuple`2<System.IO.Stream,System.IO.Stream/ReadWriteTask>::get_Item1() */,
{ 997, 201, -1 } /* T2 System.Tuple`2<System.IO.Stream,System.IO.Stream/ReadWriteTask>::get_Item2() */,
{ 7353, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7354, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 1089, 207, -1 } /* System.Void System.Func`1<System.Threading.ManualResetEvent>::.ctor(System.Object,System.IntPtr) */,
{ 6928, -1, 207 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.ManualResetEvent>(T&,System.Func`1<T>) */,
{ 5667, 8, -1 } /* System.Void System.IO.SearchResultHandler`1<System.String>::.ctor() */,
{ 1093, 208, -1 } /* System.Void System.Func`2<System.Object,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 1019, 209, -1 } /* T1 System.Tuple`4<System.IO.TextReader,System.Char[],System.Int32,System.Int32>::get_Item1() */,
{ 1020, 209, -1 } /* T2 System.Tuple`4<System.IO.TextReader,System.Char[],System.Int32,System.Int32>::get_Item2() */,
{ 1021, 209, -1 } /* T3 System.Tuple`4<System.IO.TextReader,System.Char[],System.Int32,System.Int32>::get_Item3() */,
{ 1022, 209, -1 } /* T4 System.Tuple`4<System.IO.TextReader,System.Char[],System.Int32,System.Int32>::get_Item4() */,
{ 996, 211, -1 } /* T1 System.Tuple`2<System.IO.TextWriter,System.Char>::get_Item1() */,
{ 997, 211, -1 } /* T2 System.Tuple`2<System.IO.TextWriter,System.Char>::get_Item2() */,
{ 996, 213, -1 } /* T1 System.Tuple`2<System.IO.TextWriter,System.String>::get_Item1() */,
{ 997, 213, -1 } /* T2 System.Tuple`2<System.IO.TextWriter,System.String>::get_Item2() */,
{ 1019, 214, -1 } /* T1 System.Tuple`4<System.IO.TextWriter,System.Char[],System.Int32,System.Int32>::get_Item1() */,
{ 1020, 214, -1 } /* T2 System.Tuple`4<System.IO.TextWriter,System.Char[],System.Int32,System.Int32>::get_Item2() */,
{ 1021, 214, -1 } /* T3 System.Tuple`4<System.IO.TextWriter,System.Char[],System.Int32,System.Int32>::get_Item3() */,
{ 1022, 214, -1 } /* T4 System.Tuple`4<System.IO.TextWriter,System.Char[],System.Int32,System.Int32>::get_Item4() */,
{ 11268, 48, -1 } /* System.Void System.Collections.Generic.List`1<System.LocalDataStore>::Add(T) */,
{ 11309, 48, -1 } /* System.Boolean System.Collections.Generic.List`1<System.LocalDataStore>::Remove(T) */,
{ 11021, 49, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::Add(TKey,TValue) */,
{ 10964, -1, 49 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.String,System.LocalDataStoreSlot>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey) */,
{ 11038, 49, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::Remove(TKey) */,
{ 11263, 48, -1 } /* T System.Collections.Generic.List`1<System.LocalDataStore>::get_Item(System.Int32) */,
{ 11257, 48, -1 } /* System.Int32 System.Collections.Generic.List`1<System.LocalDataStore>::get_Count() */,
{ 11252, 48, -1 } /* System.Void System.Collections.Generic.List`1<System.LocalDataStore>::.ctor() */,
{ 11002, 49, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::.ctor() */,
{ 11003, 147, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::.ctor(System.Int32) */,
{ 11040, 147, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::TryGetValue(TKey,TValue&) */,
{ 11021, 147, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::Add(TKey,TValue) */,
{ 801, -1, 107 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeData>(T[]) */,
{ 11002, 143, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::.ctor() */,
{ 11040, 143, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::TryGetValue(TKey,TValue&) */,
{ 11020, 143, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::set_Item(TKey,TValue) */,
{ 853, -1, 142 } /* System.Int32 System.Array::LastIndexOf<System.Delegate>(T[],T) */,
{ 802, -1, 7 } /* System.Void System.Array::Resize<System.Char>(T[]&,System.Int32) */,
{ 4979, -1, 166 } /* T[] System.Reflection.CustomAttributeData::UnboxValues<System.Reflection.CustomAttributeTypedArgument>(System.Object[]) */,
{ 801, -1, 166 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeTypedArgument>(T[]) */,
{ 4979, -1, 176 } /* T[] System.Reflection.CustomAttributeData::UnboxValues<System.Reflection.CustomAttributeNamedArgument>(System.Object[]) */,
{ 801, -1, 176 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeNamedArgument>(T[]) */,
{ 10854, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11253, 174, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Module>::.ctor(System.Int32) */,
{ 11268, 174, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Module>::Add(T) */,
{ 11320, 174, -1 } /* T[] System.Collections.Generic.List`1<System.Reflection.Module>::ToArray() */,
{ 11040, 159, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::TryGetValue(TKey,TValue&) */,
{ 4736, -1, 2044 } /* T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Resources.NeutralResourcesLanguageAttribute>(System.Reflection.Assembly) */,
{ 11002, 159, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::.ctor() */,
{ 11027, 159, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::ContainsValue(TValue) */,
{ 11021, 159, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::Add(TKey,TValue) */,
{ 11040, 167, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::TryGetValue(TKey,TValue&) */,
{ 11004, 167, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11020, 167, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::set_Item(TKey,TValue) */,
{ 11021, 167, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::Add(TKey,TValue) */,
{ 10098, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Int32>(TResult) */,
{ 10098, -1, 47 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Boolean>(TResult) */,
{ 10088, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 10091, 189, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::get_Task() */,
{ 10093, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10094, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetException(System.Exception) */,
{ 10855, 44, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Count() */,
{ 10856, 44, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Item(System.Int32) */,
{ 946, -1, 8 } /* T[] System.Array::Empty<System.String>() */,
{ 11320, 318, -1 } /* T[] System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::ToArray() */,
{ 11295, 318, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::GetEnumerator() */,
{ 11344, 318, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::get_Current() */,
{ 11342, 318, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::MoveNext() */,
{ 11341, 318, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::Dispose() */,
{ 11252, 318, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::.ctor() */,
{ 11268, 318, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::Add(T) */,
{ 11257, 318, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::get_Count() */,
{ 11263, 318, -1 } /* T System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::get_Item(System.Int32) */,
{ 10889, 271, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::.ctor() */,
{ 11252, 297, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::.ctor() */,
{ 11268, 297, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::Add(T) */,
{ 11257, 297, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::get_Count() */,
{ 1093, 271, -1 } /* System.Void System.Func`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::.ctor(System.Object,System.IntPtr) */,
{ 10910, 271, -1 } /* TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::GetOrAdd(TKey,System.Func`2<TKey,TValue>) */,
{ 11040, 309, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::TryGetValue(TKey,TValue&) */,
{ 11021, 309, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::Add(TKey,TValue) */,
{ 11002, 309, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::.ctor() */,
{ 10895, 136, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::TryGetValue(TKey,TValue&) */,
{ 10905, 136, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::set_Item(TKey,TValue) */,
{ 10889, 136, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::.ctor() */,
{ 1093, 131, -1 } /* System.Void System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>::.ctor(System.Object,System.IntPtr) */,
{ 1101, 132, -1 } /* System.Void System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 11253, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::.ctor(System.Int32) */,
{ 11263, 1, -1 } /* T System.Collections.Generic.List`1<System.Type>::get_Item(System.Int32) */,
{ 1989, 300, -1 } /* System.Void System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>::Invoke(System.Object,TEventArgs) */,
{ 11252, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor() */,
{ 11268, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Add(T) */,
{ 11314, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Reverse() */,
{ 11257, 96, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodInfo>::get_Count() */,
{ 11295, 96, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Reflection.MethodInfo>::GetEnumerator() */,
{ 11344, 96, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::get_Current() */,
{ 11342, 96, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::MoveNext() */,
{ 11341, 96, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::Dispose() */,
{ 11002, 301, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor() */,
{ 11026, 301, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::ContainsKey(TKey) */,
{ 11021, 301, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::Add(TKey,TValue) */,
{ 11040, 301, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::TryGetValue(TKey,TValue&) */,
{ 2651, 96, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::.ctor(System.Int32) */,
{ 2656, 96, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::Add(T) */,
{ 2651, 99, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::.ctor(System.Int32) */,
{ 2656, 99, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::Add(T) */,
{ 2651, 79, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::.ctor(System.Int32) */,
{ 2656, 79, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::Add(T) */,
{ 2651, 103, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::.ctor(System.Int32) */,
{ 2656, 103, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::Add(T) */,
{ 2651, 55, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::.ctor(System.Int32) */,
{ 2656, 55, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::Add(T) */,
{ 2651, 1, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Type>::.ctor(System.Int32) */,
{ 2656, 1, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Type>::Add(T) */,
{ 2653, 96, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::ToArray() */,
{ 2653, 99, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::ToArray() */,
{ 2653, 79, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::ToArray() */,
{ 2653, 103, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::ToArray() */,
{ 2653, 55, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::ToArray() */,
{ 2653, 1, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Type>::ToArray() */,
{ 2655, 96, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Count() */,
{ 2652, 96, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Item(System.Int32) */,
{ 2655, 99, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Count() */,
{ 2652, 99, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Item(System.Int32) */,
{ 2655, 79, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Count() */,
{ 2652, 79, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Item(System.Int32) */,
{ 11253, 57, -1 } /* System.Void System.Collections.Generic.List`1<System.RuntimeType>::.ctor(System.Int32) */,
{ 11268, 57, -1 } /* System.Void System.Collections.Generic.List`1<System.RuntimeType>::Add(T) */,
{ 11320, 57, -1 } /* T[] System.Collections.Generic.List`1<System.RuntimeType>::ToArray() */,
{ 2655, 103, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::get_Count() */,
{ 2655, 55, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::get_Count() */,
{ 2655, 1, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Type>::get_Count() */,
{ 2654, 96, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2654, 99, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2654, 79, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2654, 103, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2654, 55, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2654, 1, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Type>::CopyTo(System.Object[],System.Int32) */,
{ 840, -1, 82 } /* System.Int32 System.Array::BinarySearch<System.UInt64>(T[],T) */,
{ 847, -1, 8 } /* System.Int32 System.Array::IndexOf<System.String>(T[],T) */,
{ 11253, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor(System.Int32) */,
{ 11279, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::CopyTo(T[]) */,
{ 11253, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::.ctor(System.Int32) */,
{ 11268, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::Add(T) */,
{ 11257, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodBase>::get_Count() */,
{ 11279, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::CopyTo(T[]) */,
{ 10086, 16, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create() */,
{ 10087, 16, 2045 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&) */,
{ 10091, 16, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task() */,
{ 10078, -1, 2046 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TStateMachine&) */,
{ 10089, 16, 2047 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&) */,
{ 10090, 16, 2048 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&) */,
{ 7369, 16, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::ConfigureAwait(System.Boolean) */,
{ 10152, 16, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::GetAwaiter() */,
{ 10154, 16, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::get_IsCompleted() */,
{ 10090, 16, 2049 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&) */,
{ 10157, 16, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::GetResult() */,
{ 10094, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetException(System.Exception) */,
{ 10092, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(TResult) */,
{ 10088, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 10080, -1, 2050 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 10081, -1, 2051 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 1090, 270, -1 } /* TResult System.Func`1<System.Security.Cryptography.HashAlgorithm>::Invoke() */,
{ 6920, 241, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo>::get_Source() */,
{ 6921, 241, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo>::get_Index() */,
{ 6927, 241, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::SafeAtomicRemove(System.Int32,T) */,
{ 6916, 241, -1 } /* System.Void System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::.ctor(System.Int32) */,
{ 6918, 241, -1 } /* System.Threading.SparselyPopulatedArrayAddInfo`1<T> System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::Add(T) */,
{ 6917, 241, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::get_Tail() */,
{ 6925, 241, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Length() */,
{ 6924, 241, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Item(System.Int32) */,
{ 6926, 241, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Prev() */,
{ 11040, 249, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11002, 249, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::.ctor() */,
{ 11006, 249, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11020, 249, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::set_Item(TKey,TValue) */,
{ 11252, 251, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::.ctor() */,
{ 11254, 251, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11268, 251, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::Add(T) */,
{ 11295, 251, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::GetEnumerator() */,
{ 11344, 251, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::get_Current() */,
{ 11342, 251, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::MoveNext() */,
{ 11341, 251, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::Dispose() */,
{ 10194, 253, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Threading.OSSpecificSynchronizationContext>::.ctor(System.Object,System.IntPtr) */,
{ 10193, 253, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Threading.OSSpecificSynchronizationContext>::GetValue(TKey,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<TKey,TValue>) */,
{ 10320, -1, 2052 } /* System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate<System.Threading.OSSpecificSynchronizationContext/InvocationEntryDelegate>(TDelegate) */,
{ 10185, 253, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Threading.OSSpecificSynchronizationContext>::.ctor() */,
{ 7368, 47, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::GetAwaiter() */,
{ 10143, 47, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::GetResult() */,
{ 7503, -1, 47 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Boolean>(System.Threading.CancellationToken) */,
{ 10086, 47, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Create() */,
{ 10087, 47, 2053 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(!!0&) */,
{ 10091, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::get_Task() */,
{ 7353, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7369, 183, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::ConfigureAwait(System.Boolean) */,
{ 10152, 183, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.Task>::GetAwaiter() */,
{ 10154, 183, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>::get_IsCompleted() */,
{ 10090, 47, 2054 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>,System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(!!0&,!!1&) */,
{ 10157, 183, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>::GetResult() */,
{ 7369, 47, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::ConfigureAwait(System.Boolean) */,
{ 10152, 47, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>::GetAwaiter() */,
{ 10154, 47, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::get_IsCompleted() */,
{ 10090, 47, 2055 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(!!0&,!!1&) */,
{ 10157, 47, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::GetResult() */,
{ 10094, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetException(System.Exception) */,
{ 10092, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(TResult) */,
{ 10088, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 7351, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor() */,
{ 7359, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetResult(TResult) */,
{ 1074, 183, -1 } /* System.Void System.Action`1<System.Threading.Tasks.Task>::Invoke(T) */,
{ 1082, 200, -1 } /* System.Void System.Action`2<System.Threading.Tasks.Task,System.Object>::Invoke(T1,T2) */,
{ 11020, 260, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>::set_Item(TKey,TValue) */,
{ 11038, 260, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>::Remove(TKey) */,
{ 1010, 264, -1 } /* System.Void System.Tuple`3<System.Threading.Tasks.Task,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation>::.ctor(T1,T2,T3) */,
{ 7381, 240, -1 } /* System.Void System.Threading.Tasks.Shared`1<System.Threading.CancellationTokenRegistration>::.ctor(T) */,
{ 1007, 264, -1 } /* T1 System.Tuple`3<System.Threading.Tasks.Task,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation>::get_Item1() */,
{ 1008, 264, -1 } /* T2 System.Tuple`3<System.Threading.Tasks.Task,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation>::get_Item2() */,
{ 1009, 264, -1 } /* T3 System.Tuple`3<System.Threading.Tasks.Task,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation>::get_Item3() */,
{ 6928, -1, 263 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.Tasks.Task/ContingentProperties>(T&,System.Func`1<T>) */,
{ 10854, 44, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11311, 183, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Tasks.Task>::RemoveAll(System.Predicate`1<T>) */,
{ 11252, 183, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Tasks.Task>::.ctor() */,
{ 11268, 183, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Tasks.Task>::Add(T) */,
{ 11295, 183, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Threading.Tasks.Task>::GetEnumerator() */,
{ 11344, 183, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::get_Current() */,
{ 11342, 183, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::MoveNext() */,
{ 11341, 183, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::Dispose() */,
{ 7501, -1, 189 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Threading.Tasks.VoidTaskResult>(System.Exception) */,
{ 11002, 260, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>::.ctor() */,
{ 1089, 263, -1 } /* System.Void System.Func`1<System.Threading.Tasks.Task/ContingentProperties>::.ctor(System.Object,System.IntPtr) */,
{ 1117, 183, -1 } /* System.Void System.Predicate`1<System.Threading.Tasks.Task>::.ctor(System.Object,System.IntPtr) */,
{ 7351, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 7365, 189, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7359, 189, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetResult(TResult) */,
{ 11295, 44, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::GetEnumerator() */,
{ 11344, 44, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Current() */,
{ 10859, 42, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::GetEnumerator() */,
{ 11342, 44, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::MoveNext() */,
{ 11341, 44, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::Dispose() */,
{ 11253, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Int32) */,
{ 11268, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::Add(T) */,
{ 11270, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11263, 44, -1 } /* T System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Item(System.Int32) */,
{ 11257, 44, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Count() */,
{ 7351, 183, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::.ctor() */,
{ 7359, 183, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::TrySetResult(TResult) */,
{ 10185, 265, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Threading.Tasks.TaskScheduler,System.Object>::.ctor() */,
{ 10190, 265, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Threading.Tasks.TaskScheduler,System.Object>::Add(TKey,TValue) */,
{ 1989, 266, -1 } /* System.Void System.EventHandler`1<System.Threading.Tasks.UnobservedTaskExceptionEventArgs>::Invoke(System.Object,TEventArgs) */,
{ 7002, 164, -1 } /* T System.Threading.AsyncLocalValueChangedArgs`1<System.Globalization.CultureInfo>::get_CurrentValue() */,
{ 1073, 254, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Globalization.CultureInfo>>::.ctor(System.Object,System.IntPtr) */,
{ 6997, 164, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>::.ctor(System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<T>>) */,
{ 6998, 164, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>::set_Value(T) */,
{ 7210, 255, -1 } /* T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::get_Current() */,
{ 7209, 255, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::.ctor(System.Int32) */,
{ 7211, 255, -1 } /* System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::Add(T) */,
{ 7212, 255, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::Remove(T) */,
{ 11253, 257, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::.ctor(System.Int32) */,
{ 11268, 257, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::Add(T) */,
{ 11257, 257, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Timer>::get_Count() */,
{ 11263, 257, -1 } /* T System.Collections.Generic.List`1<System.Threading.Timer>::get_Item(System.Int32) */,
{ 11275, 257, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::Clear() */,
{ 11255, 257, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Timer>::get_Capacity() */,
{ 11256, 257, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::set_Capacity(System.Int32) */,
{ 11252, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::.ctor() */,
{ 11268, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Add(T) */,
{ 11257, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::get_Count() */,
{ 11270, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 1109, 116, -1 } /* System.Void System.Comparison`1<System.TimeZoneInfo/AdjustmentRule>::.ctor(System.Object,System.IntPtr) */,
{ 11319, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Sort(System.Comparison`1<T>) */,
{ 11320, 116, -1 } /* T[] System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::ToArray() */,
{ 10859, 111, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>::GetEnumerator() */,
{ 11252, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::.ctor() */,
{ 11268, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::Add(T) */,
{ 11257, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeZoneInfo>::get_Count() */,
{ 11270, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10854, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11309, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Remove(T) */,
{ 11012, 126, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::get_Count() */,
{ 11019, 126, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::get_Item(TKey) */,
{ 11263, 113, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::get_Item(System.Int32) */,
{ 10971, 112, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::get_Key() */,
{ 10972, 112, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::get_Value() */,
{ 11257, 113, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::get_Count() */,
{ 11002, 120, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::.ctor() */,
{ 11021, 120, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::Add(TKey,TValue) */,
{ 11003, 126, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::.ctor(System.Int32) */,
{ 11019, 120, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.String>::get_Item(TKey) */,
{ 11021, 126, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::Add(TKey,TValue) */,
{ 11253, 113, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::.ctor(System.Int32) */,
{ 10970, 112, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::.ctor(TKey,TValue) */,
{ 11268, 113, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::Add(T) */,
{ 11295, 155, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.TypeIdentifier>::GetEnumerator() */,
{ 11344, 155, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::get_Current() */,
{ 11342, 155, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::MoveNext() */,
{ 11341, 155, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::Dispose() */,
{ 11263, 157, -1 } /* T System.Collections.Generic.List`1<System.TypeSpec>::get_Item(System.Int32) */,
{ 11257, 157, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TypeSpec>::get_Count() */,
{ 11295, 154, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.ModifierSpec>::GetEnumerator() */,
{ 11344, 154, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::get_Current() */,
{ 11342, 154, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::MoveNext() */,
{ 11341, 154, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::Dispose() */,
{ 1094, 131, -1 } /* TResult System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>::Invoke(T) */,
{ 1102, 132, -1 } /* TResult System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>::Invoke(T1,T2,T3) */,
{ 11252, 155, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeIdentifier>::.ctor() */,
{ 11268, 155, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeIdentifier>::Add(T) */,
{ 11252, 154, -1 } /* System.Void System.Collections.Generic.List`1<System.ModifierSpec>::.ctor() */,
{ 11268, 154, -1 } /* System.Void System.Collections.Generic.List`1<System.ModifierSpec>::Add(T) */,
{ 11252, 157, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeSpec>::.ctor() */,
{ 11268, 157, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeSpec>::Add(T) */,
{ 11252, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor() */,
{ 11268, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Add(T) */,
{ 11320, 16, -1 } /* T[] System.Collections.Generic.List`1<System.Int32>::ToArray() */,
{ 10194, 351, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::.ctor(System.Object,System.IntPtr) */,
{ 10193, 351, -1 } /* !1 System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::GetValue(!0,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<!0,!1>) */,
{ 10185, 351, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::.ctor() */,
{ 16586, 330, -1 } /* System.Int32 System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::get_Count() */,
{ 16594, 330, -1 } /* T System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::Dequeue() */,
{ 16585, 330, -1 } /* System.Void System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::.ctor() */,
{ 16590, 330, -1 } /* System.Void System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::Enqueue(T) */,
{ 10086, 332, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::Create() */,
{ 10087, 332, 2056 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::Start<Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(!!0&) */,
{ 10091, 332, -1 } /* System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::get_Task() */,
{ 10078, -1, 2057 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(!!0&) */,
{ 10086, 335, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Create() */,
{ 10087, 335, 2058 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Start<Mono.Net.Security.AsyncProtocolRequest/<InnerRead>d__25>(!!0&) */,
{ 10091, 335, -1 } /* System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::get_Task() */,
{ 10090, 335, 2059 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,Mono.Net.Security.AsyncProtocolRequest/<InnerRead>d__25>(!!0&,!!1&) */,
{ 3699, 16, -1 } /* System.Void System.Nullable`1<System.Int32>::.ctor(!0) */,
{ 3705, 16, -1 } /* !0 System.Nullable`1<System.Int32>::GetValueOrDefault() */,
{ 10094, 335, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetException(System.Exception) */,
{ 10092, 335, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetResult(!0) */,
{ 10088, 335, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 7369, 335, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::ConfigureAwait(System.Boolean) */,
{ 10152, 335, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Nullable`1<System.Int32>>::GetAwaiter() */,
{ 10154, 335, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::get_IsCompleted() */,
{ 10081, -1, 2060 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(!!0&,!!1&) */,
{ 10157, 335, -1 } /* !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::GetResult() */,
{ 10081, -1, 2061 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(!!0&,!!1&) */,
{ 10090, 332, 2062 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(!!0&,!!1&) */,
{ 10094, 332, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetException(System.Exception) */,
{ 10092, 332, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetResult(!0) */,
{ 10088, 332, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 3705, 47, -1 } /* !0 System.Nullable`1<System.Boolean>::GetValueOrDefault() */,
{ 3699, 321, -1 } /* System.Void System.Nullable`1<Mono.Security.Interface.MonoSslPolicyErrors>::.ctor(!0) */,
{ 10078, -1, 2063 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(!!0&) */,
{ 7618, -1, 16 } /* !!0 System.Threading.Tasks.TaskToApm::End<System.Int32>(System.IAsyncResult) */,
{ 10087, 16, 2064 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<Mono.Net.Security.MobileAuthenticatedStream/<StartOperation>d__58>(!!0&) */,
{ 789, 326, -1 } /* System.Void System.ValueTuple`2<System.Int32,System.Boolean>::.ctor(!0,!1) */,
{ 10087, 16, 2065 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<Mono.Net.Security.MobileAuthenticatedStream/<InnerRead>d__66>(!!0&) */,
{ 10078, -1, 2066 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.MobileAuthenticatedStream/<InnerWrite>d__67>(!!0&) */,
{ 1089, 16, -1 } /* System.Void System.Func`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 7506, -1, 16 } /* System.Threading.Tasks.Task`1<!!0> System.Threading.Tasks.Task::Run<System.Int32>(System.Func`1<!!0>) */,
{ 10090, 16, 2067 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,Mono.Net.Security.MobileAuthenticatedStream/<InnerRead>d__66>(!!0&,!!1&) */,
{ 10081, -1, 2068 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.MobileAuthenticatedStream/<InnerWrite>d__67>(!!0&,!!1&) */,
{ 7369, 332, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<Mono.Net.Security.AsyncProtocolResult>::ConfigureAwait(System.Boolean) */,
{ 10152, 332, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<Mono.Net.Security.AsyncProtocolResult>::GetAwaiter() */,
{ 10154, 332, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>::get_IsCompleted() */,
{ 10081, -1, 2069 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>,Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(!!0&,!!1&) */,
{ 10157, 332, -1 } /* !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>::GetResult() */,
{ 10090, 16, 2070 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>,Mono.Net.Security.MobileAuthenticatedStream/<StartOperation>d__58>(!!0&,!!1&) */,
{ 11026, 345, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::ContainsKey(!0) */,
{ 11021, 345, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::Add(!0,!1) */,
{ 11040, 339, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::TryGetValue(!0,!1&) */,
{ 996, 338, -1 } /* !0 System.Tuple`2<System.Guid,System.String>::get_Item1() */,
{ 11040, 345, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::TryGetValue(!0,!1&) */,
{ 997, 338, -1 } /* !1 System.Tuple`2<System.Guid,System.String>::get_Item2() */,
{ 11002, 339, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::.ctor() */,
{ 11002, 345, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::.ctor() */,
{ 998, 338, -1 } /* System.Void System.Tuple`2<System.Guid,System.String>::.ctor(!0,!1) */,
{ 11021, 339, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::Add(!0,!1) */,
{ 10304, -1, 2071 } /* !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<Mono.Unity.UnityTls/unitytls_interface_struct>(System.IntPtr) */,
{ 16612, 136, -1 } /* System.Collections.Generic.IComparer`1<TKey> System.Collections.Generic.SortedList`2<System.String,System.Object>::get_Comparer() */,
{ 16636, 136, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.SortedList`2<System.String,System.Object>::GetEnumerator() */,
{ 10971, 136, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.String,System.Object>::get_Key() */,
{ 10972, 136, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Object>::get_Value() */,
{ 16606, 136, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.String,System.Object>::.ctor(System.Collections.Generic.IComparer`1<TKey>) */,
{ 16642, 136, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.String,System.Object>::set_Item(TKey,TValue) */,
{ 847, -1, 164 } /* System.Int32 System.Array::IndexOf<System.Globalization.CultureInfo>(!!0[],!!0) */,
{ 11026, 28, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::ContainsKey(!0) */,
{ 11019, 28, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Item(!0) */,
{ 11252, 373, -1 } /* System.Void System.Collections.Generic.List`1<System.Enum>::.ctor() */,
{ 11268, 373, -1 } /* System.Void System.Collections.Generic.List`1<System.Enum>::Add(!0) */,
{ 11320, 373, -1 } /* !0[] System.Collections.Generic.List`1<System.Enum>::ToArray() */,
{ 849, -1, 376 } /* System.Int32 System.Array::IndexOf<System.ComponentModel.EventDescriptor>(!!0[],!!0,System.Int32,System.Int32) */,
{ 11252, 379, -1 } /* System.Void System.Collections.Generic.List`1<System.ComponentModel.MaskedTextProvider/CharDescriptor>::.ctor() */,
{ 11268, 379, -1 } /* System.Void System.Collections.Generic.List`1<System.ComponentModel.MaskedTextProvider/CharDescriptor>::Add(!0) */,
{ 11263, 379, -1 } /* !0 System.Collections.Generic.List`1<System.ComponentModel.MaskedTextProvider/CharDescriptor>::get_Item(System.Int32) */,
{ 11295, 379, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.ComponentModel.MaskedTextProvider/CharDescriptor>::GetEnumerator() */,
{ 11344, 379, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.ComponentModel.MaskedTextProvider/CharDescriptor>::get_Current() */,
{ 11342, 379, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.ComponentModel.MaskedTextProvider/CharDescriptor>::MoveNext() */,
{ 11341, 379, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.ComponentModel.MaskedTextProvider/CharDescriptor>::Dispose() */,
{ 849, -1, 366 } /* System.Int32 System.Array::IndexOf<System.ComponentModel.PropertyDescriptor>(!!0[],!!0,System.Int32,System.Int32) */,
{ 11003, 387, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::.ctor(System.Int32) */,
{ 11026, 387, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::ContainsKey(!0) */,
{ 11021, 387, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::Add(!0,!1) */,
{ 11012, 387, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::get_Count() */,
{ 11016, 387, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::get_Values() */,
{ 11090, 387, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.ComponentModel.EventDescriptor>::CopyTo(!1[],System.Int32) */,
{ 11003, 390, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::.ctor(System.Int32) */,
{ 11026, 390, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::ContainsKey(!0) */,
{ 11021, 390, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::Add(!0,!1) */,
{ 11012, 390, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::get_Count() */,
{ 11016, 390, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::get_Values() */,
{ 11090, 390, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.ComponentModel.PropertyDescriptor>::CopyTo(!1[],System.Int32) */,
{ 11040, 120, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.String>::TryGetValue(!0,!1&) */,
{ 11268, 365, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::Add(!0) */,
{ 11257, 365, -1 } /* System.Int32 System.Collections.Generic.List`1<System.WeakReference>::get_Count() */,
{ 11253, 365, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::.ctor(System.Int32) */,
{ 11263, 365, -1 } /* !0 System.Collections.Generic.List`1<System.WeakReference>::get_Item(System.Int32) */,
{ 11275, 365, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::Clear() */,
{ 11270, 365, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11321, 365, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::TrimExcess() */,
{ 11252, 365, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::.ctor() */,
{ 10971, 356, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key() */,
{ 10972, 356, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value() */,
{ 10970, 356, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::.ctor(!0,!1) */,
{ 840, -1, 8 } /* System.Int32 System.Array::BinarySearch<System.String>(!!0[],!!0) */,
{ 1093, 404, -1 } /* System.Void System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 403, -1 } /* System.Void System.Action`1<System.IO.Stream>::Invoke(!0) */,
{ 11253, 405, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::.ctor(System.Int32) */,
{ 11268, 405, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::Add(!0) */,
{ 11295, 405, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::GetEnumerator() */,
{ 11344, 405, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::get_Current() */,
{ 11342, 405, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::MoveNext() */,
{ 11341, 405, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::Dispose() */,
{ 11252, 396, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.IPAddress>::.ctor() */,
{ 11268, 396, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.IPAddress>::Add(!0) */,
{ 11257, 396, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Net.IPAddress>::get_Count() */,
{ 11295, 396, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.IPAddress>::GetEnumerator() */,
{ 11344, 396, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::get_Current() */,
{ 11342, 396, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::MoveNext() */,
{ 11341, 396, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::Dispose() */,
{ 847, -1, 6 } /* System.Int32 System.Array::IndexOf<System.Byte>(!!0[],!!0) */,
{ 10304, -1, 2072 } /* !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<System.Net.NetworkInformation.Win32_FIXED_INFO>(System.IntPtr) */,
{ 11040, 406, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::TryGetValue(!0,!1&) */,
{ 11002, 406, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::.ctor() */,
{ 11021, 406, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::Add(!0,!1) */,
{ 11012, 406, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::get_Count() */,
{ 11038, 406, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::Remove(!0) */,
{ 11016, 406, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::get_Values() */,
{ 11254, 408, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11295, 408, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::GetEnumerator() */,
{ 11344, 408, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::get_Current() */,
{ 11252, 408, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::.ctor() */,
{ 11268, 408, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::Add(!0) */,
{ 11342, 408, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::MoveNext() */,
{ 11341, 408, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::Dispose() */,
{ 11026, 406, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::ContainsKey(!0) */,
{ 1094, 404, -1 } /* !1 System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::Invoke(!0) */,
{ 11002, 419, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::.ctor() */,
{ 11295, 416, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Threading.Thread>::GetEnumerator() */,
{ 11344, 416, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::get_Current() */,
{ 11019, 419, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::get_Item(!0) */,
{ 11342, 416, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::MoveNext() */,
{ 11341, 416, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::Dispose() */,
{ 11257, 416, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::get_Count() */,
{ 11263, 416, -1 } /* !0 System.Collections.Generic.List`1<System.Threading.Thread>::get_Item(System.Int32) */,
{ 11252, 416, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Thread>::.ctor() */,
{ 11268, 416, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Thread>::Add(!0) */,
{ 11021, 419, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::Add(!0,!1) */,
{ 11309, 416, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Threading.Thread>::Remove(!0) */,
{ 11299, 416, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::IndexOf(!0) */,
{ 11038, 419, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::Remove(!0) */,
{ 1158, 6, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::get_Offset() */,
{ 1159, 6, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::get_Count() */,
{ 1157, 6, -1 } /* !0[] System.ArraySegment`1<System.Byte>::get_Array() */,
{ 10317, -1, 6 } /* System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Byte>(!!0[],System.Int32) */,
{ 1073, 183, -1 } /* System.Void System.Action`1<System.Threading.Tasks.Task>::.ctor(System.Object,System.IntPtr) */,
{ 1989, 422, -1 } /* System.Void System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs>::Invoke(System.Object,!0) */,
{ 16542, 365, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.WeakReference>::.ctor() */,
{ 16551, 365, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.WeakReference>::AddLast(T) */,
{ 16542, 410, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::.ctor() */,
{ 16556, 410, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::GetEnumerator() */,
{ 16574, 410, -1 } /* T System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::get_Current() */,
{ 16558, 410, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::Remove(T) */,
{ 16549, 410, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::AddFirst(T) */,
{ 16576, 410, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::MoveNext() */,
{ 16578, 410, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::Dispose() */,
{ 16544, 410, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_Count() */,
{ 16546, 410, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_Last() */,
{ 16583, 410, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>::get_Value() */,
{ 16545, 410, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_First() */,
{ 16582, 410, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>::get_Next() */,
{ 11252, 412, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnection>::.ctor() */,
{ 11268, 412, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnection>::Add(!0) */,
{ 16559, 410, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 11295, 412, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.WebConnection>::GetEnumerator() */,
{ 11344, 412, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::get_Current() */,
{ 11342, 412, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::MoveNext() */,
{ 11341, 412, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::Dispose() */,
{ 11252, 394, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::.ctor() */,
{ 11295, 394, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::GetEnumerator() */,
{ 11344, 394, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Current() */,
{ 11268, 394, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Add(!0) */,
{ 11342, 394, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::MoveNext() */,
{ 11341, 394, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Dispose() */,
{ 11257, 394, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Count() */,
{ 11263, 394, -1 } /* !0 System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Item(System.Int32) */,
{ 11275, 394, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Clear() */,
{ 16545, 357, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::get_First() */,
{ 16583, 357, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Value() */,
{ 16559, 357, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16550, 357, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::AddFirst(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16582, 357, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Next() */,
{ 16549, 357, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::AddFirst(T) */,
{ 16544, 357, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Count() */,
{ 16560, 357, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::RemoveLast() */,
{ 16542, 357, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::.ctor() */,
{ 11003, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32) */,
{ 11253, 358, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::.ctor(System.Int32) */,
{ 11268, 358, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::Add(!0) */,
{ 11257, 358, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Count() */,
{ 11263, 358, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Item(System.Int32) */,
{ 11318, 358, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<!0>) */,
{ 11264, 358, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::set_Item(System.Int32,!0) */,
{ 11313, 358, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::RemoveRange(System.Int32,System.Int32) */,
{ 11281, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::CopyTo(System.Int32,!0[],System.Int32,System.Int32) */,
{ 11257, 361, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Count() */,
{ 11263, 361, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Item(System.Int32) */,
{ 11315, 361, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::Reverse(System.Int32,System.Int32) */,
{ 11264, 361, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::set_Item(System.Int32,!0) */,
{ 11305, 361, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11313, 361, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::RemoveRange(System.Int32,System.Int32) */,
{ 11253, 361, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::.ctor(System.Int32) */,
{ 11268, 361, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::Add(!0) */,
{ 11252, 364, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::.ctor() */,
{ 11257, 364, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::get_Count() */,
{ 11313, 364, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::RemoveRange(System.Int32,System.Int32) */,
{ 11125, 16, -1 } /* System.Collections.Generic.Comparer`1<!0> System.Collections.Generic.Comparer`1<System.Int32>::get_Default() */,
{ 874, -1, 16 } /* System.Void System.Array::Sort<System.Int32>(!!0[],System.Collections.Generic.IComparer`1<!!0>) */,
{ 11268, 364, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::Add(!0) */,
{ 11263, 364, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::get_Item(System.Int32) */,
{ 11312, 364, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::RemoveAt(System.Int32) */,
{ 11019, 301, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,System.Int32>::get_Item(!0) */,
{ 11020, 301, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::set_Item(!0,!1) */,
{ 11003, 352, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::.ctor(System.Int32) */,
{ 11020, 352, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::set_Item(!0,!1) */,
{ 11040, 352, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::TryGetValue(!0,!1&) */,
{ 11012, 352, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::get_Count() */,
{ 1090, 47, -1 } /* !0 System.Func`1<System.Boolean>::Invoke() */,
{ 1074, 47, -1 } /* System.Void System.Action`1<System.Boolean>::Invoke(!0) */,
{ 1074, 8, -1 } /* System.Void System.Action`1<System.String>::Invoke(!0) */,
{ 20309, -1, 16 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Int32>(T,T,System.String) */,
{ 1074, 458, -1 } /* System.Void System.Action`1<UnityEngine.AsyncOperation>::Invoke(!0) */,
{ 11252, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::.ctor() */,
{ 11268, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::Add(!0) */,
{ 11320, 1, -1 } /* !0[] System.Collections.Generic.List`1<System.Type>::ToArray() */,
{ 19304, -1, 2073 } /* T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType<UnityEngine.DefaultExecutionOrder>(System.Type) */,
{ 11263, 439, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Item(System.Int32) */,
{ 11264, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::set_Item(System.Int32,!0) */,
{ 11257, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Count() */,
{ 11303, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Insert(System.Int32,!0) */,
{ 11312, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveAt(System.Int32) */,
{ 11252, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11268, 472, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::Add(!0) */,
{ 11252, 472, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::.ctor() */,
{ 11263, 472, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::get_Item(System.Int32) */,
{ 11257, 472, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::get_Count() */,
{ 1117, 472, -1 } /* System.Void System.Predicate`1<UnityEngine.Events.BaseInvokableCall>::.ctor(System.Object,System.IntPtr) */,
{ 11311, 472, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::RemoveAll(System.Predicate`1<!0>) */,
{ 11275, 472, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::Clear() */,
{ 11270, 472, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 19942, 109, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 19942, 16, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 19942, 8, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.String>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 19942, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 11252, 471, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>::.ctor() */,
{ 11295, 471, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>::GetEnumerator() */,
{ 11344, 471, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::get_Current() */,
{ 11342, 471, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::MoveNext() */,
{ 11341, 471, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::Dispose() */,
{ 17498, -1, 499 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 11275, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Clear() */,
{ 19460, -1, 109 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<System.Single>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 11275, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Clear() */,
{ 19460, -1, 445 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 11275, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Clear() */,
{ 19460, -1, 447 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Color>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 11275, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Clear() */,
{ 19460, -1, 446 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Matrix4x4>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19463, -1, 109 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<System.Single>(System.Collections.Generic.List`1<T>) */,
{ 11257, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::get_Count() */,
{ 19463, -1, 447 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Color>(System.Collections.Generic.List`1<T>) */,
{ 11257, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::get_Count() */,
{ 19463, -1, 445 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>) */,
{ 11257, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Count() */,
{ 19463, -1, 446 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Matrix4x4>(System.Collections.Generic.List`1<T>) */,
{ 11257, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::get_Count() */,
{ 18664, -1, 431 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute) */,
{ 18666, -1, 431 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,T[]) */,
{ 19462, -1, 431 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Vector3>(System.Collections.Generic.List`1<T>) */,
{ 18668, -1, 431 } /* System.Void UnityEngine.Mesh::SetListForChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 18669, -1, 450 } /* System.Void UnityEngine.Mesh::GetListForChannel<UnityEngine.Color32>(System.Collections.Generic.List`1<T>,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32,UnityEngine.Rendering.VertexAttributeFormat) */,
{ 19462, -1, 450 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Color32>(System.Collections.Generic.List`1<T>) */,
{ 18667, -1, 450 } /* System.Void UnityEngine.Mesh::SetListForChannel<UnityEngine.Color32>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 19462, -1, 445 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>) */,
{ 18677, -1, 445 } /* System.Void UnityEngine.Mesh::SetUvsImpl<UnityEngine.Vector4>(System.Int32,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 19462, -1, 16 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<System.Int32>(System.Collections.Generic.List`1<T>) */,
{ 19472, -1, 2074 } /* T UnityEngine.ScriptableObject::CreateInstance<UnityEngine.Networking.PlayerConnection.PlayerConnection>() */,
{ 1093, 480, -1 } /* System.Void System.Func`2<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 17341, -1, 479 } /* System.Boolean System.Linq.Enumerable::Any<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 19987, 478, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 11295, 16, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Int32>::GetEnumerator() */,
{ 11344, 16, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Int32>::get_Current() */,
{ 19983, 16, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::Invoke(T0) */,
{ 11342, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32>::MoveNext() */,
{ 11341, 16, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::Dispose() */,
{ 19987, 16, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 19988, 16, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 19982, 478, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::.ctor(System.Object,System.IntPtr) */,
{ 19992, 16, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::Invoke(T0) */,
{ 11309, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::Remove(!0) */,
{ 17337, -1, 479 } /* System.Collections.Generic.IEnumerable`1<!!0> System.Linq.Enumerable::Where<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 17340, -1, 479 } /* System.Boolean System.Linq.Enumerable::Any<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>) */,
{ 19992, 478, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::Invoke(T0) */,
{ 17339, -1, 479 } /* !!0 System.Linq.Enumerable::SingleOrDefault<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 11268, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::Add(!0) */,
{ 19988, 478, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 11309, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::Remove(!0) */,
{ 11252, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::.ctor() */,
{ 19986, 16, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::.ctor() */,
{ 19986, 478, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::.ctor() */,
{ 1074, 470, -1 } /* System.Void System.Action`1<UnityEngine.Profiling.Memory.Experimental.MetaData>::Invoke(!0) */,
{ 1082, 467, -1 } /* System.Void System.Action`2<System.String,System.Boolean>::Invoke(!0,!1) */,
{ 17498, -1, 6 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<System.Byte>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 1086, 468, -1 } /* System.Void System.Action`3<System.String,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::Invoke(!0,!1,!2) */,
{ 1082, 433, -1 } /* System.Void System.Action`2<UnityEngine.ReflectionProbe,UnityEngine.ReflectionProbe/ReflectionProbeEvent>::Invoke(!0,!1) */,
{ 1074, 435, -1 } /* System.Void System.Action`1<UnityEngine.Cubemap>::Invoke(!0) */,
{ 19460, -1, 443 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Material>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19463, -1, 443 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Material>(System.Collections.Generic.List`1<T>) */,
{ 17498, -1, 489 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<UnityEngine.Plane>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 17498, -1, 491 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<UnityEngine.Rendering.BatchVisibility>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 17498, -1, 16 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<System.Int32>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 802, -1, 426 } /* System.Void System.Array::Resize<UnityEngine.Camera>(!!0[]&,System.Int32) */,
{ 19994, 473, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>::Invoke(T0,T1) */,
{ 19983, 475, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::Invoke(T0) */,
{ 19994, 476, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::Invoke(T0,T1) */,
{ 11275, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Clear() */,
{ 19460, -1, 437 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Rect>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19463, -1, 437 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Rect>(System.Collections.Generic.List`1<T>) */,
{ 11257, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Count() */,
{ 1073, 464, -1 } /* System.Void System.Action`1<UnityEngine.U2D.SpriteAtlas>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 465, -1 } /* System.Void System.Action`2<System.String,System.Action`1<UnityEngine.U2D.SpriteAtlas>>::Invoke(!0,!1) */,
{ 1074, 464, -1 } /* System.Void System.Action`1<UnityEngine.U2D.SpriteAtlas>::Invoke(!0) */,
{ 11253, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Int32) */,
{ 11268, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Add(!0) */,
{ 11270, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11275, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Clear() */,
{ 11263, 463, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32) */,
{ 11309, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Remove(!0) */,
{ 11257, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count() */,
{ 11295, 511, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptor>::GetEnumerator() */,
{ 11344, 511, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptor>::get_Current() */,
{ 11342, 511, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptor>::MoveNext() */,
{ 11341, 511, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptor>::Dispose() */,
{ 11268, 511, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptor>::Add(!0) */,
{ 11268, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptorImpl>::Add(!0) */,
{ 11295, 510, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptorImpl>::GetEnumerator() */,
{ 11344, 510, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptorImpl>::get_Current() */,
{ 11342, 510, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptorImpl>::MoveNext() */,
{ 11341, 510, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptorImpl>::Dispose() */,
{ 11275, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptorImpl>::Clear() */,
{ 11252, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptorImpl>::.ctor() */,
{ 11252, 511, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptor>::.ctor() */,
{ 11268, 509, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystem>::Add(!0) */,
{ 11295, 509, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.ISubsystem>::GetEnumerator() */,
{ 11344, 509, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystem>::get_Current() */,
{ 11342, 509, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystem>::MoveNext() */,
{ 11341, 509, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystem>::Dispose() */,
{ 11275, 509, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystem>::Clear() */,
{ 11257, 509, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ISubsystem>::get_Count() */,
{ 11263, 509, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.ISubsystem>::get_Item(System.Int32) */,
{ 11312, 509, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystem>::RemoveAt(System.Int32) */,
{ 11252, 509, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystem>::.ctor() */,
{ 1074, 512, -1 } /* System.Void System.Action`1<UnityEngine.Font>::Invoke(!0) */,
{ 11005, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 10971, 28, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Key() */,
{ 11252, 513, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte[]>::.ctor() */,
{ 11268, 513, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte[]>::Add(!0) */,
{ 11263, 513, -1 } /* !0 System.Collections.Generic.List`1<System.Byte[]>::get_Item(System.Int32) */,
{ 11257, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte[]>::get_Count() */,
{ 11252, 526, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::.ctor() */,
{ 11257, 526, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::get_Count() */,
{ 11295, 526, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::GetEnumerator() */,
{ 11344, 526, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::get_Current() */,
{ 11342, 526, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::MoveNext() */,
{ 11341, 526, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::Dispose() */,
{ 11263, 526, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::get_Item(System.Int32) */,
{ 11040, 522, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::TryGetValue(!0,!1&) */,
{ 11020, 522, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::set_Item(!0,!1) */,
{ 11002, 522, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::.ctor() */,
{ 11004, 528, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11020, 528, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::set_Item(!0,!1) */,
{ 11040, 528, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::TryGetValue(!0,!1&) */,
{ 11016, 528, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::get_Values() */,
{ 11089, 528, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.GUIStyle>::GetEnumerator() */,
{ 1098, 531, -1 } /* !2 System.Func`3<System.Int32,System.IntPtr,System.Boolean>::Invoke(!0,!1) */,
{ 1094, 532, -1 } /* !1 System.Func`2<System.Exception,System.Boolean>::Invoke(!0) */,
{ 11252, 538, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rigidbody2D>::.ctor() */,
{ 1074, 542, -1 } /* System.Void System.Action`1<UnityEngine.XR.InputDevice>::Invoke(!0) */,
{ 1074, 540, -1 } /* System.Void System.Action`1<UnityEngine.XR.XRNodeState>::Invoke(!0) */,
{ 20864, 546, -1 } /* System.Void UnityEngine.IntegratedSubsystem`1<UnityEngine.XR.XRDisplaySubsystemDescriptor>::.ctor() */,
{ 20847, 547, -1 } /* System.Void UnityEngine.IntegratedSubsystemDescriptor`1<UnityEngine.XR.XRDisplaySubsystem>::.ctor() */,
{ 1074, 549, -1 } /* System.Void System.Action`1<UnityEngine.XR.XRInputSubsystem>::Invoke(!0) */,
{ 20864, 548, -1 } /* System.Void UnityEngine.IntegratedSubsystem`1<UnityEngine.XR.XRInputSubsystemDescriptor>::.ctor() */,
{ 20847, 549, -1 } /* System.Void UnityEngine.IntegratedSubsystemDescriptor`1<UnityEngine.XR.XRInputSubsystem>::.ctor() */,
{ 1074, 551, -1 } /* System.Void System.Action`1<UnityEngine.XR.MeshGenerationResult>::Invoke(!0) */,
{ 20864, 552, -1 } /* System.Void UnityEngine.IntegratedSubsystem`1<UnityEngine.XR.XRMeshSubsystemDescriptor>::.ctor() */,
{ 20847, 553, -1 } /* System.Void UnityEngine.IntegratedSubsystemDescriptor`1<UnityEngine.XR.XRMeshSubsystem>::.ctor() */,
{ 21814, -1, 555 } /* ReturnType UnityEngine.AndroidJavaObject::Call<UnityEngine.AndroidJavaObject>(System.String,System.Object[]) */,
{ 21814, -1, 8 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.String>(System.String,System.Object[]) */,
{ 21815, -1, 16 } /* ReturnType UnityEngine.AndroidJavaObject::CallStatic<System.Int32>(System.String,System.Object[]) */,
{ 21814, -1, 47 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Boolean>(System.String,System.Object[]) */,
{ 21815, -1, 555 } /* ReturnType UnityEngine.AndroidJavaObject::CallStatic<UnityEngine.AndroidJavaObject>(System.String,System.Object[]) */,
{ 21814, -1, 16 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Int32>(System.String,System.Object[]) */,
{ 21814, -1, 108 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.SByte>(System.String,System.Object[]) */,
{ 21814, -1, 95 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Int16>(System.String,System.Object[]) */,
{ 21814, -1, 37 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Int64>(System.String,System.Object[]) */,
{ 21814, -1, 109 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Single>(System.String,System.Object[]) */,
{ 21814, -1, 81 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Double>(System.String,System.Object[]) */,
{ 21814, -1, 7 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Char>(System.String,System.Object[]) */,
{ 20227, -1, 563 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationLayerMixerPlayable>() */,
{ 20227, -1, 564 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMixerPlayable>() */,
{ 20227, -1, 565 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMotionXToDeltaPlayable>() */,
{ 20227, -1, 566 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationOffsetPlayable>() */,
{ 20227, -1, 567 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationPosePlayable>() */,
{ 20227, -1, 568 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationRemoveScalePlayable>() */,
{ 20227, -1, 569 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationScriptPlayable>() */,
{ 20227, -1, 570 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimatorControllerPlayable>() */,
{ 1074, 571, -1 } /* System.Void System.Action`1<UnityEngine.Playables.PlayableDirector>::Invoke(!0) */,
{ 1074, 581, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IAchievementDescription[]>::Invoke(!0) */,
{ 1082, 572, -1 } /* System.Void System.Action`2<System.Boolean,System.String>::Invoke(!0,!1) */,
{ 1074, 582, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IAchievement[]>::Invoke(!0) */,
{ 1074, 586, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IScore[]>::Invoke(!0) */,
{ 1081, 572, -1 } /* System.Void System.Action`2<System.Boolean,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 11268, 580, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::Add(!0) */,
{ 11295, 580, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::GetEnumerator() */,
{ 11344, 580, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::get_Current() */,
{ 11342, 580, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::MoveNext() */,
{ 11341, 580, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::Dispose() */,
{ 1074, 588, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IUserProfile[]>::Invoke(!0) */,
{ 11252, 580, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::.ctor() */,
{ 1074, 589, -1 } /* System.Void System.Action`1<UnityEngineInternal.Input.NativeInputUpdateType>::Invoke(!0) */,
{ 1082, 120, -1 } /* System.Void System.Action`2<System.Int32,System.String>::Invoke(!0,!1) */,
{ 1094, 590, -1 } /* !1 System.Func`2<UnityEngineInternal.Input.NativeInputUpdateType,System.Boolean>::Invoke(!0) */,
{ 17499, -1, 592 } /* System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr<UnityEngine.ParticleSystem/Particle>(Unity.Collections.NativeArray`1<!!0>) */,
{ 11252, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor() */,
{ 11026, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::ContainsKey(!0) */,
{ 11021, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::Add(!0,!1) */,
{ 11012, 596, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Count() */,
{ 11029, 596, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::GetEnumerator() */,
{ 11061, 596, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Current() */,
{ 10971, 596, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Key() */,
{ 10972, 596, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Value() */,
{ 11029, 600, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::GetEnumerator() */,
{ 11061, 600, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Current() */,
{ 10971, 600, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Key() */,
{ 11060, 600, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::MoveNext() */,
{ 11062, 600, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::Dispose() */,
{ 11060, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::MoveNext() */,
{ 11062, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::Dispose() */,
{ 11002, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::.ctor() */,
{ 11040, 600, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::TryGetValue(!0,!1&) */,
{ 11012, 600, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Count() */,
{ 11002, 600, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::.ctor() */,
{ 11021, 600, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::Add(!0,!1) */,
{ 11013, 600, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Keys() */,
{ 11069, 600, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::GetEnumerator() */,
{ 11085, 600, -1 } /* !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Current() */,
{ 11084, 600, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::MoveNext() */,
{ 11083, 600, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::Dispose() */,
{ 23035, 626, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::get_relatedTarget() */,
{ 23038, 626, -1 } /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::get_focusController() */,
{ 23043, 626, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::.ctor() */,
{ 11268, 621, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::Add(!0) */,
{ 23363, -1, 697 } /* UnityEngine.UIElements.StyleEnum`1<T> UnityEngine.UIElements.StyleValueExtensions::ToStyleEnum<UnityEngine.UIElements.Overflow>(UnityEngine.UIElements.StyleInt,T) */,
{ 23363, -1, 696 } /* UnityEngine.UIElements.StyleEnum`1<T> UnityEngine.UIElements.StyleValueExtensions::ToStyleEnum<UnityEngine.UIElements.DisplayStyle>(UnityEngine.UIElements.StyleInt,T) */,
{ 23363, -1, 694 } /* UnityEngine.UIElements.StyleEnum`1<T> UnityEngine.UIElements.StyleValueExtensions::ToStyleEnum<UnityEngine.UIElements.Visibility>(UnityEngine.UIElements.StyleInt,T) */,
{ 23122, 671, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::.ctor() */,
{ 22996, 676, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::TypeId() */,
{ 22996, 699, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::TypeId() */,
{ 23112, 706, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::Init() */,
{ 22909, 706, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragEnterEvent>::.ctor() */,
{ 23112, 702, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::Init() */,
{ 22909, 702, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragExitedEvent>::.ctor() */,
{ 23118, 702, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::GetPooled(UnityEngine.Event) */,
{ 23117, 702, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23112, 710, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::Init() */,
{ 22909, 710, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::.ctor() */,
{ 22909, 682, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragPerformEvent>::.ctor() */,
{ 23118, 714, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::GetPooled(UnityEngine.Event) */,
{ 23103, 714, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::set_button(System.Int32) */,
{ 23117, 714, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 22909, 714, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::.ctor() */,
{ 23159, -1, 2075 } /* System.Void UnityEngine.UIElements.PointerEventsHelper::SendEnterLeave<UnityEngine.UIElements.PointerLeaveEvent,UnityEngine.UIElements.PointerEnterEvent>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 23157, -1, 2076 } /* System.Void UnityEngine.UIElements.MouseEventsHelper::SendEnterLeave<UnityEngine.UIElements.MouseLeaveEvent,UnityEngine.UIElements.MouseEnterEvent>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2) */,
{ 22996, 660, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>::TypeId() */,
{ 22996, 665, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::TypeId() */,
{ 22996, 668, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>::TypeId() */,
{ 22996, 718, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>::TypeId() */,
{ 22996, 721, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>::TypeId() */,
{ 22996, 724, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>::TypeId() */,
{ 22996, 727, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>::TypeId() */,
{ 22996, 730, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::TypeId() */,
{ 22996, 714, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::TypeId() */,
{ 22996, 702, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragExitedEvent>::TypeId() */,
{ 23157, -1, 2077 } /* System.Void UnityEngine.UIElements.MouseEventsHelper::SendEnterLeave<UnityEngine.UIElements.DragLeaveEvent,UnityEngine.UIElements.DragEnterEvent>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2) */,
{ 11276, 621, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::Contains(!0) */,
{ 11275, 621, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::Clear() */,
{ 11252, 621, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::.ctor() */,
{ 11252, 734, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::.ctor() */,
{ 11254, 734, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11270, 734, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11295, 734, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::GetEnumerator() */,
{ 11344, 734, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.EventCallbackFunctorBase>::get_Current() */,
{ 11342, 734, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.EventCallbackFunctorBase>::MoveNext() */,
{ 11341, 734, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.EventCallbackFunctorBase>::Dispose() */,
{ 11257, 734, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::get_Count() */,
{ 11263, 734, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::get_Item(System.Int32) */,
{ 11275, 734, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::Clear() */,
{ 16711, 733, -1 } /* System.Int32 System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventCallbackList>::get_Count() */,
{ 16719, 733, -1 } /* !0 System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventCallbackList>::Pop() */,
{ 16720, 733, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventCallbackList>::Push(!0) */,
{ 16710, 733, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventCallbackList>::.ctor() */,
{ 11257, 616, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Count() */,
{ 11263, 616, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Item(System.Int32) */,
{ 11295, 616, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::GetEnumerator() */,
{ 11344, 616, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.VisualElement>::get_Current() */,
{ 11342, 616, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.VisualElement>::MoveNext() */,
{ 11341, 616, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.VisualElement>::Dispose() */,
{ 16710, 612, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.ctor() */,
{ 11252, 609, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>::.ctor() */,
{ 11268, 609, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>::Add(!0) */,
{ 22730, 611, -1 } /* T UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>>::Get() */,
{ 22996, 613, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::TypeId() */,
{ 16590, 610, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::Enqueue(!0) */,
{ 16594, 610, -1 } /* !0 System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::Dequeue() */,
{ 16586, 610, -1 } /* System.Int32 System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::get_Count() */,
{ 22731, 611, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>>::Release(T) */,
{ 11295, 609, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>::GetEnumerator() */,
{ 11344, 609, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.IEventDispatchingStrategy>::get_Current() */,
{ 11342, 609, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.IEventDispatchingStrategy>::MoveNext() */,
{ 11341, 609, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.IEventDispatchingStrategy>::Dispose() */,
{ 22728, 611, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>>::.ctor(System.Int32) */,
{ 22903, 690, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::.ctor() */,
{ 11257, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Count() */,
{ 11263, 622, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Item(System.Int32) */,
{ 11275, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Clear() */,
{ 11268, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Add(!0) */,
{ 23042, 623, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusOutEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 23042, 626, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 23042, 629, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusInEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 23042, 632, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 23038, 632, -1 } /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::get_focusController() */,
{ 23043, 632, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::.ctor() */,
{ 23040, 629, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusInEvent>::Init() */,
{ 23043, 629, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusInEvent>::.ctor() */,
{ 23040, 623, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusOutEvent>::Init() */,
{ 23043, 623, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusOutEvent>::.ctor() */,
{ 23070, 635, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::GetPooled(System.Char,UnityEngine.KeyCode,UnityEngine.EventModifiers) */,
{ 22998, 613, -1 } /* T UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::GetPooled() */,
{ 22997, 613, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::Init() */,
{ 22995, 613, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::.ctor() */,
{ 23072, 635, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::.ctor() */,
{ 23072, 679, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>::.ctor() */,
{ 22996, 642, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::TypeId() */,
{ 22893, 649, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::.ctor() */,
{ 22893, 642, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::.ctor() */,
{ 23121, 724, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 23122, 724, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::.ctor() */,
{ 23112, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::Init() */,
{ 23122, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::.ctor() */,
{ 23112, 676, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::Init() */,
{ 23122, 676, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::.ctor() */,
{ 23117, 676, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23104, 699, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_pressedButtons() */,
{ 23119, 744, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 23119, 741, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 23112, 738, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::Init() */,
{ 23122, 738, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::.ctor() */,
{ 23112, 699, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::Init() */,
{ 23122, 699, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::.ctor() */,
{ 23118, 699, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::GetPooled(UnityEngine.Event) */,
{ 23117, 699, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23121, 721, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 23122, 721, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::.ctor() */,
{ 23122, 744, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::.ctor() */,
{ 23122, 741, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::.ctor() */,
{ 23121, 727, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 23122, 727, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::.ctor() */,
{ 11268, 616, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Add(!0) */,
{ 23241, 718, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::Init() */,
{ 23251, 718, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::.ctor() */,
{ 23203, 718, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pointerType() */,
{ 23201, 718, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pointerId() */,
{ 23250, 718, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 22996, 639, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::TypeId() */,
{ 22996, 646, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::TypeId() */,
{ 22889, 646, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::.ctor() */,
{ 22889, 639, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::.ctor() */,
{ 22888, 639, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 22888, 642, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 22888, 646, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 22888, 649, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 23241, 665, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::Init() */,
{ 23251, 665, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::.ctor() */,
{ 23201, 665, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pointerId() */,
{ 23250, 665, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23241, 753, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::Init() */,
{ 23251, 753, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::.ctor() */,
{ 23247, 747, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 23247, 750, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 23241, 756, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::Init() */,
{ 23251, 756, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::.ctor() */,
{ 23241, 660, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::Init() */,
{ 23251, 660, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::.ctor() */,
{ 23250, 660, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23251, 747, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::.ctor() */,
{ 23251, 750, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::.ctor() */,
{ 23241, 668, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::Init() */,
{ 23251, 668, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::.ctor() */,
{ 23203, 668, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pointerType() */,
{ 23201, 668, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pointerId() */,
{ 23250, 668, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 11253, 616, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::.ctor(System.Int32) */,
{ 22730, 759, -1 } /* T UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::Get() */,
{ 11270, 616, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11275, 616, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Clear() */,
{ 22731, 759, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::Release(T) */,
{ 22728, 759, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::.ctor(System.Int32) */,
{ 23366, -1, 447 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<UnityEngine.Color>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 23366, -1, 109 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<System.Single>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 11155, 512, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<UnityEngine.Font>::get_Default() */,
{ 23366, -1, 512 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<UnityEngine.Font>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 23366, -1, 16 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<System.Int32>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 23366, -1, 760 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<UnityEngine.UIElements.Length>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 11004, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11004, 771, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,UnityEngine.UIElements.StyleSheets.StylePropertyID[]>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11002, 784, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyID>::.ctor() */,
{ 11021, 784, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyID>::Add(!0,!1) */,
{ 11295, 653, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>::GetEnumerator() */,
{ 11344, 653, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.Panel>::get_Current() */,
{ 11342, 653, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.Panel>::MoveNext() */,
{ 11341, 653, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.Panel>::Dispose() */,
{ 11252, 653, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>::.ctor() */,
{ 16710, 656, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::.ctor() */,
{ 11002, 657, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>::.ctor() */,
{ 1097, 531, -1 } /* System.Void System.Func`3<System.Int32,System.IntPtr,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1093, 532, -1 } /* System.Void System.Func`2<System.Exception,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 16711, 656, -1 } /* System.Int32 System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::get_Count() */,
{ 16718, 656, -1 } /* !0 System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::Peek() */,
{ 11040, 657, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>::TryGetValue(!0,!1&) */,
{ 11038, 657, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>::Remove(!0) */,
{ 16719, 656, -1 } /* !0 System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::Pop() */,
{ 16720, 656, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::Push(!0) */,
{ 23246, 660, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::GetPooled(UnityEngine.Event) */,
{ 23246, 665, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::GetPooled(UnityEngine.Event) */,
{ 23246, 668, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::GetPooled(UnityEngine.Event) */,
{ 23118, 671, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::GetPooled(UnityEngine.Event) */,
{ 23118, 676, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::GetPooled(UnityEngine.Event) */,
{ 23071, 635, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::GetPooled(UnityEngine.Event) */,
{ 23071, 679, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>::GetPooled(UnityEngine.Event) */,
{ 23118, 682, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::GetPooled(UnityEngine.Event) */,
{ 22902, 686, -1 } /* T UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::GetPooled(UnityEngine.Event) */,
{ 22902, 690, -1 } /* T UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::GetPooled(UnityEngine.Event) */,
{ 11275, 653, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>::Clear() */,
{ 11061, 657, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::get_Current() */,
{ 10972, 657, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>::get_Value() */,
{ 11268, 653, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>::Add(!0) */,
{ 11060, 657, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::MoveNext() */,
{ 11029, 657, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>::GetEnumerator() */,
{ 22903, 686, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::.ctor() */,
{ 23316, 697, -1 } /* T UnityEngine.UIElements.StyleEnum`1<UnityEngine.UIElements.Overflow>::get_value() */,
{ 23316, 694, -1 } /* T UnityEngine.UIElements.StyleEnum`1<UnityEngine.UIElements.Visibility>::get_value() */,
{ 23316, 696, -1 } /* T UnityEngine.UIElements.StyleEnum`1<UnityEngine.UIElements.DisplayStyle>::get_value() */,
{ 11253, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Int32) */,
{ 11252, 616, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::.ctor() */,
{ 22730, 693, -1 } /* T UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>>::Get() */,
{ 11255, 616, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Capacity() */,
{ 11256, 616, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::set_Capacity(System.Int32) */,
{ 22731, 693, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>>::Release(T) */,
{ 22728, 693, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>>::.ctor(System.Int32) */,
{ 23118, 730, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::GetPooled(UnityEngine.Event) */,
{ 23112, 730, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::Init() */,
{ 23122, 730, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::.ctor() */,
{ 1086, 790, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::Invoke(!0,!1,!2) */,
{ 23507, 7, -1 } /* T[] ArrayPool`1<System.Char>::Alloc(System.Int32) */,
{ 23506, 7, -1 } /* System.Int32 ArrayPool`1<System.Char>::NextPowerOfTwo(System.Int32) */,
{ 23508, 7, -1 } /* System.Void ArrayPool`1<System.Char>::Collect(T[]) */,
{ 16586, 801, -1 } /* System.Int32 System.Collections.Generic.Queue`1<CString>::get_Count() */,
{ 16594, 801, -1 } /* !0 System.Collections.Generic.Queue`1<CString>::Dequeue() */,
{ 16590, 801, -1 } /* System.Void System.Collections.Generic.Queue`1<CString>::Enqueue(!0) */,
{ 16586, 802, -1 } /* System.Int32 System.Collections.Generic.Queue`1<CString/CStringBlock>::get_Count() */,
{ 16594, 802, -1 } /* !0 System.Collections.Generic.Queue`1<CString/CStringBlock>::Dequeue() */,
{ 16720, 802, -1 } /* System.Void System.Collections.Generic.Stack`1<CString/CStringBlock>::Push(!0) */,
{ 23505, 7, -1 } /* System.Void ArrayPool`1<System.Char>::.ctor() */,
{ 16585, 801, -1 } /* System.Void System.Collections.Generic.Queue`1<CString>::.ctor() */,
{ 16585, 802, -1 } /* System.Void System.Collections.Generic.Queue`1<CString/CStringBlock>::.ctor() */,
{ 16710, 802, -1 } /* System.Void System.Collections.Generic.Stack`1<CString/CStringBlock>::.ctor() */,
{ 11252, 801, -1 } /* System.Void System.Collections.Generic.List`1<CString>::.ctor() */,
{ 11268, 801, -1 } /* System.Void System.Collections.Generic.List`1<CString>::Add(!0) */,
{ 11263, 801, -1 } /* !0 System.Collections.Generic.List`1<CString>::get_Item(System.Int32) */,
{ 11257, 801, -1 } /* System.Int32 System.Collections.Generic.List`1<CString>::get_Count() */,
{ 11275, 801, -1 } /* System.Void System.Collections.Generic.List`1<CString>::Clear() */,
{ 16590, 802, -1 } /* System.Void System.Collections.Generic.Queue`1<CString/CStringBlock>::Enqueue(!0) */,
{ 16719, 802, -1 } /* !0 System.Collections.Generic.Stack`1<CString/CStringBlock>::Pop() */,
{ 16711, 802, -1 } /* System.Int32 System.Collections.Generic.Stack`1<CString/CStringBlock>::get_Count() */,
{ 16718, 802, -1 } /* !0 System.Collections.Generic.Stack`1<CString/CStringBlock>::Peek() */,
{ 11040, 804, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Queue`1<System.String>>::TryGetValue(!0,!1&) */,
{ 16586, 8, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.String>::get_Count() */,
{ 16590, 8, -1 } /* System.Void System.Collections.Generic.Queue`1<System.String>::Enqueue(!0) */,
{ 16585, 8, -1 } /* System.Void System.Collections.Generic.Queue`1<System.String>::.ctor() */,
{ 11020, 804, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Queue`1<System.String>>::set_Item(!0,!1) */,
{ 16594, 8, -1 } /* !0 System.Collections.Generic.Queue`1<System.String>::Dequeue() */,
{ 11002, 804, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Queue`1<System.String>>::.ctor() */,
{ 11295, 857, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<BestHTTP.Extensions.HeaderValue>::GetEnumerator() */,
{ 11344, 857, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<BestHTTP.Extensions.HeaderValue>::get_Current() */,
{ 11342, 857, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<BestHTTP.Extensions.HeaderValue>::MoveNext() */,
{ 11341, 857, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<BestHTTP.Extensions.HeaderValue>::Dispose() */,
{ 11040, 859, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,BestHTTP.Authentication.Digest>::TryGetValue(!0,!1&) */,
{ 11021, 859, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,BestHTTP.Authentication.Digest>::Add(!0,!1) */,
{ 1117, 8, -1 } /* System.Void System.Predicate`1<System.String>::.ctor(System.Object,System.IntPtr) */,
{ 11287, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.String>::FindIndex(System.Predicate`1<!0>) */,
{ 11002, 859, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,BestHTTP.Authentication.Digest>::.ctor() */,
{ 11252, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor() */,
{ 11268, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Add(!0) */,
{ 11320, 6, -1 } /* !0[] System.Collections.Generic.List`1<System.Byte>::ToArray() */,
{ 1093, 855, -1 } /* System.Void System.Func`2<System.Char,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 855, -1 } /* !1 System.Func`2<System.Char,System.Boolean>::Invoke(!0) */,
{ 11257, 856, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.Extensions.IHeartbeat>::get_Count() */,
{ 802, -1, 856 } /* System.Void System.Array::Resize<BestHTTP.Extensions.IHeartbeat>(!!0[]&,System.Int32) */,
{ 11281, 856, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.Extensions.IHeartbeat>::CopyTo(System.Int32,!0[],System.Int32,System.Int32) */,
{ 11252, 857, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.Extensions.HeaderValue>::.ctor() */,
{ 11268, 857, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.Extensions.HeaderValue>::Add(!0) */,
{ 11257, 854, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.Forms.HTTPFieldData>::get_Count() */,
{ 11254, 854, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.Forms.HTTPFieldData>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11263, 854, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.Forms.HTTPFieldData>::get_Item(System.Int32) */,
{ 11002, 838, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::.ctor() */,
{ 11252, 837, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::.ctor() */,
{ 11252, 842, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::.ctor() */,
{ 11268, 842, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Add(!0) */,
{ 1117, 837, -1 } /* System.Void System.Predicate`1<BestHTTP.ConnectionBase>::.ctor(System.Object,System.IntPtr) */,
{ 11285, 837, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::Find(System.Predicate`1<!0>) */,
{ 11268, 837, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::Add(!0) */,
{ 11309, 837, -1 } /* System.Boolean System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::Remove(!0) */,
{ 11040, 838, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::TryGetValue(!0,!1&) */,
{ 11263, 837, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::get_Item(System.Int32) */,
{ 11257, 837, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::get_Count() */,
{ 11253, 837, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::.ctor(System.Int32) */,
{ 11021, 838, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::Add(!0,!1) */,
{ 11263, 842, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::get_Item(System.Int32) */,
{ 11257, 842, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::get_Count() */,
{ 11309, 842, -1 } /* System.Boolean System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Remove(!0) */,
{ 11275, 837, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::Clear() */,
{ 11312, 837, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::RemoveAt(System.Int32) */,
{ 1117, 842, -1 } /* System.Void System.Predicate`1<BestHTTP.HTTPRequest>::.ctor(System.Object,System.IntPtr) */,
{ 11285, 842, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Find(System.Predicate`1<!0>) */,
{ 1109, 842, -1 } /* System.Void System.Comparison`1<BestHTTP.HTTPRequest>::.ctor(System.Object,System.IntPtr) */,
{ 11319, 842, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Sort(System.Comparison`1<!0>) */,
{ 11320, 842, -1 } /* !0[] System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::ToArray() */,
{ 11275, 842, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Clear() */,
{ 11029, 838, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::GetEnumerator() */,
{ 11061, 838, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::get_Current() */,
{ 10972, 838, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::get_Value() */,
{ 11295, 837, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::GetEnumerator() */,
{ 11344, 837, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<BestHTTP.ConnectionBase>::get_Current() */,
{ 11342, 837, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<BestHTTP.ConnectionBase>::MoveNext() */,
{ 11341, 837, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<BestHTTP.ConnectionBase>::Dispose() */,
{ 11060, 838, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::MoveNext() */,
{ 11062, 838, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::Dispose() */,
{ 11025, 838, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::Clear() */,
{ 11002, 845, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::.ctor() */,
{ 11040, 845, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::TryGetValue(!0,!1&) */,
{ 11021, 845, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::Add(!0,!1) */,
{ 11038, 845, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::Remove(!0) */,
{ 11026, 845, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::ContainsKey(!0) */,
{ 11029, 845, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::GetEnumerator() */,
{ 11061, 845, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<System.String>>::get_Current() */,
{ 10971, 845, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<System.String>>::get_Key() */,
{ 10972, 845, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<System.String>>::get_Value() */,
{ 11060, 845, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<System.String>>::MoveNext() */,
{ 11062, 845, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<System.String>>::Dispose() */,
{ 1102, 849, -1 } /* !3 System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean>::Invoke(!0,!1,!2) */,
{ 802, -1, 6 } /* System.Void System.Array::Resize<System.Byte>(!!0[]&,System.Int32) */,
{ 11252, 853, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::.ctor() */,
{ 11257, 853, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::get_Count() */,
{ 11263, 853, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::get_Item(System.Int32) */,
{ 1082, 851, -1 } /* System.Void System.Action`2<BestHTTP.ServerSentEvents.EventSourceResponse,BestHTTP.ServerSentEvents.Message>::Invoke(!0,!1) */,
{ 11275, 853, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::Clear() */,
{ 1074, 852, -1 } /* System.Void System.Action`1<BestHTTP.ServerSentEvents.EventSourceResponse>::Invoke(!0) */,
{ 11002, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::.ctor() */,
{ 11016, 831, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::get_Values() */,
{ 11089, 831, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,taurus.client.FileHead>::GetEnumerator() */,
{ 11105, 831, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::get_Current() */,
{ 11104, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::MoveNext() */,
{ 11103, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::Dispose() */,
{ 11025, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::Clear() */,
{ 11021, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::Add(!0,!1) */,
{ 16585, 812, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Action>::.ctor() */,
{ 16590, 812, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Action>::Enqueue(!0) */,
{ 16586, 812, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.Action>::get_Count() */,
{ 16594, 812, -1 } /* !0 System.Collections.Generic.Queue`1<System.Action>::Dequeue() */,
{ 1074, 814, -1 } /* System.Void System.Action`1<taurus.client.MessageResponse>::Invoke(!0) */,
{ 16585, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::.ctor() */,
{ 16590, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::Enqueue(!0) */,
{ 16594, 37, -1 } /* !0 System.Collections.Generic.Queue`1<System.Int64>::Dequeue() */,
{ 11257, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count() */,
{ 11312, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::RemoveAt(System.Int32) */,
{ 11263, 16, -1 } /* !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32) */,
{ 1082, 835, -1 } /* System.Void System.Action`2<taurus.client.LoggerLevel,System.String>::Invoke(!0,!1) */,
{ 11252, 822, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::.ctor() */,
{ 11002, 823, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::.ctor() */,
{ 11026, 823, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::ContainsKey(!0) */,
{ 11021, 823, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Add(!0,!1) */,
{ 11268, 822, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::Add(!0) */,
{ 11263, 822, -1 } /* !0 System.Collections.Generic.List`1<taurus.client.TaurusClient>::get_Item(System.Int32) */,
{ 11038, 823, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Remove(!0) */,
{ 11309, 822, -1 } /* System.Boolean System.Collections.Generic.List`1<taurus.client.TaurusClient>::Remove(!0) */,
{ 11257, 822, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.client.TaurusClient>::get_Count() */,
{ 11295, 822, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<taurus.client.TaurusClient>::GetEnumerator() */,
{ 11344, 822, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::get_Current() */,
{ 11342, 822, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::MoveNext() */,
{ 11341, 822, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::Dispose() */,
{ 11275, 822, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::Clear() */,
{ 11025, 823, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Clear() */,
{ 1074, 815, -1 } /* System.Void System.Action`1<taurus.client.SocketCode>::Invoke(!0) */,
{ 11252, 816, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.Message>::.ctor() */,
{ 11002, 818, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>>::.ctor() */,
{ 11268, 816, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.Message>::Add(!0) */,
{ 11257, 816, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.client.Message>::get_Count() */,
{ 11263, 816, -1 } /* !0 System.Collections.Generic.List`1<taurus.client.Message>::get_Item(System.Int32) */,
{ 11312, 816, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.Message>::RemoveAt(System.Int32) */,
{ 1074, 816, -1 } /* System.Void System.Action`1<taurus.client.Message>::Invoke(!0) */,
{ 1073, 817, -1 } /* System.Void System.Action`1<taurus.client.Packet>::.ctor(System.Object,System.IntPtr) */,
{ 11020, 818, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>>::set_Item(!0,!1) */,
{ 11268, 808, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TDataWrapper>::Add(!0) */,
{ 11263, 808, -1 } /* !0 System.Collections.Generic.List`1<taurus.client.TDataWrapper>::get_Item(System.Int32) */,
{ 11257, 808, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.client.TDataWrapper>::get_Count() */,
{ 11252, 808, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TDataWrapper>::.ctor() */,
{ 11026, 809, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::ContainsKey(!0) */,
{ 23717, -1, 6 } /* T taurus.client.TObject::getValue<System.Byte>(System.String) */,
{ 11019, 809, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Item(!0) */,
{ 23717, -1, 16 } /* T taurus.client.TObject::getValue<System.Int32>(System.String) */,
{ 11013, 809, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Keys() */,
{ 11071, 809, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.TDataWrapper>::get_Count() */,
{ 11070, 809, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.TDataWrapper>::CopyTo(!0[],System.Int32) */,
{ 23717, -1, 2078 } /* T taurus.client.TObject::getValue<taurus.client.ITObject>(System.String) */,
{ 23717, -1, 8 } /* T taurus.client.TObject::getValue<System.String>(System.String) */,
{ 11020, 809, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::set_Item(!0,!1) */,
{ 11012, 809, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Count() */,
{ 11002, 809, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::.ctor() */,
{ 11002, 826, -1 } /* System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::.ctor() */,
{ 1073, 815, -1 } /* System.Void System.Action`1<taurus.client.SocketCode>::.ctor(System.Object,System.IntPtr) */,
{ 1073, 816, -1 } /* System.Void System.Action`1<taurus.client.Message>::.ctor(System.Object,System.IntPtr) */,
{ 11025, 826, -1 } /* System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::Clear() */,
{ 11020, 826, -1 } /* System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::set_Item(!0,!1) */,
{ 1073, 814, -1 } /* System.Void System.Action`1<taurus.client.MessageResponse>::.ctor(System.Object,System.IntPtr) */,
{ 11040, 826, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::TryGetValue(!0,!1&) */,
{ 11038, 826, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::Remove(!0) */,
{ 16711, 830, -1 } /* System.Int32 System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::get_Count() */,
{ 16719, 830, -1 } /* !0 System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::Pop() */,
{ 16720, 830, -1 } /* System.Void System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::Push(!0) */,
{ 16594, 830, -1 } /* !0 System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::Dequeue() */,
{ 16586, 830, -1 } /* System.Int32 System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::get_Count() */,
{ 16590, 830, -1 } /* System.Void System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::Enqueue(!0) */,
{ 16710, 830, -1 } /* System.Void System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::.ctor() */,
{ 16585, 830, -1 } /* System.Void System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::.ctor() */,
{ 1081, 835, -1 } /* System.Void System.Action`2<taurus.client.LoggerLevel,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 24675, -1, 16 } /* System.Void ZXing.SupportClass::Fill<System.Int32>(T[],T) */,
{ 10809, 907, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<ZXing.Aztec.Internal.State>::.ctor() */,
{ 16542, 907, -1 } /* System.Void System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.State>::.ctor() */,
{ 11252, 907, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.Aztec.Internal.State>::.ctor() */,
{ 11275, 907, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.Aztec.Internal.State>::Clear() */,
{ 16556, 907, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<!0> System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.State>::GetEnumerator() */,
{ 16574, 907, -1 } /* !0 System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.State>::get_Current() */,
{ 11268, 907, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.Aztec.Internal.State>::Add(!0) */,
{ 16576, 907, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.State>::MoveNext() */,
{ 16578, 907, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.State>::Dispose() */,
{ 16551, 907, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.State>::AddLast(!0) */,
{ 11295, 907, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<ZXing.Aztec.Internal.State>::GetEnumerator() */,
{ 11344, 907, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<ZXing.Aztec.Internal.State>::get_Current() */,
{ 16558, 907, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.State>::Remove(!0) */,
{ 11342, 907, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<ZXing.Aztec.Internal.State>::MoveNext() */,
{ 11341, 907, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<ZXing.Aztec.Internal.State>::Dispose() */,
{ 16542, 896, -1 } /* System.Void System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.Token>::.ctor() */,
{ 16549, 896, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.Token>::AddFirst(!0) */,
{ 16556, 896, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<!0> System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.Token>::GetEnumerator() */,
{ 16574, 896, -1 } /* !0 System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.Token>::get_Current() */,
{ 16576, 896, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.Token>::MoveNext() */,
{ 16578, 896, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.Token>::Dispose() */,
{ 24631, 882, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::.ctor() */,
{ 24628, 882, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::set_Renderer(ZXing.Rendering.IBarcodeRenderer`1<TOutput>) */,
{ 11002, 874, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,ZXing.Common.CharacterSetECI>::.ctor() */,
{ 11002, 877, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,ZXing.Common.CharacterSetECI>::.ctor() */,
{ 11002, 863, -1 } /* System.Void System.Collections.Generic.Dictionary`2<ZXing.EncodeHintType,System.Object>::.ctor() */,
{ 11252, 883, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.Common.ReedSolomon.GenericGFPoly>::.ctor() */,
{ 24675, -1, 6 } /* System.Void ZXing.SupportClass::Fill<System.Byte>(T[],T) */,
{ 11002, 867, -1 } /* System.Void System.Collections.Generic.Dictionary`2<ZXing.BarcodeFormat,System.Func`1<ZXing.Writer>>::.ctor() */,
{ 1089, 866, -1 } /* System.Void System.Func`1<ZXing.Writer>::.ctor(System.Object,System.IntPtr) */,
{ 11021, 867, -1 } /* System.Void System.Collections.Generic.Dictionary`2<ZXing.BarcodeFormat,System.Func`1<ZXing.Writer>>::Add(!0,!1) */,
{ 1090, 866, -1 } /* !0 System.Func`1<ZXing.Writer>::Invoke() */,
{ 11252, 65, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32[]>::.ctor() */,
{ 11268, 65, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32[]>::Add(!0) */,
{ 11295, 65, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Int32[]>::GetEnumerator() */,
{ 11344, 65, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Int32[]>::get_Current() */,
{ 11342, 65, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32[]>::MoveNext() */,
{ 11341, 65, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32[]>::Dispose() */,
{ 11253, 906, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.QrCode.Internal.BlockPair>::.ctor(System.Int32) */,
{ 11268, 906, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.QrCode.Internal.BlockPair>::Add(!0) */,
{ 11295, 906, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<ZXing.QrCode.Internal.BlockPair>::GetEnumerator() */,
{ 11344, 906, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<ZXing.QrCode.Internal.BlockPair>::get_Current() */,
{ 11342, 906, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<ZXing.QrCode.Internal.BlockPair>::MoveNext() */,
{ 11341, 906, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<ZXing.QrCode.Internal.BlockPair>::Dispose() */,
{ 1090, 937, -1 } /* !0 System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>::Invoke() */,
{ 1089, 937, -1 } /* System.Void System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>::.ctor(System.Object,System.IntPtr) */,
{ 31640, -1, 424 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.AnimationCurve>(System.IntPtr,System.Int32) */,
{ 11025, 945, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::Clear() */,
{ 11021, 945, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::Add(!0,!1) */,
{ 31781, 812, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 949, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 950, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 951, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 952, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 953, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 954, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 955, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 956, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 957, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 958, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 959, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 960, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 961, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 962, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 963, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 964, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 965, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 966, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 967, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 968, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 969, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 970, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 971, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 972, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 973, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 974, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 975, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 976, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 977, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Init(DelegateFactory/DelegateCreate) */,
{ 31781, 978, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Init(DelegateFactory/DelegateCreate) */,
{ 1097, 908, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 31770, 812, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 949, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Events.UnityAction>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 950, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Predicate`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 951, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 952, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Comparison`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 953, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Func`2<System.Int32,System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 954, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GTweenCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 955, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Camera/CameraCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 956, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 957, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/LowMemoryCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 958, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/LogCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 959, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`1<System.Boolean>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 960, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`1<System.String>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 961, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Func`1<System.Boolean>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 962, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 963, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 964, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 965, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.EventCallback1>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 966, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.EventCallback0>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 967, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.ListItemRenderer>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 968, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.ListItemProvider>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 969, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.PlayCompleteCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 970, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.TransitionHook>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 971, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 972, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 973, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.TimerCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 974, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 975, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 976, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.UIConfig/SoundLoader>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 977, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`2<System.String,System.Action>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 978, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GTweenCallback1>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 1081, 979, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 981, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Events.UnityAction>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 983, -1 } /* System.Void System.Action`2<System.IntPtr,System.Predicate`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 985, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 987, -1 } /* System.Void System.Action`2<System.IntPtr,System.Comparison`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 989, -1 } /* System.Void System.Action`2<System.IntPtr,System.Func`2<System.Int32,System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 991, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GTweenCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 993, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/CameraCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 995, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Application/AdvertisingIdentifierCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 997, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Application/LowMemoryCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 999, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Application/LogCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1001, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`1<System.Boolean>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1003, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`1<System.String>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1005, -1 } /* System.Void System.Action`2<System.IntPtr,System.Func`1<System.Boolean>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1007, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AudioClip/PCMReaderCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1009, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AudioClip/PCMSetPositionCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1011, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`1<UnityEngine.AsyncOperation>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1013, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.EventCallback1>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1015, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.EventCallback0>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1017, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.ListItemRenderer>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1019, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.ListItemProvider>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1021, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.PlayCompleteCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1023, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.TransitionHook>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1025, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.UIPackage/CreateObjectCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1027, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GObjectPool/InitCallbackDelegate>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1029, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.TimerCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1031, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory/GComponentCreator>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1033, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory/GLoaderCreator>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1035, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.UIConfig/SoundLoader>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1037, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`2<System.String,System.Action>>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1039, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GTweenCallback1>::.ctor(System.Object,System.IntPtr) */,
{ 11040, 945, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::TryGetValue(!0,!1&) */,
{ 1117, 16, -1 } /* System.Void System.Predicate`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1073, 16, -1 } /* System.Void System.Action`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1109, 16, -1 } /* System.Void System.Comparison`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1093, 356, -1 } /* System.Void System.Func`2<System.Int32,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1073, 47, -1 } /* System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1073, 8, -1 } /* System.Void System.Action`1<System.String>::.ctor(System.Object,System.IntPtr) */,
{ 1089, 47, -1 } /* System.Void System.Func`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1073, 458, -1 } /* System.Void System.Action`1<UnityEngine.AsyncOperation>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 934, -1 } /* System.Void System.Action`2<System.String,System.Action>::.ctor(System.Object,System.IntPtr) */,
{ 11002, 945, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::.ctor() */,
{ 30833, -1, 426 } /* System.Void LuaInterface.LuaFunction::PushSealed<UnityEngine.Camera>(T) */,
{ 11268, 1590, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::Add(!0) */,
{ 11252, 1590, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::.ctor() */,
{ 11257, 1590, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::get_Count() */,
{ 11253, 1054, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::.ctor(System.Int32) */,
{ 11263, 1590, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::get_Item(System.Int32) */,
{ 11268, 1054, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Add(!0) */,
{ 11257, 1054, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GObject>::get_Count() */,
{ 11313, 1054, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::RemoveRange(System.Int32,System.Int32) */,
{ 11263, 1054, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.GObject>::get_Item(System.Int32) */,
{ 11002, 1567, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::.ctor() */,
{ 11020, 1567, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::set_Item(!0,!1) */,
{ 11040, 1567, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::TryGetValue(!0,!1&) */,
{ 11026, 1567, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::ContainsKey(!0) */,
{ 19322, -1, 426 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Camera>() */,
{ 19364, -1, 2079 } /* !!0 UnityEngine.GameObject::GetComponent<FairyGUI.CaptureCamera>() */,
{ 19389, -1, 426 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.Camera>() */,
{ 19389, -1, 2079 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.CaptureCamera>() */,
{ 11252, 1557, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::.ctor() */,
{ 11257, 1557, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::get_Count() */,
{ 11263, 1557, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::get_Item(System.Int32) */,
{ 11252, 1044, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::.ctor() */,
{ 11257, 1044, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::get_Count() */,
{ 11268, 1044, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Add(!0) */,
{ 11303, 1044, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Insert(System.Int32,!0) */,
{ 11276, 1044, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Contains(!0) */,
{ 11263, 1044, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::get_Item(System.Int32) */,
{ 11299, 1044, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::IndexOf(!0) */,
{ 11309, 1044, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Remove(!0) */,
{ 11312, 1044, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::RemoveAt(System.Int32) */,
{ 11264, 1044, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::set_Item(System.Int32,!0) */,
{ 3700, 437, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Rect>::get_HasValue() */,
{ 3705, 437, -1 } /* !0 System.Nullable`1<UnityEngine.Rect>::GetValueOrDefault() */,
{ 3701, 437, -1 } /* !0 System.Nullable`1<UnityEngine.Rect>::get_Value() */,
{ 11275, 1044, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Clear() */,
{ 11299, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.String>::IndexOf(!0) */,
{ 11257, 1591, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.ControllerAction>::get_Count() */,
{ 11263, 1591, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.ControllerAction>::get_Item(System.Int32) */,
{ 11256, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::set_Capacity(System.Int32) */,
{ 11253, 1591, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.ControllerAction>::.ctor(System.Int32) */,
{ 11268, 1591, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.ControllerAction>::Add(!0) */,
{ 3700, 446, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::get_HasValue() */,
{ 3699, 446, -1 } /* System.Void System.Nullable`1<UnityEngine.Matrix4x4>::.ctor(!0) */,
{ 3699, 431, -1 } /* System.Void System.Nullable`1<UnityEngine.Vector3>::.ctor(!0) */,
{ 3700, 1051, -1 } /* System.Boolean System.Nullable`1<FairyGUI.Margin>::get_HasValue() */,
{ 3701, 1051, -1 } /* !0 System.Nullable`1<FairyGUI.Margin>::get_Value() */,
{ 3701, 446, -1 } /* !0 System.Nullable`1<UnityEngine.Matrix4x4>::get_Value() */,
{ 11002, 1571, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::.ctor() */,
{ 30466, -1, 512 } /* T taurus.unity.ResourcesManager::LoadObject<UnityEngine.Font>(System.String) */,
{ 1073, 512, -1 } /* System.Void System.Action`1<UnityEngine.Font>::.ctor(System.Object,System.IntPtr) */,
{ 11040, 1571, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::TryGetValue(!0,!1&) */,
{ 11021, 1571, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::Add(!0,!1) */,
{ 11257, 1592, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::get_Count() */,
{ 11276, 1592, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Contains(!0) */,
{ 11268, 1592, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Add(!0) */,
{ 11309, 1592, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Remove(!0) */,
{ 1109, 1592, -1 } /* System.Void System.Comparison`1<FairyGUI.EMRenderTarget>::.ctor(System.Object,System.IntPtr) */,
{ 11319, 1592, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Sort(System.Comparison`1<!0>) */,
{ 11263, 1592, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::get_Item(System.Int32) */,
{ 19521, -1, 1593 } /* !!0[] UnityEngine.Object::FindObjectsOfType<FairyGUI.UIConfig>() */,
{ 11252, 1592, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::.ctor() */,
{ 3700, 450, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color32>::get_HasValue() */,
{ 3701, 450, -1 } /* !0 System.Nullable`1<UnityEngine.Color32>::get_Value() */,
{ 31783, 965, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 16711, 1583, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.EventContext>::get_Count() */,
{ 16719, 1583, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.EventContext>::Pop() */,
{ 16720, 1583, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.EventContext>::Push(!0) */,
{ 11252, 1566, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::.ctor() */,
{ 16710, 1583, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.EventContext>::.ctor() */,
{ 11002, 1584, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::.ctor() */,
{ 11040, 1584, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::TryGetValue(!0,!1&) */,
{ 11020, 1584, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::set_Item(!0,!1) */,
{ 11029, 1584, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::GetEnumerator() */,
{ 11061, 1584, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::get_Current() */,
{ 10972, 1584, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,FairyGUI.EventBridge>::get_Value() */,
{ 11060, 1584, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::MoveNext() */,
{ 11062, 1584, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::Dispose() */,
{ 11275, 1566, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::Clear() */,
{ 11257, 1566, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EventBridge>::get_Count() */,
{ 11263, 1566, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.EventBridge>::get_Item(System.Int32) */,
{ 11299, 1566, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EventBridge>::IndexOf(!0) */,
{ 11268, 1566, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::Add(!0) */,
{ 11020, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::set_Item(!0,!1) */,
{ 11038, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Remove(!0) */,
{ 11040, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::TryGetValue(!0,!1&) */,
{ 11021, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Add(!0,!1) */,
{ 11025, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Clear() */,
{ 11002, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::.ctor() */,
{ 11252, 1054, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::.ctor() */,
{ 11252, 1055, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Controller>::.ctor() */,
{ 11252, 1595, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Transition>::.ctor() */,
{ 11257, 1595, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Transition>::get_Count() */,
{ 11263, 1595, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Transition>::get_Item(System.Int32) */,
{ 11257, 1055, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Controller>::get_Count() */,
{ 11263, 1055, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Controller>::get_Item(System.Int32) */,
{ 11303, 1054, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Insert(System.Int32,!0) */,
{ 11299, 1054, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GObject>::IndexOf(!0) */,
{ 11312, 1054, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::RemoveAt(System.Int32) */,
{ 11320, 1054, -1 } /* !0[] System.Collections.Generic.List`1<FairyGUI.GObject>::ToArray() */,
{ 11268, 1055, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Controller>::Add(!0) */,
{ 11299, 1055, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Controller>::IndexOf(!0) */,
{ 11312, 1055, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Controller>::RemoveAt(System.Int32) */,
{ 3699, 445, -1 } /* System.Void System.Nullable`1<UnityEngine.Vector4>::.ctor(!0) */,
{ 3699, 437, -1 } /* System.Void System.Nullable`1<UnityEngine.Rect>::.ctor(!0) */,
{ 11268, 1595, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Transition>::Add(!0) */,
{ 30784, -1, 2080 } /* System.Void LuaInterface.LuaFunction::Call<FairyGUI.GComponent>(T1) */,
{ 11263, 1597, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>::get_Item(System.Int32) */,
{ 11276, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(!0) */,
{ 11257, 1597, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>::get_Count() */,
{ 11252, 1597, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>::.ctor() */,
{ 11268, 1597, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>::Add(!0) */,
{ 11002, 1599, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::.ctor() */,
{ 11029, 1599, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::GetEnumerator() */,
{ 11061, 1599, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::get_Current() */,
{ 10972, 1599, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::get_Value() */,
{ 16591, 1054, -1 } /* System.Collections.Generic.Queue`1/Enumerator<!0> System.Collections.Generic.Queue`1<FairyGUI.GObject>::GetEnumerator() */,
{ 16601, 1054, -1 } /* !0 System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::get_Current() */,
{ 16600, 1054, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::MoveNext() */,
{ 16599, 1054, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::Dispose() */,
{ 11060, 1599, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::MoveNext() */,
{ 11062, 1599, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Dispose() */,
{ 11025, 1599, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Clear() */,
{ 11012, 1599, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::get_Count() */,
{ 11040, 1599, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::TryGetValue(!0,!1&) */,
{ 16586, 1054, -1 } /* System.Int32 System.Collections.Generic.Queue`1<FairyGUI.GObject>::get_Count() */,
{ 16594, 1054, -1 } /* !0 System.Collections.Generic.Queue`1<FairyGUI.GObject>::Dequeue() */,
{ 16585, 1054, -1 } /* System.Void System.Collections.Generic.Queue`1<FairyGUI.GObject>::.ctor() */,
{ 11021, 1599, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Add(!0,!1) */,
{ 16590, 1054, -1 } /* System.Void System.Collections.Generic.Queue`1<FairyGUI.GObject>::Enqueue(!0) */,
{ 11252, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11252, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor() */,
{ 11275, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Clear() */,
{ 11268, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Add(!0) */,
{ 11275, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Clear() */,
{ 11275, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Clear() */,
{ 11268, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(!0) */,
{ 11257, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count() */,
{ 11268, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Add(!0) */,
{ 11263, 431, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32) */,
{ 11303, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Insert(System.Int32,!0) */,
{ 11270, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11257, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Count() */,
{ 11263, 1587, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Item(System.Int32) */,
{ 11268, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Add(!0) */,
{ 11252, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.ctor() */,
{ 19364, -1, 2081 } /* !!0 UnityEngine.GameObject::GetComponent<FairyGUI.UIContentScaler>() */,
{ 11295, 1054, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.GObject>::GetEnumerator() */,
{ 11344, 1054, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::get_Current() */,
{ 11342, 1054, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::MoveNext() */,
{ 11341, 1054, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::Dispose() */,
{ 11275, 1054, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Clear() */,
{ 11002, 1603, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::.ctor() */,
{ 11020, 1603, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::set_Item(!0,!1) */,
{ 11040, 1603, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::TryGetValue(!0,!1&) */,
{ 11002, 1607, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::.ctor() */,
{ 11020, 1607, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::set_Item(!0,!1) */,
{ 11040, 1607, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::TryGetValue(!0,!1&) */,
{ 11002, 1611, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::.ctor() */,
{ 11020, 1611, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::set_Item(!0,!1) */,
{ 11040, 1611, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::TryGetValue(!0,!1&) */,
{ 11002, 1615, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::.ctor() */,
{ 11020, 1615, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::set_Item(!0,!1) */,
{ 11040, 1615, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::TryGetValue(!0,!1&) */,
{ 11016, 1615, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::get_Values() */,
{ 11089, 1615, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearSizeValue>::GetEnumerator() */,
{ 11105, 1615, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::get_Current() */,
{ 11104, 1615, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::MoveNext() */,
{ 11103, 1615, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::Dispose() */,
{ 11002, 1619, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::.ctor() */,
{ 11020, 1619, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::set_Item(!0,!1) */,
{ 11040, 1619, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::TryGetValue(!0,!1&) */,
{ 11016, 1619, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::get_Values() */,
{ 11089, 1619, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearXYValue>::GetEnumerator() */,
{ 11105, 1619, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::get_Current() */,
{ 11104, 1619, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::MoveNext() */,
{ 11103, 1619, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::Dispose() */,
{ 11252, 443, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Material>::.ctor() */,
{ 11252, 1513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::.ctor() */,
{ 11275, 1513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::Clear() */,
{ 11275, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Clear() */,
{ 11275, 443, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Material>::Clear() */,
{ 19364, -1, 2082 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.Canvas>() */,
{ 19322, -1, 2083 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.RectTransform>() */,
{ 19377, -1, 449 } /* !!0[] UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Transform>(System.Boolean) */,
{ 19378, -1, 1513 } /* System.Void UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Renderer>(System.Boolean,System.Collections.Generic.List`1<!!0>) */,
{ 11257, 1513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Renderer>::get_Count() */,
{ 11263, 1513, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Renderer>::get_Item(System.Int32) */,
{ 11299, 443, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Material>::IndexOf(!0) */,
{ 11268, 443, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Material>::Add(!0) */,
{ 11263, 443, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Material>::get_Item(System.Int32) */,
{ 1109, 1513, -1 } /* System.Void System.Comparison`1<UnityEngine.Renderer>::.ctor(System.Object,System.IntPtr) */,
{ 11319, 1513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::Sort(System.Comparison`1<!0>) */,
{ 11256, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::set_Capacity(System.Int32) */,
{ 11257, 443, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Material>::get_Count() */,
{ 11040, 1514, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::TryGetValue(!0,!1&) */,
{ 3699, 506, -1 } /* System.Void System.Nullable`1<UnityEngine.RaycastHit>::.ctor(!0) */,
{ 11020, 1514, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::set_Item(!0,!1) */,
{ 3700, 506, -1 } /* System.Boolean System.Nullable`1<UnityEngine.RaycastHit>::get_HasValue() */,
{ 3701, 506, -1 } /* !0 System.Nullable`1<UnityEngine.RaycastHit>::get_Value() */,
{ 11025, 1514, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::Clear() */,
{ 11002, 1514, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 11257, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Count() */,
{ 11257, 1074, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::get_Count() */,
{ 11263, 1074, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::get_Item(System.Int32) */,
{ 11263, 1075, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::get_Item(System.Int32) */,
{ 11263, 1076, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Item(System.Int32) */,
{ 11257, 1075, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::get_Count() */,
{ 11263, 109, -1 } /* !0 System.Collections.Generic.List`1<System.Single>::get_Item(System.Int32) */,
{ 11252, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor() */,
{ 11252, 1520, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::.ctor() */,
{ 11257, 1520, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.NMaterial>::get_Count() */,
{ 11263, 1520, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.NMaterial>::get_Item(System.Int32) */,
{ 11268, 1520, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::Add(!0) */,
{ 11275, 1520, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::Clear() */,
{ 19389, -1, 2084 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshFilter>() */,
{ 19389, -1, 2085 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshRenderer>() */,
{ 11263, 6, -1 } /* !0 System.Collections.Generic.List`1<System.Byte>::get_Item(System.Int32) */,
{ 11264, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::set_Item(System.Int32,!0) */,
{ 11263, 450, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Item(System.Int32) */,
{ 11263, 445, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Item(System.Int32) */,
{ 11264, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::set_Item(System.Int32,!0) */,
{ 11275, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Clear() */,
{ 3700, 431, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector3>::get_HasValue() */,
{ 3701, 431, -1 } /* !0 System.Nullable`1<UnityEngine.Vector3>::get_Value() */,
{ 11264, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::set_Item(System.Int32,!0) */,
{ 11002, 1560, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::.ctor() */,
{ 11040, 1560, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::TryGetValue(!0,!1&) */,
{ 11021, 1560, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::Add(!0,!1) */,
{ 11038, 1560, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::Remove(!0) */,
{ 11012, 1560, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::get_Count() */,
{ 11029, 1560, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::GetEnumerator() */,
{ 11061, 1560, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::get_Current() */,
{ 10972, 1560, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,FairyGUI.MaterialManager>::get_Value() */,
{ 11060, 1560, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::MoveNext() */,
{ 11062, 1560, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::Dispose() */,
{ 11252, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor() */,
{ 11268, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Add(!0) */,
{ 11257, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Count() */,
{ 11263, 442, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Item(System.Int32) */,
{ 11026, 1579, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::ContainsKey(!0) */,
{ 11019, 1579, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::get_Item(!0) */,
{ 11275, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Clear() */,
{ 11268, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Add(!0) */,
{ 11320, 7, -1 } /* !0[] System.Collections.Generic.List`1<System.Char>::ToArray() */,
{ 11021, 1579, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::Add(!0,!1) */,
{ 11002, 1579, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::.ctor() */,
{ 11252, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor() */,
{ 11252, 1623, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::.ctor() */,
{ 11257, 1623, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.RelationDef>::get_Count() */,
{ 11263, 1623, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.RelationDef>::get_Item(System.Int32) */,
{ 11268, 1623, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::Add(!0) */,
{ 11312, 1623, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::RemoveAt(System.Int32) */,
{ 11275, 1623, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::Clear() */,
{ 11295, 1623, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.RelationDef>::GetEnumerator() */,
{ 11344, 1623, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::get_Current() */,
{ 11342, 1623, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::MoveNext() */,
{ 11341, 1623, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::Dispose() */,
{ 11252, 1624, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::.ctor() */,
{ 11257, 1624, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.RelationItem>::get_Count() */,
{ 11263, 1624, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.RelationItem>::get_Item(System.Int32) */,
{ 11268, 1624, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::Add(!0) */,
{ 11312, 1624, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::RemoveAt(System.Int32) */,
{ 11275, 1624, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::Clear() */,
{ 11295, 1624, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.RelationItem>::GetEnumerator() */,
{ 11344, 1624, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::get_Current() */,
{ 11342, 1624, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::MoveNext() */,
{ 11341, 1624, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::Dispose() */,
{ 11252, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.ctor() */,
{ 11263, 437, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Item(System.Int32) */,
{ 32169, -1, 2086 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RectMesh>() */,
{ 32169, -1, 2087 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RoundedRectMesh>() */,
{ 32169, -1, 2088 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.EllipseMesh>() */,
{ 3699, 450, -1 } /* System.Void System.Nullable`1<UnityEngine.Color32>::.ctor(!0) */,
{ 32169, -1, 2089 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.PolygonMesh>() */,
{ 11275, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Clear() */,
{ 11270, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 32169, -1, 2090 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RegularPolygonMesh>() */,
{ 11252, 1565, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::.ctor() */,
{ 19522, -1, 2091 } /* !!0 UnityEngine.Object::FindObjectOfType<FairyGUI.StageEngine>() */,
{ 19389, -1, 2091 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.StageEngine>() */,
{ 19389, -1, 2081 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.UIContentScaler>() */,
{ 19993, 473, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>::.ctor(System.Object,System.IntPtr) */,
{ 19389, -1, 2092 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.AudioSource>() */,
{ 11313, 1044, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::RemoveRange(System.Int32,System.Int32) */,
{ 1109, 1044, -1 } /* System.Void System.Comparison`1<FairyGUI.DisplayObject>::.ctor(System.Object,System.IntPtr) */,
{ 11319, 1044, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Sort(System.Comparison`1<!0>) */,
{ 11299, 1565, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.NTexture>::IndexOf(!0) */,
{ 11268, 1565, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::Add(!0) */,
{ 11257, 1565, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.NTexture>::get_Count() */,
{ 11263, 1565, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.NTexture>::get_Item(System.Int32) */,
{ 11312, 1565, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::RemoveAt(System.Int32) */,
{ 11299, 1045, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::IndexOf(!0) */,
{ 11268, 1045, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::Add(!0) */,
{ 11264, 1045, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::set_Item(System.Int32,!0) */,
{ 19522, -1, 2081 } /* !!0 UnityEngine.Object::FindObjectOfType<FairyGUI.UIContentScaler>() */,
{ 19389, -1, 2093 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.StageCamera>() */,
{ 11253, 1074, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::.ctor(System.Int32) */,
{ 11253, 1075, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::.ctor(System.Int32) */,
{ 11252, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11268, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Add(!0) */,
{ 11268, 1075, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::Add(!0) */,
{ 11040, 1060, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>::TryGetValue(!0,!1&) */,
{ 11303, 1074, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Insert(System.Int32,!0) */,
{ 11275, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Clear() */,
{ 11268, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Add(!0) */,
{ 11268, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Add(!0) */,
{ 11268, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Add(!0) */,
{ 11313, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveRange(System.Int32,System.Int32) */,
{ 11313, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveRange(System.Int32,System.Int32) */,
{ 11313, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveRange(System.Int32,System.Int32) */,
{ 16711, 1075, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::get_Count() */,
{ 16719, 1075, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::Pop() */,
{ 16720, 1075, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::Push(!0) */,
{ 11275, 1075, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::Clear() */,
{ 16710, 1075, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::.ctor() */,
{ 19389, -1, 2094 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.TimersEngine>() */,
{ 11002, 1644, -1 } /* System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::.ctor() */,
{ 11252, 1646, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::.ctor() */,
{ 11253, 1646, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::.ctor(System.Int32) */,
{ 11040, 1644, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::TryGetValue(!0,!1&) */,
{ 11020, 1644, -1 } /* System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::set_Item(!0,!1) */,
{ 11026, 1644, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::ContainsKey(!0) */,
{ 11038, 1644, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Remove(!0) */,
{ 11257, 1646, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Anymous_T>::get_Count() */,
{ 11263, 1646, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Anymous_T>::get_Item(System.Int32) */,
{ 11312, 1646, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::RemoveAt(System.Int32) */,
{ 11268, 1646, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::Add(!0) */,
{ 11012, 1644, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Count() */,
{ 11029, 1644, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::GetEnumerator() */,
{ 11061, 1644, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Current() */,
{ 10972, 1644, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Value() */,
{ 11060, 1644, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::MoveNext() */,
{ 11062, 1644, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Dispose() */,
{ 11275, 1646, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::Clear() */,
{ 10971, 1644, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Key() */,
{ 11021, 1644, -1 } /* System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Add(!0,!1) */,
{ 11025, 1644, -1 } /* System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Clear() */,
{ 11252, 1045, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::.ctor() */,
{ 11275, 1045, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::Clear() */,
{ 11257, 1045, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::get_Count() */,
{ 11263, 1045, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::get_Item(System.Int32) */,
{ 11002, 1626, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::.ctor() */,
{ 11040, 1626, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::TryGetValue(!0,!1&) */,
{ 11020, 1626, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::set_Item(!0,!1) */,
{ 11252, 1629, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::.ctor() */,
{ 11257, 1629, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TreeNode>::get_Count() */,
{ 11268, 1629, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::Add(!0) */,
{ 11303, 1629, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::Insert(System.Int32,!0) */,
{ 11299, 1629, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TreeNode>::IndexOf(!0) */,
{ 11263, 1629, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.TreeNode>::get_Item(System.Int32) */,
{ 11312, 1629, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::RemoveAt(System.Int32) */,
{ 11257, 1589, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GTweener>::get_Count() */,
{ 11263, 1589, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.GTweener>::get_Item(System.Int32) */,
{ 11312, 1589, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::RemoveAt(System.Int32) */,
{ 11268, 1589, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::Add(!0) */,
{ 11275, 1589, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::Clear() */,
{ 19389, -1, 2095 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.TweenManager/TweenEngine>() */,
{ 11253, 1589, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::.ctor(System.Int32) */,
{ 11295, 8, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.String>::GetEnumerator() */,
{ 11344, 8, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.String>::get_Current() */,
{ 11342, 8, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.String>::MoveNext() */,
{ 11341, 8, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.String>::Dispose() */,
{ 11257, 1079, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::get_Count() */,
{ 11263, 1079, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::get_Item(System.Int32) */,
{ 11252, 1079, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::.ctor() */,
{ 11020, 1630, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::set_Item(!0,!1) */,
{ 11040, 1630, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::TryGetValue(!0,!1&) */,
{ 11025, 1630, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::Clear() */,
{ 11002, 1630, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::.ctor() */,
{ 11252, 1081, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::.ctor() */,
{ 11002, 1636, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::.ctor() */,
{ 11002, 1639, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::.ctor() */,
{ 11040, 1633, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::TryGetValue(!0,!1&) */,
{ 11026, 1633, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::ContainsKey(!0) */,
{ 11019, 1633, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::get_Item(!0) */,
{ 11020, 1633, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::set_Item(!0,!1) */,
{ 11268, 1080, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::Add(!0) */,
{ 11038, 1633, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::Remove(!0) */,
{ 11309, 1080, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.UIPackage>::Remove(!0) */,
{ 11012, 1633, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::get_Count() */,
{ 11320, 1080, -1 } /* !0[] System.Collections.Generic.List`1<FairyGUI.UIPackage>::ToArray() */,
{ 11275, 1080, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::Clear() */,
{ 11025, 1633, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::Clear() */,
{ 11040, 1636, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::TryGetValue(!0,!1&) */,
{ 11268, 1081, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Add(!0) */,
{ 11020, 1636, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::set_Item(!0,!1) */,
{ 11019, 1636, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::get_Item(!0) */,
{ 11020, 1639, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::set_Item(!0,!1) */,
{ 1109, 1081, -1 } /* System.Void System.Comparison`1<FairyGUI.PackageItem>::.ctor(System.Object,System.IntPtr) */,
{ 11319, 1081, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Sort(System.Comparison`1<!0>) */,
{ 11257, 1081, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.PackageItem>::get_Count() */,
{ 11263, 1081, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.PackageItem>::get_Item(System.Int32) */,
{ 11275, 1081, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Clear() */,
{ 11040, 1639, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::TryGetValue(!0,!1&) */,
{ 11002, 1633, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::.ctor() */,
{ 11252, 1080, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::.ctor() */,
{ 19364, -1, 2096 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.MeshCollider>() */,
{ 19322, -1, 1513 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Renderer>() */,
{ 19389, -1, 2097 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.BoxCollider>() */,
{ 19364, -1, 2097 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.BoxCollider>() */,
{ 19377, -1, 1513 } /* !!0[] UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Renderer>(System.Boolean) */,
{ 11270, 1513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 16710, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::.ctor() */,
{ 16714, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Clear() */,
{ 16720, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Push(!0) */,
{ 3700, 445, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector4>::get_HasValue() */,
{ 3701, 445, -1 } /* !0 System.Nullable`1<UnityEngine.Vector4>::get_Value() */,
{ 16719, 1582, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Pop() */,
{ 16711, 1582, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::get_Count() */,
{ 16711, 1074, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::get_Count() */,
{ 16719, 1074, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::Pop() */,
{ 16720, 1074, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::Push(!0) */,
{ 11275, 1074, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Clear() */,
{ 16710, 1074, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::.ctor() */,
{ 16710, 1648, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::.ctor() */,
{ 16711, 1648, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::get_Count() */,
{ 16719, 1648, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::Pop() */,
{ 16720, 1648, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::Push(!0) */,
{ 11252, 1649, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::.ctor() */,
{ 11268, 1074, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Add(!0) */,
{ 11257, 1649, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::get_Count() */,
{ 11268, 1649, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::Add(!0) */,
{ 11263, 1649, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::get_Item(System.Int32) */,
{ 11002, 1651, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::.ctor() */,
{ 11020, 1651, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::set_Item(!0,!1) */,
{ 11040, 1651, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::TryGetValue(!0,!1&) */,
{ 16714, 1655, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Clear() */,
{ 16720, 1655, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Push(!0) */,
{ 16711, 1655, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::get_Count() */,
{ 16719, 1655, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Pop() */,
{ 11025, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Clear() */,
{ 16710, 1655, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::.ctor() */,
{ 11252, 1655, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::.ctor() */,
{ 11268, 1655, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::Add(!0) */,
{ 11275, 1655, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::Clear() */,
{ 11257, 1655, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.XML>::get_Count() */,
{ 11263, 1655, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Utils.XML>::get_Item(System.Int32) */,
{ 16711, 1558, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::get_Count() */,
{ 16719, 1558, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::Pop() */,
{ 11252, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor() */,
{ 16720, 1558, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::Push(!0) */,
{ 11275, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Clear() */,
{ 11270, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11270, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11270, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11305, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11305, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11305, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11264, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::set_Item(System.Int32,!0) */,
{ 11305, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 16710, 1558, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::.ctor() */,
{ 11252, 1643, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.IUISource>::.ctor() */,
{ 11268, 1643, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.IUISource>::Add(!0) */,
{ 11257, 1643, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.IUISource>::get_Count() */,
{ 11263, 1643, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.IUISource>::get_Item(System.Int32) */,
{ 31640, -1, 1577 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.BaseFont>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1650 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.TextFormat>(System.IntPtr,System.Int32) */,
{ 1098, 1043, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::Invoke(!0,!1) */,
{ 31706, -1, 1041 } /* System.Void LuaInterface.ToLua::PushValue<FairyGUI.GlyphInfo>(System.IntPtr,T) */,
{ 31640, -1, 1565 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.NTexture>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1081 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.PackageItem>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2098 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.BlurFilter>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1044 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.DisplayObject>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2099 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.ColorFilter>(System.IntPtr,System.Int32) */,
{ 31671, -1, 109 } /* T[] LuaInterface.ToLua::CheckParamsNumber<System.Single>(System.IntPtr,System.Int32,System.Int32) */,
{ 31755, -1, 8 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String>(System.IntPtr,System.Int32) */,
{ 31755, -1, 462 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.GameObject>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2100 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Container>(System.IntPtr,System.Int32) */,
{ 31706, -1, 437 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rect>(System.IntPtr,T) */,
{ 31714, -1, 426 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Camera>(System.IntPtr,T) */,
{ 31640, -1, 2101 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UpdateContext>(System.IntPtr,System.Int32) */,
{ 31707, -1, 445 } /* System.Void LuaInterface.ToLua::PusNullable<UnityEngine.Vector4>(System.IntPtr,System.Nullable`1<T>) */,
{ 31707, -1, 437 } /* System.Void LuaInterface.ToLua::PusNullable<UnityEngine.Rect>(System.IntPtr,System.Nullable`1<T>) */,
{ 31650, -1, 445 } /* System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2102 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IHitTest>(System.IntPtr,System.Int32) */,
{ 31723, -1, 966 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.EventCallback0>(System.IntPtr,System.Int32) */,
{ 31650, -1, 437 } /* System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<UnityEngine.Rect>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1055 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Controller>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2103 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Utils.ByteBuffer>(System.IntPtr,System.Int32) */,
{ 31650, -1, 1051 } /* System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<FairyGUI.Margin>(System.IntPtr,System.Int32) */,
{ 1098, 1048, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::Invoke(!0,!1) */,
{ 31714, -1, 462 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.GameObject>(System.IntPtr,T) */,
{ 31640, -1, 1054 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GObject>(System.IntPtr,System.Int32) */,
{ 31640, -1, 443 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Material>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2104 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IFilter>(System.IntPtr,System.Int32) */,
{ 31640, -1, 449 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Transform>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2105 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.DynamicFont>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1583 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventContext>(System.IntPtr,System.Int32) */,
{ 31755, -1, 965 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventCallback1>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1045 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventDispatcher>(System.IntPtr,System.Int32) */,
{ 31755, -1, 966 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventCallback0>(System.IntPtr,System.Int32) */,
{ 31755, -1, 1583 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventContext>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2106 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventListener>(System.IntPtr,System.Int32) */,
{ 31723, -1, 965 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.EventCallback1>(System.IntPtr,System.Int32) */,
{ 31755, -1, 1370 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaTable>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2080 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.GComponent>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2107 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GButton>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2108 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.NAudioClip>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2109 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GComboBox>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2080 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GComponent>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2110 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GGroup>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1655 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Utils.XML>(System.IntPtr,System.Int32) */,
{ 31706, -1, 1051 } /* System.Void LuaInterface.ToLua::PushValue<FairyGUI.Margin>(System.IntPtr,T) */,
{ 31714, -1, 2111 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.Controller>>(System.IntPtr,T) */,
{ 1098, 1053, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,FairyGUI.Margin>::Invoke(!0,!1) */,
{ 31640, -1, 2112 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GGraph>(System.IntPtr,System.Int32) */,
{ 31659, -1, 109 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Single>(System.IntPtr,System.Int32) */,
{ 31656, -1, 442 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2113 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GImage>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2114 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GLabel>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2115 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GList>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2116 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<System.Int32>>(System.IntPtr,T) */,
{ 31723, -1, 967 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.ListItemRenderer>(System.IntPtr,System.Int32) */,
{ 31723, -1, 968 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.ListItemProvider>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2117 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GLoader>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2118 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GMovieClip>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2119 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GObjectPool>(System.IntPtr,System.Int32) */,
{ 31723, -1, 972 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.GObjectPool/InitCallbackDelegate>(System.IntPtr,System.Int32) */,
{ 31782, 972, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Create(LuaInterface.LuaFunction) */,
{ 31783, 972, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31755, -1, 442 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 31755, -1, 437 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Rect>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2120 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GRoot>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2121 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GProgressBar>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2122 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>>(System.IntPtr,T) */,
{ 31640, -1, 2123 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Window>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2124 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GSlider>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2125 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GTextField>(System.IntPtr,System.Int32) */,
{ 31714, -1, 937 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.Dictionary`2<System.String,System.String>>(System.IntPtr,T) */,
{ 31640, -1, 2126 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GTextInput>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1589 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GTweener>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2127 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GPath>(System.IntPtr,System.Int32) */,
{ 31723, -1, 978 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.GTweenCallback1>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1596 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.ITweenListener>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2128 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearAnimation>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1598 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearBase>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2129 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearColor>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2130 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearDisplay>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2131 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearIcon>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2132 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearLook>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2133 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearSize>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2134 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearText>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2135 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearXY>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2136 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GoWrapper>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2137 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Image>(System.IntPtr,System.Int32) */,
{ 31714, -1, 942 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AudioClip>(System.IntPtr,T) */,
{ 31755, -1, 452 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Texture>(System.IntPtr,System.Int32) */,
{ 31755, -1, 607 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Sprite>(System.IntPtr,System.Int32) */,
{ 31640, -1, 452 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Texture>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1562 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.MaterialManager>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2138 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.PopupMenu>(System.IntPtr,System.Int32) */,
{ 1081, 1068, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.RelationType>::.ctor(System.Object,System.IntPtr) */,
{ 31640, -1, 2139 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Relations>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2140 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.ScrollPane>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2141 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.GObject,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2142 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Rect,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2143 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Stage>(System.IntPtr,System.Int32) */,
{ 31659, -1, 16 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2144 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2145 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RaycastHit,System.Boolean>(System.IntPtr,System.Int32) */,
{ 1098, 1073, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::Invoke(!0,!1) */,
{ 31757, -1, 2146 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2147 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RaycastHit,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2148 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IKeyboard>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2149 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.TextField>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2150 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>>(System.IntPtr,T) */,
{ 31714, -1, 2151 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>>(System.IntPtr,T) */,
{ 31714, -1, 2152 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>>(System.IntPtr,T) */,
{ 31656, -1, 450 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Color32>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2153 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Timers>(System.IntPtr,System.Int32) */,
{ 31723, -1, 973 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.TimerCallback>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1595 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Transition>(System.IntPtr,System.Int32) */,
{ 31723, -1, 969 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.PlayCompleteCallback>(System.IntPtr,System.Int32) */,
{ 31723, -1, 970 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.TransitionHook>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1593 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIConfig>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1079 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIConfig/ConfigValue>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2154 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>>(System.IntPtr,T) */,
{ 31714, -1, 847 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<System.String>>(System.IntPtr,T) */,
{ 31723, -1, 976 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.UIConfig/SoundLoader>(System.IntPtr,System.Int32) */,
{ 31782, 976, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Create(LuaInterface.LuaFunction) */,
{ 31783, 976, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31755, -1, 1 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type>(System.IntPtr,System.Int32) */,
{ 31755, -1, 974 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIObjectFactory/GComponentCreator>(System.IntPtr,System.Int32) */,
{ 31755, -1, 975 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIObjectFactory/GLoaderCreator>(System.IntPtr,System.Int32) */,
{ 31755, -1, 1081 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.PackageItem>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2155 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.ObjectType>(System.IntPtr,System.Int32) */,
{ 31782, 974, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Create(LuaInterface.LuaFunction) */,
{ 31783, 974, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 975, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Create(LuaInterface.LuaFunction) */,
{ 31783, 975, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31714, -1, 2156 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.UIPackage>>(System.IntPtr,T) */,
{ 31756, -1, 28 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2157 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2158 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,System.Type>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2159 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String,System.Type>(System.IntPtr,System.Int32) */,
{ 31755, -1, 971 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2160 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2161 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String,FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2162 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,FairyGUI.PackageItem>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1080 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIPackage>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2163 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.PackageItem>>(System.IntPtr,T) */,
{ 31782, 971, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 971, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31640, -1, 1643 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IUISource>(System.IntPtr,System.Int32) */,
{ 1074, 935, -1 } /* System.Void System.Action`1<System.String[]>::Invoke(!0) */,
{ 30786, -1, 2164 } /* System.Void LuaInterface.LuaFunction::Call<System.Boolean,System.Int32,System.Int32>(T1,T2,T3) */,
{ 30786, -1, 2165 } /* System.Void LuaInterface.LuaFunction::Call<System.Boolean,System.Single,System.Single>(T1,T2,T3) */,
{ 19512, -1, 462 } /* !!0 UnityEngine.Object::Instantiate<UnityEngine.GameObject>(!!0) */,
{ 30466, -1, 462 } /* T taurus.unity.ResourcesManager::LoadObject<UnityEngine.GameObject>(System.String) */,
{ 1081, 120, -1 } /* System.Void System.Action`2<System.Int32,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 19389, -1, 2166 } /* !!0 UnityEngine.GameObject::AddComponent<DSLuaClient>() */,
{ 30784, -1, 16 } /* System.Void LuaInterface.LuaFunction::Call<System.Int32>(T1) */,
{ 30785, -1, 120 } /* System.Void LuaInterface.LuaFunction::Call<System.Int32,System.String>(T1,T2) */,
{ 30466, -1, 942 } /* T taurus.unity.ResourcesManager::LoadObject<UnityEngine.AudioClip>(System.String) */,
{ 30467, -1, 942 } /* T taurus.unity.ResourcesManager::LoadObjectByGroup<UnityEngine.AudioClip>(System.String,System.String) */,
{ 31640, -1, 2167 } /* System.Object LuaInterface.ToLua::CheckObject<GameApplication>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2092 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AudioSource>(System.IntPtr,T) */,
{ 31714, -1, 451 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Texture2D>(System.IntPtr,T) */,
{ 11026, 930, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,Version>::ContainsKey(!0) */,
{ 11019, 930, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,Version>::get_Item(!0) */,
{ 11020, 930, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Version>::set_Item(!0,!1) */,
{ 1082, 934, -1 } /* System.Void System.Action`2<System.String,System.Action>::Invoke(!0,!1) */,
{ 11002, 930, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Version>::.ctor() */,
{ 1074, 16, -1 } /* System.Void System.Action`1<System.Int32>::Invoke(!0) */,
{ 31756, -1, 2168 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<Version,Version>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2169 } /* System.Object LuaInterface.ToLua::CheckObject<Hotupdate>(System.IntPtr,System.Int32) */,
{ 31723, -1, 977 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<System.Action`2<System.String,System.Action>>(System.IntPtr,System.Int32) */,
{ 25826, 936, -1 } /* System.Void Singleton`1<LogManager>::Init() */,
{ 25827, 936, -1 } /* System.Void Singleton`1<LogManager>::UnInit() */,
{ 25821, 936, -1 } /* System.Void Singleton`1<LogManager>::.ctor() */,
{ 31782, 949, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Create(LuaInterface.LuaFunction) */,
{ 31783, 949, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 955, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 955, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 956, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 956, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 957, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 957, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 958, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 958, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 962, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 962, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 963, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 963, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 954, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 954, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 965, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Create(LuaInterface.LuaFunction) */,
{ 31782, 966, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Create(LuaInterface.LuaFunction) */,
{ 31783, 966, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 967, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Create(LuaInterface.LuaFunction) */,
{ 31783, 967, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 968, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Create(LuaInterface.LuaFunction) */,
{ 31783, 968, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 969, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 969, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 970, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Create(LuaInterface.LuaFunction) */,
{ 31783, 970, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 973, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Create(LuaInterface.LuaFunction) */,
{ 31783, 973, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 978, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Create(LuaInterface.LuaFunction) */,
{ 31783, 978, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 812, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action>::Create(LuaInterface.LuaFunction) */,
{ 31783, 812, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 950, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 950, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 951, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 951, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 952, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 952, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 953, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 953, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 959, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 959, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 960, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 960, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 961, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 961, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 964, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 964, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 31782, 977, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Create(LuaInterface.LuaFunction) */,
{ 31783, 977, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 19389, -1, 2170 } /* !!0 UnityEngine.GameObject::AddComponent<LuaLooper>() */,
{ 31176, -1, 1370 } /* T LuaInterface.LuaState::Require<LuaInterface.LuaTable>(System.String) */,
{ 31459, -1, 1370 } /* System.Void LuaInterface.LuaTable::Call<LuaInterface.LuaTable>(System.String,T1) */,
{ 31714, -1, 2171 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Coroutine>(System.IntPtr,T) */,
{ 30793, -1, 47 } /* R1 LuaInterface.LuaFunction::Invoke<System.Boolean>() */,
{ 11254, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11257, 1, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Type>::get_Count() */,
{ 11275, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::Clear() */,
{ 10320, -1, 1331 } /* System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate<LuaInterface.LuaCSFunction>(!!0) */,
{ 16710, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::.ctor() */,
{ 16720, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::Push(!0) */,
{ 16719, 1274, -1 } /* !0 System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::Pop() */,
{ 11270, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11040, 1276, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>>::TryGetValue(!0,!1&) */,
{ 11002, 1275, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>::.ctor() */,
{ 11021, 1276, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>>::Add(!0,!1) */,
{ 11040, 1275, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>::TryGetValue(!0,!1&) */,
{ 11021, 1275, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>::Add(!0,!1) */,
{ 11263, 96, -1 } /* !0 System.Collections.Generic.List`1<System.Reflection.MethodInfo>::get_Item(System.Int32) */,
{ 11002, 1276, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>>::.ctor() */,
{ 11253, 1505, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::.ctor(System.Int32) */,
{ 11268, 1505, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::Add(!0) */,
{ 11257, 1505, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::get_Count() */,
{ 11263, 1505, -1 } /* !0 System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::get_Item(System.Int32) */,
{ 11275, 1505, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::Clear() */,
{ 1082, 188, -1 } /* System.Void System.Action`2<System.Object,System.Int32>::Invoke(!0,!1) */,
{ 11252, 140, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Assembly>::.ctor() */,
{ 11263, 140, -1 } /* !0 System.Collections.Generic.List`1<System.Reflection.Assembly>::get_Item(System.Int32) */,
{ 11257, 140, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Reflection.Assembly>::get_Count() */,
{ 31714, -1, 2172 } /* System.Void LuaInterface.ToLua::PushSealed<LuaInterface.LuaMethod>(System.IntPtr,T) */,
{ 31714, -1, 2173 } /* System.Void LuaInterface.ToLua::PushSealed<LuaInterface.LuaConstructor>(System.IntPtr,T) */,
{ 31756, -1, 2174 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2175 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type[]>(System.IntPtr,System.Int32) */,
{ 31681, -1, 1 } /* T[] LuaInterface.ToLua::ToObjectArray<System.Type>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2176 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.UInt32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2177 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type[],System.Reflection.ParameterModifier[]>(System.IntPtr,System.Int32) */,
{ 31682, -1, 64 } /* T[] LuaInterface.ToLua::ToStructArray<System.Reflection.ParameterModifier>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2178 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.UInt32,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]>(System.IntPtr,System.Int32) */,
{ 31761, -1, 2179 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.UInt32,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2180 } /* System.Void LuaInterface.ToLua::PushSealed<LuaInterface.LuaProperty>(System.IntPtr,T) */,
{ 31757, -1, 2181 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2182 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type,System.Type[]>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2183 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]>(System.IntPtr,System.Int32) */,
{ 31761, -1, 2184 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.UInt32,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2185 } /* System.Void LuaInterface.ToLua::PushSealed<LuaInterface.LuaField>(System.IntPtr,T) */,
{ 11276, 140, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Reflection.Assembly>::Contains(!0) */,
{ 11268, 140, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Assembly>::Add(!0) */,
{ 11275, 140, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Assembly>::Clear() */,
{ 31772, 462, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.GameObject>::GetLuaReference(System.IntPtr) */,
{ 31772, 449, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Transform>::GetLuaReference(System.IntPtr) */,
{ 3699, 108, -1 } /* System.Void System.Nullable`1<System.SByte>::.ctor(!0) */,
{ 3699, 6, -1 } /* System.Void System.Nullable`1<System.Byte>::.ctor(!0) */,
{ 3699, 95, -1 } /* System.Void System.Nullable`1<System.Int16>::.ctor(!0) */,
{ 3699, 134, -1 } /* System.Void System.Nullable`1<System.UInt16>::.ctor(!0) */,
{ 3699, 7, -1 } /* System.Void System.Nullable`1<System.Char>::.ctor(!0) */,
{ 3699, 21, -1 } /* System.Void System.Nullable`1<System.UInt32>::.ctor(!0) */,
{ 3699, 61, -1 } /* System.Void System.Nullable`1<System.Decimal>::.ctor(!0) */,
{ 3699, 109, -1 } /* System.Void System.Nullable`1<System.Single>::.ctor(!0) */,
{ 3699, 81, -1 } /* System.Void System.Nullable`1<System.Double>::.ctor(!0) */,
{ 3699, 37, -1 } /* System.Void System.Nullable`1<System.Int64>::.ctor(!0) */,
{ 3699, 82, -1 } /* System.Void System.Nullable`1<System.UInt64>::.ctor(!0) */,
{ 31677, -1, 108 } /* T[] LuaInterface.ToLua::ToNumberArray<System.SByte>(System.IntPtr,System.Int32) */,
{ 31677, -1, 95 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Int16>(System.IntPtr,System.Int32) */,
{ 31677, -1, 134 } /* T[] LuaInterface.ToLua::ToNumberArray<System.UInt16>(System.IntPtr,System.Int32) */,
{ 31677, -1, 61 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Decimal>(System.IntPtr,System.Int32) */,
{ 31677, -1, 109 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Single>(System.IntPtr,System.Int32) */,
{ 31677, -1, 81 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Double>(System.IntPtr,System.Int32) */,
{ 31677, -1, 16 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Int32>(System.IntPtr,System.Int32) */,
{ 31677, -1, 21 } /* T[] LuaInterface.ToLua::ToNumberArray<System.UInt32>(System.IntPtr,System.Int32) */,
{ 31682, -1, 37 } /* T[] LuaInterface.ToLua::ToStructArray<System.Int64>(System.IntPtr,System.Int32) */,
{ 31682, -1, 82 } /* T[] LuaInterface.ToLua::ToStructArray<System.UInt64>(System.IntPtr,System.Int32) */,
{ 3699, 455, -1 } /* System.Void System.Nullable`1<UnityEngine.Quaternion>::.ctor(!0) */,
{ 3699, 442, -1 } /* System.Void System.Nullable`1<UnityEngine.Vector2>::.ctor(!0) */,
{ 3699, 447, -1 } /* System.Void System.Nullable`1<UnityEngine.Color>::.ctor(!0) */,
{ 3699, 1211, -1 } /* System.Void System.Nullable`1<UnityEngine.Ray>::.ctor(!0) */,
{ 3699, 436, -1 } /* System.Void System.Nullable`1<UnityEngine.Bounds>::.ctor(!0) */,
{ 3699, 1303, -1 } /* System.Void System.Nullable`1<UnityEngine.LayerMask>::.ctor(!0) */,
{ 31682, -1, 431 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 31682, -1, 455 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 31682, -1, 442 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 31682, -1, 447 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 31682, -1, 445 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 31659, -1, 108 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.SByte>(System.IntPtr,System.Int32) */,
{ 31659, -1, 95 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Int16>(System.IntPtr,System.Int32) */,
{ 31659, -1, 134 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.UInt16>(System.IntPtr,System.Int32) */,
{ 31659, -1, 61 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Decimal>(System.IntPtr,System.Int32) */,
{ 31659, -1, 81 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Double>(System.IntPtr,System.Int32) */,
{ 31659, -1, 21 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.UInt32>(System.IntPtr,System.Int32) */,
{ 31656, -1, 37 } /* T[] LuaInterface.ToLua::CheckStructArray<System.Int64>(System.IntPtr,System.Int32) */,
{ 31656, -1, 82 } /* T[] LuaInterface.ToLua::CheckStructArray<System.UInt64>(System.IntPtr,System.Int32) */,
{ 31656, -1, 431 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 31656, -1, 455 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 31656, -1, 447 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 31656, -1, 445 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 31655, -1, 1 } /* T[] LuaInterface.ToLua::CheckObjectArray<System.Type>(System.IntPtr,System.Int32) */,
{ 3700, 108, -1 } /* System.Boolean System.Nullable`1<System.SByte>::get_HasValue() */,
{ 3701, 108, -1 } /* !0 System.Nullable`1<System.SByte>::get_Value() */,
{ 3700, 6, -1 } /* System.Boolean System.Nullable`1<System.Byte>::get_HasValue() */,
{ 3701, 6, -1 } /* !0 System.Nullable`1<System.Byte>::get_Value() */,
{ 3700, 95, -1 } /* System.Boolean System.Nullable`1<System.Int16>::get_HasValue() */,
{ 3701, 95, -1 } /* !0 System.Nullable`1<System.Int16>::get_Value() */,
{ 3700, 134, -1 } /* System.Boolean System.Nullable`1<System.UInt16>::get_HasValue() */,
{ 3701, 134, -1 } /* !0 System.Nullable`1<System.UInt16>::get_Value() */,
{ 3700, 7, -1 } /* System.Boolean System.Nullable`1<System.Char>::get_HasValue() */,
{ 3701, 7, -1 } /* !0 System.Nullable`1<System.Char>::get_Value() */,
{ 3700, 21, -1 } /* System.Boolean System.Nullable`1<System.UInt32>::get_HasValue() */,
{ 3701, 21, -1 } /* !0 System.Nullable`1<System.UInt32>::get_Value() */,
{ 3700, 61, -1 } /* System.Boolean System.Nullable`1<System.Decimal>::get_HasValue() */,
{ 3701, 61, -1 } /* !0 System.Nullable`1<System.Decimal>::get_Value() */,
{ 3700, 109, -1 } /* System.Boolean System.Nullable`1<System.Single>::get_HasValue() */,
{ 3701, 109, -1 } /* !0 System.Nullable`1<System.Single>::get_Value() */,
{ 3700, 81, -1 } /* System.Boolean System.Nullable`1<System.Double>::get_HasValue() */,
{ 3701, 81, -1 } /* !0 System.Nullable`1<System.Double>::get_Value() */,
{ 3700, 37, -1 } /* System.Boolean System.Nullable`1<System.Int64>::get_HasValue() */,
{ 3701, 37, -1 } /* !0 System.Nullable`1<System.Int64>::get_Value() */,
{ 3700, 82, -1 } /* System.Boolean System.Nullable`1<System.UInt64>::get_HasValue() */,
{ 3701, 82, -1 } /* !0 System.Nullable`1<System.UInt64>::get_Value() */,
{ 3700, 455, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Quaternion>::get_HasValue() */,
{ 3701, 455, -1 } /* !0 System.Nullable`1<UnityEngine.Quaternion>::get_Value() */,
{ 3700, 442, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector2>::get_HasValue() */,
{ 3701, 442, -1 } /* !0 System.Nullable`1<UnityEngine.Vector2>::get_Value() */,
{ 3700, 447, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color>::get_HasValue() */,
{ 3701, 447, -1 } /* !0 System.Nullable`1<UnityEngine.Color>::get_Value() */,
{ 3700, 1211, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Ray>::get_HasValue() */,
{ 3701, 1211, -1 } /* !0 System.Nullable`1<UnityEngine.Ray>::get_Value() */,
{ 3700, 436, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Bounds>::get_HasValue() */,
{ 3701, 436, -1 } /* !0 System.Nullable`1<UnityEngine.Bounds>::get_Value() */,
{ 3700, 1303, -1 } /* System.Boolean System.Nullable`1<UnityEngine.LayerMask>::get_HasValue() */,
{ 3701, 1303, -1 } /* !0 System.Nullable`1<UnityEngine.LayerMask>::get_Value() */,
{ 3700, 533, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Touch>::get_HasValue() */,
{ 3701, 533, -1 } /* !0 System.Nullable`1<UnityEngine.Touch>::get_Value() */,
{ 11002, 1309, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::.ctor() */,
{ 11002, 1312, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::.ctor() */,
{ 11002, 1315, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::.ctor() */,
{ 11252, 1321, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.GCRef>::.ctor() */,
{ 11252, 1322, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::.ctor() */,
{ 11002, 1323, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::.ctor() */,
{ 11002, 1326, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Enum,System.Object>::.ctor() */,
{ 11002, 1329, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::.ctor() */,
{ 11002, 1333, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Type>::.ctor() */,
{ 17367, 1, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Type>::.ctor() */,
{ 11021, 1338, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>::Add(!0,!1) */,
{ 11019, 1323, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::get_Item(!0) */,
{ 17367, 8, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.String>::.ctor() */,
{ 11026, 1329, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::ContainsKey(!0) */,
{ 11020, 1329, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::set_Item(!0,!1) */,
{ 17372, 8, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.String>::Contains(!0) */,
{ 17381, 8, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.String>::Add(!0) */,
{ 11040, 1329, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::TryGetValue(!0,!1&) */,
{ 11021, 1323, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::Add(!0,!1) */,
{ 11021, 1333, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Type>::Add(!0,!1) */,
{ 17381, 1, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Type>::Add(!0) */,
{ 11040, 1333, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Type>::TryGetValue(!0,!1&) */,
{ 11040, 1323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::TryGetValue(!0,!1&) */,
{ 11040, 1309, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::TryGetValue(!0,!1&) */,
{ 11038, 1309, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::Remove(!0) */,
{ 11263, 1321, -1 } /* !0 System.Collections.Generic.List`1<LuaInterface.GCRef>::get_Item(System.Int32) */,
{ 11312, 1321, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.GCRef>::RemoveAt(System.Int32) */,
{ 11257, 1321, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.GCRef>::get_Count() */,
{ 11040, 1312, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::TryGetValue(!0,!1&) */,
{ 11021, 1309, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::Add(!0,!1) */,
{ 11038, 1312, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::Remove(!0) */,
{ 11038, 1315, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::Remove(!0) */,
{ 11021, 1312, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::Add(!0,!1) */,
{ 11040, 1315, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::TryGetValue(!0,!1&) */,
{ 11020, 1315, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::set_Item(!0,!1) */,
{ 11040, 1326, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Enum,System.Object>::TryGetValue(!0,!1&) */,
{ 11021, 1326, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Enum,System.Object>::Add(!0,!1) */,
{ 11268, 1321, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.GCRef>::Add(!0) */,
{ 11268, 1322, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::Add(!0) */,
{ 11275, 1321, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.GCRef>::Clear() */,
{ 11263, 1322, -1 } /* !0 System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::get_Item(System.Int32) */,
{ 11257, 1322, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::get_Count() */,
{ 11275, 1322, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::Clear() */,
{ 11252, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor() */,
{ 11029, 1315, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::GetEnumerator() */,
{ 11061, 1315, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.WeakReference>::get_Current() */,
{ 10972, 1315, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int64,System.WeakReference>::get_Value() */,
{ 10971, 1315, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.Int64,System.WeakReference>::get_Key() */,
{ 11268, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Add(!0) */,
{ 11060, 1315, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.WeakReference>::MoveNext() */,
{ 11263, 37, -1 } /* !0 System.Collections.Generic.List`1<System.Int64>::get_Item(System.Int32) */,
{ 11257, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::get_Count() */,
{ 17372, 1, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Type>::Contains(!0) */,
{ 11029, 1323, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::GetEnumerator() */,
{ 11061, 1323, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Type,System.Int32>::get_Current() */,
{ 10972, 1323, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Type,System.Int32>::get_Value() */,
{ 11060, 1323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Type,System.Int32>::MoveNext() */,
{ 11062, 1323, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Type,System.Int32>::Dispose() */,
{ 11029, 1312, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::GetEnumerator() */,
{ 11061, 1312, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.WeakReference>::get_Current() */,
{ 10972, 1312, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,System.WeakReference>::get_Value() */,
{ 11060, 1312, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.WeakReference>::MoveNext() */,
{ 11062, 1312, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.WeakReference>::Dispose() */,
{ 11025, 1315, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::Clear() */,
{ 11025, 1312, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::Clear() */,
{ 11025, 1309, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::Clear() */,
{ 11025, 1323, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::Clear() */,
{ 11025, 1333, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Type>::Clear() */,
{ 11025, 1326, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Enum,System.Object>::Clear() */,
{ 11025, 1329, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::Clear() */,
{ 17371, 1, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Type>::Clear() */,
{ 11038, 1338, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>::Remove(!0) */,
{ 31770, 108, -1 } /* System.Void LuaInterface.TypeTraits`1<System.SByte>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 6, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Byte>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 95, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int16>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 134, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt16>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 7, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Char>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 16, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 21, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt32>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 61, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Decimal>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 109, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Single>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 81, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Double>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 47, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Boolean>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 37, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int64>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 82, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt64>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 8, -1 } /* System.Void LuaInterface.TypeTraits`1<System.String>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1345, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1346, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1347, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1348, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1349, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 335, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1350, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1351, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1352, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1353, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1354, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1355, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1356, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 513, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Byte[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 794, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Char[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1357, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Boolean[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 898, -1 } /* System.Void LuaInterface.TypeTraits`1<System.SByte[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1286, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int16[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1289, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt16[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1292, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Decimal[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1056, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Single[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1295, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Double[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 65, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1298, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt32[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 890, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int64[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1306, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt64[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 935, -1 } /* System.Void LuaInterface.TypeTraits`1<System.String[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 431, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector3>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 455, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 442, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector2>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 447, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 445, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector4>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1211, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Ray>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 436, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Bounds>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 533, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Touch>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1303, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 506, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1358, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1359, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1360, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1361, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1362, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1364, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1365, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1366, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1367, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1111, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector3[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1307, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Quaternion[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1059, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector2[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1239, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1308, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector4[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 85, -1 } /* System.Void LuaInterface.TypeTraits`1<System.IntPtr>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1368, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UIntPtr>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1369, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaFunction>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1370, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaTable>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1371, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaThread>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1322, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaBaseRef>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1372, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1373, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.EventObject>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 843, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Collections.IEnumerator>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Type>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 462, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.GameObject>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 449, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Transform>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 1374, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Type[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31770, 792, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Object[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 1081, 1284, -1 } /* System.Void System.Action`2<System.IntPtr,System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1285, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1375, -1 } /* System.Void System.Action`2<System.IntPtr,System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1376, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1287, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1288, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1290, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1291, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1377, -1 } /* System.Void System.Action`2<System.IntPtr,System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1378, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 911, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 912, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1299, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1300, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1293, -1 } /* System.Void System.Action`2<System.IntPtr,System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1294, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 938, -1 } /* System.Void System.Action`2<System.IntPtr,System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 939, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1296, -1 } /* System.Void System.Action`2<System.IntPtr,System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1297, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 929, -1 } /* System.Void System.Action`2<System.IntPtr,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 909, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 910, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1301, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1302, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1379, -1 } /* System.Void System.Action`2<System.IntPtr,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1380, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 8, -1 } /* System.Void LuaInterface.StackTraits`1<System.String>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1381, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.SByte>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1382, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1345, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1383, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Byte>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1384, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1346, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1385, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int16>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1386, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1347, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1387, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt16>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1388, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1348, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1389, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Char>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1390, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1349, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1391, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1392, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 335, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1393, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt32>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1394, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1350, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1395, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Decimal>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1396, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1351, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1397, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Single>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1398, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1352, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1399, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Double>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1400, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1353, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1401, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Boolean>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1402, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1354, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1403, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int64>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1404, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1355, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1405, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt64>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1406, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1356, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1407, -1 } /* System.Void System.Action`2<System.IntPtr,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1408, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 513, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1409, -1 } /* System.Void System.Action`2<System.IntPtr,System.Char[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1410, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Char[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 794, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1411, -1 } /* System.Void System.Action`2<System.IntPtr,System.Boolean[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1412, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Boolean[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1357, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1413, -1 } /* System.Void System.Action`2<System.IntPtr,System.SByte[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1414, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.SByte[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 898, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1415, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int16[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1416, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int16[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1286, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1417, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt16[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1418, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt16[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1289, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1419, -1 } /* System.Void System.Action`2<System.IntPtr,System.Decimal[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1420, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Decimal[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1292, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1421, -1 } /* System.Void System.Action`2<System.IntPtr,System.Single[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1422, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Single[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1056, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1423, -1 } /* System.Void System.Action`2<System.IntPtr,System.Double[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1424, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Double[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1295, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1425, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1426, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int32[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 65, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1427, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt32[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1428, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt32[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1298, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1429, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int64[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1430, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int64[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 890, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1431, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt64[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1432, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt64[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1306, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1433, -1 } /* System.Void System.Action`2<System.IntPtr,System.String[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1434, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.String[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 935, -1 } /* System.Void LuaInterface.StackTraits`1<System.String[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1109, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1110, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 431, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1304, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Quaternion>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1305, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 455, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1057, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1058, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 442, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1130, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1131, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 447, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1049, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1050, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 445, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1435, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Ray>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1436, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1211, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1437, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Touch>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 533, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1439, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Bounds>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1440, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 436, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1441, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LayerMask>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1442, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1303, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1072, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RaycastHit>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 506, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1443, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector3>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1444, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1358, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1445, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Quaternion>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1446, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1359, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1447, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector2>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1448, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1360, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1449, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Color>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1450, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1361, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1451, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector4>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1452, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1362, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1453, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Ray>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1454, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1455, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Touch>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1365, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1457, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Bounds>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1458, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1364, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1459, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.LayerMask>>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1460, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1366, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1461, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1367, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1463, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector3[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1464, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1111, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1465, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Quaternion[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1466, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1307, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1467, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector2[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1468, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1059, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1469, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1470, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1239, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1471, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector4[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1472, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1308, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1473, -1 } /* System.Void System.Action`2<System.IntPtr,System.UIntPtr>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1474, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1368, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1475, -1 } /* System.Void System.Action`2<System.IntPtr,System.IntPtr>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1476, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1477, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaFunction>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1478, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaFunction>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1369, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaFunction>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1479, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaTable>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1480, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaTable>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1370, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaTable>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1481, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaThread>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1482, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaThread>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1371, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaThread>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1483, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaBaseRef>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1484, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaBaseRef>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1322, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaBaseRef>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1485, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaByteBuffer>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1486, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaByteBuffer>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1372, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1487, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.EventObject>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1488, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.EventObject>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1373, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.EventObject>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1489, -1 } /* System.Void System.Action`2<System.IntPtr,System.Collections.IEnumerator>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1490, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Collections.IEnumerator>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 843, -1 } /* System.Void LuaInterface.StackTraits`1<System.Collections.IEnumerator>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1491, -1 } /* System.Void System.Action`2<System.IntPtr,System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1492, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1, -1 } /* System.Void LuaInterface.StackTraits`1<System.Type>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1493, -1 } /* System.Void System.Action`2<System.IntPtr,System.Type[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1494, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Type[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1374, -1 } /* System.Void LuaInterface.StackTraits`1<System.Type[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1495, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.GameObject>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1496, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.GameObject>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 462, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.GameObject>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1497, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Transform>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1498, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Transform>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 449, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Transform>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 916, -1 } /* System.Void System.Action`2<System.IntPtr,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 917, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1499, -1 } /* System.Void System.Action`2<System.IntPtr,System.Object[]>::.ctor(System.Object,System.IntPtr) */,
{ 1097, 1500, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Object[]>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 792, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object[]>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 1081, 1501, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.nil>::.ctor(System.Object,System.IntPtr) */,
{ 31785, 1502, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 11002, 1338, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>::.ctor() */,
{ 30940, 431, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Vector3>::.ctor() */,
{ 31704, -1, 431 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector3>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 442, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Vector2>::.ctor() */,
{ 31704, -1, 442 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector2>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 445, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Vector4>::.ctor() */,
{ 31704, -1, 445 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector4>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 447, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Color>::.ctor() */,
{ 31704, -1, 447 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Color>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 455, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Quaternion>::.ctor() */,
{ 31704, -1, 455 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Quaternion>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 1211, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Ray>::.ctor() */,
{ 31704, -1, 1211 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Ray>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 436, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Bounds>::.ctor() */,
{ 31704, -1, 436 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Bounds>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 506, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.RaycastHit>::.ctor() */,
{ 31704, -1, 506 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.RaycastHit>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 533, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Touch>::.ctor() */,
{ 31704, -1, 533 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Touch>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 30940, 1303, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.LayerMask>::.ctor() */,
{ 31704, -1, 1303 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.LayerMask>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 11005, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11252, 1506, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::.ctor() */,
{ 1081, 188, -1 } /* System.Void System.Action`2<System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 11020, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(!0,!1) */,
{ 11040, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(!0,!1&) */,
{ 11038, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Remove(!0) */,
{ 11268, 1506, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::Add(!0) */,
{ 1117, 1506, -1 } /* System.Void System.Predicate`1<LuaInterface.ObjectTranslator/DelayGC>::.ctor(System.Object,System.IntPtr) */,
{ 11287, 1506, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::FindIndex(System.Predicate`1<!0>) */,
{ 11312, 1506, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::RemoveAt(System.Int32) */,
{ 11257, 1506, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::get_Count() */,
{ 11263, 1506, -1 } /* !0 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::get_Item(System.Int32) */,
{ 11025, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Clear() */,
{ 11002, 1508, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>::.ctor() */,
{ 1098, 908, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.Boolean>::Invoke(!0,!1) */,
{ 1098, 1380, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.String>::Invoke(!0,!1) */,
{ 11040, 1508, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>::TryGetValue(!0,!1&) */,
{ 25169, -1, 16 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int32>(System.IntPtr) */,
{ 25169, -1, 21 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt32>(System.IntPtr) */,
{ 25169, -1, 109 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Single>(System.IntPtr) */,
{ 25169, -1, 81 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Double>(System.IntPtr) */,
{ 25169, -1, 37 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int64>(System.IntPtr) */,
{ 25169, -1, 82 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt64>(System.IntPtr) */,
{ 25169, -1, 6 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Byte>(System.IntPtr) */,
{ 25169, -1, 108 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.SByte>(System.IntPtr) */,
{ 25169, -1, 7 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Char>(System.IntPtr) */,
{ 25169, -1, 95 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int16>(System.IntPtr) */,
{ 25169, -1, 134 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt16>(System.IntPtr) */,
{ 25169, -1, 47 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Boolean>(System.IntPtr) */,
{ 25169, -1, 8 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.String>(System.IntPtr) */,
{ 11021, 863, -1 } /* System.Void System.Collections.Generic.Dictionary`2<ZXing.EncodeHintType,System.Object>::Add(!0,!1) */,
{ 24623, 882, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::set_Format(ZXing.BarcodeFormat) */,
{ 24625, 882, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::set_Options(ZXing.Common.EncodingOptions) */,
{ 24630, 882, -1 } /* !0 ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::Write(System.String) */,
{ 31640, -1, 66 } /* System.Object LuaInterface.ToLua::CheckObject<System.Array>(System.IntPtr,System.Int32) */,
{ 31755, -1, 37 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2186 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 31756, -1, 356 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2187 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2188 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31767, -1, 37 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Int64>(System.IntPtr,System.Int32,System.Int32) */,
{ 31668, -1, 37 } /* T[] LuaInterface.ToLua::ToParamsNumber<System.Int64>(System.IntPtr,System.Int32,System.Int32) */,
{ 31767, -1, 16 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Int32>(System.IntPtr,System.Int32,System.Int32) */,
{ 31668, -1, 16 } /* T[] LuaInterface.ToLua::ToParamsNumber<System.Int32>(System.IntPtr,System.Int32,System.Int32) */,
{ 31756, -1, 2189 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int64>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2190 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2191 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2192 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2193 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int64,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 31756, -1, 1323 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2194 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Int32[],System.Int32[]>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2195 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2196 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Int32,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2197 } /* System.Object LuaInterface.ToLua::CheckObject<System.Collections.IComparer>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2198 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64,System.Array,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2199 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Array,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2197 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.IComparer>(System.IntPtr,System.Int32) */,
{ 31755, -1, 66 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Array>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2200 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Array,System.Collections.IComparer>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2201 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Collections.IComparer>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2202 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Array,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31640, -1, 96 } /* System.Object LuaInterface.ToLua::CheckObject<System.Reflection.MethodInfo>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2203 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Reflection.MethodInfo,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31756, -1, 208 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.String>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2204 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Reflection.MethodInfo>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2205 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2206 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.String,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2207 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Reflection.MethodInfo,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2208 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2209 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.String,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31640, -1, 142 } /* System.Object LuaInterface.ToLua::CheckObject<System.Delegate>(System.IntPtr,System.Int32) */,
{ 1098, 915, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::Invoke(!0,!1) */,
{ 31756, -1, 2210 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Delegate,System.Delegate>(System.IntPtr,System.Int32) */,
{ 31767, -1, 142 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Delegate>(System.IntPtr,System.Int32,System.Int32) */,
{ 31666, -1, 142 } /* T[] LuaInterface.ToLua::ToParamsObject<System.Delegate>(System.IntPtr,System.Int32,System.Int32) */,
{ 31640, -1, 373 } /* System.Object LuaInterface.ToLua::CheckObject<System.Enum>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2211 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Object>(System.IntPtr,System.Int32) */,
{ 31714, -1, 24 } /* System.Void LuaInterface.ToLua::PushSealed<System.IO.DirectoryInfo>(System.IntPtr,T) */,
{ 31706, -1, 59 } /* System.Void LuaInterface.ToLua::PushValue<System.DateTime>(System.IntPtr,T) */,
{ 1098, 1083, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.DateTime>::Invoke(!0,!1) */,
{ 31640, -1, 2212 } /* System.Object LuaInterface.ToLua::CheckObject<System.Text.Encoding>(System.IntPtr,System.Int32) */,
{ 31755, -1, 935 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String[]>(System.IntPtr,System.Int32) */,
{ 31755, -1, 1524 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.Generic.IEnumerable`1<System.String>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2213 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String[],System.Text.Encoding>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2214 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.Generic.IEnumerable`1<System.String>,System.Text.Encoding>(System.IntPtr,System.Int32) */,
{ 31640, -1, 1524 } /* System.Object LuaInterface.ToLua::CheckObject<System.Collections.Generic.IEnumerable`1<System.String>>(System.IntPtr,System.Int32) */,
{ 31714, -1, 8 } /* System.Void LuaInterface.ToLua::PushSealed<System.String>(System.IntPtr,T) */,
{ 31757, -1, 2215 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Char[],System.StringSplitOptions>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2216 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Char[],System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2217 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String[],System.StringSplitOptions>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2218 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String[],System.Int32,System.StringSplitOptions>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2219 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Char[],System.Int32,System.StringSplitOptions>(System.IntPtr,System.Int32) */,
{ 31767, -1, 7 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Char>(System.IntPtr,System.Int32,System.Int32) */,
{ 31755, -1, 2220 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.StringComparison>(System.IntPtr,System.Int32) */,
{ 31755, -1, 47 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Boolean>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2221 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Globalization.CultureInfo,System.Globalization.CompareOptions>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2222 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Boolean,System.Globalization.CultureInfo>(System.IntPtr,System.Int32) */,
{ 31640, -1, 164 } /* System.Object LuaInterface.ToLua::CheckObject<System.Globalization.CultureInfo>(System.IntPtr,System.Int32) */,
{ 31755, -1, 7 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Char>(System.IntPtr,System.Int32) */,
{ 31756, -1, 301 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2223 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Char,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2224 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.StringComparison>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2225 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2226 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32,System.StringComparison>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2227 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Char,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2228 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Char,System.Char>(System.IntPtr,System.Int32) */,
{ 31640, -1, 165 } /* System.Object LuaInterface.ToLua::CheckObject<System.IFormatProvider>(System.IntPtr,System.Int32) */,
{ 31756, -1, 136 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Object>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2229 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2230 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2231 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.IFormatProvider,System.String>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2232 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,System.String>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2233 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,System.String,System.String>(System.IntPtr,System.Int32) */,
{ 31767, -1, 8 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.String>(System.IntPtr,System.Int32,System.Int32) */,
{ 1098, 920, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::Invoke(!0,!1) */,
{ 31706, -1, 918 } /* System.Void LuaInterface.ToLua::PushValue<System.RuntimeTypeHandle>(System.IntPtr,T) */,
{ 31723, -1, 2234 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<System.Reflection.TypeFilter>(System.IntPtr,System.Int32) */,
{ 31706, -1, 921 } /* System.Void LuaInterface.ToLua::PushValue<System.Reflection.InterfaceMapping>(System.IntPtr,T) */,
{ 31723, -1, 2235 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<System.Reflection.MemberFilter>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2236 } /* System.Object LuaInterface.ToLua::CheckObject<System.Reflection.Binder>(System.IntPtr,System.Int32) */,
{ 31656, -1, 64 } /* T[] LuaInterface.ToLua::CheckStructArray<System.Reflection.ParameterModifier>(System.IntPtr,System.Int32) */,
{ 31674, -1, 1 } /* T[] LuaInterface.ToLua::CheckParamsObject<System.Type>(System.IntPtr,System.Int32,System.Int32) */,
{ 31706, -1, 94 } /* System.Void LuaInterface.ToLua::PushValue<System.Guid>(System.IntPtr,T) */,
{ 31714, -1, 2237 } /* System.Void LuaInterface.ToLua::PushSealed<System.Runtime.InteropServices.StructLayoutAttribute>(System.IntPtr,T) */,
{ 1081, 1085, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimationBlendMode>::.ctor(System.Object,System.IntPtr) */,
{ 31714, -1, 2238 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AnimationClip>(System.IntPtr,T) */,
{ 31655, -1, 557 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.AnimationEvent>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2239 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AnimationState>(System.IntPtr,T) */,
{ 31714, -1, 2240 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Animation>(System.IntPtr,T) */,
{ 31755, -1, 1215 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.PlayMode>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2238 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.AnimationClip>(System.IntPtr,System.Int32) */,
{ 31755, -1, 16 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2241 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Animator>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2242 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2243 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2244 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2245 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 326 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31756, -1, 467 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31706, -1, 1087 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.AnimatorStateInfo>(System.IntPtr,T) */,
{ 31706, -1, 1090 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.AnimatorTransitionInfo>(System.IntPtr,T) */,
{ 1098, 1095, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::Invoke(!0,!1) */,
{ 31757, -1, 2246 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2247 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2248 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2249 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2250 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2251 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2252 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2253 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 31706, -1, 1096 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Playables.PlayableGraph>(System.IntPtr,T) */,
{ 31640, -1, 2254 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.RuntimeAnimatorController>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2255 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Avatar>(System.IntPtr,System.Int32) */,
{ 31640, -1, 429 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Object>(System.IntPtr,System.Int32) */,
{ 31723, -1, 956 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<UnityEngine.Application/AdvertisingIdentifierCallback>(System.IntPtr,System.Int32) */,
{ 31640, -1, 403 } /* System.Object LuaInterface.ToLua::CheckObject<System.IO.Stream>(System.IntPtr,System.Int32) */,
{ 31640, -1, 504 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.AssetBundle>(System.IntPtr,System.Int32) */,
{ 1098, 1101, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::Invoke(!0,!1) */,
{ 31723, -1, 962 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<UnityEngine.AudioClip/PCMReaderCallback>(System.IntPtr,System.Int32) */,
{ 31723, -1, 963 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<UnityEngine.AudioClip/PCMSetPositionCallback>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2256 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Audio.AudioMixerGroup>(System.IntPtr,System.Int32) */,
{ 1081, 1103, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.CameraClearFlags>::.ctor(System.Object,System.IntPtr) */,
{ 31756, -1, 2257 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderBuffer,UnityEngine.RenderBuffer>(System.IntPtr,System.Int32) */,
{ 1098, 1106, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::Invoke(!0,!1) */,
{ 31756, -1, 2258 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer>(System.IntPtr,System.Int32) */,
{ 31682, -1, 430 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.RenderBuffer>(System.IntPtr,System.Int32) */,
{ 31706, -1, 446 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Matrix4x4>(System.IntPtr,T) */,
{ 1098, 1114, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>::Invoke(!0,!1) */,
{ 1098, 1108, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::Invoke(!0,!1) */,
{ 31655, -1, 426 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Camera>(System.IntPtr,System.Int32) */,
{ 31755, -1, 435 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Cubemap>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2259 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTexture>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2260 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Cubemap,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2261 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTexture,System.Int32>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2259 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.RenderTexture>(System.IntPtr,System.Int32) */,
{ 31640, -1, 432 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Rendering.CommandBuffer>(System.IntPtr,System.Int32) */,
{ 31706, -1, 485 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rendering.ScriptableCullingParameters>(System.IntPtr,T) */,
{ 31706, -1, 475 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.SceneManagement.Scene>(System.IntPtr,T) */,
{ 31723, -1, 955 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<UnityEngine.Camera/CameraCallback>(System.IntPtr,System.Int32) */,
{ 1098, 1118, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::Invoke(!0,!1) */,
{ 31640, -1, 2262 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.CharacterController>(System.IntPtr,System.Int32) */,
{ 31640, -1, 508 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Collider>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2263 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.PhysicMaterial>(System.IntPtr,System.Int32) */,
{ 31640, -1, 428 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Component>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2264 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.SendMessageOptions>(System.IntPtr,System.Int32) */,
{ 31767, -1, 1 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Type>(System.IntPtr,System.Int32,System.Int32) */,
{ 31666, -1, 1 } /* T[] LuaInterface.ToLua::ToParamsObject<System.Type>(System.IntPtr,System.Int32,System.Int32) */,
{ 31756, -1, 2265 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.SendMessageOptions>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2266 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Object,UnityEngine.SendMessageOptions>(System.IntPtr,System.Int32) */,
{ 31706, -1, 534 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.AccelerationEvent>(System.IntPtr,T) */,
{ 31755, -1, 1121 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.KeyCode>(System.IntPtr,System.Int32) */,
{ 1081, 1122, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.KeyCode>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 1125, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LightType>::.ctor(System.Object,System.IntPtr) */,
{ 31714, -1, 448 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Light>(System.IntPtr,T) */,
{ 31714, -1, 2267 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Flare>(System.IntPtr,T) */,
{ 31706, -1, 1127 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.LightBakingOutput>(System.IntPtr,T) */,
{ 1098, 1129, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::Invoke(!0,!1) */,
{ 31755, -1, 2268 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Shader>(System.IntPtr,System.Int32) */,
{ 31755, -1, 443 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Material>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2269 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2270 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2271 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2272 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2273 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Matrix4x4>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2274 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Matrix4x4>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2275 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Texture>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2276 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Texture>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2277 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.RenderTexture,UnityEngine.Rendering.RenderTextureSubElement>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2278 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.RenderTexture,UnityEngine.Rendering.RenderTextureSubElement>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2279 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.ComputeBuffer>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2280 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.ComputeBuffer>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2281 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.ComputeBuffer,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2282 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.ComputeBuffer,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2283 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Collections.Generic.List`1<System.Single>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2284 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single[]>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2285 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Collections.Generic.List`1<System.Single>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2286 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single[]>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2287 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Collections.Generic.List`1<UnityEngine.Color>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2288 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Color[]>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2289 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Collections.Generic.List`1<UnityEngine.Color>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2290 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Color[]>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2291 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Collections.Generic.List`1<UnityEngine.Vector4>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2292 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Vector4[]>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2293 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Collections.Generic.List`1<UnityEngine.Vector4>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2294 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Vector4[]>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2295 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Collections.Generic.List`1<UnityEngine.Matrix4x4>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2296 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Matrix4x4[]>(System.IntPtr,System.Int32) */,
{ 31682, -1, 446 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Matrix4x4>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2297 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Collections.Generic.List`1<UnityEngine.Matrix4x4>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2298 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Matrix4x4[]>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2299 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2300 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2268 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Shader>(System.IntPtr,T) */,
{ 31714, -1, 594 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Mesh>(System.IntPtr,T) */,
{ 31640, -1, 1594 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.MonoBehaviour>(System.IntPtr,System.Int32) */,
{ 31755, -1, 843 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.IEnumerator>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2171 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Coroutine>(System.IntPtr,System.Int32) */,
{ 1081, 1133, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.NetworkReachability>::.ctor(System.Object,System.IntPtr) */,
{ 31756, -1, 2301 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2302 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Transform,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31714, -1, 2303 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.ParticleSystem>(System.IntPtr,T) */,
{ 31755, -1, 2304 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.ParticleSystem/Particle[]>(System.IntPtr,System.Int32) */,
{ 31682, -1, 592 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.ParticleSystem/Particle>(System.IntPtr,System.Int32) */,
{ 31755, -1, 593 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>(System.IntPtr,System.Int32) */,
{ 1098, 1138, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::Invoke(!0,!1) */,
{ 31756, -1, 2305 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.ParticleSystem/Particle[],System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2306 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2307 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.ParticleSystem/Particle[],System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2308 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31706, -1, 1139 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/PlaybackState>(System.IntPtr,T) */,
{ 1098, 1141, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>::Invoke(!0,!1) */,
{ 31706, -1, 1142 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/Trails>(System.IntPtr,T) */,
{ 1098, 1144, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>::Invoke(!0,!1) */,
{ 1098, 1147, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>::Invoke(!0,!1) */,
{ 31755, -1, 592 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.ParticleSystem/Particle>(System.IntPtr,System.Int32) */,
{ 1098, 1136, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>::Invoke(!0,!1) */,
{ 31706, -1, 592 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/Particle>(System.IntPtr,T) */,
{ 31755, -1, 2309 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>>(System.IntPtr,System.Int32) */,
{ 31706, -1, 1148 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/MainModule>(System.IntPtr,T) */,
{ 31706, -1, 1151 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/EmissionModule>(System.IntPtr,T) */,
{ 31706, -1, 1154 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ShapeModule>(System.IntPtr,T) */,
{ 31706, -1, 1157 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>(System.IntPtr,T) */,
{ 31706, -1, 1160 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>(System.IntPtr,T) */,
{ 31706, -1, 1163 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/InheritVelocityModule>(System.IntPtr,T) */,
{ 31706, -1, 1166 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ForceOverLifetimeModule>(System.IntPtr,T) */,
{ 31706, -1, 1169 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ColorOverLifetimeModule>(System.IntPtr,T) */,
{ 31706, -1, 1172 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ColorBySpeedModule>(System.IntPtr,T) */,
{ 31706, -1, 1175 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/SizeOverLifetimeModule>(System.IntPtr,T) */,
{ 31706, -1, 1178 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/SizeBySpeedModule>(System.IntPtr,T) */,
{ 31706, -1, 1181 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/RotationOverLifetimeModule>(System.IntPtr,T) */,
{ 31706, -1, 1184 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/RotationBySpeedModule>(System.IntPtr,T) */,
{ 31706, -1, 1187 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ExternalForcesModule>(System.IntPtr,T) */,
{ 31706, -1, 1190 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/NoiseModule>(System.IntPtr,T) */,
{ 31706, -1, 1193 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/CollisionModule>(System.IntPtr,T) */,
{ 31706, -1, 1196 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/TriggerModule>(System.IntPtr,T) */,
{ 31706, -1, 1199 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/TextureSheetAnimationModule>(System.IntPtr,T) */,
{ 31706, -1, 1202 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/LightsModule>(System.IntPtr,T) */,
{ 31706, -1, 1205 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/TrailModule>(System.IntPtr,T) */,
{ 31706, -1, 1208 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/CustomDataModule>(System.IntPtr,T) */,
{ 31756, -1, 2310 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2311 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2312 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2313 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2314 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2315 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2316 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2317 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2318 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2319 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2320 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2321 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2322 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2323 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2324 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2325 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2326 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Int32>(System.IntPtr,System.Int32) */,
{ 31755, -1, 109 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2327 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2328 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2329 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2330 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2331 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2332 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2333 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2334 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2335 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2336 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2337 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2338 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31755, -1, 455 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2339 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2340 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2341 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2342 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,UnityEngine.Quaternion,System.Single>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2343 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2344 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,UnityEngine.Quaternion,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31656, -1, 506 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.RaycastHit>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2345 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single>(System.IntPtr,System.Int32) */,
{ 31682, -1, 506 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.RaycastHit>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2346 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[]>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2347 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2348 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2349 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2350 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2351 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2352 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2353 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2354 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31655, -1, 508 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Collider>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2355 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2356 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[]>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2357 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2358 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2359 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2360 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31706, -1, 507 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.PhysicsScene>(System.IntPtr,T) */,
{ 1081, 1216, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.PlayMode>::.ctor(System.Object,System.IntPtr) */,
{ 31640, -1, 2361 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Rendering.RenderPipelineAsset>(System.IntPtr,System.Int32) */,
{ 1081, 1219, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.QueueMode>::.ctor(System.Object,System.IntPtr) */,
{ 31706, -1, 482 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rendering.SphericalHarmonicsL2>(System.IntPtr,T) */,
{ 31714, -1, 435 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Cubemap>(System.IntPtr,T) */,
{ 1098, 1222, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::Invoke(!0,!1) */,
{ 31755, -1, 1223 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureDescriptor>(System.IntPtr,System.Int32) */,
{ 1098, 1225, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::Invoke(!0,!1) */,
{ 31755, -1, 2362 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.DefaultFormat>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2363 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2364 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2365 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2366 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2367 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2368 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32,UnityEngine.RenderTextureMemoryless>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2369 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2370 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32,UnityEngine.RenderTextureMemoryless,UnityEngine.VRTextureUsage>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2371 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,UnityEngine.RenderTextureMemoryless>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2372 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32,UnityEngine.RenderTextureMemoryless,UnityEngine.VRTextureUsage,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2373 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,UnityEngine.RenderTextureMemoryless,UnityEngine.VRTextureUsage>(System.IntPtr,System.Int32) */,
{ 31706, -1, 430 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.RenderBuffer>(System.IntPtr,T) */,
{ 31706, -1, 1223 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.RenderTextureDescriptor>(System.IntPtr,T) */,
{ 31640, -1, 1513 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Renderer>(System.IntPtr,System.Int32) */,
{ 31655, -1, 443 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Material>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2374 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Rigidbody>(System.IntPtr,System.Int32) */,
{ 1081, 1227, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RuntimePlatform>::.ctor(System.Object,System.IntPtr) */,
{ 31755, -1, 2375 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.FullScreenMode>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2376 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Boolean,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2377 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.FullScreenMode,System.Int32>(System.IntPtr,System.Int32) */,
{ 31706, -1, 441 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Resolution>(System.IntPtr,T) */,
{ 1098, 1232, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::Invoke(!0,!1) */,
{ 31706, -1, 488 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rendering.ShaderTagId>(System.IntPtr,T) */,
{ 1081, 1234, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.SkinWeights>::.ctor(System.Object,System.IntPtr) */,
{ 31640, -1, 2378 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.SkinnedMeshRenderer>(System.IntPtr,System.Int32) */,
{ 31655, -1, 449 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Transform>(System.IntPtr,System.Int32) */,
{ 1081, 1237, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Space>::.ctor(System.Object,System.IntPtr) */,
{ 31714, -1, 2379 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.SystemInfo>(System.IntPtr,T) */,
{ 31756, -1, 2380 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.TextureFormat,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2381 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.DefaultFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2382 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2383 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.TextureFormat,System.Int32,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2384 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.TextureFormat,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2385 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32,UnityEngine.Experimental.Rendering.TextureCreationFlags>(System.IntPtr,System.Int32) */,
{ 31655, -1, 451 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Texture2D>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2386 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.TrackedReference>(System.IntPtr,System.Int32) */,
{ 31755, -1, 1236 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Space>(System.IntPtr,System.Int32) */,
{ 31755, -1, 449 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Transform>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2387 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2388 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Space>(System.IntPtr,System.Int32) */,
{ 31755, -1, 431 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2389 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Transform,UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 31755, -1, 2390 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.WWWForm>(System.IntPtr,System.Int32) */,
{ 31755, -1, 513 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Byte[]>(System.IntPtr,System.Int32) */,
{ 31755, -1, 453 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Hash128>(System.IntPtr,System.Int32) */,
{ 1098, 1241, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::Invoke(!0,!1) */,
{ 31755, -1, 1242 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.CachedAssetBundle>(System.IntPtr,System.Int32) */,
{ 1098, 1244, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::Invoke(!0,!1) */,
{ 31756, -1, 2391 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.UInt32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2392 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Hash128,System.UInt32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2393 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.CachedAssetBundle,System.UInt32>(System.IntPtr,System.Int32) */,
{ 31640, -1, 2394 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.WWW>(System.IntPtr,System.Int32) */,
{ 1081, 1246, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.WrapMode>::.ctor(System.Object,System.IntPtr) */,
{ 1081, 944, -1 } /* System.Void System.Action`2<System.Single,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 944, -1 } /* System.Void System.Action`2<System.Single,System.Boolean>::Invoke(!0,!1) */,
{ 19322, -1, 2166 } /* !!0 UnityEngine.Component::GetComponent<DSLuaClient>() */,
{ 31640, -1, 932 } /* System.Object LuaInterface.ToLua::CheckObject<Version>(System.IntPtr,System.Int32) */,
{ 11038, 940, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::Remove(!0) */,
{ 11020, 940, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::set_Item(!0,!1) */,
{ 11025, 940, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::Clear() */,
{ 11040, 940, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::TryGetValue(!0,!1&) */,
{ 30784, -1, 942 } /* System.Void LuaInterface.LuaFunction::Call<UnityEngine.AudioClip>(T1) */,
{ 11002, 940, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::.ctor() */,
{ 30784, -1, 8 } /* System.Void LuaInterface.LuaFunction::Call<System.String>(T1) */,
{ 11026, 1259, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::ContainsKey(!0) */,
{ 11019, 1259, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::get_Item(!0) */,
{ 11040, 1252, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::TryGetValue(!0,!1&) */,
{ 11026, 1263, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::ContainsKey(!0) */,
{ 11019, 1263, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::get_Item(!0) */,
{ 11021, 1263, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::Add(!0,!1) */,
{ 11257, 1251, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.unity.AssetConfig>::get_Count() */,
{ 11021, 1259, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::Add(!0,!1) */,
{ 11040, 1270, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>::TryGetValue(!0,!1&) */,
{ 11252, 1261, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetEntity>::.ctor() */,
{ 11020, 1270, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>::set_Item(!0,!1) */,
{ 11268, 1261, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetEntity>::Add(!0) */,
{ 11263, 1261, -1 } /* !0 System.Collections.Generic.List`1<taurus.unity.AssetEntity>::get_Item(System.Int32) */,
{ 11312, 1261, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetEntity>::RemoveAt(System.Int32) */,
{ 11257, 1261, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.unity.AssetEntity>::get_Count() */,
{ 11019, 1255, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::get_Item(!0) */,
{ 11040, 1259, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::TryGetValue(!0,!1&) */,
{ 11038, 1259, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::Remove(!0) */,
{ 11295, 1251, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<taurus.unity.AssetConfig>::GetEnumerator() */,
{ 11344, 1251, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<taurus.unity.AssetConfig>::get_Current() */,
{ 11342, 1251, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<taurus.unity.AssetConfig>::MoveNext() */,
{ 11341, 1251, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<taurus.unity.AssetConfig>::Dispose() */,
{ 11038, 1263, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::Remove(!0) */,
{ 11029, 1259, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::GetEnumerator() */,
{ 11061, 1259, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,taurus.unity.AssetEntity>::get_Current() */,
{ 10972, 1259, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,taurus.unity.AssetEntity>::get_Value() */,
{ 11060, 1259, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,taurus.unity.AssetEntity>::MoveNext() */,
{ 11062, 1259, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,taurus.unity.AssetEntity>::Dispose() */,
{ 11029, 1263, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::GetEnumerator() */,
{ 11061, 1263, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.AssetBundle>::get_Current() */,
{ 10972, 1263, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.AssetBundle>::get_Value() */,
{ 11060, 1263, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.AssetBundle>::MoveNext() */,
{ 11062, 1263, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.AssetBundle>::Dispose() */,
{ 11025, 1252, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::Clear() */,
{ 11025, 1255, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::Clear() */,
{ 11025, 467, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::Clear() */,
{ 11025, 1263, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::Clear() */,
{ 11025, 1259, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::Clear() */,
{ 11025, 1270, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>::Clear() */,
{ 11026, 467, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::ContainsKey(!0) */,
{ 11026, 1252, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::ContainsKey(!0) */,
{ 11021, 1252, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::Add(!0,!1) */,
{ 11026, 1255, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::ContainsKey(!0) */,
{ 11268, 1251, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetConfig>::Add(!0) */,
{ 11252, 1251, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetConfig>::.ctor() */,
{ 11021, 1255, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::Add(!0,!1) */,
{ 11021, 467, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::Add(!0,!1) */,
{ 11002, 1252, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::.ctor() */,
{ 11002, 1255, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::.ctor() */,
{ 11002, 1259, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::.ctor() */,
{ 11002, 1263, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::.ctor() */,
{ 11002, 467, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::.ctor() */,
{ 11002, 1270, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>::.ctor() */,
{ 31640, -1, 2395 } /* System.Object LuaInterface.ToLua::CheckObject<taurus.unity.LuaNetClient>(System.IntPtr,System.Int32) */,
{ 31706, -1, 1248 } /* System.Void LuaInterface.ToLua::PushValue<securityConnection>(System.IntPtr,T) */,
{ 21674, -1, 47 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Boolean>(System.IntPtr) */,
{ 21674, -1, 7 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Char>(System.IntPtr) */,
{ 21674, -1, 81 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Double>(System.IntPtr) */,
{ 21674, -1, 95 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Int16>(System.IntPtr) */,
{ 21674, -1, 16 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Int32>(System.IntPtr) */,
{ 21674, -1, 37 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Int64>(System.IntPtr) */,
{ 21674, -1, 108 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.SByte>(System.IntPtr) */,
{ 21674, -1, 109 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Single>(System.IntPtr) */,
{ 21850, -1, 47 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Boolean>(System.IntPtr) */,
{ 21850, -1, 7 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Char>(System.IntPtr) */,
{ 21850, -1, 81 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Double>(System.IntPtr) */,
{ 21850, -1, 95 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Int16>(System.IntPtr) */,
{ 21850, -1, 16 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Int32>(System.IntPtr) */,
{ 21850, -1, 37 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Int64>(System.IntPtr) */,
{ 21850, -1, 108 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.SByte>(System.IntPtr) */,
{ 21850, -1, 109 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Single>(System.IntPtr) */,
{ 953, -1, 2396 } /* R System.Array::UnsafeMov<System.Int32Enum,System.Int32>(S) */,
{ 21822, -1, 47 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Boolean>(System.String,System.Object[]) */,
{ 21822, -1, 7 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Char>(System.String,System.Object[]) */,
{ 21822, -1, 81 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Double>(System.String,System.Object[]) */,
{ 21822, -1, 95 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Int16>(System.String,System.Object[]) */,
{ 21822, -1, 16 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Int32>(System.String,System.Object[]) */,
{ 21822, -1, 37 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Int64>(System.String,System.Object[]) */,
{ 21822, -1, 108 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.SByte>(System.String,System.Object[]) */,
{ 21822, -1, 109 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Single>(System.String,System.Object[]) */,
{ 21823, -1, 16 } /* ReturnType UnityEngine.AndroidJavaObject::_CallStatic<System.Int32>(System.String,System.Object[]) */,
{ 31756, -1, 573 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Boolean,System.Object>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2397 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Object>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2398 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2399 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Object,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2400 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Object,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31756, -1, 121 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Object>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2401 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31756, -1, 591 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2402 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2403 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32,System.Int32Enum,System.Int32Enum,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2404 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32,System.Int32Enum,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2405 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2396 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2406 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32Enum,System.Int32,System.Int32Enum,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2407 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32Enum,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2408 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32Enum,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2409 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31755, -1, 90 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2410 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64,System.Object,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2411 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31756, -1, 244 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2412 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2413 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 188 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32>(System.IntPtr,System.Int32) */,
{ 31756, -1, 434 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2414 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2415 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Boolean>(System.IntPtr,System.Int32) */,
{ 31758, -1, 210 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2416 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31757, -1, 196 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2417 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31761, -1, 2418 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.UInt32,System.Object,System.Int32Enum,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31761, -1, 2419 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.UInt32,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2420 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.UInt32,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2421 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.UInt32>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2422 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2423 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2424 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2425 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2426 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2427 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2428 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Matrix4x4>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2429 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Quaternion,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2430 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Quaternion,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2431 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2432 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.RenderBuffer>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2433 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2434 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2435 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2436 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2437 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2438 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Object,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2439 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2440 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 31756, -1, 2441 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Object>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2442 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2443 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2444 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2445 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2446 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2447 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 31760, -1, 2448 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2449 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2450 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2451 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 31758, -1, 2452 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 31757, -1, 2453 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>(System.IntPtr,System.Int32) */,
{ 31759, -1, 2454 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 902, -1, 1587 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.GPath/Segment>(T) */,
{ 902, -1, 1588 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.GPathPoint>(T) */,
{ 902, -1, 1076 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.TextField/CharPosition>(T) */,
{ 902, -1, 1582 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.UpdateContext/ClipInfo>(T) */,
{ 902, -1, 1504 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T) */,
{ 902, -1, 1274 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<LuaInterface.LuaFunction/FuncData>(T) */,
{ 902, -1, 15 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T) */,
{ 902, -1, 20 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<Mono.Security.Uri/UriScheme>(T) */,
{ 902, -1, 413 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.ArraySegment`1<System.Byte>>(T) */,
{ 902, -1, 47 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Boolean>(T) */,
{ 902, -1, 6 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Byte>(T) */,
{ 902, -1, 398 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.ByteEnum>(T) */,
{ 902, -1, 7 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Char>(T) */,
{ 902, -1, 34 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.DictionaryEntry>(T) */,
{ 902, -1, 347 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T) */,
{ 902, -1, 123 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T) */,
{ 902, -1, 870 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T) */,
{ 902, -1, 1318 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 902, -1, 1340 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T) */,
{ 902, -1, 1267 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 902, -1, 303 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 902, -1, 786 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T) */,
{ 902, -1, 1517 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T) */,
{ 902, -1, 31 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T) */,
{ 902, -1, 171 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 902, -1, 1063 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T) */,
{ 902, -1, 604 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 902, -1, 770 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 902, -1, 774 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 902, -1, 423 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 902, -1, 115 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 902, -1, 346 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T) */,
{ 902, -1, 122 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T) */,
{ 902, -1, 864 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T) */,
{ 902, -1, 1317 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 902, -1, 1339 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T) */,
{ 902, -1, 1266 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 902, -1, 302 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 902, -1, 785 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T) */,
{ 902, -1, 1516 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T) */,
{ 902, -1, 30 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T) */,
{ 902, -1, 169 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 902, -1, 1062 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T) */,
{ 902, -1, 602 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 902, -1, 768 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 902, -1, 773 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 902, -1, 319 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Hashtable/bucket>(T) */,
{ 902, -1, 368 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.ComponentModel.AttributeCollection/AttributeEntry>(T) */,
{ 902, -1, 59 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.DateTime>(T) */,
{ 902, -1, 61 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Decimal>(T) */,
{ 902, -1, 81 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Double>(T) */,
{ 902, -1, 232 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Globalization.InternalCodePageDataItem>(T) */,
{ 902, -1, 233 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Globalization.InternalEncodingDataItem>(T) */,
{ 902, -1, 230 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Globalization.TimeSpanParse/TimeSpanToken>(T) */,
{ 902, -1, 94 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Guid>(T) */,
{ 902, -1, 95 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int16>(T) */,
{ 902, -1, 16 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int32>(T) */,
{ 902, -1, 90 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int32Enum>(T) */,
{ 902, -1, 37 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int64>(T) */,
{ 902, -1, 85 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.IntPtr>(T) */,
{ 902, -1, 400 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 902, -1, 401 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.HeaderVariantInfo>(T) */,
{ 902, -1, 415 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 902, -1, 1367 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Nullable`1<UnityEngine.RaycastHit>>(T) */,
{ 902, -1, 151 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.ParameterizedStrings/FormatParam>(T) */,
{ 902, -1, 176 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.CustomAttributeNamedArgument>(T) */,
{ 902, -1, 166 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.CustomAttributeTypedArgument>(T) */,
{ 902, -1, 64 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.ParameterModifier>(T) */,
{ 902, -1, 170 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Resources.ResourceLocator>(T) */,
{ 902, -1, 33 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Runtime.CompilerServices.Ephemeron>(T) */,
{ 902, -1, 414 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Runtime.InteropServices.GCHandle>(T) */,
{ 902, -1, 108 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.SByte>(T) */,
{ 902, -1, 395 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T) */,
{ 902, -1, 109 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Single>(T) */,
{ 902, -1, 359 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T) */,
{ 902, -1, 240 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Threading.CancellationTokenRegistration>(T) */,
{ 902, -1, 110 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.TimeSpan>(T) */,
{ 902, -1, 134 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt16>(T) */,
{ 902, -1, 324 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt16Enum>(T) */,
{ 902, -1, 21 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt32>(T) */,
{ 902, -1, 329 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt32Enum>(T) */,
{ 902, -1, 82 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt64>(T) */,
{ 902, -1, 534 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.AccelerationEvent>(T) */,
{ 902, -1, 561 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.AnimatorClipInfo>(T) */,
{ 902, -1, 439 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 902, -1, 450 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Color32>(T) */,
{ 902, -1, 447 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Color>(T) */,
{ 902, -1, 539 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ContactPoint2D>(T) */,
{ 902, -1, 505 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ContactPoint>(T) */,
{ 902, -1, 499 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T) */,
{ 902, -1, 603 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T) */,
{ 902, -1, 425 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Keyframe>(T) */,
{ 902, -1, 477 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.LowLevel.PlayerLoopSystem>(T) */,
{ 902, -1, 446 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Matrix4x4>(T) */,
{ 902, -1, 592 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ParticleSystem/Particle>(T) */,
{ 902, -1, 489 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Plane>(T) */,
{ 902, -1, 495 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Playables.PlayableBinding>(T) */,
{ 902, -1, 455 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Quaternion>(T) */,
{ 902, -1, 537 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RaycastHit2D>(T) */,
{ 902, -1, 506 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RaycastHit>(T) */,
{ 902, -1, 437 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rect>(T) */,
{ 902, -1, 430 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RenderBuffer>(T) */,
{ 902, -1, 491 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rendering.BatchVisibility>(T) */,
{ 902, -1, 444 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T) */,
{ 902, -1, 441 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Resolution>(T) */,
{ 902, -1, 535 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 902, -1, 584 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 902, -1, 587 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 902, -1, 533 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Touch>(T) */,
{ 902, -1, 612 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T) */,
{ 902, -1, 610 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.EventDispatcher/EventRecord>(T) */,
{ 902, -1, 622 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.FocusController/FocusedElement>(T) */,
{ 902, -1, 769 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T) */,
{ 902, -1, 789 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.StyleSheets.StyleValue>(T) */,
{ 902, -1, 463 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 902, -1, 442 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector2>(T) */,
{ 902, -1, 431 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector3>(T) */,
{ 902, -1, 445 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector4>(T) */,
{ 902, -1, 554 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.jvalue>(T) */,
{ 901, -1, 1587 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.GPath/Segment>(T) */,
{ 901, -1, 1588 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.GPathPoint>(T) */,
{ 901, -1, 1076 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.TextField/CharPosition>(T) */,
{ 901, -1, 1582 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.UpdateContext/ClipInfo>(T) */,
{ 901, -1, 1504 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T) */,
{ 901, -1, 1274 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<LuaInterface.LuaFunction/FuncData>(T) */,
{ 901, -1, 15 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T) */,
{ 901, -1, 20 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<Mono.Security.Uri/UriScheme>(T) */,
{ 901, -1, 413 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.ArraySegment`1<System.Byte>>(T) */,
{ 901, -1, 47 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Boolean>(T) */,
{ 901, -1, 6 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Byte>(T) */,
{ 901, -1, 398 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.ByteEnum>(T) */,
{ 901, -1, 7 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Char>(T) */,
{ 901, -1, 34 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.DictionaryEntry>(T) */,
{ 901, -1, 347 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T) */,
{ 901, -1, 123 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T) */,
{ 901, -1, 870 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T) */,
{ 901, -1, 1318 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 901, -1, 1340 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T) */,
{ 901, -1, 1267 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 901, -1, 303 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 901, -1, 786 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T) */,
{ 901, -1, 1517 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T) */,
{ 901, -1, 31 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T) */,
{ 901, -1, 171 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 901, -1, 1063 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T) */,
{ 901, -1, 604 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 901, -1, 770 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 901, -1, 774 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 901, -1, 423 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 901, -1, 115 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 901, -1, 346 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T) */,
{ 901, -1, 122 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T) */,
{ 901, -1, 864 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T) */,
{ 901, -1, 1317 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 901, -1, 1339 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T) */,
{ 901, -1, 1266 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 901, -1, 302 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 901, -1, 785 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T) */,
{ 901, -1, 1516 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T) */,
{ 901, -1, 30 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T) */,
{ 901, -1, 169 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 901, -1, 1062 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T) */,
{ 901, -1, 602 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 901, -1, 768 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 901, -1, 773 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 901, -1, 319 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Hashtable/bucket>(T) */,
{ 901, -1, 368 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.ComponentModel.AttributeCollection/AttributeEntry>(T) */,
{ 901, -1, 59 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.DateTime>(T) */,
{ 901, -1, 61 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Decimal>(T) */,
{ 901, -1, 81 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Double>(T) */,
{ 901, -1, 232 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Globalization.InternalCodePageDataItem>(T) */,
{ 901, -1, 233 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Globalization.InternalEncodingDataItem>(T) */,
{ 901, -1, 230 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Globalization.TimeSpanParse/TimeSpanToken>(T) */,
{ 901, -1, 94 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Guid>(T) */,
{ 901, -1, 95 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int16>(T) */,
{ 901, -1, 16 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int32>(T) */,
{ 901, -1, 90 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int32Enum>(T) */,
{ 901, -1, 37 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int64>(T) */,
{ 901, -1, 85 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.IntPtr>(T) */,
{ 901, -1, 400 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 901, -1, 401 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.HeaderVariantInfo>(T) */,
{ 901, -1, 415 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 901, -1, 1367 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Nullable`1<UnityEngine.RaycastHit>>(T) */,
{ 901, -1, 151 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.ParameterizedStrings/FormatParam>(T) */,
{ 901, -1, 176 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.CustomAttributeNamedArgument>(T) */,
{ 901, -1, 166 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.CustomAttributeTypedArgument>(T) */,
{ 901, -1, 64 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.ParameterModifier>(T) */,
{ 901, -1, 170 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Resources.ResourceLocator>(T) */,
{ 901, -1, 33 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Runtime.CompilerServices.Ephemeron>(T) */,
{ 901, -1, 414 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Runtime.InteropServices.GCHandle>(T) */,
{ 901, -1, 108 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.SByte>(T) */,
{ 901, -1, 395 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T) */,
{ 901, -1, 109 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Single>(T) */,
{ 901, -1, 359 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T) */,
{ 901, -1, 240 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Threading.CancellationTokenRegistration>(T) */,
{ 901, -1, 110 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.TimeSpan>(T) */,
{ 901, -1, 134 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt16>(T) */,
{ 901, -1, 324 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt16Enum>(T) */,
{ 901, -1, 21 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt32>(T) */,
{ 901, -1, 329 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt32Enum>(T) */,
{ 901, -1, 82 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt64>(T) */,
{ 901, -1, 534 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.AccelerationEvent>(T) */,
{ 901, -1, 561 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.AnimatorClipInfo>(T) */,
{ 901, -1, 439 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 901, -1, 450 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Color32>(T) */,
{ 901, -1, 447 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Color>(T) */,
{ 901, -1, 539 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ContactPoint2D>(T) */,
{ 901, -1, 505 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ContactPoint>(T) */,
{ 901, -1, 499 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T) */,
{ 901, -1, 603 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T) */,
{ 901, -1, 425 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Keyframe>(T) */,
{ 901, -1, 477 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.LowLevel.PlayerLoopSystem>(T) */,
{ 901, -1, 446 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Matrix4x4>(T) */,
{ 901, -1, 592 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ParticleSystem/Particle>(T) */,
{ 901, -1, 489 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Plane>(T) */,
{ 901, -1, 495 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Playables.PlayableBinding>(T) */,
{ 901, -1, 455 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Quaternion>(T) */,
{ 901, -1, 537 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RaycastHit2D>(T) */,
{ 901, -1, 506 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RaycastHit>(T) */,
{ 901, -1, 437 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rect>(T) */,
{ 901, -1, 430 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RenderBuffer>(T) */,
{ 901, -1, 491 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rendering.BatchVisibility>(T) */,
{ 901, -1, 444 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T) */,
{ 901, -1, 441 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Resolution>(T) */,
{ 901, -1, 535 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 901, -1, 584 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 901, -1, 587 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 901, -1, 533 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Touch>(T) */,
{ 901, -1, 612 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T) */,
{ 901, -1, 610 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.EventDispatcher/EventRecord>(T) */,
{ 901, -1, 622 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.FocusController/FocusedElement>(T) */,
{ 901, -1, 769 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T) */,
{ 901, -1, 789 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.StyleSheets.StyleValue>(T) */,
{ 901, -1, 463 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 901, -1, 442 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector2>(T) */,
{ 901, -1, 431 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector3>(T) */,
{ 901, -1, 445 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector4>(T) */,
{ 901, -1, 554 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.jvalue>(T) */,
{ 10205, -1, 1582 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<FairyGUI.UpdateContext/ClipInfo>() */,
{ 10205, -1, 1274 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<LuaInterface.LuaFunction/FuncData>() */,
{ 10205, -1, 37 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Int64>() */,
{ 10205, -1, 612 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.UIElements.EventDispatcher/DispatchContext>() */,
{ 10205, -1, 610 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.UIElements.EventDispatcher/EventRecord>() */,
{ 898, -1, 1587 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.GPath/Segment>() */,
{ 898, -1, 1588 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.GPathPoint>() */,
{ 898, -1, 1076 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.TextField/CharPosition>() */,
{ 898, -1, 1582 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.UpdateContext/ClipInfo>() */,
{ 898, -1, 1504 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>() */,
{ 898, -1, 1274 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<LuaInterface.LuaFunction/FuncData>() */,
{ 898, -1, 15 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<Mono.Globalization.Unicode.CodePointIndexer/TableRange>() */,
{ 898, -1, 20 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<Mono.Security.Uri/UriScheme>() */,
{ 898, -1, 413 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ArraySegment`1<System.Byte>>() */,
{ 898, -1, 47 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Boolean>() */,
{ 898, -1, 6 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Byte>() */,
{ 898, -1, 398 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ByteEnum>() */,
{ 898, -1, 7 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Char>() */,
{ 898, -1, 34 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.DictionaryEntry>() */,
{ 898, -1, 347 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>() */,
{ 898, -1, 123 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>() */,
{ 898, -1, 870 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>() */,
{ 898, -1, 1318 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>() */,
{ 898, -1, 1340 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>() */,
{ 898, -1, 1267 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>() */,
{ 898, -1, 303 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>() */,
{ 898, -1, 786 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>() */,
{ 898, -1, 1517 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>() */,
{ 898, -1, 31 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>() */,
{ 898, -1, 171 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>() */,
{ 898, -1, 1063 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>() */,
{ 898, -1, 604 } /* 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>>() */,
{ 898, -1, 770 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>() */,
{ 898, -1, 774 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>() */,
{ 898, -1, 423 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.HashSet`1/Slot<System.Object>>() */,
{ 898, -1, 115 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>() */,
{ 898, -1, 346 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>() */,
{ 898, -1, 122 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>() */,
{ 898, -1, 864 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>() */,
{ 898, -1, 1317 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>() */,
{ 898, -1, 1339 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>() */,
{ 898, -1, 1266 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>() */,
{ 898, -1, 302 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>() */,
{ 898, -1, 785 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>() */,
{ 898, -1, 1516 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>() */,
{ 898, -1, 30 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>() */,
{ 898, -1, 169 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>() */,
{ 898, -1, 1062 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>() */,
{ 898, -1, 602 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>() */,
{ 898, -1, 768 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>() */,
{ 898, -1, 773 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>() */,
{ 898, -1, 319 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Hashtable/bucket>() */,
{ 898, -1, 368 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ComponentModel.AttributeCollection/AttributeEntry>() */,
{ 898, -1, 59 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.DateTime>() */,
{ 898, -1, 61 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Decimal>() */,
{ 898, -1, 81 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Double>() */,
{ 898, -1, 232 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Globalization.InternalCodePageDataItem>() */,
{ 898, -1, 233 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Globalization.InternalEncodingDataItem>() */,
{ 898, -1, 230 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Globalization.TimeSpanParse/TimeSpanToken>() */,
{ 898, -1, 94 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Guid>() */,
{ 898, -1, 95 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int16>() */,
{ 898, -1, 16 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int32>() */,
{ 898, -1, 90 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int32Enum>() */,
{ 898, -1, 37 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int64>() */,
{ 898, -1, 85 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.IntPtr>() */,
{ 898, -1, 400 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.CookieTokenizer/RecognizedAttribute>() */,
{ 898, -1, 401 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.HeaderVariantInfo>() */,
{ 898, -1, 415 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.Sockets.Socket/WSABUF>() */,
{ 898, -1, 1367 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Nullable`1<UnityEngine.RaycastHit>>() */,
{ 898, -1, 151 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ParameterizedStrings/FormatParam>() */,
{ 898, -1, 176 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.CustomAttributeNamedArgument>() */,
{ 898, -1, 166 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.CustomAttributeTypedArgument>() */,
{ 898, -1, 64 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.ParameterModifier>() */,
{ 898, -1, 170 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Resources.ResourceLocator>() */,
{ 898, -1, 33 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Runtime.CompilerServices.Ephemeron>() */,
{ 898, -1, 414 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Runtime.InteropServices.GCHandle>() */,
{ 898, -1, 108 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.SByte>() */,
{ 898, -1, 395 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Security.Cryptography.X509Certificates.X509ChainStatus>() */,
{ 898, -1, 109 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Single>() */,
{ 898, -1, 359 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>() */,
{ 898, -1, 240 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Threading.CancellationTokenRegistration>() */,
{ 898, -1, 110 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.TimeSpan>() */,
{ 898, -1, 134 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt16>() */,
{ 898, -1, 324 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt16Enum>() */,
{ 898, -1, 21 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt32>() */,
{ 898, -1, 329 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt32Enum>() */,
{ 898, -1, 82 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt64>() */,
{ 898, -1, 534 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.AccelerationEvent>() */,
{ 898, -1, 561 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.AnimatorClipInfo>() */,
{ 898, -1, 439 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.BeforeRenderHelper/OrderBlock>() */,
{ 898, -1, 450 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Color32>() */,
{ 898, -1, 447 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Color>() */,
{ 898, -1, 539 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ContactPoint2D>() */,
{ 898, -1, 505 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ContactPoint>() */,
{ 898, -1, 499 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>() */,
{ 898, -1, 603 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>() */,
{ 898, -1, 425 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Keyframe>() */,
{ 898, -1, 477 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.LowLevel.PlayerLoopSystem>() */,
{ 898, -1, 446 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Matrix4x4>() */,
{ 898, -1, 592 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ParticleSystem/Particle>() */,
{ 898, -1, 489 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Plane>() */,
{ 898, -1, 495 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Playables.PlayableBinding>() */,
{ 898, -1, 455 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Quaternion>() */,
{ 898, -1, 537 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.RaycastHit2D>() */,
{ 898, -1, 506 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.RaycastHit>() */,
{ 898, -1, 437 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Rect>() */,
{ 898, -1, 430 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.RenderBuffer>() */,
{ 898, -1, 491 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Rendering.BatchVisibility>() */,
{ 898, -1, 444 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>() */,
{ 898, -1, 441 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Resolution>() */,
{ 898, -1, 535 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SendMouseEvents/HitInfo>() */,
{ 898, -1, 584 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>() */,
{ 898, -1, 587 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>() */,
{ 898, -1, 533 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Touch>() */,
{ 898, -1, 612 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>() */,
{ 898, -1, 610 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>() */,
{ 898, -1, 622 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.FocusController/FocusedElement>() */,
{ 898, -1, 769 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>() */,
{ 898, -1, 789 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.StyleSheets.StyleValue>() */,
{ 898, -1, 463 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>() */,
{ 898, -1, 442 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector2>() */,
{ 898, -1, 431 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector3>() */,
{ 898, -1, 445 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector4>() */,
{ 898, -1, 554 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.jvalue>() */,
{ 843, -1, 1587 } /* System.Int32 System.Array::BinarySearch<FairyGUI.GPath/Segment>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 1588 } /* System.Int32 System.Array::BinarySearch<FairyGUI.GPathPoint>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 1076 } /* System.Int32 System.Array::BinarySearch<FairyGUI.TextField/CharPosition>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 6 } /* System.Int32 System.Array::BinarySearch<System.Byte>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 7 } /* System.Int32 System.Array::BinarySearch<System.Char>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 115 } /* System.Int32 System.Array::BinarySearch<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 16 } /* System.Int32 System.Array::BinarySearch<System.Int32>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 90 } /* System.Int32 System.Array::BinarySearch<System.Int32Enum>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 37 } /* System.Int32 System.Array::BinarySearch<System.Int64>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 109 } /* System.Int32 System.Array::BinarySearch<System.Single>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 82 } /* System.Int32 System.Array::BinarySearch<System.UInt64>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 561 } /* System.Int32 System.Array::BinarySearch<UnityEngine.AnimatorClipInfo>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 439 } /* System.Int32 System.Array::BinarySearch<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 450 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Color32>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 447 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Color>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 446 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Matrix4x4>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 592 } /* System.Int32 System.Array::BinarySearch<UnityEngine.ParticleSystem/Particle>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 537 } /* System.Int32 System.Array::BinarySearch<UnityEngine.RaycastHit2D>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 437 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Rect>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 444 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 622 } /* System.Int32 System.Array::BinarySearch<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 463 } /* System.Int32 System.Array::BinarySearch<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 442 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Vector2>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 431 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Vector3>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 445 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Vector4>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 849, -1, 1587 } /* System.Int32 System.Array::IndexOf<FairyGUI.GPath/Segment>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 1588 } /* System.Int32 System.Array::IndexOf<FairyGUI.GPathPoint>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 1076 } /* System.Int32 System.Array::IndexOf<FairyGUI.TextField/CharPosition>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 6 } /* System.Int32 System.Array::IndexOf<System.Byte>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 7 } /* System.Int32 System.Array::IndexOf<System.Char>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 115 } /* System.Int32 System.Array::IndexOf<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 16 } /* System.Int32 System.Array::IndexOf<System.Int32>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 90 } /* System.Int32 System.Array::IndexOf<System.Int32Enum>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 37 } /* System.Int32 System.Array::IndexOf<System.Int64>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 109 } /* System.Int32 System.Array::IndexOf<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 561 } /* System.Int32 System.Array::IndexOf<UnityEngine.AnimatorClipInfo>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 439 } /* System.Int32 System.Array::IndexOf<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 450 } /* System.Int32 System.Array::IndexOf<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 447 } /* System.Int32 System.Array::IndexOf<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 446 } /* System.Int32 System.Array::IndexOf<UnityEngine.Matrix4x4>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 592 } /* System.Int32 System.Array::IndexOf<UnityEngine.ParticleSystem/Particle>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 537 } /* System.Int32 System.Array::IndexOf<UnityEngine.RaycastHit2D>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 437 } /* System.Int32 System.Array::IndexOf<UnityEngine.Rect>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 444 } /* System.Int32 System.Array::IndexOf<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 622 } /* System.Int32 System.Array::IndexOf<UnityEngine.UIElements.FocusController/FocusedElement>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 463 } /* System.Int32 System.Array::IndexOf<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 442 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 431 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 445 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 1587 } /* System.Int32 System.Array::IndexOfImpl<FairyGUI.GPath/Segment>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 1588 } /* System.Int32 System.Array::IndexOfImpl<FairyGUI.GPathPoint>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 1076 } /* System.Int32 System.Array::IndexOfImpl<FairyGUI.TextField/CharPosition>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 6 } /* System.Int32 System.Array::IndexOfImpl<System.Byte>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 7 } /* System.Int32 System.Array::IndexOfImpl<System.Char>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 115 } /* System.Int32 System.Array::IndexOfImpl<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 16 } /* System.Int32 System.Array::IndexOfImpl<System.Int32>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 90 } /* System.Int32 System.Array::IndexOfImpl<System.Int32Enum>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 37 } /* System.Int32 System.Array::IndexOfImpl<System.Int64>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 109 } /* System.Int32 System.Array::IndexOfImpl<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 561 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.AnimatorClipInfo>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 439 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 450 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 447 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 446 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Matrix4x4>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 592 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.ParticleSystem/Particle>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 537 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.RaycastHit2D>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 437 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Rect>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 444 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 622 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.UIElements.FocusController/FocusedElement>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 463 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 442 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 431 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 445 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 908, -1, 1587 } /* System.Int32 System.Array::InternalArray__IndexOf<FairyGUI.GPath/Segment>(T) */,
{ 908, -1, 1588 } /* System.Int32 System.Array::InternalArray__IndexOf<FairyGUI.GPathPoint>(T) */,
{ 908, -1, 1076 } /* System.Int32 System.Array::InternalArray__IndexOf<FairyGUI.TextField/CharPosition>(T) */,
{ 908, -1, 1582 } /* System.Int32 System.Array::InternalArray__IndexOf<FairyGUI.UpdateContext/ClipInfo>(T) */,
{ 908, -1, 1504 } /* System.Int32 System.Array::InternalArray__IndexOf<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T) */,
{ 908, -1, 1274 } /* System.Int32 System.Array::InternalArray__IndexOf<LuaInterface.LuaFunction/FuncData>(T) */,
{ 908, -1, 15 } /* System.Int32 System.Array::InternalArray__IndexOf<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T) */,
{ 908, -1, 20 } /* System.Int32 System.Array::InternalArray__IndexOf<Mono.Security.Uri/UriScheme>(T) */,
{ 908, -1, 413 } /* System.Int32 System.Array::InternalArray__IndexOf<System.ArraySegment`1<System.Byte>>(T) */,
{ 908, -1, 47 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Boolean>(T) */,
{ 908, -1, 6 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Byte>(T) */,
{ 908, -1, 398 } /* System.Int32 System.Array::InternalArray__IndexOf<System.ByteEnum>(T) */,
{ 908, -1, 7 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Char>(T) */,
{ 908, -1, 34 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.DictionaryEntry>(T) */,
{ 908, -1, 347 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T) */,
{ 908, -1, 123 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T) */,
{ 908, -1, 870 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T) */,
{ 908, -1, 1318 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 908, -1, 1340 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T) */,
{ 908, -1, 1267 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 908, -1, 303 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 908, -1, 786 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T) */,
{ 908, -1, 1517 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T) */,
{ 908, -1, 31 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T) */,
{ 908, -1, 171 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 908, -1, 1063 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T) */,
{ 908, -1, 604 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 908, -1, 770 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 908, -1, 774 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 908, -1, 423 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 908, -1, 115 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 908, -1, 346 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T) */,
{ 908, -1, 122 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T) */,
{ 908, -1, 864 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T) */,
{ 908, -1, 1317 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 908, -1, 1339 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T) */,
{ 908, -1, 1266 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 908, -1, 302 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 908, -1, 785 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T) */,
{ 908, -1, 1516 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T) */,
{ 908, -1, 30 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T) */,
{ 908, -1, 169 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 908, -1, 1062 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T) */,
{ 908, -1, 602 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 908, -1, 768 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 908, -1, 773 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 908, -1, 319 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Hashtable/bucket>(T) */,
{ 908, -1, 368 } /* System.Int32 System.Array::InternalArray__IndexOf<System.ComponentModel.AttributeCollection/AttributeEntry>(T) */,
{ 908, -1, 59 } /* System.Int32 System.Array::InternalArray__IndexOf<System.DateTime>(T) */,
{ 908, -1, 61 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Decimal>(T) */,
{ 908, -1, 81 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Double>(T) */,
{ 908, -1, 232 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Globalization.InternalCodePageDataItem>(T) */,
{ 908, -1, 233 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Globalization.InternalEncodingDataItem>(T) */,
{ 908, -1, 230 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Globalization.TimeSpanParse/TimeSpanToken>(T) */,
{ 908, -1, 94 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Guid>(T) */,
{ 908, -1, 95 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Int16>(T) */,
{ 908, -1, 16 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Int32>(T) */,
{ 908, -1, 90 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Int32Enum>(T) */,
{ 908, -1, 37 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Int64>(T) */,
{ 908, -1, 85 } /* System.Int32 System.Array::InternalArray__IndexOf<System.IntPtr>(T) */,
{ 908, -1, 400 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 908, -1, 401 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.HeaderVariantInfo>(T) */,
{ 908, -1, 415 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 908, -1, 1367 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Nullable`1<UnityEngine.RaycastHit>>(T) */,
{ 908, -1, 151 } /* System.Int32 System.Array::InternalArray__IndexOf<System.ParameterizedStrings/FormatParam>(T) */,
{ 908, -1, 176 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Reflection.CustomAttributeNamedArgument>(T) */,
{ 908, -1, 166 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Reflection.CustomAttributeTypedArgument>(T) */,
{ 908, -1, 64 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Reflection.ParameterModifier>(T) */,
{ 908, -1, 170 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Resources.ResourceLocator>(T) */,
{ 908, -1, 33 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Runtime.CompilerServices.Ephemeron>(T) */,
{ 908, -1, 414 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Runtime.InteropServices.GCHandle>(T) */,
{ 908, -1, 108 } /* System.Int32 System.Array::InternalArray__IndexOf<System.SByte>(T) */,
{ 908, -1, 395 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T) */,
{ 908, -1, 109 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Single>(T) */,
{ 908, -1, 359 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T) */,
{ 908, -1, 240 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Threading.CancellationTokenRegistration>(T) */,
{ 908, -1, 110 } /* System.Int32 System.Array::InternalArray__IndexOf<System.TimeSpan>(T) */,
{ 908, -1, 134 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt16>(T) */,
{ 908, -1, 324 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt16Enum>(T) */,
{ 908, -1, 21 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt32>(T) */,
{ 908, -1, 329 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt32Enum>(T) */,
{ 908, -1, 82 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt64>(T) */,
{ 908, -1, 534 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.AccelerationEvent>(T) */,
{ 908, -1, 561 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.AnimatorClipInfo>(T) */,
{ 908, -1, 439 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 908, -1, 450 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Color32>(T) */,
{ 908, -1, 447 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Color>(T) */,
{ 908, -1, 539 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.ContactPoint2D>(T) */,
{ 908, -1, 505 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.ContactPoint>(T) */,
{ 908, -1, 499 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T) */,
{ 908, -1, 603 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T) */,
{ 908, -1, 425 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Keyframe>(T) */,
{ 908, -1, 477 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.LowLevel.PlayerLoopSystem>(T) */,
{ 908, -1, 446 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Matrix4x4>(T) */,
{ 908, -1, 592 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.ParticleSystem/Particle>(T) */,
{ 908, -1, 489 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Plane>(T) */,
{ 908, -1, 495 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Playables.PlayableBinding>(T) */,
{ 908, -1, 455 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Quaternion>(T) */,
{ 908, -1, 537 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.RaycastHit2D>(T) */,
{ 908, -1, 506 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.RaycastHit>(T) */,
{ 908, -1, 437 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Rect>(T) */,
{ 908, -1, 430 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.RenderBuffer>(T) */,
{ 908, -1, 491 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Rendering.BatchVisibility>(T) */,
{ 908, -1, 444 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T) */,
{ 908, -1, 441 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Resolution>(T) */,
{ 908, -1, 535 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 908, -1, 584 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 908, -1, 587 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 908, -1, 533 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Touch>(T) */,
{ 908, -1, 612 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T) */,
{ 908, -1, 610 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.EventDispatcher/EventRecord>(T) */,
{ 908, -1, 622 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.FocusController/FocusedElement>(T) */,
{ 908, -1, 769 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T) */,
{ 908, -1, 789 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.StyleSheets.StyleValue>(T) */,
{ 908, -1, 463 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 908, -1, 442 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector2>(T) */,
{ 908, -1, 431 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector3>(T) */,
{ 908, -1, 445 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector4>(T) */,
{ 908, -1, 554 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.jvalue>(T) */,
{ 855, -1, 1587 } /* System.Int32 System.Array::LastIndexOf<FairyGUI.GPath/Segment>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 1588 } /* System.Int32 System.Array::LastIndexOf<FairyGUI.GPathPoint>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 1076 } /* System.Int32 System.Array::LastIndexOf<FairyGUI.TextField/CharPosition>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 6 } /* System.Int32 System.Array::LastIndexOf<System.Byte>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 7 } /* System.Int32 System.Array::LastIndexOf<System.Char>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 115 } /* System.Int32 System.Array::LastIndexOf<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 16 } /* System.Int32 System.Array::LastIndexOf<System.Int32>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 90 } /* System.Int32 System.Array::LastIndexOf<System.Int32Enum>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 37 } /* System.Int32 System.Array::LastIndexOf<System.Int64>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 109 } /* System.Int32 System.Array::LastIndexOf<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 561 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.AnimatorClipInfo>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 439 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 450 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 447 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 446 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Matrix4x4>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 592 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.ParticleSystem/Particle>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 537 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.RaycastHit2D>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 437 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Rect>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 444 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 622 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.UIElements.FocusController/FocusedElement>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 463 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 442 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 431 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 445 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 1587 } /* System.Int32 System.Array::LastIndexOfImpl<FairyGUI.GPath/Segment>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 1588 } /* System.Int32 System.Array::LastIndexOfImpl<FairyGUI.GPathPoint>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 1076 } /* System.Int32 System.Array::LastIndexOfImpl<FairyGUI.TextField/CharPosition>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 6 } /* System.Int32 System.Array::LastIndexOfImpl<System.Byte>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 7 } /* System.Int32 System.Array::LastIndexOfImpl<System.Char>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 115 } /* System.Int32 System.Array::LastIndexOfImpl<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 16 } /* System.Int32 System.Array::LastIndexOfImpl<System.Int32>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 90 } /* System.Int32 System.Array::LastIndexOfImpl<System.Int32Enum>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 37 } /* System.Int32 System.Array::LastIndexOfImpl<System.Int64>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 109 } /* System.Int32 System.Array::LastIndexOfImpl<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 561 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.AnimatorClipInfo>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 439 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 450 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 447 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 446 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Matrix4x4>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 592 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.ParticleSystem/Particle>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 537 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.RaycastHit2D>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 437 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Rect>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 444 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 622 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.UIElements.FocusController/FocusedElement>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 463 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 442 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 431 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 445 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 10183, -1, 90 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<System.Int32Enum>(T) */,
{ 17503, -1, 90 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::EnumToInt<System.Int32Enum>(T) */,
{ 21675, -1, 47 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Boolean>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21675, -1, 7 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Char>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21675, -1, 81 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Double>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21675, -1, 95 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Int16>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21675, -1, 16 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Int32>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21675, -1, 37 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Int64>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21675, -1, 108 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.SByte>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21675, -1, 109 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Single>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21852, -1, 47 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Boolean>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21852, -1, 7 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Char>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21852, -1, 81 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Double>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21852, -1, 95 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Int16>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21852, -1, 16 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Int32>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21852, -1, 37 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Int64>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21852, -1, 108 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.SByte>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21852, -1, 109 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Single>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23366, -1, 90 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<System.Int32Enum>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 21858, -1, 47 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Boolean>(System.Object[]) */,
{ 21858, -1, 7 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Char>(System.Object[]) */,
{ 21858, -1, 81 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Double>(System.Object[]) */,
{ 21858, -1, 95 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Int16>(System.Object[]) */,
{ 21858, -1, 16 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Int32>(System.Object[]) */,
{ 21858, -1, 37 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Int64>(System.Object[]) */,
{ 21858, -1, 108 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.SByte>(System.Object[]) */,
{ 21858, -1, 109 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Single>(System.Object[]) */,
{ 10098, -1, 335 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Nullable`1<System.Int32>>(TResult) */,
{ 10098, -1, 189 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Threading.Tasks.VoidTaskResult>(TResult) */,
{ 7376, 16, 2455 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Int32>::FromAsyncTrim<System.Object,System.IO.Stream/ReadWriteParameters>(TInstance,TArgs,System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 7376, 189, 2455 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::FromAsyncTrim<System.Object,System.IO.Stream/ReadWriteParameters>(TInstance,TArgs,System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 30785, -1, 121 } /* System.Void LuaInterface.LuaFunction::Call<System.Int32,System.Object>(T1,T2) */,
{ 30834, -1, 47 } /* System.Void LuaInterface.LuaFunction::PushGeneric<System.Boolean>(T) */,
{ 30834, -1, 16 } /* System.Void LuaInterface.LuaFunction::PushGeneric<System.Int32>(T) */,
{ 30834, -1, 109 } /* System.Void LuaInterface.LuaFunction::PushGeneric<System.Single>(T) */,
{ 31237, -1, 47 } /* System.Void LuaInterface.LuaState::PushGeneric<System.Boolean>(T) */,
{ 31237, -1, 16 } /* System.Void LuaInterface.LuaState::PushGeneric<System.Int32>(T) */,
{ 31237, -1, 109 } /* System.Void LuaInterface.LuaState::PushGeneric<System.Single>(T) */,
{ 31704, -1, 47 } /* System.Void LuaInterface.ToLua::PushOut<System.Boolean>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 6 } /* System.Void LuaInterface.ToLua::PushOut<System.Byte>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 7 } /* System.Void LuaInterface.ToLua::PushOut<System.Char>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 81 } /* System.Void LuaInterface.ToLua::PushOut<System.Double>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 95 } /* System.Void LuaInterface.ToLua::PushOut<System.Int16>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 16 } /* System.Void LuaInterface.ToLua::PushOut<System.Int32>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 37 } /* System.Void LuaInterface.ToLua::PushOut<System.Int64>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 108 } /* System.Void LuaInterface.ToLua::PushOut<System.SByte>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 109 } /* System.Void LuaInterface.ToLua::PushOut<System.Single>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 134 } /* System.Void LuaInterface.ToLua::PushOut<System.UInt16>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 21 } /* System.Void LuaInterface.ToLua::PushOut<System.UInt32>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 31704, -1, 82 } /* System.Void LuaInterface.ToLua::PushOut<System.UInt64>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 900, -1, 1587 } /* System.Void System.Array::InternalArray__ICollection_Add<FairyGUI.GPath/Segment>(T) */,
{ 900, -1, 1588 } /* System.Void System.Array::InternalArray__ICollection_Add<FairyGUI.GPathPoint>(T) */,
{ 900, -1, 1076 } /* System.Void System.Array::InternalArray__ICollection_Add<FairyGUI.TextField/CharPosition>(T) */,
{ 900, -1, 1582 } /* System.Void System.Array::InternalArray__ICollection_Add<FairyGUI.UpdateContext/ClipInfo>(T) */,
{ 900, -1, 1504 } /* System.Void System.Array::InternalArray__ICollection_Add<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T) */,
{ 900, -1, 1274 } /* System.Void System.Array::InternalArray__ICollection_Add<LuaInterface.LuaFunction/FuncData>(T) */,
{ 900, -1, 15 } /* System.Void System.Array::InternalArray__ICollection_Add<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T) */,
{ 900, -1, 20 } /* System.Void System.Array::InternalArray__ICollection_Add<Mono.Security.Uri/UriScheme>(T) */,
{ 900, -1, 413 } /* System.Void System.Array::InternalArray__ICollection_Add<System.ArraySegment`1<System.Byte>>(T) */,
{ 900, -1, 47 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Boolean>(T) */,
{ 900, -1, 6 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Byte>(T) */,
{ 900, -1, 398 } /* System.Void System.Array::InternalArray__ICollection_Add<System.ByteEnum>(T) */,
{ 900, -1, 7 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Char>(T) */,
{ 900, -1, 34 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.DictionaryEntry>(T) */,
{ 900, -1, 347 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T) */,
{ 900, -1, 123 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T) */,
{ 900, -1, 870 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T) */,
{ 900, -1, 1318 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 900, -1, 1340 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T) */,
{ 900, -1, 1267 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 900, -1, 303 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 900, -1, 786 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T) */,
{ 900, -1, 1517 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T) */,
{ 900, -1, 31 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T) */,
{ 900, -1, 171 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 900, -1, 1063 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T) */,
{ 900, -1, 604 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 900, -1, 770 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 900, -1, 774 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 900, -1, 423 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 900, -1, 115 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 900, -1, 346 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T) */,
{ 900, -1, 122 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T) */,
{ 900, -1, 864 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T) */,
{ 900, -1, 1317 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 900, -1, 1339 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T) */,
{ 900, -1, 1266 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 900, -1, 302 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 900, -1, 785 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T) */,
{ 900, -1, 1516 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T) */,
{ 900, -1, 30 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T) */,
{ 900, -1, 169 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 900, -1, 1062 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T) */,
{ 900, -1, 602 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 900, -1, 768 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 900, -1, 773 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 900, -1, 319 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Hashtable/bucket>(T) */,
{ 900, -1, 368 } /* System.Void System.Array::InternalArray__ICollection_Add<System.ComponentModel.AttributeCollection/AttributeEntry>(T) */,
{ 900, -1, 59 } /* System.Void System.Array::InternalArray__ICollection_Add<System.DateTime>(T) */,
{ 900, -1, 61 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Decimal>(T) */,
{ 900, -1, 81 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Double>(T) */,
{ 900, -1, 232 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Globalization.InternalCodePageDataItem>(T) */,
{ 900, -1, 233 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Globalization.InternalEncodingDataItem>(T) */,
{ 900, -1, 230 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Globalization.TimeSpanParse/TimeSpanToken>(T) */,
{ 900, -1, 94 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Guid>(T) */,
{ 900, -1, 95 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Int16>(T) */,
{ 900, -1, 16 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Int32>(T) */,
{ 900, -1, 90 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Int32Enum>(T) */,
{ 900, -1, 37 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Int64>(T) */,
{ 900, -1, 85 } /* System.Void System.Array::InternalArray__ICollection_Add<System.IntPtr>(T) */,
{ 900, -1, 400 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 900, -1, 401 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.HeaderVariantInfo>(T) */,
{ 900, -1, 415 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 900, -1, 1367 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Nullable`1<UnityEngine.RaycastHit>>(T) */,
{ 900, -1, 151 } /* System.Void System.Array::InternalArray__ICollection_Add<System.ParameterizedStrings/FormatParam>(T) */,
{ 900, -1, 176 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Reflection.CustomAttributeNamedArgument>(T) */,
{ 900, -1, 166 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Reflection.CustomAttributeTypedArgument>(T) */,
{ 900, -1, 64 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Reflection.ParameterModifier>(T) */,
{ 900, -1, 170 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Resources.ResourceLocator>(T) */,
{ 900, -1, 33 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Runtime.CompilerServices.Ephemeron>(T) */,
{ 900, -1, 414 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Runtime.InteropServices.GCHandle>(T) */,
{ 900, -1, 108 } /* System.Void System.Array::InternalArray__ICollection_Add<System.SByte>(T) */,
{ 900, -1, 395 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T) */,
{ 900, -1, 109 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Single>(T) */,
{ 900, -1, 359 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T) */,
{ 900, -1, 240 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Threading.CancellationTokenRegistration>(T) */,
{ 900, -1, 110 } /* System.Void System.Array::InternalArray__ICollection_Add<System.TimeSpan>(T) */,
{ 900, -1, 134 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt16>(T) */,
{ 900, -1, 324 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt16Enum>(T) */,
{ 900, -1, 21 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt32>(T) */,
{ 900, -1, 329 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt32Enum>(T) */,
{ 900, -1, 82 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt64>(T) */,
{ 900, -1, 534 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.AccelerationEvent>(T) */,
{ 900, -1, 561 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.AnimatorClipInfo>(T) */,
{ 900, -1, 439 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 900, -1, 450 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Color32>(T) */,
{ 900, -1, 447 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Color>(T) */,
{ 900, -1, 539 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.ContactPoint2D>(T) */,
{ 900, -1, 505 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.ContactPoint>(T) */,
{ 900, -1, 499 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T) */,
{ 900, -1, 603 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T) */,
{ 900, -1, 425 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Keyframe>(T) */,
{ 900, -1, 477 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.LowLevel.PlayerLoopSystem>(T) */,
{ 900, -1, 446 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Matrix4x4>(T) */,
{ 900, -1, 592 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.ParticleSystem/Particle>(T) */,
{ 900, -1, 489 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Plane>(T) */,
{ 900, -1, 495 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Playables.PlayableBinding>(T) */,
{ 900, -1, 455 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Quaternion>(T) */,
{ 900, -1, 537 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.RaycastHit2D>(T) */,
{ 900, -1, 506 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.RaycastHit>(T) */,
{ 900, -1, 437 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Rect>(T) */,
{ 900, -1, 430 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.RenderBuffer>(T) */,
{ 900, -1, 491 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Rendering.BatchVisibility>(T) */,
{ 900, -1, 444 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T) */,
{ 900, -1, 441 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Resolution>(T) */,
{ 900, -1, 535 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 900, -1, 584 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 900, -1, 587 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 900, -1, 533 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Touch>(T) */,
{ 900, -1, 612 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T) */,
{ 900, -1, 610 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.EventDispatcher/EventRecord>(T) */,
{ 900, -1, 622 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.FocusController/FocusedElement>(T) */,
{ 900, -1, 769 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T) */,
{ 900, -1, 789 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.StyleSheets.StyleValue>(T) */,
{ 900, -1, 463 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 900, -1, 442 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector2>(T) */,
{ 900, -1, 431 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector3>(T) */,
{ 900, -1, 445 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector4>(T) */,
{ 900, -1, 554 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.jvalue>(T) */,
{ 903, -1, 1587 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<FairyGUI.GPath/Segment>(T[],System.Int32) */,
{ 903, -1, 1588 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<FairyGUI.GPathPoint>(T[],System.Int32) */,
{ 903, -1, 1076 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<FairyGUI.TextField/CharPosition>(T[],System.Int32) */,
{ 903, -1, 1582 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<FairyGUI.UpdateContext/ClipInfo>(T[],System.Int32) */,
{ 903, -1, 1504 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1274 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<LuaInterface.LuaFunction/FuncData>(T[],System.Int32) */,
{ 903, -1, 15 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T[],System.Int32) */,
{ 903, -1, 20 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<Mono.Security.Uri/UriScheme>(T[],System.Int32) */,
{ 903, -1, 413 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.ArraySegment`1<System.Byte>>(T[],System.Int32) */,
{ 903, -1, 47 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Boolean>(T[],System.Int32) */,
{ 903, -1, 6 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Byte>(T[],System.Int32) */,
{ 903, -1, 398 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.ByteEnum>(T[],System.Int32) */,
{ 903, -1, 7 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Char>(T[],System.Int32) */,
{ 903, -1, 34 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.DictionaryEntry>(T[],System.Int32) */,
{ 903, -1, 347 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T[],System.Int32) */,
{ 903, -1, 123 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T[],System.Int32) */,
{ 903, -1, 870 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1318 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1340 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1267 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T[],System.Int32) */,
{ 903, -1, 303 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T[],System.Int32) */,
{ 903, -1, 786 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T[],System.Int32) */,
{ 903, -1, 1517 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T[],System.Int32) */,
{ 903, -1, 31 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T[],System.Int32) */,
{ 903, -1, 171 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T[],System.Int32) */,
{ 903, -1, 1063 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T[],System.Int32) */,
{ 903, -1, 604 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T[],System.Int32) */,
{ 903, -1, 770 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T[],System.Int32) */,
{ 903, -1, 774 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T[],System.Int32) */,
{ 903, -1, 423 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T[],System.Int32) */,
{ 903, -1, 115 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32) */,
{ 903, -1, 346 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T[],System.Int32) */,
{ 903, -1, 122 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T[],System.Int32) */,
{ 903, -1, 864 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1317 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1339 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1266 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T[],System.Int32) */,
{ 903, -1, 302 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T[],System.Int32) */,
{ 903, -1, 785 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T[],System.Int32) */,
{ 903, -1, 1516 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(T[],System.Int32) */,
{ 903, -1, 30 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T[],System.Int32) */,
{ 903, -1, 169 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T[],System.Int32) */,
{ 903, -1, 1062 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T[],System.Int32) */,
{ 903, -1, 602 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T[],System.Int32) */,
{ 903, -1, 768 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T[],System.Int32) */,
{ 903, -1, 773 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T[],System.Int32) */,
{ 903, -1, 319 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Hashtable/bucket>(T[],System.Int32) */,
{ 903, -1, 368 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.ComponentModel.AttributeCollection/AttributeEntry>(T[],System.Int32) */,
{ 903, -1, 59 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.DateTime>(T[],System.Int32) */,
{ 903, -1, 61 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Decimal>(T[],System.Int32) */,
{ 903, -1, 81 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Double>(T[],System.Int32) */,
{ 903, -1, 232 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Globalization.InternalCodePageDataItem>(T[],System.Int32) */,
{ 903, -1, 233 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Globalization.InternalEncodingDataItem>(T[],System.Int32) */,
{ 903, -1, 230 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Globalization.TimeSpanParse/TimeSpanToken>(T[],System.Int32) */,
{ 903, -1, 94 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Guid>(T[],System.Int32) */,
{ 903, -1, 95 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Int16>(T[],System.Int32) */,
{ 903, -1, 16 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Int32>(T[],System.Int32) */,
{ 903, -1, 90 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Int32Enum>(T[],System.Int32) */,
{ 903, -1, 37 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Int64>(T[],System.Int32) */,
{ 903, -1, 85 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.IntPtr>(T[],System.Int32) */,
{ 903, -1, 400 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.CookieTokenizer/RecognizedAttribute>(T[],System.Int32) */,
{ 903, -1, 401 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.HeaderVariantInfo>(T[],System.Int32) */,
{ 903, -1, 415 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.Sockets.Socket/WSABUF>(T[],System.Int32) */,
{ 903, -1, 1367 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Nullable`1<UnityEngine.RaycastHit>>(T[],System.Int32) */,
{ 903, -1, 151 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.ParameterizedStrings/FormatParam>(T[],System.Int32) */,
{ 903, -1, 176 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Reflection.CustomAttributeNamedArgument>(T[],System.Int32) */,
{ 903, -1, 166 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Reflection.CustomAttributeTypedArgument>(T[],System.Int32) */,
{ 903, -1, 64 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Reflection.ParameterModifier>(T[],System.Int32) */,
{ 903, -1, 170 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Resources.ResourceLocator>(T[],System.Int32) */,
{ 903, -1, 33 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Runtime.CompilerServices.Ephemeron>(T[],System.Int32) */,
{ 903, -1, 414 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Runtime.InteropServices.GCHandle>(T[],System.Int32) */,
{ 903, -1, 108 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.SByte>(T[],System.Int32) */,
{ 903, -1, 395 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T[],System.Int32) */,
{ 903, -1, 109 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Single>(T[],System.Int32) */,
{ 903, -1, 359 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T[],System.Int32) */,
{ 903, -1, 240 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Threading.CancellationTokenRegistration>(T[],System.Int32) */,
{ 903, -1, 110 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.TimeSpan>(T[],System.Int32) */,
{ 903, -1, 134 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt16>(T[],System.Int32) */,
{ 903, -1, 324 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt16Enum>(T[],System.Int32) */,
{ 903, -1, 21 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt32>(T[],System.Int32) */,
{ 903, -1, 329 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt32Enum>(T[],System.Int32) */,
{ 903, -1, 82 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt64>(T[],System.Int32) */,
{ 903, -1, 534 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.AccelerationEvent>(T[],System.Int32) */,
{ 903, -1, 561 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.AnimatorClipInfo>(T[],System.Int32) */,
{ 903, -1, 439 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32) */,
{ 903, -1, 450 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Color32>(T[],System.Int32) */,
{ 903, -1, 447 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Color>(T[],System.Int32) */,
{ 903, -1, 539 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.ContactPoint2D>(T[],System.Int32) */,
{ 903, -1, 505 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.ContactPoint>(T[],System.Int32) */,
{ 903, -1, 499 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T[],System.Int32) */,
{ 903, -1, 603 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T[],System.Int32) */,
{ 903, -1, 425 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Keyframe>(T[],System.Int32) */,
{ 903, -1, 477 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.LowLevel.PlayerLoopSystem>(T[],System.Int32) */,
{ 903, -1, 446 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Matrix4x4>(T[],System.Int32) */,
{ 903, -1, 592 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.ParticleSystem/Particle>(T[],System.Int32) */,
{ 903, -1, 489 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Plane>(T[],System.Int32) */,
{ 903, -1, 495 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Playables.PlayableBinding>(T[],System.Int32) */,
{ 903, -1, 455 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Quaternion>(T[],System.Int32) */,
{ 903, -1, 537 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.RaycastHit2D>(T[],System.Int32) */,
{ 903, -1, 506 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.RaycastHit>(T[],System.Int32) */,
{ 903, -1, 437 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Rect>(T[],System.Int32) */,
{ 903, -1, 430 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.RenderBuffer>(T[],System.Int32) */,
{ 903, -1, 491 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Rendering.BatchVisibility>(T[],System.Int32) */,
{ 903, -1, 444 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32) */,
{ 903, -1, 441 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Resolution>(T[],System.Int32) */,
{ 903, -1, 535 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SendMouseEvents/HitInfo>(T[],System.Int32) */,
{ 903, -1, 584 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T[],System.Int32) */,
{ 903, -1, 587 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T[],System.Int32) */,
{ 903, -1, 533 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Touch>(T[],System.Int32) */,
{ 903, -1, 612 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T[],System.Int32) */,
{ 903, -1, 610 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.EventDispatcher/EventRecord>(T[],System.Int32) */,
{ 903, -1, 622 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32) */,
{ 903, -1, 769 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T[],System.Int32) */,
{ 903, -1, 789 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.StyleSheets.StyleValue>(T[],System.Int32) */,
{ 903, -1, 463 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32) */,
{ 903, -1, 442 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector2>(T[],System.Int32) */,
{ 903, -1, 431 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector3>(T[],System.Int32) */,
{ 903, -1, 445 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector4>(T[],System.Int32) */,
{ 903, -1, 554 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.jvalue>(T[],System.Int32) */,
{ 906, -1, 1587 } /* System.Void System.Array::InternalArray__Insert<FairyGUI.GPath/Segment>(System.Int32,T) */,
{ 906, -1, 1588 } /* System.Void System.Array::InternalArray__Insert<FairyGUI.GPathPoint>(System.Int32,T) */,
{ 906, -1, 1076 } /* System.Void System.Array::InternalArray__Insert<FairyGUI.TextField/CharPosition>(System.Int32,T) */,
{ 906, -1, 1582 } /* System.Void System.Array::InternalArray__Insert<FairyGUI.UpdateContext/ClipInfo>(System.Int32,T) */,
{ 906, -1, 1504 } /* System.Void System.Array::InternalArray__Insert<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32,T) */,
{ 906, -1, 1274 } /* System.Void System.Array::InternalArray__Insert<LuaInterface.LuaFunction/FuncData>(System.Int32,T) */,
{ 906, -1, 15 } /* System.Void System.Array::InternalArray__Insert<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(System.Int32,T) */,
{ 906, -1, 20 } /* System.Void System.Array::InternalArray__Insert<Mono.Security.Uri/UriScheme>(System.Int32,T) */,
{ 906, -1, 413 } /* System.Void System.Array::InternalArray__Insert<System.ArraySegment`1<System.Byte>>(System.Int32,T) */,
{ 906, -1, 47 } /* System.Void System.Array::InternalArray__Insert<System.Boolean>(System.Int32,T) */,
{ 906, -1, 6 } /* System.Void System.Array::InternalArray__Insert<System.Byte>(System.Int32,T) */,
{ 906, -1, 398 } /* System.Void System.Array::InternalArray__Insert<System.ByteEnum>(System.Int32,T) */,
{ 906, -1, 7 } /* System.Void System.Array::InternalArray__Insert<System.Char>(System.Int32,T) */,
{ 906, -1, 34 } /* System.Void System.Array::InternalArray__Insert<System.Collections.DictionaryEntry>(System.Int32,T) */,
{ 906, -1, 347 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(System.Int32,T) */,
{ 906, -1, 123 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(System.Int32,T) */,
{ 906, -1, 870 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(System.Int32,T) */,
{ 906, -1, 1318 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32,T) */,
{ 906, -1, 1340 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(System.Int32,T) */,
{ 906, -1, 1267 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32,T) */,
{ 906, -1, 303 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32,T) */,
{ 906, -1, 786 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(System.Int32,T) */,
{ 906, -1, 1517 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32,T) */,
{ 906, -1, 31 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(System.Int32,T) */,
{ 906, -1, 171 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32,T) */,
{ 906, -1, 1063 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(System.Int32,T) */,
{ 906, -1, 604 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32,T) */,
{ 906, -1, 770 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32,T) */,
{ 906, -1, 774 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32,T) */,
{ 906, -1, 423 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32,T) */,
{ 906, -1, 115 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32,T) */,
{ 906, -1, 346 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32,T) */,
{ 906, -1, 122 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32,T) */,
{ 906, -1, 864 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32,T) */,
{ 906, -1, 1317 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32,T) */,
{ 906, -1, 1339 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32,T) */,
{ 906, -1, 1266 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32,T) */,
{ 906, -1, 302 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32,T) */,
{ 906, -1, 785 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32,T) */,
{ 906, -1, 1516 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32,T) */,
{ 906, -1, 30 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32,T) */,
{ 906, -1, 169 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32,T) */,
{ 906, -1, 1062 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32,T) */,
{ 906, -1, 602 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32,T) */,
{ 906, -1, 768 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32,T) */,
{ 906, -1, 773 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32,T) */,
{ 906, -1, 319 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Hashtable/bucket>(System.Int32,T) */,
{ 906, -1, 368 } /* System.Void System.Array::InternalArray__Insert<System.ComponentModel.AttributeCollection/AttributeEntry>(System.Int32,T) */,
{ 906, -1, 59 } /* System.Void System.Array::InternalArray__Insert<System.DateTime>(System.Int32,T) */,
{ 906, -1, 61 } /* System.Void System.Array::InternalArray__Insert<System.Decimal>(System.Int32,T) */,
{ 906, -1, 81 } /* System.Void System.Array::InternalArray__Insert<System.Double>(System.Int32,T) */,
{ 906, -1, 232 } /* System.Void System.Array::InternalArray__Insert<System.Globalization.InternalCodePageDataItem>(System.Int32,T) */,
{ 906, -1, 233 } /* System.Void System.Array::InternalArray__Insert<System.Globalization.InternalEncodingDataItem>(System.Int32,T) */,
{ 906, -1, 230 } /* System.Void System.Array::InternalArray__Insert<System.Globalization.TimeSpanParse/TimeSpanToken>(System.Int32,T) */,
{ 906, -1, 94 } /* System.Void System.Array::InternalArray__Insert<System.Guid>(System.Int32,T) */,
{ 906, -1, 95 } /* System.Void System.Array::InternalArray__Insert<System.Int16>(System.Int32,T) */,
{ 906, -1, 16 } /* System.Void System.Array::InternalArray__Insert<System.Int32>(System.Int32,T) */,
{ 906, -1, 90 } /* System.Void System.Array::InternalArray__Insert<System.Int32Enum>(System.Int32,T) */,
{ 906, -1, 37 } /* System.Void System.Array::InternalArray__Insert<System.Int64>(System.Int32,T) */,
{ 906, -1, 85 } /* System.Void System.Array::InternalArray__Insert<System.IntPtr>(System.Int32,T) */,
{ 906, -1, 400 } /* System.Void System.Array::InternalArray__Insert<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32,T) */,
{ 906, -1, 401 } /* System.Void System.Array::InternalArray__Insert<System.Net.HeaderVariantInfo>(System.Int32,T) */,
{ 906, -1, 415 } /* System.Void System.Array::InternalArray__Insert<System.Net.Sockets.Socket/WSABUF>(System.Int32,T) */,
{ 906, -1, 1367 } /* System.Void System.Array::InternalArray__Insert<System.Nullable`1<UnityEngine.RaycastHit>>(System.Int32,T) */,
{ 906, -1, 151 } /* System.Void System.Array::InternalArray__Insert<System.ParameterizedStrings/FormatParam>(System.Int32,T) */,
{ 906, -1, 176 } /* System.Void System.Array::InternalArray__Insert<System.Reflection.CustomAttributeNamedArgument>(System.Int32,T) */,
{ 906, -1, 166 } /* System.Void System.Array::InternalArray__Insert<System.Reflection.CustomAttributeTypedArgument>(System.Int32,T) */,
{ 906, -1, 64 } /* System.Void System.Array::InternalArray__Insert<System.Reflection.ParameterModifier>(System.Int32,T) */,
{ 906, -1, 170 } /* System.Void System.Array::InternalArray__Insert<System.Resources.ResourceLocator>(System.Int32,T) */,
{ 906, -1, 33 } /* System.Void System.Array::InternalArray__Insert<System.Runtime.CompilerServices.Ephemeron>(System.Int32,T) */,
{ 906, -1, 414 } /* System.Void System.Array::InternalArray__Insert<System.Runtime.InteropServices.GCHandle>(System.Int32,T) */,
{ 906, -1, 108 } /* System.Void System.Array::InternalArray__Insert<System.SByte>(System.Int32,T) */,
{ 906, -1, 395 } /* System.Void System.Array::InternalArray__Insert<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32,T) */,
{ 906, -1, 109 } /* System.Void System.Array::InternalArray__Insert<System.Single>(System.Int32,T) */,
{ 906, -1, 359 } /* System.Void System.Array::InternalArray__Insert<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(System.Int32,T) */,
{ 906, -1, 240 } /* System.Void System.Array::InternalArray__Insert<System.Threading.CancellationTokenRegistration>(System.Int32,T) */,
{ 906, -1, 110 } /* System.Void System.Array::InternalArray__Insert<System.TimeSpan>(System.Int32,T) */,
{ 906, -1, 134 } /* System.Void System.Array::InternalArray__Insert<System.UInt16>(System.Int32,T) */,
{ 906, -1, 324 } /* System.Void System.Array::InternalArray__Insert<System.UInt16Enum>(System.Int32,T) */,
{ 906, -1, 21 } /* System.Void System.Array::InternalArray__Insert<System.UInt32>(System.Int32,T) */,
{ 906, -1, 329 } /* System.Void System.Array::InternalArray__Insert<System.UInt32Enum>(System.Int32,T) */,
{ 906, -1, 82 } /* System.Void System.Array::InternalArray__Insert<System.UInt64>(System.Int32,T) */,
{ 906, -1, 534 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.AccelerationEvent>(System.Int32,T) */,
{ 906, -1, 561 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.AnimatorClipInfo>(System.Int32,T) */,
{ 906, -1, 439 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32,T) */,
{ 906, -1, 450 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Color32>(System.Int32,T) */,
{ 906, -1, 447 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Color>(System.Int32,T) */,
{ 906, -1, 539 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.ContactPoint2D>(System.Int32,T) */,
{ 906, -1, 505 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.ContactPoint>(System.Int32,T) */,
{ 906, -1, 499 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32,T) */,
{ 906, -1, 603 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(System.Int32,T) */,
{ 906, -1, 425 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Keyframe>(System.Int32,T) */,
{ 906, -1, 477 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32,T) */,
{ 906, -1, 446 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Matrix4x4>(System.Int32,T) */,
{ 906, -1, 592 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.ParticleSystem/Particle>(System.Int32,T) */,
{ 906, -1, 489 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Plane>(System.Int32,T) */,
{ 906, -1, 495 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Playables.PlayableBinding>(System.Int32,T) */,
{ 906, -1, 455 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Quaternion>(System.Int32,T) */,
{ 906, -1, 537 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.RaycastHit2D>(System.Int32,T) */,
{ 906, -1, 506 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.RaycastHit>(System.Int32,T) */,
{ 906, -1, 437 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Rect>(System.Int32,T) */,
{ 906, -1, 430 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.RenderBuffer>(System.Int32,T) */,
{ 906, -1, 491 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Rendering.BatchVisibility>(System.Int32,T) */,
{ 906, -1, 444 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32,T) */,
{ 906, -1, 441 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Resolution>(System.Int32,T) */,
{ 906, -1, 535 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SendMouseEvents/HitInfo>(System.Int32,T) */,
{ 906, -1, 584 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32,T) */,
{ 906, -1, 587 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32,T) */,
{ 906, -1, 533 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Touch>(System.Int32,T) */,
{ 906, -1, 612 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.EventDispatcher/DispatchContext>(System.Int32,T) */,
{ 906, -1, 610 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.EventDispatcher/EventRecord>(System.Int32,T) */,
{ 906, -1, 622 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.FocusController/FocusedElement>(System.Int32,T) */,
{ 906, -1, 769 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(System.Int32,T) */,
{ 906, -1, 789 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32,T) */,
{ 906, -1, 463 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32,T) */,
{ 906, -1, 442 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector2>(System.Int32,T) */,
{ 906, -1, 431 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector3>(System.Int32,T) */,
{ 906, -1, 445 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector4>(System.Int32,T) */,
{ 906, -1, 554 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.jvalue>(System.Int32,T) */,
{ 910, -1, 1587 } /* System.Void System.Array::InternalArray__set_Item<FairyGUI.GPath/Segment>(System.Int32,T) */,
{ 910, -1, 1588 } /* System.Void System.Array::InternalArray__set_Item<FairyGUI.GPathPoint>(System.Int32,T) */,
{ 910, -1, 1076 } /* System.Void System.Array::InternalArray__set_Item<FairyGUI.TextField/CharPosition>(System.Int32,T) */,
{ 910, -1, 1582 } /* System.Void System.Array::InternalArray__set_Item<FairyGUI.UpdateContext/ClipInfo>(System.Int32,T) */,
{ 910, -1, 1504 } /* System.Void System.Array::InternalArray__set_Item<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32,T) */,
{ 910, -1, 1274 } /* System.Void System.Array::InternalArray__set_Item<LuaInterface.LuaFunction/FuncData>(System.Int32,T) */,
{ 910, -1, 15 } /* System.Void System.Array::InternalArray__set_Item<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(System.Int32,T) */,
{ 910, -1, 20 } /* System.Void System.Array::InternalArray__set_Item<Mono.Security.Uri/UriScheme>(System.Int32,T) */,
{ 910, -1, 413 } /* System.Void System.Array::InternalArray__set_Item<System.ArraySegment`1<System.Byte>>(System.Int32,T) */,
{ 910, -1, 47 } /* System.Void System.Array::InternalArray__set_Item<System.Boolean>(System.Int32,T) */,
{ 910, -1, 6 } /* System.Void System.Array::InternalArray__set_Item<System.Byte>(System.Int32,T) */,
{ 910, -1, 398 } /* System.Void System.Array::InternalArray__set_Item<System.ByteEnum>(System.Int32,T) */,
{ 910, -1, 7 } /* System.Void System.Array::InternalArray__set_Item<System.Char>(System.Int32,T) */,
{ 910, -1, 34 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.DictionaryEntry>(System.Int32,T) */,
{ 910, -1, 347 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(System.Int32,T) */,
{ 910, -1, 123 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(System.Int32,T) */,
{ 910, -1, 870 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(System.Int32,T) */,
{ 910, -1, 1318 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32,T) */,
{ 910, -1, 1340 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(System.Int32,T) */,
{ 910, -1, 1267 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32,T) */,
{ 910, -1, 303 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32,T) */,
{ 910, -1, 786 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(System.Int32,T) */,
{ 910, -1, 1517 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32,T) */,
{ 910, -1, 31 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(System.Int32,T) */,
{ 910, -1, 171 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32,T) */,
{ 910, -1, 1063 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(System.Int32,T) */,
{ 910, -1, 604 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32,T) */,
{ 910, -1, 770 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32,T) */,
{ 910, -1, 774 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32,T) */,
{ 910, -1, 423 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32,T) */,
{ 910, -1, 115 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32,T) */,
{ 910, -1, 346 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32,T) */,
{ 910, -1, 122 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32,T) */,
{ 910, -1, 864 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32,T) */,
{ 910, -1, 1317 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32,T) */,
{ 910, -1, 1339 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32,T) */,
{ 910, -1, 1266 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32,T) */,
{ 910, -1, 302 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32,T) */,
{ 910, -1, 785 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32,T) */,
{ 910, -1, 1516 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32,T) */,
{ 910, -1, 30 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32,T) */,
{ 910, -1, 169 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32,T) */,
{ 910, -1, 1062 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32,T) */,
{ 910, -1, 602 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32,T) */,
{ 910, -1, 768 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32,T) */,
{ 910, -1, 773 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32,T) */,
{ 910, -1, 319 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Hashtable/bucket>(System.Int32,T) */,
{ 910, -1, 368 } /* System.Void System.Array::InternalArray__set_Item<System.ComponentModel.AttributeCollection/AttributeEntry>(System.Int32,T) */,
{ 910, -1, 59 } /* System.Void System.Array::InternalArray__set_Item<System.DateTime>(System.Int32,T) */,
{ 910, -1, 61 } /* System.Void System.Array::InternalArray__set_Item<System.Decimal>(System.Int32,T) */,
{ 910, -1, 81 } /* System.Void System.Array::InternalArray__set_Item<System.Double>(System.Int32,T) */,
{ 910, -1, 232 } /* System.Void System.Array::InternalArray__set_Item<System.Globalization.InternalCodePageDataItem>(System.Int32,T) */,
{ 910, -1, 233 } /* System.Void System.Array::InternalArray__set_Item<System.Globalization.InternalEncodingDataItem>(System.Int32,T) */,
{ 910, -1, 230 } /* System.Void System.Array::InternalArray__set_Item<System.Globalization.TimeSpanParse/TimeSpanToken>(System.Int32,T) */,
{ 910, -1, 94 } /* System.Void System.Array::InternalArray__set_Item<System.Guid>(System.Int32,T) */,
{ 910, -1, 95 } /* System.Void System.Array::InternalArray__set_Item<System.Int16>(System.Int32,T) */,
{ 910, -1, 16 } /* System.Void System.Array::InternalArray__set_Item<System.Int32>(System.Int32,T) */,
{ 910, -1, 90 } /* System.Void System.Array::InternalArray__set_Item<System.Int32Enum>(System.Int32,T) */,
{ 910, -1, 37 } /* System.Void System.Array::InternalArray__set_Item<System.Int64>(System.Int32,T) */,
{ 910, -1, 85 } /* System.Void System.Array::InternalArray__set_Item<System.IntPtr>(System.Int32,T) */,
{ 910, -1, 400 } /* System.Void System.Array::InternalArray__set_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32,T) */,
{ 910, -1, 401 } /* System.Void System.Array::InternalArray__set_Item<System.Net.HeaderVariantInfo>(System.Int32,T) */,
{ 910, -1, 415 } /* System.Void System.Array::InternalArray__set_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32,T) */,
{ 910, -1, 1367 } /* System.Void System.Array::InternalArray__set_Item<System.Nullable`1<UnityEngine.RaycastHit>>(System.Int32,T) */,
{ 910, -1, 151 } /* System.Void System.Array::InternalArray__set_Item<System.ParameterizedStrings/FormatParam>(System.Int32,T) */,
{ 910, -1, 176 } /* System.Void System.Array::InternalArray__set_Item<System.Reflection.CustomAttributeNamedArgument>(System.Int32,T) */,
{ 910, -1, 166 } /* System.Void System.Array::InternalArray__set_Item<System.Reflection.CustomAttributeTypedArgument>(System.Int32,T) */,
{ 910, -1, 64 } /* System.Void System.Array::InternalArray__set_Item<System.Reflection.ParameterModifier>(System.Int32,T) */,
{ 910, -1, 170 } /* System.Void System.Array::InternalArray__set_Item<System.Resources.ResourceLocator>(System.Int32,T) */,
{ 910, -1, 33 } /* System.Void System.Array::InternalArray__set_Item<System.Runtime.CompilerServices.Ephemeron>(System.Int32,T) */,
{ 910, -1, 414 } /* System.Void System.Array::InternalArray__set_Item<System.Runtime.InteropServices.GCHandle>(System.Int32,T) */,
{ 910, -1, 108 } /* System.Void System.Array::InternalArray__set_Item<System.SByte>(System.Int32,T) */,
{ 910, -1, 395 } /* System.Void System.Array::InternalArray__set_Item<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32,T) */,
{ 910, -1, 109 } /* System.Void System.Array::InternalArray__set_Item<System.Single>(System.Int32,T) */,
{ 910, -1, 359 } /* System.Void System.Array::InternalArray__set_Item<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(System.Int32,T) */,
{ 910, -1, 240 } /* System.Void System.Array::InternalArray__set_Item<System.Threading.CancellationTokenRegistration>(System.Int32,T) */,
{ 910, -1, 110 } /* System.Void System.Array::InternalArray__set_Item<System.TimeSpan>(System.Int32,T) */,
{ 910, -1, 134 } /* System.Void System.Array::InternalArray__set_Item<System.UInt16>(System.Int32,T) */,
{ 910, -1, 324 } /* System.Void System.Array::InternalArray__set_Item<System.UInt16Enum>(System.Int32,T) */,
{ 910, -1, 21 } /* System.Void System.Array::InternalArray__set_Item<System.UInt32>(System.Int32,T) */,
{ 910, -1, 329 } /* System.Void System.Array::InternalArray__set_Item<System.UInt32Enum>(System.Int32,T) */,
{ 910, -1, 82 } /* System.Void System.Array::InternalArray__set_Item<System.UInt64>(System.Int32,T) */,
{ 910, -1, 534 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.AccelerationEvent>(System.Int32,T) */,
{ 910, -1, 561 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.AnimatorClipInfo>(System.Int32,T) */,
{ 910, -1, 439 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32,T) */,
{ 910, -1, 450 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Color32>(System.Int32,T) */,
{ 910, -1, 447 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Color>(System.Int32,T) */,
{ 910, -1, 539 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.ContactPoint2D>(System.Int32,T) */,
{ 910, -1, 505 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.ContactPoint>(System.Int32,T) */,
{ 910, -1, 499 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32,T) */,
{ 910, -1, 603 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(System.Int32,T) */,
{ 910, -1, 425 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Keyframe>(System.Int32,T) */,
{ 910, -1, 477 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32,T) */,
{ 910, -1, 446 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Matrix4x4>(System.Int32,T) */,
{ 910, -1, 592 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.ParticleSystem/Particle>(System.Int32,T) */,
{ 910, -1, 489 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Plane>(System.Int32,T) */,
{ 910, -1, 495 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Playables.PlayableBinding>(System.Int32,T) */,
{ 910, -1, 455 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Quaternion>(System.Int32,T) */,
{ 910, -1, 537 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.RaycastHit2D>(System.Int32,T) */,
{ 910, -1, 506 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.RaycastHit>(System.Int32,T) */,
{ 910, -1, 437 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Rect>(System.Int32,T) */,
{ 910, -1, 430 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.RenderBuffer>(System.Int32,T) */,
{ 910, -1, 491 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Rendering.BatchVisibility>(System.Int32,T) */,
{ 910, -1, 444 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32,T) */,
{ 910, -1, 441 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Resolution>(System.Int32,T) */,
{ 910, -1, 535 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32,T) */,
{ 910, -1, 584 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32,T) */,
{ 910, -1, 587 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32,T) */,
{ 910, -1, 533 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Touch>(System.Int32,T) */,
{ 910, -1, 612 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.EventDispatcher/DispatchContext>(System.Int32,T) */,
{ 910, -1, 610 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.EventDispatcher/EventRecord>(System.Int32,T) */,
{ 910, -1, 622 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.FocusController/FocusedElement>(System.Int32,T) */,
{ 910, -1, 769 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(System.Int32,T) */,
{ 910, -1, 789 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32,T) */,
{ 910, -1, 463 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32,T) */,
{ 910, -1, 442 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector2>(System.Int32,T) */,
{ 910, -1, 431 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector3>(System.Int32,T) */,
{ 910, -1, 445 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector4>(System.Int32,T) */,
{ 910, -1, 554 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.jvalue>(System.Int32,T) */,
{ 802, -1, 1582 } /* System.Void System.Array::Resize<FairyGUI.UpdateContext/ClipInfo>(T[]&,System.Int32) */,
{ 802, -1, 1274 } /* System.Void System.Array::Resize<LuaInterface.LuaFunction/FuncData>(T[]&,System.Int32) */,
{ 802, -1, 612 } /* System.Void System.Array::Resize<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T[]&,System.Int32) */,
{ 859, -1, 1587 } /* System.Void System.Array::Reverse<FairyGUI.GPath/Segment>(T[],System.Int32,System.Int32) */,
{ 859, -1, 1588 } /* System.Void System.Array::Reverse<FairyGUI.GPathPoint>(T[],System.Int32,System.Int32) */,
{ 859, -1, 1076 } /* System.Void System.Array::Reverse<FairyGUI.TextField/CharPosition>(T[],System.Int32,System.Int32) */,
{ 859, -1, 7 } /* System.Void System.Array::Reverse<System.Char>(T[],System.Int32,System.Int32) */,
{ 859, -1, 115 } /* System.Void System.Array::Reverse<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32,System.Int32) */,
{ 859, -1, 16 } /* System.Void System.Array::Reverse<System.Int32>(T[],System.Int32,System.Int32) */,
{ 859, -1, 90 } /* System.Void System.Array::Reverse<System.Int32Enum>(T[],System.Int32,System.Int32) */,
{ 859, -1, 37 } /* System.Void System.Array::Reverse<System.Int64>(T[],System.Int32,System.Int32) */,
{ 859, -1, 109 } /* System.Void System.Array::Reverse<System.Single>(T[],System.Int32,System.Int32) */,
{ 859, -1, 561 } /* System.Void System.Array::Reverse<UnityEngine.AnimatorClipInfo>(T[],System.Int32,System.Int32) */,
{ 859, -1, 439 } /* System.Void System.Array::Reverse<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32,System.Int32) */,
{ 859, -1, 450 } /* System.Void System.Array::Reverse<UnityEngine.Color32>(T[],System.Int32,System.Int32) */,
{ 859, -1, 447 } /* System.Void System.Array::Reverse<UnityEngine.Color>(T[],System.Int32,System.Int32) */,
{ 859, -1, 446 } /* System.Void System.Array::Reverse<UnityEngine.Matrix4x4>(T[],System.Int32,System.Int32) */,
{ 859, -1, 592 } /* System.Void System.Array::Reverse<UnityEngine.ParticleSystem/Particle>(T[],System.Int32,System.Int32) */,
{ 859, -1, 537 } /* System.Void System.Array::Reverse<UnityEngine.RaycastHit2D>(T[],System.Int32,System.Int32) */,
{ 859, -1, 437 } /* System.Void System.Array::Reverse<UnityEngine.Rect>(T[],System.Int32,System.Int32) */,
{ 859, -1, 444 } /* System.Void System.Array::Reverse<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32,System.Int32) */,
{ 859, -1, 622 } /* System.Void System.Array::Reverse<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32,System.Int32) */,
{ 859, -1, 463 } /* System.Void System.Array::Reverse<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32,System.Int32) */,
{ 859, -1, 442 } /* System.Void System.Array::Reverse<UnityEngine.Vector2>(T[],System.Int32,System.Int32) */,
{ 859, -1, 431 } /* System.Void System.Array::Reverse<UnityEngine.Vector3>(T[],System.Int32,System.Int32) */,
{ 859, -1, 445 } /* System.Void System.Array::Reverse<UnityEngine.Vector4>(T[],System.Int32,System.Int32) */,
{ 875, -1, 1587 } /* System.Void System.Array::Sort<FairyGUI.GPath/Segment>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 1588 } /* System.Void System.Array::Sort<FairyGUI.GPathPoint>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 1076 } /* System.Void System.Array::Sort<FairyGUI.TextField/CharPosition>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 6 } /* System.Void System.Array::Sort<System.Byte>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 7 } /* System.Void System.Array::Sort<System.Char>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 115 } /* System.Void System.Array::Sort<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 16 } /* System.Void System.Array::Sort<System.Int32>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 90 } /* System.Void System.Array::Sort<System.Int32Enum>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 37 } /* System.Void System.Array::Sort<System.Int64>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 109 } /* System.Void System.Array::Sort<System.Single>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 879, -1, 83 } /* System.Void System.Array::Sort<System.UInt64,System.Object>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>) */,
{ 880, -1, 83 } /* System.Void System.Array::Sort<System.UInt64,System.Object>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 875, -1, 82 } /* System.Void System.Array::Sort<System.UInt64>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 561 } /* System.Void System.Array::Sort<UnityEngine.AnimatorClipInfo>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 439 } /* System.Void System.Array::Sort<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 450 } /* System.Void System.Array::Sort<UnityEngine.Color32>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 447 } /* System.Void System.Array::Sort<UnityEngine.Color>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 446 } /* System.Void System.Array::Sort<UnityEngine.Matrix4x4>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 592 } /* System.Void System.Array::Sort<UnityEngine.ParticleSystem/Particle>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 537 } /* System.Void System.Array::Sort<UnityEngine.RaycastHit2D>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 437 } /* System.Void System.Array::Sort<UnityEngine.Rect>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 444 } /* System.Void System.Array::Sort<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 622 } /* System.Void System.Array::Sort<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 463 } /* System.Void System.Array::Sort<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 442 } /* System.Void System.Array::Sort<UnityEngine.Vector2>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 431 } /* System.Void System.Array::Sort<UnityEngine.Vector3>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 445 } /* System.Void System.Array::Sort<UnityEngine.Vector4>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10081, -1, 2456 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(TAwaiter&,TStateMachine&) */,
{ 10090, 47, 2457 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(TAwaiter&,TStateMachine&) */,
{ 10090, 16, 2458 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,Mono.Net.Security.MobileAuthenticatedStream/<StartOperation>d__58>(TAwaiter&,TStateMachine&) */,
{ 10090, 0, 2062 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(TAwaiter&,TStateMachine&) */,
{ 10087, 0, 2056 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(TStateMachine&) */,
{ 10089, 189, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10089, 189, 2050 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 10090, 189, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10090, 189, 2061 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(TAwaiter&,TStateMachine&) */,
{ 10090, 189, 2068 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.MobileAuthenticatedStream/<InnerWrite>d__67>(TAwaiter&,TStateMachine&) */,
{ 10090, 189, 2051 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 10090, 189, 2060 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(TAwaiter&,TStateMachine&) */,
{ 10090, 189, 2456 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(TAwaiter&,TStateMachine&) */,
{ 776, -1, 1587 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<FairyGUI.GPath/Segment>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 1588 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<FairyGUI.GPathPoint>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 1076 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<FairyGUI.TextField/CharPosition>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 6 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Byte>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 7 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Char>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 115 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 16 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Int32>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 90 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Int32Enum>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 37 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Int64>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 109 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Single>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 561 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.AnimatorClipInfo>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 439 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 450 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Color32>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 447 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Color>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 446 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Matrix4x4>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 592 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.ParticleSystem/Particle>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 537 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.RaycastHit2D>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 437 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Rect>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 444 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 622 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.UIElements.FocusController/FocusedElement>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 463 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 442 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector2>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 431 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector3>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 445 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector4>(System.Object,System.ExceptionArgument) */,
{ 17504, -1, 90 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::InternalEnumToInt<System.Int32Enum>(T&,System.Int32&) */,
{ 17502, -1, 6 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<System.Byte>(System.Void*,System.Int32,T) */,
{ 17502, -1, 16 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<System.Int32>(System.Void*,System.Int32,T) */,
{ 17502, -1, 499 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Void*,System.Int32,T) */,
{ 17502, -1, 592 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<UnityEngine.ParticleSystem/Particle>(System.Void*,System.Int32,T) */,
{ 17502, -1, 489 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<UnityEngine.Plane>(System.Void*,System.Int32,T) */,
{ 17502, -1, 491 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<UnityEngine.Rendering.BatchVisibility>(System.Void*,System.Int32,T) */,
{ 20310, -1, 16 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Int32>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 19917, -1, 47 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Boolean>(System.Object) */,
{ 19917, -1, 16 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Int32>(System.Object) */,
{ 19917, -1, 109 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Single>(System.Object) */,
{ 18667, -1, 445 } /* System.Void UnityEngine.Mesh::SetListForChannel<UnityEngine.Vector4>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 19460, -1, 450 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Color32>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19459, -1, 109 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<System.Single>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19459, -1, 450 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Color32>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19459, -1, 447 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Color>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19459, -1, 446 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Matrix4x4>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19459, -1, 437 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Rect>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 19459, -1, 445 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 30858, -1, 47 } /* T LuaInterface.LuaFunction::CheckValue<System.Boolean>() */,
{ 31260, -1, 47 } /* T LuaInterface.LuaState::CheckValue<System.Boolean>(System.Int32) */,
{ 904, -1, 1587 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.GPath/Segment>(System.Int32) */,
{ 904, -1, 1588 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.GPathPoint>(System.Int32) */,
{ 904, -1, 1076 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.TextField/CharPosition>(System.Int32) */,
{ 904, -1, 1582 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.UpdateContext/ClipInfo>(System.Int32) */,
{ 904, -1, 1504 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32) */,
{ 904, -1, 1274 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<LuaInterface.LuaFunction/FuncData>(System.Int32) */,
{ 904, -1, 15 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(System.Int32) */,
{ 904, -1, 20 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<Mono.Security.Uri/UriScheme>(System.Int32) */,
{ 904, -1, 413 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.ArraySegment`1<System.Byte>>(System.Int32) */,
{ 904, -1, 47 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Boolean>(System.Int32) */,
{ 904, -1, 6 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Byte>(System.Int32) */,
{ 904, -1, 398 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.ByteEnum>(System.Int32) */,
{ 904, -1, 7 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Char>(System.Int32) */,
{ 904, -1, 34 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.DictionaryEntry>(System.Int32) */,
{ 904, -1, 347 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(System.Int32) */,
{ 904, -1, 123 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(System.Int32) */,
{ 904, -1, 870 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(System.Int32) */,
{ 904, -1, 1318 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32) */,
{ 904, -1, 1340 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(System.Int32) */,
{ 904, -1, 1267 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32) */,
{ 904, -1, 303 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32) */,
{ 904, -1, 786 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(System.Int32) */,
{ 904, -1, 1517 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32) */,
{ 904, -1, 31 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(System.Int32) */,
{ 904, -1, 171 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32) */,
{ 904, -1, 1063 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(System.Int32) */,
{ 904, -1, 604 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32) */,
{ 904, -1, 770 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32) */,
{ 904, -1, 774 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32) */,
{ 904, -1, 423 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32) */,
{ 904, -1, 115 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32) */,
{ 904, -1, 346 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32) */,
{ 904, -1, 122 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32) */,
{ 904, -1, 864 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32) */,
{ 904, -1, 1317 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32) */,
{ 904, -1, 1339 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32) */,
{ 904, -1, 1266 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32) */,
{ 904, -1, 302 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32) */,
{ 904, -1, 785 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32) */,
{ 904, -1, 1516 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32) */,
{ 904, -1, 30 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32) */,
{ 904, -1, 169 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32) */,
{ 904, -1, 1062 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32) */,
{ 904, -1, 602 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32) */,
{ 904, -1, 768 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32) */,
{ 904, -1, 773 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32) */,
{ 904, -1, 319 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Hashtable/bucket>(System.Int32) */,
{ 904, -1, 368 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.ComponentModel.AttributeCollection/AttributeEntry>(System.Int32) */,
{ 904, -1, 59 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.DateTime>(System.Int32) */,
{ 904, -1, 61 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Decimal>(System.Int32) */,
{ 904, -1, 81 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Double>(System.Int32) */,
{ 904, -1, 232 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Globalization.InternalCodePageDataItem>(System.Int32) */,
{ 904, -1, 233 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Globalization.InternalEncodingDataItem>(System.Int32) */,
{ 904, -1, 230 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Globalization.TimeSpanParse/TimeSpanToken>(System.Int32) */,
{ 904, -1, 94 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Guid>(System.Int32) */,
{ 904, -1, 95 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int16>(System.Int32) */,
{ 904, -1, 16 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int32>(System.Int32) */,
{ 904, -1, 90 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int32Enum>(System.Int32) */,
{ 904, -1, 37 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int64>(System.Int32) */,
{ 904, -1, 85 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.IntPtr>(System.Int32) */,
{ 904, -1, 400 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32) */,
{ 904, -1, 401 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.HeaderVariantInfo>(System.Int32) */,
{ 904, -1, 415 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32) */,
{ 904, -1, 1367 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Nullable`1<UnityEngine.RaycastHit>>(System.Int32) */,
{ 904, -1, 151 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.ParameterizedStrings/FormatParam>(System.Int32) */,
{ 904, -1, 176 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.CustomAttributeNamedArgument>(System.Int32) */,
{ 904, -1, 166 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.CustomAttributeTypedArgument>(System.Int32) */,
{ 904, -1, 64 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.ParameterModifier>(System.Int32) */,
{ 904, -1, 170 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Resources.ResourceLocator>(System.Int32) */,
{ 904, -1, 33 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Runtime.CompilerServices.Ephemeron>(System.Int32) */,
{ 904, -1, 414 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Runtime.InteropServices.GCHandle>(System.Int32) */,
{ 904, -1, 108 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.SByte>(System.Int32) */,
{ 904, -1, 395 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32) */,
{ 904, -1, 109 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Single>(System.Int32) */,
{ 904, -1, 359 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(System.Int32) */,
{ 904, -1, 240 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Threading.CancellationTokenRegistration>(System.Int32) */,
{ 904, -1, 110 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.TimeSpan>(System.Int32) */,
{ 904, -1, 134 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt16>(System.Int32) */,
{ 904, -1, 324 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt16Enum>(System.Int32) */,
{ 904, -1, 21 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt32>(System.Int32) */,
{ 904, -1, 329 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt32Enum>(System.Int32) */,
{ 904, -1, 82 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt64>(System.Int32) */,
{ 904, -1, 534 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.AccelerationEvent>(System.Int32) */,
{ 904, -1, 561 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.AnimatorClipInfo>(System.Int32) */,
{ 904, -1, 439 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32) */,
{ 904, -1, 450 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Color32>(System.Int32) */,
{ 904, -1, 447 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Color>(System.Int32) */,
{ 904, -1, 539 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ContactPoint2D>(System.Int32) */,
{ 904, -1, 505 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ContactPoint>(System.Int32) */,
{ 904, -1, 499 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32) */,
{ 904, -1, 603 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(System.Int32) */,
{ 904, -1, 425 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Keyframe>(System.Int32) */,
{ 904, -1, 477 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32) */,
{ 904, -1, 446 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Matrix4x4>(System.Int32) */,
{ 904, -1, 592 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ParticleSystem/Particle>(System.Int32) */,
{ 904, -1, 489 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Plane>(System.Int32) */,
{ 904, -1, 495 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Playables.PlayableBinding>(System.Int32) */,
{ 904, -1, 455 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Quaternion>(System.Int32) */,
{ 904, -1, 537 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RaycastHit2D>(System.Int32) */,
{ 904, -1, 506 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RaycastHit>(System.Int32) */,
{ 904, -1, 437 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rect>(System.Int32) */,
{ 904, -1, 430 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RenderBuffer>(System.Int32) */,
{ 904, -1, 491 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rendering.BatchVisibility>(System.Int32) */,
{ 904, -1, 444 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32) */,
{ 904, -1, 441 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Resolution>(System.Int32) */,
{ 904, -1, 535 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32) */,
{ 904, -1, 584 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32) */,
{ 904, -1, 587 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32) */,
{ 904, -1, 533 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Touch>(System.Int32) */,
{ 904, -1, 612 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.EventDispatcher/DispatchContext>(System.Int32) */,
{ 904, -1, 610 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.EventDispatcher/EventRecord>(System.Int32) */,
{ 904, -1, 622 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.FocusController/FocusedElement>(System.Int32) */,
{ 904, -1, 769 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(System.Int32) */,
{ 904, -1, 789 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32) */,
{ 904, -1, 463 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32) */,
{ 904, -1, 442 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector2>(System.Int32) */,
{ 904, -1, 431 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector3>(System.Int32) */,
{ 904, -1, 445 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector4>(System.Int32) */,
{ 904, -1, 554 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.jvalue>(System.Int32) */,
{ 909, -1, 1587 } /* T System.Array::InternalArray__get_Item<FairyGUI.GPath/Segment>(System.Int32) */,
{ 909, -1, 1588 } /* T System.Array::InternalArray__get_Item<FairyGUI.GPathPoint>(System.Int32) */,
{ 909, -1, 1076 } /* T System.Array::InternalArray__get_Item<FairyGUI.TextField/CharPosition>(System.Int32) */,
{ 909, -1, 1582 } /* T System.Array::InternalArray__get_Item<FairyGUI.UpdateContext/ClipInfo>(System.Int32) */,
{ 909, -1, 1504 } /* T System.Array::InternalArray__get_Item<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32) */,
{ 909, -1, 1274 } /* T System.Array::InternalArray__get_Item<LuaInterface.LuaFunction/FuncData>(System.Int32) */,
{ 909, -1, 15 } /* T System.Array::InternalArray__get_Item<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(System.Int32) */,
{ 909, -1, 20 } /* T System.Array::InternalArray__get_Item<Mono.Security.Uri/UriScheme>(System.Int32) */,
{ 909, -1, 413 } /* T System.Array::InternalArray__get_Item<System.ArraySegment`1<System.Byte>>(System.Int32) */,
{ 909, -1, 47 } /* T System.Array::InternalArray__get_Item<System.Boolean>(System.Int32) */,
{ 909, -1, 6 } /* T System.Array::InternalArray__get_Item<System.Byte>(System.Int32) */,
{ 909, -1, 398 } /* T System.Array::InternalArray__get_Item<System.ByteEnum>(System.Int32) */,
{ 909, -1, 7 } /* T System.Array::InternalArray__get_Item<System.Char>(System.Int32) */,
{ 909, -1, 34 } /* T System.Array::InternalArray__get_Item<System.Collections.DictionaryEntry>(System.Int32) */,
{ 909, -1, 347 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(System.Int32) */,
{ 909, -1, 123 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(System.Int32) */,
{ 909, -1, 870 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(System.Int32) */,
{ 909, -1, 1318 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32) */,
{ 909, -1, 1340 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(System.Int32) */,
{ 909, -1, 1267 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32) */,
{ 909, -1, 303 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32) */,
{ 909, -1, 786 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(System.Int32) */,
{ 909, -1, 1517 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32) */,
{ 909, -1, 31 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(System.Int32) */,
{ 909, -1, 171 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32) */,
{ 909, -1, 1063 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(System.Int32) */,
{ 909, -1, 604 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32) */,
{ 909, -1, 770 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32) */,
{ 909, -1, 774 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32) */,
{ 909, -1, 423 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32) */,
{ 909, -1, 115 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32) */,
{ 909, -1, 346 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32) */,
{ 909, -1, 122 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32) */,
{ 909, -1, 864 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32) */,
{ 909, -1, 1317 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32) */,
{ 909, -1, 1339 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32) */,
{ 909, -1, 1266 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32) */,
{ 909, -1, 302 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32) */,
{ 909, -1, 785 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32) */,
{ 909, -1, 1516 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32) */,
{ 909, -1, 30 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32) */,
{ 909, -1, 169 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32) */,
{ 909, -1, 1062 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32) */,
{ 909, -1, 602 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32) */,
{ 909, -1, 768 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32) */,
{ 909, -1, 773 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32) */,
{ 909, -1, 319 } /* T System.Array::InternalArray__get_Item<System.Collections.Hashtable/bucket>(System.Int32) */,
{ 909, -1, 368 } /* T System.Array::InternalArray__get_Item<System.ComponentModel.AttributeCollection/AttributeEntry>(System.Int32) */,
{ 909, -1, 59 } /* T System.Array::InternalArray__get_Item<System.DateTime>(System.Int32) */,
{ 909, -1, 61 } /* T System.Array::InternalArray__get_Item<System.Decimal>(System.Int32) */,
{ 909, -1, 81 } /* T System.Array::InternalArray__get_Item<System.Double>(System.Int32) */,
{ 909, -1, 232 } /* T System.Array::InternalArray__get_Item<System.Globalization.InternalCodePageDataItem>(System.Int32) */,
{ 909, -1, 233 } /* T System.Array::InternalArray__get_Item<System.Globalization.InternalEncodingDataItem>(System.Int32) */,
{ 909, -1, 230 } /* T System.Array::InternalArray__get_Item<System.Globalization.TimeSpanParse/TimeSpanToken>(System.Int32) */,
{ 909, -1, 94 } /* T System.Array::InternalArray__get_Item<System.Guid>(System.Int32) */,
{ 909, -1, 95 } /* T System.Array::InternalArray__get_Item<System.Int16>(System.Int32) */,
{ 909, -1, 16 } /* T System.Array::InternalArray__get_Item<System.Int32>(System.Int32) */,
{ 909, -1, 90 } /* T System.Array::InternalArray__get_Item<System.Int32Enum>(System.Int32) */,
{ 909, -1, 37 } /* T System.Array::InternalArray__get_Item<System.Int64>(System.Int32) */,
{ 909, -1, 85 } /* T System.Array::InternalArray__get_Item<System.IntPtr>(System.Int32) */,
{ 909, -1, 400 } /* T System.Array::InternalArray__get_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32) */,
{ 909, -1, 401 } /* T System.Array::InternalArray__get_Item<System.Net.HeaderVariantInfo>(System.Int32) */,
{ 909, -1, 415 } /* T System.Array::InternalArray__get_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32) */,
{ 909, -1, 1367 } /* T System.Array::InternalArray__get_Item<System.Nullable`1<UnityEngine.RaycastHit>>(System.Int32) */,
{ 909, -1, 151 } /* T System.Array::InternalArray__get_Item<System.ParameterizedStrings/FormatParam>(System.Int32) */,
{ 909, -1, 176 } /* T System.Array::InternalArray__get_Item<System.Reflection.CustomAttributeNamedArgument>(System.Int32) */,
{ 909, -1, 166 } /* T System.Array::InternalArray__get_Item<System.Reflection.CustomAttributeTypedArgument>(System.Int32) */,
{ 909, -1, 64 } /* T System.Array::InternalArray__get_Item<System.Reflection.ParameterModifier>(System.Int32) */,
{ 909, -1, 170 } /* T System.Array::InternalArray__get_Item<System.Resources.ResourceLocator>(System.Int32) */,
{ 909, -1, 33 } /* T System.Array::InternalArray__get_Item<System.Runtime.CompilerServices.Ephemeron>(System.Int32) */,
{ 909, -1, 414 } /* T System.Array::InternalArray__get_Item<System.Runtime.InteropServices.GCHandle>(System.Int32) */,
{ 909, -1, 108 } /* T System.Array::InternalArray__get_Item<System.SByte>(System.Int32) */,
{ 909, -1, 395 } /* T System.Array::InternalArray__get_Item<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32) */,
{ 909, -1, 109 } /* T System.Array::InternalArray__get_Item<System.Single>(System.Int32) */,
{ 909, -1, 359 } /* T System.Array::InternalArray__get_Item<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(System.Int32) */,
{ 909, -1, 240 } /* T System.Array::InternalArray__get_Item<System.Threading.CancellationTokenRegistration>(System.Int32) */,
{ 909, -1, 110 } /* T System.Array::InternalArray__get_Item<System.TimeSpan>(System.Int32) */,
{ 909, -1, 134 } /* T System.Array::InternalArray__get_Item<System.UInt16>(System.Int32) */,
{ 909, -1, 324 } /* T System.Array::InternalArray__get_Item<System.UInt16Enum>(System.Int32) */,
{ 909, -1, 21 } /* T System.Array::InternalArray__get_Item<System.UInt32>(System.Int32) */,
{ 909, -1, 329 } /* T System.Array::InternalArray__get_Item<System.UInt32Enum>(System.Int32) */,
{ 909, -1, 82 } /* T System.Array::InternalArray__get_Item<System.UInt64>(System.Int32) */,
{ 909, -1, 534 } /* T System.Array::InternalArray__get_Item<UnityEngine.AccelerationEvent>(System.Int32) */,
{ 909, -1, 561 } /* T System.Array::InternalArray__get_Item<UnityEngine.AnimatorClipInfo>(System.Int32) */,
{ 909, -1, 439 } /* T System.Array::InternalArray__get_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32) */,
{ 909, -1, 450 } /* T System.Array::InternalArray__get_Item<UnityEngine.Color32>(System.Int32) */,
{ 909, -1, 447 } /* T System.Array::InternalArray__get_Item<UnityEngine.Color>(System.Int32) */,
{ 909, -1, 539 } /* T System.Array::InternalArray__get_Item<UnityEngine.ContactPoint2D>(System.Int32) */,
{ 909, -1, 505 } /* T System.Array::InternalArray__get_Item<UnityEngine.ContactPoint>(System.Int32) */,
{ 909, -1, 499 } /* T System.Array::InternalArray__get_Item<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32) */,
{ 909, -1, 603 } /* T System.Array::InternalArray__get_Item<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(System.Int32) */,
{ 909, -1, 425 } /* T System.Array::InternalArray__get_Item<UnityEngine.Keyframe>(System.Int32) */,
{ 909, -1, 477 } /* T System.Array::InternalArray__get_Item<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32) */,
{ 909, -1, 446 } /* T System.Array::InternalArray__get_Item<UnityEngine.Matrix4x4>(System.Int32) */,
{ 909, -1, 592 } /* T System.Array::InternalArray__get_Item<UnityEngine.ParticleSystem/Particle>(System.Int32) */,
{ 909, -1, 489 } /* T System.Array::InternalArray__get_Item<UnityEngine.Plane>(System.Int32) */,
{ 909, -1, 495 } /* T System.Array::InternalArray__get_Item<UnityEngine.Playables.PlayableBinding>(System.Int32) */,
{ 909, -1, 455 } /* T System.Array::InternalArray__get_Item<UnityEngine.Quaternion>(System.Int32) */,
{ 909, -1, 537 } /* T System.Array::InternalArray__get_Item<UnityEngine.RaycastHit2D>(System.Int32) */,
{ 909, -1, 506 } /* T System.Array::InternalArray__get_Item<UnityEngine.RaycastHit>(System.Int32) */,
{ 909, -1, 437 } /* T System.Array::InternalArray__get_Item<UnityEngine.Rect>(System.Int32) */,
{ 909, -1, 430 } /* T System.Array::InternalArray__get_Item<UnityEngine.RenderBuffer>(System.Int32) */,
{ 909, -1, 491 } /* T System.Array::InternalArray__get_Item<UnityEngine.Rendering.BatchVisibility>(System.Int32) */,
{ 909, -1, 444 } /* T System.Array::InternalArray__get_Item<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32) */,
{ 909, -1, 441 } /* T System.Array::InternalArray__get_Item<UnityEngine.Resolution>(System.Int32) */,
{ 909, -1, 535 } /* T System.Array::InternalArray__get_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32) */,
{ 909, -1, 584 } /* T System.Array::InternalArray__get_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32) */,
{ 909, -1, 587 } /* T System.Array::InternalArray__get_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32) */,
{ 909, -1, 533 } /* T System.Array::InternalArray__get_Item<UnityEngine.Touch>(System.Int32) */,
{ 909, -1, 612 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.EventDispatcher/DispatchContext>(System.Int32) */,
{ 909, -1, 610 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.EventDispatcher/EventRecord>(System.Int32) */,
{ 909, -1, 622 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.FocusController/FocusedElement>(System.Int32) */,
{ 909, -1, 769 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(System.Int32) */,
{ 909, -1, 789 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32) */,
{ 909, -1, 463 } /* T System.Array::InternalArray__get_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32) */,
{ 909, -1, 442 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector2>(System.Int32) */,
{ 909, -1, 431 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector3>(System.Int32) */,
{ 909, -1, 445 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector4>(System.Int32) */,
{ 909, -1, 554 } /* T System.Array::InternalArray__get_Item<UnityEngine.jvalue>(System.Int32) */,
{ 951, -1, 1587 } /* T System.Array::UnsafeLoad<FairyGUI.GPath/Segment>(T[],System.Int32) */,
{ 951, -1, 1588 } /* T System.Array::UnsafeLoad<FairyGUI.GPathPoint>(T[],System.Int32) */,
{ 951, -1, 1076 } /* T System.Array::UnsafeLoad<FairyGUI.TextField/CharPosition>(T[],System.Int32) */,
{ 951, -1, 6 } /* T System.Array::UnsafeLoad<System.Byte>(T[],System.Int32) */,
{ 951, -1, 7 } /* T System.Array::UnsafeLoad<System.Char>(T[],System.Int32) */,
{ 951, -1, 115 } /* T System.Array::UnsafeLoad<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32) */,
{ 951, -1, 16 } /* T System.Array::UnsafeLoad<System.Int32>(T[],System.Int32) */,
{ 951, -1, 90 } /* T System.Array::UnsafeLoad<System.Int32Enum>(T[],System.Int32) */,
{ 951, -1, 37 } /* T System.Array::UnsafeLoad<System.Int64>(T[],System.Int32) */,
{ 951, -1, 109 } /* T System.Array::UnsafeLoad<System.Single>(T[],System.Int32) */,
{ 951, -1, 561 } /* T System.Array::UnsafeLoad<UnityEngine.AnimatorClipInfo>(T[],System.Int32) */,
{ 951, -1, 439 } /* T System.Array::UnsafeLoad<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32) */,
{ 951, -1, 450 } /* T System.Array::UnsafeLoad<UnityEngine.Color32>(T[],System.Int32) */,
{ 951, -1, 447 } /* T System.Array::UnsafeLoad<UnityEngine.Color>(T[],System.Int32) */,
{ 951, -1, 446 } /* T System.Array::UnsafeLoad<UnityEngine.Matrix4x4>(T[],System.Int32) */,
{ 951, -1, 592 } /* T System.Array::UnsafeLoad<UnityEngine.ParticleSystem/Particle>(T[],System.Int32) */,
{ 951, -1, 537 } /* T System.Array::UnsafeLoad<UnityEngine.RaycastHit2D>(T[],System.Int32) */,
{ 951, -1, 437 } /* T System.Array::UnsafeLoad<UnityEngine.Rect>(T[],System.Int32) */,
{ 951, -1, 444 } /* T System.Array::UnsafeLoad<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32) */,
{ 951, -1, 622 } /* T System.Array::UnsafeLoad<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32) */,
{ 951, -1, 463 } /* T System.Array::UnsafeLoad<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32) */,
{ 951, -1, 442 } /* T System.Array::UnsafeLoad<UnityEngine.Vector2>(T[],System.Int32) */,
{ 951, -1, 431 } /* T System.Array::UnsafeLoad<UnityEngine.Vector3>(T[],System.Int32) */,
{ 951, -1, 445 } /* T System.Array::UnsafeLoad<UnityEngine.Vector4>(T[],System.Int32) */,
{ 17501, -1, 6 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Byte>(System.Void*,System.Int32) */,
{ 17501, -1, 16 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Int32>(System.Void*,System.Int32) */,
{ 17501, -1, 499 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Void*,System.Int32) */,
{ 17501, -1, 592 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.ParticleSystem/Particle>(System.Void*,System.Int32) */,
{ 17501, -1, 489 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Plane>(System.Void*,System.Int32) */,
{ 17501, -1, 491 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Rendering.BatchVisibility>(System.Void*,System.Int32) */,
{ 946, -1, 1582 } /* T[] System.Array::Empty<FairyGUI.UpdateContext/ClipInfo>() */,
{ 946, -1, 1274 } /* T[] System.Array::Empty<LuaInterface.LuaFunction/FuncData>() */,
{ 946, -1, 37 } /* T[] System.Array::Empty<System.Int64>() */,
{ 946, -1, 612 } /* T[] System.Array::Empty<UnityEngine.UIElements.EventDispatcher/DispatchContext>() */,
{ 946, -1, 610 } /* T[] System.Array::Empty<UnityEngine.UIElements.EventDispatcher/EventRecord>() */,
{ 18663, -1, 431 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) */,
{ 23363, -1, 90 } /* UnityEngine.UIElements.StyleEnum`1<T> UnityEngine.UIElements.StyleValueExtensions::ToStyleEnum<System.Int32Enum>(UnityEngine.UIElements.StyleInt,T) */,
{ 23509, 7, -1 } /* System.Int32 ArrayPool`1<System.Char>::GetSlot(System.Int32) */,
{ 30940, 47, -1 } /* System.Void LuaInterface.LuaOut`1<System.Boolean>::.ctor() */,
{ 30940, 6, -1 } /* System.Void LuaInterface.LuaOut`1<System.Byte>::.ctor() */,
{ 30940, 7, -1 } /* System.Void LuaInterface.LuaOut`1<System.Char>::.ctor() */,
{ 30940, 81, -1 } /* System.Void LuaInterface.LuaOut`1<System.Double>::.ctor() */,
{ 30940, 95, -1 } /* System.Void LuaInterface.LuaOut`1<System.Int16>::.ctor() */,
{ 30940, 16, -1 } /* System.Void LuaInterface.LuaOut`1<System.Int32>::.ctor() */,
{ 30940, 37, -1 } /* System.Void LuaInterface.LuaOut`1<System.Int64>::.ctor() */,
{ 30940, 108, -1 } /* System.Void LuaInterface.LuaOut`1<System.SByte>::.ctor() */,
{ 30940, 109, -1 } /* System.Void LuaInterface.LuaOut`1<System.Single>::.ctor() */,
{ 30940, 134, -1 } /* System.Void LuaInterface.LuaOut`1<System.UInt16>::.ctor() */,
{ 30940, 21, -1 } /* System.Void LuaInterface.LuaOut`1<System.UInt32>::.ctor() */,
{ 30940, 82, -1 } /* System.Void LuaInterface.LuaOut`1<System.UInt64>::.ctor() */,
{ 31785, 1041, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1041, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::SelectPush() */,
{ 31787, 1041, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::PushValue(System.IntPtr,T) */,
{ 31788, 1041, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::PushObject(System.IntPtr,T) */,
{ 31789, 1041, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::PushArray(System.IntPtr,T) */,
{ 31790, 1041, -1 } /* T LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1041, -1 } /* T LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1041, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::.cctor() */,
{ 31785, 1051, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1051, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<FairyGUI.Margin>::SelectPush() */,
{ 31787, 1051, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::PushValue(System.IntPtr,T) */,
{ 31788, 1051, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::PushObject(System.IntPtr,T) */,
{ 31789, 1051, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::PushArray(System.IntPtr,T) */,
{ 31790, 1051, -1 } /* T LuaInterface.StackTraits`1<FairyGUI.Margin>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1051, -1 } /* T LuaInterface.StackTraits`1<FairyGUI.Margin>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1051, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::.cctor() */,
{ 31786, 1372, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::SelectPush() */,
{ 31787, 1372, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::PushValue(System.IntPtr,T) */,
{ 31788, 1372, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::PushObject(System.IntPtr,T) */,
{ 31789, 1372, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::PushArray(System.IntPtr,T) */,
{ 31790, 1372, -1 } /* T LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1372, -1 } /* T LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1372, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::.cctor() */,
{ 31786, 1502, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<LuaInterface.nil>::SelectPush() */,
{ 31787, 1502, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::PushValue(System.IntPtr,T) */,
{ 31788, 1502, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::PushObject(System.IntPtr,T) */,
{ 31789, 1502, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::PushArray(System.IntPtr,T) */,
{ 31790, 1502, -1 } /* T LuaInterface.StackTraits`1<LuaInterface.nil>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1502, -1 } /* T LuaInterface.StackTraits`1<LuaInterface.nil>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1502, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::.cctor() */,
{ 31786, 47, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Boolean>::SelectPush() */,
{ 31787, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::PushValue(System.IntPtr,T) */,
{ 31788, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::PushObject(System.IntPtr,T) */,
{ 31789, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::PushArray(System.IntPtr,T) */,
{ 31790, 47, -1 } /* T LuaInterface.StackTraits`1<System.Boolean>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 47, -1 } /* T LuaInterface.StackTraits`1<System.Boolean>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::.cctor() */,
{ 31786, 6, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Byte>::SelectPush() */,
{ 31787, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::PushValue(System.IntPtr,T) */,
{ 31788, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::PushObject(System.IntPtr,T) */,
{ 31789, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::PushArray(System.IntPtr,T) */,
{ 31790, 6, -1 } /* T LuaInterface.StackTraits`1<System.Byte>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 6, -1 } /* T LuaInterface.StackTraits`1<System.Byte>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::.cctor() */,
{ 31786, 7, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Char>::SelectPush() */,
{ 31787, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::PushValue(System.IntPtr,T) */,
{ 31788, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::PushObject(System.IntPtr,T) */,
{ 31789, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::PushArray(System.IntPtr,T) */,
{ 31790, 7, -1 } /* T LuaInterface.StackTraits`1<System.Char>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 7, -1 } /* T LuaInterface.StackTraits`1<System.Char>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::.cctor() */,
{ 31785, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 59, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.DateTime>::SelectPush() */,
{ 31787, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::PushValue(System.IntPtr,T) */,
{ 31788, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::PushObject(System.IntPtr,T) */,
{ 31789, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::PushArray(System.IntPtr,T) */,
{ 31790, 59, -1 } /* T LuaInterface.StackTraits`1<System.DateTime>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 59, -1 } /* T LuaInterface.StackTraits`1<System.DateTime>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::.cctor() */,
{ 31786, 61, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Decimal>::SelectPush() */,
{ 31787, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::PushValue(System.IntPtr,T) */,
{ 31788, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::PushObject(System.IntPtr,T) */,
{ 31789, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::PushArray(System.IntPtr,T) */,
{ 31790, 61, -1 } /* T LuaInterface.StackTraits`1<System.Decimal>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 61, -1 } /* T LuaInterface.StackTraits`1<System.Decimal>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::.cctor() */,
{ 31786, 81, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Double>::SelectPush() */,
{ 31787, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::PushValue(System.IntPtr,T) */,
{ 31788, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::PushObject(System.IntPtr,T) */,
{ 31789, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::PushArray(System.IntPtr,T) */,
{ 31790, 81, -1 } /* T LuaInterface.StackTraits`1<System.Double>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 81, -1 } /* T LuaInterface.StackTraits`1<System.Double>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::.cctor() */,
{ 31785, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 94, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Guid>::SelectPush() */,
{ 31787, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::PushValue(System.IntPtr,T) */,
{ 31788, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::PushObject(System.IntPtr,T) */,
{ 31789, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::PushArray(System.IntPtr,T) */,
{ 31790, 94, -1 } /* T LuaInterface.StackTraits`1<System.Guid>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 94, -1 } /* T LuaInterface.StackTraits`1<System.Guid>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::.cctor() */,
{ 31786, 95, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Int16>::SelectPush() */,
{ 31787, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::PushValue(System.IntPtr,T) */,
{ 31788, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::PushObject(System.IntPtr,T) */,
{ 31789, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::PushArray(System.IntPtr,T) */,
{ 31790, 95, -1 } /* T LuaInterface.StackTraits`1<System.Int16>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 95, -1 } /* T LuaInterface.StackTraits`1<System.Int16>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::.cctor() */,
{ 31786, 16, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Int32>::SelectPush() */,
{ 31787, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::PushValue(System.IntPtr,T) */,
{ 31788, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::PushObject(System.IntPtr,T) */,
{ 31789, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::PushArray(System.IntPtr,T) */,
{ 31790, 16, -1 } /* T LuaInterface.StackTraits`1<System.Int32>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 16, -1 } /* T LuaInterface.StackTraits`1<System.Int32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::.cctor() */,
{ 31785, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 90, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Int32Enum>::SelectPush() */,
{ 31787, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::PushValue(System.IntPtr,T) */,
{ 31788, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::PushObject(System.IntPtr,T) */,
{ 31789, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::PushArray(System.IntPtr,T) */,
{ 31790, 90, -1 } /* T LuaInterface.StackTraits`1<System.Int32Enum>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 90, -1 } /* T LuaInterface.StackTraits`1<System.Int32Enum>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::.cctor() */,
{ 31786, 37, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Int64>::SelectPush() */,
{ 31787, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::PushValue(System.IntPtr,T) */,
{ 31788, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::PushObject(System.IntPtr,T) */,
{ 31789, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::PushArray(System.IntPtr,T) */,
{ 31790, 37, -1 } /* T LuaInterface.StackTraits`1<System.Int64>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 37, -1 } /* T LuaInterface.StackTraits`1<System.Int64>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::.cctor() */,
{ 31786, 85, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.IntPtr>::SelectPush() */,
{ 31787, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::PushValue(System.IntPtr,T) */,
{ 31788, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::PushObject(System.IntPtr,T) */,
{ 31789, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::PushArray(System.IntPtr,T) */,
{ 31790, 85, -1 } /* T LuaInterface.StackTraits`1<System.IntPtr>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 85, -1 } /* T LuaInterface.StackTraits`1<System.IntPtr>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::.cctor() */,
{ 31786, 1354, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::SelectPush() */,
{ 31787, 1354, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::PushValue(System.IntPtr,T) */,
{ 31788, 1354, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::PushObject(System.IntPtr,T) */,
{ 31789, 1354, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::PushArray(System.IntPtr,T) */,
{ 31790, 1354, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1354, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1354, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::.cctor() */,
{ 31786, 1346, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::SelectPush() */,
{ 31787, 1346, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::PushValue(System.IntPtr,T) */,
{ 31788, 1346, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::PushObject(System.IntPtr,T) */,
{ 31789, 1346, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::PushArray(System.IntPtr,T) */,
{ 31790, 1346, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1346, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1346, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::.cctor() */,
{ 31786, 1349, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::SelectPush() */,
{ 31787, 1349, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::PushValue(System.IntPtr,T) */,
{ 31788, 1349, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::PushObject(System.IntPtr,T) */,
{ 31789, 1349, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::PushArray(System.IntPtr,T) */,
{ 31790, 1349, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1349, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1349, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::.cctor() */,
{ 31786, 1351, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::SelectPush() */,
{ 31787, 1351, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::PushValue(System.IntPtr,T) */,
{ 31788, 1351, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::PushObject(System.IntPtr,T) */,
{ 31789, 1351, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::PushArray(System.IntPtr,T) */,
{ 31790, 1351, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1351, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1351, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::.cctor() */,
{ 31786, 1353, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::SelectPush() */,
{ 31787, 1353, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::PushValue(System.IntPtr,T) */,
{ 31788, 1353, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::PushObject(System.IntPtr,T) */,
{ 31789, 1353, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::PushArray(System.IntPtr,T) */,
{ 31790, 1353, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1353, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1353, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::.cctor() */,
{ 31786, 1347, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::SelectPush() */,
{ 31787, 1347, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::PushValue(System.IntPtr,T) */,
{ 31788, 1347, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::PushObject(System.IntPtr,T) */,
{ 31789, 1347, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::PushArray(System.IntPtr,T) */,
{ 31790, 1347, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1347, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1347, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::.cctor() */,
{ 31786, 335, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::SelectPush() */,
{ 31787, 335, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::PushValue(System.IntPtr,T) */,
{ 31788, 335, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::PushObject(System.IntPtr,T) */,
{ 31789, 335, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::PushArray(System.IntPtr,T) */,
{ 31790, 335, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 335, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 335, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 31786, 1355, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::SelectPush() */,
{ 31787, 1355, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::PushValue(System.IntPtr,T) */,
{ 31788, 1355, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::PushObject(System.IntPtr,T) */,
{ 31789, 1355, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::PushArray(System.IntPtr,T) */,
{ 31790, 1355, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1355, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1355, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::.cctor() */,
{ 31786, 1345, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::SelectPush() */,
{ 31787, 1345, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::PushValue(System.IntPtr,T) */,
{ 31788, 1345, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::PushObject(System.IntPtr,T) */,
{ 31789, 1345, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::PushArray(System.IntPtr,T) */,
{ 31790, 1345, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1345, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1345, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::.cctor() */,
{ 31786, 1352, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::SelectPush() */,
{ 31787, 1352, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::PushValue(System.IntPtr,T) */,
{ 31788, 1352, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::PushObject(System.IntPtr,T) */,
{ 31789, 1352, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::PushArray(System.IntPtr,T) */,
{ 31790, 1352, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1352, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1352, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::.cctor() */,
{ 31786, 1348, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::SelectPush() */,
{ 31787, 1348, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::PushValue(System.IntPtr,T) */,
{ 31788, 1348, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::PushObject(System.IntPtr,T) */,
{ 31789, 1348, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::PushArray(System.IntPtr,T) */,
{ 31790, 1348, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1348, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1348, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::.cctor() */,
{ 31786, 1350, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::SelectPush() */,
{ 31787, 1350, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::PushValue(System.IntPtr,T) */,
{ 31788, 1350, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::PushObject(System.IntPtr,T) */,
{ 31789, 1350, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::PushArray(System.IntPtr,T) */,
{ 31790, 1350, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1350, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1350, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::.cctor() */,
{ 31786, 1356, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::SelectPush() */,
{ 31787, 1356, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::PushValue(System.IntPtr,T) */,
{ 31788, 1356, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::PushObject(System.IntPtr,T) */,
{ 31789, 1356, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::PushArray(System.IntPtr,T) */,
{ 31790, 1356, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1356, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1356, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::.cctor() */,
{ 31786, 1364, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::SelectPush() */,
{ 31787, 1364, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::PushValue(System.IntPtr,T) */,
{ 31788, 1364, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::PushObject(System.IntPtr,T) */,
{ 31789, 1364, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::PushArray(System.IntPtr,T) */,
{ 31790, 1364, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1364, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1364, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::.cctor() */,
{ 31786, 1361, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::SelectPush() */,
{ 31787, 1361, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::PushValue(System.IntPtr,T) */,
{ 31788, 1361, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::PushObject(System.IntPtr,T) */,
{ 31789, 1361, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::PushArray(System.IntPtr,T) */,
{ 31790, 1361, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1361, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1361, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::.cctor() */,
{ 31786, 1366, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::SelectPush() */,
{ 31787, 1366, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::PushValue(System.IntPtr,T) */,
{ 31788, 1366, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::PushObject(System.IntPtr,T) */,
{ 31789, 1366, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::PushArray(System.IntPtr,T) */,
{ 31790, 1366, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1366, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1366, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::.cctor() */,
{ 31786, 1359, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::SelectPush() */,
{ 31787, 1359, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::PushValue(System.IntPtr,T) */,
{ 31788, 1359, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::PushObject(System.IntPtr,T) */,
{ 31789, 1359, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::PushArray(System.IntPtr,T) */,
{ 31790, 1359, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1359, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1359, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::.cctor() */,
{ 31786, 1363, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::SelectPush() */,
{ 31787, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::PushValue(System.IntPtr,T) */,
{ 31788, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::PushObject(System.IntPtr,T) */,
{ 31789, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::PushArray(System.IntPtr,T) */,
{ 31790, 1363, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1363, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::.cctor() */,
{ 31786, 1367, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::SelectPush() */,
{ 31787, 1367, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::PushValue(System.IntPtr,T) */,
{ 31788, 1367, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::PushObject(System.IntPtr,T) */,
{ 31789, 1367, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::PushArray(System.IntPtr,T) */,
{ 31790, 1367, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1367, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1367, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::.cctor() */,
{ 31786, 1365, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::SelectPush() */,
{ 31787, 1365, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::PushValue(System.IntPtr,T) */,
{ 31788, 1365, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::PushObject(System.IntPtr,T) */,
{ 31789, 1365, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::PushArray(System.IntPtr,T) */,
{ 31790, 1365, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1365, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1365, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::.cctor() */,
{ 31786, 1360, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::SelectPush() */,
{ 31787, 1360, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::PushValue(System.IntPtr,T) */,
{ 31788, 1360, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::PushObject(System.IntPtr,T) */,
{ 31789, 1360, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::PushArray(System.IntPtr,T) */,
{ 31790, 1360, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1360, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1360, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::.cctor() */,
{ 31786, 1358, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::SelectPush() */,
{ 31787, 1358, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::PushValue(System.IntPtr,T) */,
{ 31788, 1358, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::PushObject(System.IntPtr,T) */,
{ 31789, 1358, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::PushArray(System.IntPtr,T) */,
{ 31790, 1358, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1358, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1358, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::.cctor() */,
{ 31786, 1362, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::SelectPush() */,
{ 31787, 1362, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::PushValue(System.IntPtr,T) */,
{ 31788, 1362, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::PushObject(System.IntPtr,T) */,
{ 31789, 1362, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::PushArray(System.IntPtr,T) */,
{ 31790, 1362, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1362, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1362, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::.cctor() */,
{ 31785, 921, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 921, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::SelectPush() */,
{ 31787, 921, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::PushValue(System.IntPtr,T) */,
{ 31788, 921, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::PushObject(System.IntPtr,T) */,
{ 31789, 921, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::PushArray(System.IntPtr,T) */,
{ 31790, 921, -1 } /* T LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 921, -1 } /* T LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 921, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::.cctor() */,
{ 31785, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 64, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::SelectPush() */,
{ 31787, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::PushValue(System.IntPtr,T) */,
{ 31788, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::PushObject(System.IntPtr,T) */,
{ 31789, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::PushArray(System.IntPtr,T) */,
{ 31790, 64, -1 } /* T LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 64, -1 } /* T LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 31785, 913, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 913, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::SelectPush() */,
{ 31787, 913, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::PushValue(System.IntPtr,T) */,
{ 31788, 913, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::PushObject(System.IntPtr,T) */,
{ 31789, 913, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::PushArray(System.IntPtr,T) */,
{ 31790, 913, -1 } /* T LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 913, -1 } /* T LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 913, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::.cctor() */,
{ 31785, 918, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 918, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::SelectPush() */,
{ 31787, 918, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::PushValue(System.IntPtr,T) */,
{ 31788, 918, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::PushObject(System.IntPtr,T) */,
{ 31789, 918, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::PushArray(System.IntPtr,T) */,
{ 31790, 918, -1 } /* T LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 918, -1 } /* T LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 918, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::.cctor() */,
{ 31786, 108, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.SByte>::SelectPush() */,
{ 31787, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::PushValue(System.IntPtr,T) */,
{ 31788, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::PushObject(System.IntPtr,T) */,
{ 31789, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::PushArray(System.IntPtr,T) */,
{ 31790, 108, -1 } /* T LuaInterface.StackTraits`1<System.SByte>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 108, -1 } /* T LuaInterface.StackTraits`1<System.SByte>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::.cctor() */,
{ 31786, 109, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Single>::SelectPush() */,
{ 31787, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::PushValue(System.IntPtr,T) */,
{ 31788, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::PushObject(System.IntPtr,T) */,
{ 31789, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::PushArray(System.IntPtr,T) */,
{ 31790, 109, -1 } /* T LuaInterface.StackTraits`1<System.Single>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 109, -1 } /* T LuaInterface.StackTraits`1<System.Single>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::.cctor() */,
{ 31786, 134, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.UInt16>::SelectPush() */,
{ 31787, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::PushValue(System.IntPtr,T) */,
{ 31788, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::PushObject(System.IntPtr,T) */,
{ 31789, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::PushArray(System.IntPtr,T) */,
{ 31790, 134, -1 } /* T LuaInterface.StackTraits`1<System.UInt16>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 134, -1 } /* T LuaInterface.StackTraits`1<System.UInt16>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::.cctor() */,
{ 31786, 21, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.UInt32>::SelectPush() */,
{ 31787, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::PushValue(System.IntPtr,T) */,
{ 31788, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::PushObject(System.IntPtr,T) */,
{ 31789, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::PushArray(System.IntPtr,T) */,
{ 31790, 21, -1 } /* T LuaInterface.StackTraits`1<System.UInt32>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 21, -1 } /* T LuaInterface.StackTraits`1<System.UInt32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::.cctor() */,
{ 31786, 82, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.UInt64>::SelectPush() */,
{ 31787, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::PushValue(System.IntPtr,T) */,
{ 31788, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::PushObject(System.IntPtr,T) */,
{ 31789, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::PushArray(System.IntPtr,T) */,
{ 31790, 82, -1 } /* T LuaInterface.StackTraits`1<System.UInt64>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 82, -1 } /* T LuaInterface.StackTraits`1<System.UInt64>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::.cctor() */,
{ 31786, 1368, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.UIntPtr>::SelectPush() */,
{ 31787, 1368, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::PushValue(System.IntPtr,T) */,
{ 31788, 1368, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::PushObject(System.IntPtr,T) */,
{ 31789, 1368, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::PushArray(System.IntPtr,T) */,
{ 31790, 1368, -1 } /* T LuaInterface.StackTraits`1<System.UIntPtr>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1368, -1 } /* T LuaInterface.StackTraits`1<System.UIntPtr>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1368, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::.cctor() */,
{ 31785, 593, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 593, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::SelectPush() */,
{ 31787, 593, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::PushValue(System.IntPtr,T) */,
{ 31788, 593, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::PushObject(System.IntPtr,T) */,
{ 31789, 593, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::PushArray(System.IntPtr,T) */,
{ 31790, 593, -1 } /* T LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 593, -1 } /* T LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 593, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.cctor() */,
{ 31785, 534, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 534, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::SelectPush() */,
{ 31787, 534, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::PushValue(System.IntPtr,T) */,
{ 31788, 534, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::PushObject(System.IntPtr,T) */,
{ 31789, 534, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::PushArray(System.IntPtr,T) */,
{ 31790, 534, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 534, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 534, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::.cctor() */,
{ 31785, 1087, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1087, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::SelectPush() */,
{ 31787, 1087, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::PushValue(System.IntPtr,T) */,
{ 31788, 1087, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::PushObject(System.IntPtr,T) */,
{ 31789, 1087, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::PushArray(System.IntPtr,T) */,
{ 31790, 1087, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1087, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1087, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::.cctor() */,
{ 31785, 1090, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1090, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::SelectPush() */,
{ 31787, 1090, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::PushValue(System.IntPtr,T) */,
{ 31788, 1090, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::PushObject(System.IntPtr,T) */,
{ 31789, 1090, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::PushArray(System.IntPtr,T) */,
{ 31790, 1090, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1090, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1090, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::.cctor() */,
{ 31786, 436, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Bounds>::SelectPush() */,
{ 31787, 436, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::PushValue(System.IntPtr,T) */,
{ 31788, 436, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::PushObject(System.IntPtr,T) */,
{ 31789, 436, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::PushArray(System.IntPtr,T) */,
{ 31790, 436, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Bounds>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 436, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Bounds>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 436, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::.cctor() */,
{ 31785, 1099, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1099, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::SelectPush() */,
{ 31787, 1099, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::PushValue(System.IntPtr,T) */,
{ 31788, 1099, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::PushObject(System.IntPtr,T) */,
{ 31789, 1099, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::PushArray(System.IntPtr,T) */,
{ 31790, 1099, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1099, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1099, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::.cctor() */,
{ 31785, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1242, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::SelectPush() */,
{ 31787, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::PushValue(System.IntPtr,T) */,
{ 31788, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::PushObject(System.IntPtr,T) */,
{ 31789, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::PushArray(System.IntPtr,T) */,
{ 31790, 1242, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1242, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::.cctor() */,
{ 31785, 1112, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1112, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::SelectPush() */,
{ 31787, 1112, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::PushValue(System.IntPtr,T) */,
{ 31788, 1112, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::PushObject(System.IntPtr,T) */,
{ 31789, 1112, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::PushArray(System.IntPtr,T) */,
{ 31790, 1112, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1112, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1112, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::.cctor() */,
{ 31785, 450, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 450, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Color32>::SelectPush() */,
{ 31787, 450, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::PushValue(System.IntPtr,T) */,
{ 31788, 450, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::PushObject(System.IntPtr,T) */,
{ 31789, 450, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::PushArray(System.IntPtr,T) */,
{ 31790, 450, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Color32>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 450, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Color32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 450, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::.cctor() */,
{ 31786, 447, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Color>::SelectPush() */,
{ 31787, 447, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::PushValue(System.IntPtr,T) */,
{ 31788, 447, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::PushObject(System.IntPtr,T) */,
{ 31789, 447, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::PushArray(System.IntPtr,T) */,
{ 31790, 447, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Color>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 447, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Color>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 447, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::.cctor() */,
{ 31785, 453, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 453, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Hash128>::SelectPush() */,
{ 31787, 453, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::PushValue(System.IntPtr,T) */,
{ 31788, 453, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::PushObject(System.IntPtr,T) */,
{ 31789, 453, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::PushArray(System.IntPtr,T) */,
{ 31790, 453, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Hash128>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 453, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Hash128>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 453, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::.cctor() */,
{ 31786, 1303, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.LayerMask>::SelectPush() */,
{ 31787, 1303, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::PushValue(System.IntPtr,T) */,
{ 31788, 1303, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::PushObject(System.IntPtr,T) */,
{ 31789, 1303, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::PushArray(System.IntPtr,T) */,
{ 31790, 1303, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.LayerMask>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1303, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.LayerMask>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1303, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::.cctor() */,
{ 31785, 1127, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1127, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::SelectPush() */,
{ 31787, 1127, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::PushValue(System.IntPtr,T) */,
{ 31788, 1127, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::PushObject(System.IntPtr,T) */,
{ 31789, 1127, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::PushArray(System.IntPtr,T) */,
{ 31790, 1127, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1127, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1127, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::.cctor() */,
{ 31785, 1093, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1093, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::SelectPush() */,
{ 31787, 1093, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::PushValue(System.IntPtr,T) */,
{ 31788, 1093, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::PushObject(System.IntPtr,T) */,
{ 31789, 1093, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::PushArray(System.IntPtr,T) */,
{ 31790, 1093, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1093, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1093, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::.cctor() */,
{ 31785, 446, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 446, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::SelectPush() */,
{ 31787, 446, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::PushValue(System.IntPtr,T) */,
{ 31788, 446, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::PushObject(System.IntPtr,T) */,
{ 31789, 446, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::PushArray(System.IntPtr,T) */,
{ 31790, 446, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 446, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 446, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::.cctor() */,
{ 31785, 1193, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1193, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::SelectPush() */,
{ 31787, 1193, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1193, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1193, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1193, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1193, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1193, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::.cctor() */,
{ 31785, 1172, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1172, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::SelectPush() */,
{ 31787, 1172, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1172, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1172, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1172, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1172, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1172, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::.cctor() */,
{ 31785, 1169, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1169, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::SelectPush() */,
{ 31787, 1169, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1169, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1169, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1169, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1169, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1169, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.cctor() */,
{ 31785, 1208, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1208, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::SelectPush() */,
{ 31787, 1208, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1208, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1208, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1208, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1208, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1208, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::.cctor() */,
{ 31785, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1151, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::SelectPush() */,
{ 31787, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1151, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1151, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::.cctor() */,
{ 31785, 1145, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1145, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::SelectPush() */,
{ 31787, 1145, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::PushValue(System.IntPtr,T) */,
{ 31788, 1145, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::PushObject(System.IntPtr,T) */,
{ 31789, 1145, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::PushArray(System.IntPtr,T) */,
{ 31790, 1145, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1145, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1145, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::.cctor() */,
{ 31785, 1187, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1187, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::SelectPush() */,
{ 31787, 1187, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1187, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1187, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1187, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1187, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1187, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::.cctor() */,
{ 31785, 1166, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1166, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::SelectPush() */,
{ 31787, 1166, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1166, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1166, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1166, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1166, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1166, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.cctor() */,
{ 31785, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1163, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::SelectPush() */,
{ 31787, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1163, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1163, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::.cctor() */,
{ 31785, 1202, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1202, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::SelectPush() */,
{ 31787, 1202, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1202, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1202, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1202, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1202, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1202, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::.cctor() */,
{ 31785, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1160, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::SelectPush() */,
{ 31787, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1160, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1160, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.cctor() */,
{ 31785, 1148, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1148, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::SelectPush() */,
{ 31787, 1148, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1148, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1148, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1148, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1148, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1148, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::.cctor() */,
{ 31785, 1190, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1190, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::SelectPush() */,
{ 31787, 1190, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1190, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1190, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1190, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1190, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1190, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::.cctor() */,
{ 31785, 592, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 592, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::SelectPush() */,
{ 31787, 592, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::PushValue(System.IntPtr,T) */,
{ 31788, 592, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::PushObject(System.IntPtr,T) */,
{ 31789, 592, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::PushArray(System.IntPtr,T) */,
{ 31790, 592, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 592, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 592, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 31785, 1139, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1139, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::SelectPush() */,
{ 31787, 1139, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::PushValue(System.IntPtr,T) */,
{ 31788, 1139, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::PushObject(System.IntPtr,T) */,
{ 31789, 1139, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::PushArray(System.IntPtr,T) */,
{ 31790, 1139, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1139, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1139, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::.cctor() */,
{ 31785, 1184, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1184, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::SelectPush() */,
{ 31787, 1184, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1184, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1184, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1184, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1184, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1184, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::.cctor() */,
{ 31785, 1181, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1181, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::SelectPush() */,
{ 31787, 1181, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1181, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1181, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1181, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1181, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1181, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.cctor() */,
{ 31785, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1154, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::SelectPush() */,
{ 31787, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1154, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1154, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::.cctor() */,
{ 31785, 1178, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1178, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::SelectPush() */,
{ 31787, 1178, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1178, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1178, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1178, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1178, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1178, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::.cctor() */,
{ 31785, 1175, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1175, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::SelectPush() */,
{ 31787, 1175, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1175, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1175, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1175, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1175, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1175, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.cctor() */,
{ 31785, 1199, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1199, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::SelectPush() */,
{ 31787, 1199, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1199, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1199, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1199, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1199, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1199, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.cctor() */,
{ 31785, 1205, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1205, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::SelectPush() */,
{ 31787, 1205, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1205, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1205, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1205, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1205, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1205, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::.cctor() */,
{ 31785, 1142, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1142, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::SelectPush() */,
{ 31787, 1142, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::PushValue(System.IntPtr,T) */,
{ 31788, 1142, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::PushObject(System.IntPtr,T) */,
{ 31789, 1142, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::PushArray(System.IntPtr,T) */,
{ 31790, 1142, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1142, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1142, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::.cctor() */,
{ 31785, 1196, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1196, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::SelectPush() */,
{ 31787, 1196, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1196, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1196, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1196, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1196, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1196, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::.cctor() */,
{ 31785, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1157, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::SelectPush() */,
{ 31787, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 31788, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 31789, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 31790, 1157, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1157, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.cctor() */,
{ 31785, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 507, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::SelectPush() */,
{ 31787, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::PushValue(System.IntPtr,T) */,
{ 31788, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::PushObject(System.IntPtr,T) */,
{ 31789, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::PushArray(System.IntPtr,T) */,
{ 31790, 507, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 507, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::.cctor() */,
{ 31785, 1096, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1096, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::SelectPush() */,
{ 31787, 1096, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::PushValue(System.IntPtr,T) */,
{ 31788, 1096, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::PushObject(System.IntPtr,T) */,
{ 31789, 1096, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::PushArray(System.IntPtr,T) */,
{ 31790, 1096, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1096, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1096, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::.cctor() */,
{ 31786, 455, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Quaternion>::SelectPush() */,
{ 31787, 455, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::PushValue(System.IntPtr,T) */,
{ 31788, 455, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::PushObject(System.IntPtr,T) */,
{ 31789, 455, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::PushArray(System.IntPtr,T) */,
{ 31790, 455, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Quaternion>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 455, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Quaternion>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 455, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::.cctor() */,
{ 31786, 1211, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Ray>::SelectPush() */,
{ 31787, 1211, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::PushValue(System.IntPtr,T) */,
{ 31788, 1211, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::PushObject(System.IntPtr,T) */,
{ 31789, 1211, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::PushArray(System.IntPtr,T) */,
{ 31790, 1211, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Ray>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1211, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Ray>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1211, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::.cctor() */,
{ 31786, 506, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::SelectPush() */,
{ 31787, 506, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::PushValue(System.IntPtr,T) */,
{ 31788, 506, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::PushObject(System.IntPtr,T) */,
{ 31789, 506, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::PushArray(System.IntPtr,T) */,
{ 31790, 506, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 506, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 506, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::.cctor() */,
{ 31785, 437, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 437, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Rect>::SelectPush() */,
{ 31787, 437, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::PushValue(System.IntPtr,T) */,
{ 31788, 437, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::PushObject(System.IntPtr,T) */,
{ 31789, 437, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::PushArray(System.IntPtr,T) */,
{ 31790, 437, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rect>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 437, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rect>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 437, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::.cctor() */,
{ 31785, 430, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 430, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::SelectPush() */,
{ 31787, 430, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::PushValue(System.IntPtr,T) */,
{ 31788, 430, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::PushObject(System.IntPtr,T) */,
{ 31789, 430, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::PushArray(System.IntPtr,T) */,
{ 31790, 430, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 430, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 430, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::.cctor() */,
{ 31785, 1223, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1223, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::SelectPush() */,
{ 31787, 1223, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::PushValue(System.IntPtr,T) */,
{ 31788, 1223, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::PushObject(System.IntPtr,T) */,
{ 31789, 1223, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::PushArray(System.IntPtr,T) */,
{ 31790, 1223, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1223, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1223, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::.cctor() */,
{ 31785, 485, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 485, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::SelectPush() */,
{ 31787, 485, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::PushValue(System.IntPtr,T) */,
{ 31788, 485, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::PushObject(System.IntPtr,T) */,
{ 31789, 485, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::PushArray(System.IntPtr,T) */,
{ 31790, 485, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 485, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 485, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::.cctor() */,
{ 31785, 488, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 488, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::SelectPush() */,
{ 31787, 488, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::PushValue(System.IntPtr,T) */,
{ 31788, 488, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::PushObject(System.IntPtr,T) */,
{ 31789, 488, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::PushArray(System.IntPtr,T) */,
{ 31790, 488, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 488, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 488, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::.cctor() */,
{ 31785, 482, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 482, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::SelectPush() */,
{ 31787, 482, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::PushValue(System.IntPtr,T) */,
{ 31788, 482, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::PushObject(System.IntPtr,T) */,
{ 31789, 482, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::PushArray(System.IntPtr,T) */,
{ 31790, 482, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 482, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 482, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::.cctor() */,
{ 31785, 441, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 441, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Resolution>::SelectPush() */,
{ 31787, 441, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::PushValue(System.IntPtr,T) */,
{ 31788, 441, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::PushObject(System.IntPtr,T) */,
{ 31789, 441, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::PushArray(System.IntPtr,T) */,
{ 31790, 441, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Resolution>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 441, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Resolution>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 441, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::.cctor() */,
{ 31785, 475, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 475, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::SelectPush() */,
{ 31787, 475, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::PushValue(System.IntPtr,T) */,
{ 31788, 475, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::PushObject(System.IntPtr,T) */,
{ 31789, 475, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::PushArray(System.IntPtr,T) */,
{ 31790, 475, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 475, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 475, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::.cctor() */,
{ 31786, 533, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Touch>::SelectPush() */,
{ 31787, 533, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::PushValue(System.IntPtr,T) */,
{ 31788, 533, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::PushObject(System.IntPtr,T) */,
{ 31789, 533, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::PushArray(System.IntPtr,T) */,
{ 31790, 533, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Touch>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 533, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Touch>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 533, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::.cctor() */,
{ 31786, 442, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Vector2>::SelectPush() */,
{ 31787, 442, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::PushValue(System.IntPtr,T) */,
{ 31788, 442, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::PushObject(System.IntPtr,T) */,
{ 31789, 442, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::PushArray(System.IntPtr,T) */,
{ 31790, 442, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector2>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 442, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector2>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 442, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::.cctor() */,
{ 31786, 431, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Vector3>::SelectPush() */,
{ 31787, 431, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::PushValue(System.IntPtr,T) */,
{ 31788, 431, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::PushObject(System.IntPtr,T) */,
{ 31789, 431, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::PushArray(System.IntPtr,T) */,
{ 31790, 431, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector3>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 431, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector3>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 431, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::.cctor() */,
{ 31786, 445, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Vector4>::SelectPush() */,
{ 31787, 445, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::PushValue(System.IntPtr,T) */,
{ 31788, 445, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::PushObject(System.IntPtr,T) */,
{ 31789, 445, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::PushArray(System.IntPtr,T) */,
{ 31790, 445, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector4>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 445, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector4>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 445, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::.cctor() */,
{ 31785, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::Init(System.Action`2<System.IntPtr,T>,System.Func`3<System.IntPtr,System.Int32,T>,System.Func`3<System.IntPtr,System.Int32,T>) */,
{ 31786, 1248, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<securityConnection>::SelectPush() */,
{ 31787, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::PushValue(System.IntPtr,T) */,
{ 31788, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::PushObject(System.IntPtr,T) */,
{ 31789, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::PushArray(System.IntPtr,T) */,
{ 31790, 1248, -1 } /* T LuaInterface.StackTraits`1<securityConnection>::DefaultTo(System.IntPtr,System.Int32) */,
{ 31791, 1248, -1 } /* T LuaInterface.StackTraits`1<securityConnection>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31792, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::.cctor() */,
{ 31778, 1041, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.GlyphInfo>::.cctor() */,
{ 31779, 1041, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.GlyphInfo>::.ctor() */,
{ 31780, 1041, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.GlyphInfo>::<GetLuaReference>b__9_0() */,
{ 31778, 1051, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.Margin>::.cctor() */,
{ 31779, 1051, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.Margin>::.ctor() */,
{ 31780, 1051, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.Margin>::<GetLuaReference>b__9_0() */,
{ 31778, 1372, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.LuaByteBuffer>::.cctor() */,
{ 31779, 1372, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.LuaByteBuffer>::.ctor() */,
{ 31780, 1372, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.LuaByteBuffer>::<GetLuaReference>b__9_0() */,
{ 31778, 1502, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.nil>::.cctor() */,
{ 31779, 1502, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.nil>::.ctor() */,
{ 31780, 1502, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.nil>::<GetLuaReference>b__9_0() */,
{ 31778, 47, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Boolean>::.cctor() */,
{ 31779, 47, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Boolean>::.ctor() */,
{ 31780, 47, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Boolean>::<GetLuaReference>b__9_0() */,
{ 31778, 6, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Byte>::.cctor() */,
{ 31779, 6, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Byte>::.ctor() */,
{ 31780, 6, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Byte>::<GetLuaReference>b__9_0() */,
{ 31778, 7, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Char>::.cctor() */,
{ 31779, 7, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Char>::.ctor() */,
{ 31780, 7, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Char>::<GetLuaReference>b__9_0() */,
{ 31778, 59, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.DateTime>::.cctor() */,
{ 31779, 59, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.DateTime>::.ctor() */,
{ 31780, 59, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.DateTime>::<GetLuaReference>b__9_0() */,
{ 31778, 61, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Decimal>::.cctor() */,
{ 31779, 61, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Decimal>::.ctor() */,
{ 31780, 61, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Decimal>::<GetLuaReference>b__9_0() */,
{ 31778, 81, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Double>::.cctor() */,
{ 31779, 81, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Double>::.ctor() */,
{ 31780, 81, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Double>::<GetLuaReference>b__9_0() */,
{ 31778, 94, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Guid>::.cctor() */,
{ 31779, 94, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Guid>::.ctor() */,
{ 31780, 94, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Guid>::<GetLuaReference>b__9_0() */,
{ 31778, 95, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int16>::.cctor() */,
{ 31779, 95, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int16>::.ctor() */,
{ 31780, 95, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int16>::<GetLuaReference>b__9_0() */,
{ 31778, 16, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32>::.cctor() */,
{ 31779, 16, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32>::.ctor() */,
{ 31780, 16, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32>::<GetLuaReference>b__9_0() */,
{ 31778, 90, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32Enum>::.cctor() */,
{ 31779, 90, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32Enum>::.ctor() */,
{ 31780, 90, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32Enum>::<GetLuaReference>b__9_0() */,
{ 31778, 37, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int64>::.cctor() */,
{ 31779, 37, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int64>::.ctor() */,
{ 31780, 37, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int64>::<GetLuaReference>b__9_0() */,
{ 31778, 85, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.IntPtr>::.cctor() */,
{ 31779, 85, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.IntPtr>::.ctor() */,
{ 31780, 85, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.IntPtr>::<GetLuaReference>b__9_0() */,
{ 31778, 1354, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Boolean>>::.cctor() */,
{ 31779, 1354, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Boolean>>::.ctor() */,
{ 31780, 1354, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Boolean>>::<GetLuaReference>b__9_0() */,
{ 31778, 1346, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Byte>>::.cctor() */,
{ 31779, 1346, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Byte>>::.ctor() */,
{ 31780, 1346, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Byte>>::<GetLuaReference>b__9_0() */,
{ 31778, 1349, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Char>>::.cctor() */,
{ 31779, 1349, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Char>>::.ctor() */,
{ 31780, 1349, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Char>>::<GetLuaReference>b__9_0() */,
{ 31778, 1351, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Decimal>>::.cctor() */,
{ 31779, 1351, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Decimal>>::.ctor() */,
{ 31780, 1351, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Decimal>>::<GetLuaReference>b__9_0() */,
{ 31778, 1353, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Double>>::.cctor() */,
{ 31779, 1353, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Double>>::.ctor() */,
{ 31780, 1353, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Double>>::<GetLuaReference>b__9_0() */,
{ 31778, 1347, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int16>>::.cctor() */,
{ 31779, 1347, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int16>>::.ctor() */,
{ 31780, 1347, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int16>>::<GetLuaReference>b__9_0() */,
{ 31778, 335, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int32>>::.cctor() */,
{ 31779, 335, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int32>>::.ctor() */,
{ 31780, 335, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int32>>::<GetLuaReference>b__9_0() */,
{ 31778, 1355, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int64>>::.cctor() */,
{ 31779, 1355, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int64>>::.ctor() */,
{ 31780, 1355, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int64>>::<GetLuaReference>b__9_0() */,
{ 31778, 1345, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.SByte>>::.cctor() */,
{ 31779, 1345, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.SByte>>::.ctor() */,
{ 31780, 1345, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.SByte>>::<GetLuaReference>b__9_0() */,
{ 31778, 1352, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Single>>::.cctor() */,
{ 31779, 1352, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Single>>::.ctor() */,
{ 31780, 1352, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Single>>::<GetLuaReference>b__9_0() */,
{ 31778, 1348, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt16>>::.cctor() */,
{ 31779, 1348, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt16>>::.ctor() */,
{ 31780, 1348, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt16>>::<GetLuaReference>b__9_0() */,
{ 31778, 1350, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt32>>::.cctor() */,
{ 31779, 1350, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt32>>::.ctor() */,
{ 31780, 1350, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt32>>::<GetLuaReference>b__9_0() */,
{ 31778, 1356, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt64>>::.cctor() */,
{ 31779, 1356, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt64>>::.ctor() */,
{ 31780, 1356, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt64>>::<GetLuaReference>b__9_0() */,
{ 31778, 1364, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Bounds>>::.cctor() */,
{ 31779, 1364, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Bounds>>::.ctor() */,
{ 31780, 1364, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Bounds>>::<GetLuaReference>b__9_0() */,
{ 31778, 1361, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Color>>::.cctor() */,
{ 31779, 1361, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Color>>::.ctor() */,
{ 31780, 1361, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Color>>::<GetLuaReference>b__9_0() */,
{ 31778, 1366, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.LayerMask>>::.cctor() */,
{ 31779, 1366, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.LayerMask>>::.ctor() */,
{ 31780, 1366, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.LayerMask>>::<GetLuaReference>b__9_0() */,
{ 31778, 1359, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Quaternion>>::.cctor() */,
{ 31779, 1359, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Quaternion>>::.ctor() */,
{ 31780, 1359, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Quaternion>>::<GetLuaReference>b__9_0() */,
{ 31778, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Ray>>::.cctor() */,
{ 31779, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Ray>>::.ctor() */,
{ 31780, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Ray>>::<GetLuaReference>b__9_0() */,
{ 31778, 1367, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.RaycastHit>>::.cctor() */,
{ 31779, 1367, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 31780, 1367, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.RaycastHit>>::<GetLuaReference>b__9_0() */,
{ 31778, 1365, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Touch>>::.cctor() */,
{ 31779, 1365, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Touch>>::.ctor() */,
{ 31780, 1365, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Touch>>::<GetLuaReference>b__9_0() */,
{ 31778, 1360, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector2>>::.cctor() */,
{ 31779, 1360, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector2>>::.ctor() */,
{ 31780, 1360, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector2>>::<GetLuaReference>b__9_0() */,
{ 31778, 1358, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector3>>::.cctor() */,
{ 31779, 1358, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector3>>::.ctor() */,
{ 31780, 1358, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector3>>::<GetLuaReference>b__9_0() */,
{ 31778, 1362, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector4>>::.cctor() */,
{ 31779, 1362, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector4>>::.ctor() */,
{ 31780, 1362, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector4>>::<GetLuaReference>b__9_0() */,
{ 31778, 921, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.InterfaceMapping>::.cctor() */,
{ 31779, 921, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.InterfaceMapping>::.ctor() */,
{ 31780, 921, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.InterfaceMapping>::<GetLuaReference>b__9_0() */,
{ 31778, 64, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.ParameterModifier>::.cctor() */,
{ 31779, 64, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.ParameterModifier>::.ctor() */,
{ 31780, 64, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.ParameterModifier>::<GetLuaReference>b__9_0() */,
{ 31778, 913, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Runtime.Serialization.StreamingContext>::.cctor() */,
{ 31779, 913, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Runtime.Serialization.StreamingContext>::.ctor() */,
{ 31780, 913, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Runtime.Serialization.StreamingContext>::<GetLuaReference>b__9_0() */,
{ 31778, 918, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.RuntimeTypeHandle>::.cctor() */,
{ 31779, 918, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.RuntimeTypeHandle>::.ctor() */,
{ 31780, 918, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.RuntimeTypeHandle>::<GetLuaReference>b__9_0() */,
{ 31778, 108, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.SByte>::.cctor() */,
{ 31779, 108, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.SByte>::.ctor() */,
{ 31780, 108, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.SByte>::<GetLuaReference>b__9_0() */,
{ 31778, 109, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Single>::.cctor() */,
{ 31779, 109, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Single>::.ctor() */,
{ 31780, 109, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Single>::<GetLuaReference>b__9_0() */,
{ 31778, 134, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt16>::.cctor() */,
{ 31779, 134, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt16>::.ctor() */,
{ 31780, 134, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt16>::<GetLuaReference>b__9_0() */,
{ 31778, 21, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt32>::.cctor() */,
{ 31779, 21, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt32>::.ctor() */,
{ 31780, 21, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt32>::<GetLuaReference>b__9_0() */,
{ 31778, 82, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt64>::.cctor() */,
{ 31779, 82, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt64>::.ctor() */,
{ 31780, 82, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt64>::<GetLuaReference>b__9_0() */,
{ 31778, 1368, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UIntPtr>::.cctor() */,
{ 31779, 1368, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UIntPtr>::.ctor() */,
{ 31780, 1368, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UIntPtr>::<GetLuaReference>b__9_0() */,
{ 31778, 593, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.cctor() */,
{ 31779, 593, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.ctor() */,
{ 31780, 593, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::<GetLuaReference>b__9_0() */,
{ 31778, 534, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AccelerationEvent>::.cctor() */,
{ 31779, 534, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AccelerationEvent>::.ctor() */,
{ 31780, 534, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AccelerationEvent>::<GetLuaReference>b__9_0() */,
{ 31778, 1087, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorStateInfo>::.cctor() */,
{ 31779, 1087, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorStateInfo>::.ctor() */,
{ 31780, 1087, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorStateInfo>::<GetLuaReference>b__9_0() */,
{ 31778, 1090, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorTransitionInfo>::.cctor() */,
{ 31779, 1090, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorTransitionInfo>::.ctor() */,
{ 31780, 1090, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorTransitionInfo>::<GetLuaReference>b__9_0() */,
{ 31778, 436, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Bounds>::.cctor() */,
{ 31779, 436, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Bounds>::.ctor() */,
{ 31780, 436, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Bounds>::<GetLuaReference>b__9_0() */,
{ 31778, 1099, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.BuildCompression>::.cctor() */,
{ 31779, 1099, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.BuildCompression>::.ctor() */,
{ 31780, 1099, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.BuildCompression>::<GetLuaReference>b__9_0() */,
{ 31778, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.CachedAssetBundle>::.cctor() */,
{ 31779, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.CachedAssetBundle>::.ctor() */,
{ 31780, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.CachedAssetBundle>::<GetLuaReference>b__9_0() */,
{ 31778, 1112, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Camera/GateFitParameters>::.cctor() */,
{ 31779, 1112, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Camera/GateFitParameters>::.ctor() */,
{ 31780, 1112, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Camera/GateFitParameters>::<GetLuaReference>b__9_0() */,
{ 31778, 450, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color32>::.cctor() */,
{ 31779, 450, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color32>::.ctor() */,
{ 31780, 450, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color32>::<GetLuaReference>b__9_0() */,
{ 31778, 447, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color>::.cctor() */,
{ 31779, 447, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color>::.ctor() */,
{ 31780, 447, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color>::<GetLuaReference>b__9_0() */,
{ 31778, 453, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Hash128>::.cctor() */,
{ 31779, 453, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Hash128>::.ctor() */,
{ 31780, 453, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Hash128>::<GetLuaReference>b__9_0() */,
{ 31778, 1303, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LayerMask>::.cctor() */,
{ 31779, 1303, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LayerMask>::.ctor() */,
{ 31780, 1303, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LayerMask>::<GetLuaReference>b__9_0() */,
{ 31778, 1127, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LightBakingOutput>::.cctor() */,
{ 31779, 1127, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LightBakingOutput>::.ctor() */,
{ 31780, 1127, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LightBakingOutput>::<GetLuaReference>b__9_0() */,
{ 31778, 1093, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.MatchTargetWeightMask>::.cctor() */,
{ 31779, 1093, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.MatchTargetWeightMask>::.ctor() */,
{ 31780, 1093, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.MatchTargetWeightMask>::<GetLuaReference>b__9_0() */,
{ 31778, 446, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Matrix4x4>::.cctor() */,
{ 31779, 446, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Matrix4x4>::.ctor() */,
{ 31780, 446, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Matrix4x4>::<GetLuaReference>b__9_0() */,
{ 31778, 1193, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CollisionModule>::.cctor() */,
{ 31779, 1193, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CollisionModule>::.ctor() */,
{ 31780, 1193, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CollisionModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1172, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorBySpeedModule>::.cctor() */,
{ 31779, 1172, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorBySpeedModule>::.ctor() */,
{ 31780, 1172, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorBySpeedModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1169, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.cctor() */,
{ 31779, 1169, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.ctor() */,
{ 31780, 1169, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1208, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CustomDataModule>::.cctor() */,
{ 31779, 1208, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CustomDataModule>::.ctor() */,
{ 31780, 1208, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CustomDataModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmissionModule>::.cctor() */,
{ 31779, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmissionModule>::.ctor() */,
{ 31780, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmissionModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1145, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmitParams>::.cctor() */,
{ 31779, 1145, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmitParams>::.ctor() */,
{ 31780, 1145, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmitParams>::<GetLuaReference>b__9_0() */,
{ 31778, 1187, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ExternalForcesModule>::.cctor() */,
{ 31779, 1187, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ExternalForcesModule>::.ctor() */,
{ 31780, 1187, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ExternalForcesModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1166, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.cctor() */,
{ 31779, 1166, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.ctor() */,
{ 31780, 1166, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/InheritVelocityModule>::.cctor() */,
{ 31779, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/InheritVelocityModule>::.ctor() */,
{ 31780, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/InheritVelocityModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1202, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LightsModule>::.cctor() */,
{ 31779, 1202, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LightsModule>::.ctor() */,
{ 31780, 1202, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LightsModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.cctor() */,
{ 31779, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.ctor() */,
{ 31780, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1148, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/MainModule>::.cctor() */,
{ 31779, 1148, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/MainModule>::.ctor() */,
{ 31780, 1148, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/MainModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1190, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/NoiseModule>::.cctor() */,
{ 31779, 1190, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/NoiseModule>::.ctor() */,
{ 31780, 1190, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/NoiseModule>::<GetLuaReference>b__9_0() */,
{ 31778, 592, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 31779, 592, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 31780, 592, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Particle>::<GetLuaReference>b__9_0() */,
{ 31778, 1139, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/PlaybackState>::.cctor() */,
{ 31779, 1139, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/PlaybackState>::.ctor() */,
{ 31780, 1139, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/PlaybackState>::<GetLuaReference>b__9_0() */,
{ 31778, 1184, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationBySpeedModule>::.cctor() */,
{ 31779, 1184, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationBySpeedModule>::.ctor() */,
{ 31780, 1184, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationBySpeedModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1181, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.cctor() */,
{ 31779, 1181, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.ctor() */,
{ 31780, 1181, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ShapeModule>::.cctor() */,
{ 31779, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ShapeModule>::.ctor() */,
{ 31780, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ShapeModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1178, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeBySpeedModule>::.cctor() */,
{ 31779, 1178, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeBySpeedModule>::.ctor() */,
{ 31780, 1178, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeBySpeedModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1175, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.cctor() */,
{ 31779, 1175, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.ctor() */,
{ 31780, 1175, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1199, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.cctor() */,
{ 31779, 1199, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.ctor() */,
{ 31780, 1199, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1205, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TrailModule>::.cctor() */,
{ 31779, 1205, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TrailModule>::.ctor() */,
{ 31780, 1205, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TrailModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1142, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Trails>::.cctor() */,
{ 31779, 1142, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Trails>::.ctor() */,
{ 31780, 1142, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Trails>::<GetLuaReference>b__9_0() */,
{ 31778, 1196, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TriggerModule>::.cctor() */,
{ 31779, 1196, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TriggerModule>::.ctor() */,
{ 31780, 1196, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TriggerModule>::<GetLuaReference>b__9_0() */,
{ 31778, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.cctor() */,
{ 31779, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.ctor() */,
{ 31780, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 31778, 507, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.PhysicsScene>::.cctor() */,
{ 31779, 507, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.PhysicsScene>::.ctor() */,
{ 31780, 507, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.PhysicsScene>::<GetLuaReference>b__9_0() */,
{ 31778, 1096, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Playables.PlayableGraph>::.cctor() */,
{ 31779, 1096, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Playables.PlayableGraph>::.ctor() */,
{ 31780, 1096, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Playables.PlayableGraph>::<GetLuaReference>b__9_0() */,
{ 31778, 455, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Quaternion>::.cctor() */,
{ 31779, 455, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Quaternion>::.ctor() */,
{ 31780, 455, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Quaternion>::<GetLuaReference>b__9_0() */,
{ 31778, 1211, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Ray>::.cctor() */,
{ 31779, 1211, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Ray>::.ctor() */,
{ 31780, 1211, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Ray>::<GetLuaReference>b__9_0() */,
{ 31778, 506, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RaycastHit>::.cctor() */,
{ 31779, 506, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RaycastHit>::.ctor() */,
{ 31780, 506, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RaycastHit>::<GetLuaReference>b__9_0() */,
{ 31778, 437, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rect>::.cctor() */,
{ 31779, 437, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rect>::.ctor() */,
{ 31780, 437, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rect>::<GetLuaReference>b__9_0() */,
{ 31778, 430, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderBuffer>::.cctor() */,
{ 31779, 430, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderBuffer>::.ctor() */,
{ 31780, 430, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderBuffer>::<GetLuaReference>b__9_0() */,
{ 31778, 1223, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderTextureDescriptor>::.cctor() */,
{ 31779, 1223, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderTextureDescriptor>::.ctor() */,
{ 31780, 1223, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderTextureDescriptor>::<GetLuaReference>b__9_0() */,
{ 31778, 485, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ScriptableCullingParameters>::.cctor() */,
{ 31779, 485, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ScriptableCullingParameters>::.ctor() */,
{ 31780, 485, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ScriptableCullingParameters>::<GetLuaReference>b__9_0() */,
{ 31778, 488, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ShaderTagId>::.cctor() */,
{ 31779, 488, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ShaderTagId>::.ctor() */,
{ 31780, 488, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ShaderTagId>::<GetLuaReference>b__9_0() */,
{ 31778, 482, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.SphericalHarmonicsL2>::.cctor() */,
{ 31779, 482, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.SphericalHarmonicsL2>::.ctor() */,
{ 31780, 482, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.SphericalHarmonicsL2>::<GetLuaReference>b__9_0() */,
{ 31778, 441, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Resolution>::.cctor() */,
{ 31779, 441, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Resolution>::.ctor() */,
{ 31780, 441, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Resolution>::<GetLuaReference>b__9_0() */,
{ 31778, 475, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.SceneManagement.Scene>::.cctor() */,
{ 31779, 475, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.SceneManagement.Scene>::.ctor() */,
{ 31780, 475, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.SceneManagement.Scene>::<GetLuaReference>b__9_0() */,
{ 31778, 533, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Touch>::.cctor() */,
{ 31779, 533, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Touch>::.ctor() */,
{ 31780, 533, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Touch>::<GetLuaReference>b__9_0() */,
{ 31778, 442, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector2>::.cctor() */,
{ 31779, 442, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector2>::.ctor() */,
{ 31780, 442, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector2>::<GetLuaReference>b__9_0() */,
{ 31778, 431, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector3>::.cctor() */,
{ 31779, 431, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector3>::.ctor() */,
{ 31780, 431, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector3>::<GetLuaReference>b__9_0() */,
{ 31778, 445, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector4>::.cctor() */,
{ 31779, 445, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector4>::.ctor() */,
{ 31780, 445, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector4>::<GetLuaReference>b__9_0() */,
{ 31778, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<securityConnection>::.cctor() */,
{ 31779, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<securityConnection>::.ctor() */,
{ 31780, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<securityConnection>::<GetLuaReference>b__9_0() */,
{ 31770, 1041, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1041, -1 } /* System.String LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::GetTypeName() */,
{ 31772, 1041, -1 } /* System.Int32 LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::GetLuaReference(System.IntPtr) */,
{ 31773, 1041, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1041, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::IsNilType() */,
{ 31775, 1041, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1041, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1041, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::.cctor() */,
{ 31770, 1051, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.Margin>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1051, -1 } /* System.String LuaInterface.TypeTraits`1<FairyGUI.Margin>::GetTypeName() */,
{ 31772, 1051, -1 } /* System.Int32 LuaInterface.TypeTraits`1<FairyGUI.Margin>::GetLuaReference(System.IntPtr) */,
{ 31773, 1051, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.Margin>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1051, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.Margin>::IsNilType() */,
{ 31775, 1051, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.Margin>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1051, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.Margin>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1051, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.Margin>::.cctor() */,
{ 31771, 1372, -1 } /* System.String LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::GetTypeName() */,
{ 31772, 1372, -1 } /* System.Int32 LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::GetLuaReference(System.IntPtr) */,
{ 31773, 1372, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1372, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::IsNilType() */,
{ 31775, 1372, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1372, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1372, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::.cctor() */,
{ 31770, 1502, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.nil>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1502, -1 } /* System.String LuaInterface.TypeTraits`1<LuaInterface.nil>::GetTypeName() */,
{ 31772, 1502, -1 } /* System.Int32 LuaInterface.TypeTraits`1<LuaInterface.nil>::GetLuaReference(System.IntPtr) */,
{ 31773, 1502, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.nil>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1502, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.nil>::IsNilType() */,
{ 31775, 1502, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.nil>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1502, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.nil>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1502, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.nil>::.cctor() */,
{ 31771, 47, -1 } /* System.String LuaInterface.TypeTraits`1<System.Boolean>::GetTypeName() */,
{ 31772, 47, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Boolean>::GetLuaReference(System.IntPtr) */,
{ 31773, 47, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Boolean>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 47, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Boolean>::IsNilType() */,
{ 31775, 47, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Boolean>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 47, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Boolean>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 47, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Boolean>::.cctor() */,
{ 31771, 6, -1 } /* System.String LuaInterface.TypeTraits`1<System.Byte>::GetTypeName() */,
{ 31772, 6, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Byte>::GetLuaReference(System.IntPtr) */,
{ 31773, 6, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Byte>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 6, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Byte>::IsNilType() */,
{ 31775, 6, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Byte>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 6, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Byte>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 6, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Byte>::.cctor() */,
{ 31771, 7, -1 } /* System.String LuaInterface.TypeTraits`1<System.Char>::GetTypeName() */,
{ 31772, 7, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Char>::GetLuaReference(System.IntPtr) */,
{ 31773, 7, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Char>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 7, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Char>::IsNilType() */,
{ 31775, 7, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Char>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 7, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Char>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 7, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Char>::.cctor() */,
{ 31770, 59, -1 } /* System.Void LuaInterface.TypeTraits`1<System.DateTime>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 59, -1 } /* System.String LuaInterface.TypeTraits`1<System.DateTime>::GetTypeName() */,
{ 31772, 59, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.DateTime>::GetLuaReference(System.IntPtr) */,
{ 31773, 59, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.DateTime>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 59, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.DateTime>::IsNilType() */,
{ 31775, 59, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.DateTime>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 59, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.DateTime>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 59, -1 } /* System.Void LuaInterface.TypeTraits`1<System.DateTime>::.cctor() */,
{ 31771, 61, -1 } /* System.String LuaInterface.TypeTraits`1<System.Decimal>::GetTypeName() */,
{ 31772, 61, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Decimal>::GetLuaReference(System.IntPtr) */,
{ 31773, 61, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Decimal>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 61, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Decimal>::IsNilType() */,
{ 31775, 61, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Decimal>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 61, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Decimal>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 61, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Decimal>::.cctor() */,
{ 31771, 81, -1 } /* System.String LuaInterface.TypeTraits`1<System.Double>::GetTypeName() */,
{ 31772, 81, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Double>::GetLuaReference(System.IntPtr) */,
{ 31773, 81, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Double>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 81, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Double>::IsNilType() */,
{ 31775, 81, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Double>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 81, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Double>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 81, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Double>::.cctor() */,
{ 31770, 94, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Guid>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 94, -1 } /* System.String LuaInterface.TypeTraits`1<System.Guid>::GetTypeName() */,
{ 31772, 94, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Guid>::GetLuaReference(System.IntPtr) */,
{ 31773, 94, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Guid>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 94, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Guid>::IsNilType() */,
{ 31775, 94, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Guid>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 94, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Guid>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 94, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Guid>::.cctor() */,
{ 31771, 95, -1 } /* System.String LuaInterface.TypeTraits`1<System.Int16>::GetTypeName() */,
{ 31772, 95, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Int16>::GetLuaReference(System.IntPtr) */,
{ 31773, 95, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int16>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 95, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int16>::IsNilType() */,
{ 31775, 95, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int16>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 95, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int16>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 95, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int16>::.cctor() */,
{ 31771, 16, -1 } /* System.String LuaInterface.TypeTraits`1<System.Int32>::GetTypeName() */,
{ 31772, 16, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Int32>::GetLuaReference(System.IntPtr) */,
{ 31773, 16, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 16, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32>::IsNilType() */,
{ 31775, 16, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 16, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 16, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32>::.cctor() */,
{ 31770, 90, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32Enum>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 90, -1 } /* System.String LuaInterface.TypeTraits`1<System.Int32Enum>::GetTypeName() */,
{ 31772, 90, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Int32Enum>::GetLuaReference(System.IntPtr) */,
{ 31773, 90, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32Enum>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 90, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32Enum>::IsNilType() */,
{ 31775, 90, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32Enum>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 90, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32Enum>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 90, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32Enum>::.cctor() */,
{ 31771, 37, -1 } /* System.String LuaInterface.TypeTraits`1<System.Int64>::GetTypeName() */,
{ 31772, 37, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Int64>::GetLuaReference(System.IntPtr) */,
{ 31773, 37, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int64>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 37, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int64>::IsNilType() */,
{ 31775, 37, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int64>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 37, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int64>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 37, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int64>::.cctor() */,
{ 31771, 85, -1 } /* System.String LuaInterface.TypeTraits`1<System.IntPtr>::GetTypeName() */,
{ 31772, 85, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.IntPtr>::GetLuaReference(System.IntPtr) */,
{ 31773, 85, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.IntPtr>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 85, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.IntPtr>::IsNilType() */,
{ 31775, 85, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.IntPtr>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 85, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.IntPtr>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 85, -1 } /* System.Void LuaInterface.TypeTraits`1<System.IntPtr>::.cctor() */,
{ 31771, 1354, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::GetTypeName() */,
{ 31772, 1354, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1354, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1354, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::IsNilType() */,
{ 31775, 1354, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1354, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1354, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::.cctor() */,
{ 31771, 1346, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::GetTypeName() */,
{ 31772, 1346, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1346, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1346, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::IsNilType() */,
{ 31775, 1346, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1346, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1346, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::.cctor() */,
{ 31771, 1349, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::GetTypeName() */,
{ 31772, 1349, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1349, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1349, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::IsNilType() */,
{ 31775, 1349, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1349, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1349, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::.cctor() */,
{ 31771, 1351, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::GetTypeName() */,
{ 31772, 1351, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1351, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1351, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::IsNilType() */,
{ 31775, 1351, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1351, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1351, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::.cctor() */,
{ 31771, 1353, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::GetTypeName() */,
{ 31772, 1353, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1353, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1353, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::IsNilType() */,
{ 31775, 1353, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1353, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1353, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::.cctor() */,
{ 31771, 1347, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::GetTypeName() */,
{ 31772, 1347, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1347, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1347, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::IsNilType() */,
{ 31775, 1347, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1347, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1347, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::.cctor() */,
{ 31771, 335, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::GetTypeName() */,
{ 31772, 335, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::GetLuaReference(System.IntPtr) */,
{ 31773, 335, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 335, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::IsNilType() */,
{ 31775, 335, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 335, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 335, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 31771, 1355, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::GetTypeName() */,
{ 31772, 1355, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1355, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1355, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::IsNilType() */,
{ 31775, 1355, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1355, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1355, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::.cctor() */,
{ 31771, 1345, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::GetTypeName() */,
{ 31772, 1345, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1345, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1345, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::IsNilType() */,
{ 31775, 1345, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1345, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1345, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::.cctor() */,
{ 31771, 1352, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::GetTypeName() */,
{ 31772, 1352, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1352, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1352, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::IsNilType() */,
{ 31775, 1352, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1352, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1352, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::.cctor() */,
{ 31771, 1348, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::GetTypeName() */,
{ 31772, 1348, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1348, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1348, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::IsNilType() */,
{ 31775, 1348, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1348, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1348, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::.cctor() */,
{ 31771, 1350, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::GetTypeName() */,
{ 31772, 1350, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1350, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1350, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::IsNilType() */,
{ 31775, 1350, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1350, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1350, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::.cctor() */,
{ 31771, 1356, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::GetTypeName() */,
{ 31772, 1356, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1356, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1356, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::IsNilType() */,
{ 31775, 1356, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1356, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1356, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::.cctor() */,
{ 31771, 1364, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::GetTypeName() */,
{ 31772, 1364, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1364, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1364, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::IsNilType() */,
{ 31775, 1364, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1364, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1364, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::.cctor() */,
{ 31771, 1361, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::GetTypeName() */,
{ 31772, 1361, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1361, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1361, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::IsNilType() */,
{ 31775, 1361, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1361, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1361, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::.cctor() */,
{ 31771, 1366, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::GetTypeName() */,
{ 31772, 1366, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1366, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1366, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::IsNilType() */,
{ 31775, 1366, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1366, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1366, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::.cctor() */,
{ 31771, 1359, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::GetTypeName() */,
{ 31772, 1359, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1359, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1359, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::IsNilType() */,
{ 31775, 1359, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1359, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1359, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::.cctor() */,
{ 31771, 1363, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::GetTypeName() */,
{ 31772, 1363, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1363, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1363, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::IsNilType() */,
{ 31775, 1363, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1363, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::.cctor() */,
{ 31771, 1367, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::GetTypeName() */,
{ 31772, 1367, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1367, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1367, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::IsNilType() */,
{ 31775, 1367, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1367, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1367, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::.cctor() */,
{ 31771, 1365, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::GetTypeName() */,
{ 31772, 1365, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1365, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1365, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::IsNilType() */,
{ 31775, 1365, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1365, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1365, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::.cctor() */,
{ 31771, 1360, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::GetTypeName() */,
{ 31772, 1360, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1360, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1360, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::IsNilType() */,
{ 31775, 1360, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1360, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1360, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::.cctor() */,
{ 31771, 1358, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::GetTypeName() */,
{ 31772, 1358, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1358, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1358, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::IsNilType() */,
{ 31775, 1358, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1358, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1358, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::.cctor() */,
{ 31771, 1362, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::GetTypeName() */,
{ 31772, 1362, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::GetLuaReference(System.IntPtr) */,
{ 31773, 1362, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1362, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::IsNilType() */,
{ 31775, 1362, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1362, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1362, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::.cctor() */,
{ 31770, 921, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 921, -1 } /* System.String LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::GetTypeName() */,
{ 31772, 921, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::GetLuaReference(System.IntPtr) */,
{ 31773, 921, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 921, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::IsNilType() */,
{ 31775, 921, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 921, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 921, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::.cctor() */,
{ 31770, 64, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 64, -1 } /* System.String LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::GetTypeName() */,
{ 31772, 64, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::GetLuaReference(System.IntPtr) */,
{ 31773, 64, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 64, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::IsNilType() */,
{ 31775, 64, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 64, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 64, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 31770, 913, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 913, -1 } /* System.String LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::GetTypeName() */,
{ 31772, 913, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::GetLuaReference(System.IntPtr) */,
{ 31773, 913, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 913, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::IsNilType() */,
{ 31775, 913, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 913, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 913, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::.cctor() */,
{ 31770, 918, -1 } /* System.Void LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 918, -1 } /* System.String LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::GetTypeName() */,
{ 31772, 918, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::GetLuaReference(System.IntPtr) */,
{ 31773, 918, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 918, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::IsNilType() */,
{ 31775, 918, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 918, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 918, -1 } /* System.Void LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::.cctor() */,
{ 31771, 108, -1 } /* System.String LuaInterface.TypeTraits`1<System.SByte>::GetTypeName() */,
{ 31772, 108, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.SByte>::GetLuaReference(System.IntPtr) */,
{ 31773, 108, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.SByte>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 108, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.SByte>::IsNilType() */,
{ 31775, 108, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.SByte>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 108, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.SByte>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 108, -1 } /* System.Void LuaInterface.TypeTraits`1<System.SByte>::.cctor() */,
{ 31771, 109, -1 } /* System.String LuaInterface.TypeTraits`1<System.Single>::GetTypeName() */,
{ 31772, 109, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Single>::GetLuaReference(System.IntPtr) */,
{ 31773, 109, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Single>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 109, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Single>::IsNilType() */,
{ 31775, 109, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Single>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 109, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Single>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 109, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Single>::.cctor() */,
{ 31771, 134, -1 } /* System.String LuaInterface.TypeTraits`1<System.UInt16>::GetTypeName() */,
{ 31772, 134, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.UInt16>::GetLuaReference(System.IntPtr) */,
{ 31773, 134, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt16>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 134, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt16>::IsNilType() */,
{ 31775, 134, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt16>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 134, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt16>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 134, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt16>::.cctor() */,
{ 31771, 21, -1 } /* System.String LuaInterface.TypeTraits`1<System.UInt32>::GetTypeName() */,
{ 31772, 21, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.UInt32>::GetLuaReference(System.IntPtr) */,
{ 31773, 21, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 21, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt32>::IsNilType() */,
{ 31775, 21, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt32>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 21, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt32>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 21, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt32>::.cctor() */,
{ 31771, 82, -1 } /* System.String LuaInterface.TypeTraits`1<System.UInt64>::GetTypeName() */,
{ 31772, 82, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.UInt64>::GetLuaReference(System.IntPtr) */,
{ 31773, 82, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt64>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 82, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt64>::IsNilType() */,
{ 31775, 82, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt64>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 82, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt64>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 82, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt64>::.cctor() */,
{ 31771, 1368, -1 } /* System.String LuaInterface.TypeTraits`1<System.UIntPtr>::GetTypeName() */,
{ 31772, 1368, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.UIntPtr>::GetLuaReference(System.IntPtr) */,
{ 31773, 1368, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UIntPtr>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1368, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UIntPtr>::IsNilType() */,
{ 31775, 1368, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UIntPtr>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1368, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UIntPtr>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1368, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UIntPtr>::.cctor() */,
{ 31770, 593, -1 } /* System.Void LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 593, -1 } /* System.String LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::GetTypeName() */,
{ 31772, 593, -1 } /* System.Int32 LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::GetLuaReference(System.IntPtr) */,
{ 31773, 593, -1 } /* System.Boolean LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 593, -1 } /* System.Boolean LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::IsNilType() */,
{ 31775, 593, -1 } /* System.Boolean LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 593, -1 } /* System.Boolean LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 593, -1 } /* System.Void LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.cctor() */,
{ 31770, 534, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 534, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::GetTypeName() */,
{ 31772, 534, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::GetLuaReference(System.IntPtr) */,
{ 31773, 534, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 534, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::IsNilType() */,
{ 31775, 534, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 534, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 534, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::.cctor() */,
{ 31770, 1087, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1087, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::GetTypeName() */,
{ 31772, 1087, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::GetLuaReference(System.IntPtr) */,
{ 31773, 1087, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1087, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::IsNilType() */,
{ 31775, 1087, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1087, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1087, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::.cctor() */,
{ 31770, 1090, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1090, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::GetTypeName() */,
{ 31772, 1090, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::GetLuaReference(System.IntPtr) */,
{ 31773, 1090, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1090, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::IsNilType() */,
{ 31775, 1090, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1090, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1090, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::.cctor() */,
{ 31771, 436, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Bounds>::GetTypeName() */,
{ 31772, 436, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Bounds>::GetLuaReference(System.IntPtr) */,
{ 31773, 436, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Bounds>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 436, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Bounds>::IsNilType() */,
{ 31775, 436, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Bounds>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 436, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Bounds>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 436, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Bounds>::.cctor() */,
{ 31770, 1099, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1099, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::GetTypeName() */,
{ 31772, 1099, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::GetLuaReference(System.IntPtr) */,
{ 31773, 1099, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1099, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::IsNilType() */,
{ 31775, 1099, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1099, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1099, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::.cctor() */,
{ 31770, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1242, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::GetTypeName() */,
{ 31772, 1242, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::GetLuaReference(System.IntPtr) */,
{ 31773, 1242, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1242, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::IsNilType() */,
{ 31775, 1242, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1242, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::.cctor() */,
{ 31770, 1112, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1112, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::GetTypeName() */,
{ 31772, 1112, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::GetLuaReference(System.IntPtr) */,
{ 31773, 1112, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1112, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::IsNilType() */,
{ 31775, 1112, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1112, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1112, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::.cctor() */,
{ 31770, 450, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color32>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 450, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Color32>::GetTypeName() */,
{ 31772, 450, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Color32>::GetLuaReference(System.IntPtr) */,
{ 31773, 450, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 450, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color32>::IsNilType() */,
{ 31775, 450, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color32>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 450, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color32>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 450, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color32>::.cctor() */,
{ 31771, 447, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Color>::GetTypeName() */,
{ 31772, 447, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Color>::GetLuaReference(System.IntPtr) */,
{ 31773, 447, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 447, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color>::IsNilType() */,
{ 31775, 447, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 447, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 447, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color>::.cctor() */,
{ 31770, 453, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Hash128>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 453, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Hash128>::GetTypeName() */,
{ 31772, 453, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Hash128>::GetLuaReference(System.IntPtr) */,
{ 31773, 453, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Hash128>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 453, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Hash128>::IsNilType() */,
{ 31775, 453, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Hash128>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 453, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Hash128>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 453, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Hash128>::.cctor() */,
{ 31771, 1303, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::GetTypeName() */,
{ 31772, 1303, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::GetLuaReference(System.IntPtr) */,
{ 31773, 1303, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1303, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::IsNilType() */,
{ 31775, 1303, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1303, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1303, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::.cctor() */,
{ 31770, 1127, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1127, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::GetTypeName() */,
{ 31772, 1127, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::GetLuaReference(System.IntPtr) */,
{ 31773, 1127, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1127, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::IsNilType() */,
{ 31775, 1127, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1127, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1127, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::.cctor() */,
{ 31770, 1093, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1093, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::GetTypeName() */,
{ 31772, 1093, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::GetLuaReference(System.IntPtr) */,
{ 31773, 1093, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1093, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::IsNilType() */,
{ 31775, 1093, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1093, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1093, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::.cctor() */,
{ 31770, 446, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 446, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::GetTypeName() */,
{ 31772, 446, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::GetLuaReference(System.IntPtr) */,
{ 31773, 446, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 446, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::IsNilType() */,
{ 31775, 446, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 446, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 446, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::.cctor() */,
{ 31770, 1193, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1193, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::GetTypeName() */,
{ 31772, 1193, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1193, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1193, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::IsNilType() */,
{ 31775, 1193, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1193, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1193, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::.cctor() */,
{ 31770, 1172, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1172, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::GetTypeName() */,
{ 31772, 1172, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1172, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1172, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::IsNilType() */,
{ 31775, 1172, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1172, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1172, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::.cctor() */,
{ 31770, 1169, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1169, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::GetTypeName() */,
{ 31772, 1169, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1169, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1169, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::IsNilType() */,
{ 31775, 1169, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1169, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1169, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.cctor() */,
{ 31770, 1208, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1208, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::GetTypeName() */,
{ 31772, 1208, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1208, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1208, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::IsNilType() */,
{ 31775, 1208, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1208, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1208, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::.cctor() */,
{ 31770, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1151, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::GetTypeName() */,
{ 31772, 1151, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1151, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1151, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::IsNilType() */,
{ 31775, 1151, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1151, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::.cctor() */,
{ 31770, 1145, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1145, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::GetTypeName() */,
{ 31772, 1145, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::GetLuaReference(System.IntPtr) */,
{ 31773, 1145, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1145, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::IsNilType() */,
{ 31775, 1145, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1145, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1145, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::.cctor() */,
{ 31770, 1187, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1187, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::GetTypeName() */,
{ 31772, 1187, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1187, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1187, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::IsNilType() */,
{ 31775, 1187, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1187, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1187, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::.cctor() */,
{ 31770, 1166, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1166, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::GetTypeName() */,
{ 31772, 1166, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1166, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1166, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::IsNilType() */,
{ 31775, 1166, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1166, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1166, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.cctor() */,
{ 31770, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1163, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::GetTypeName() */,
{ 31772, 1163, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1163, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1163, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::IsNilType() */,
{ 31775, 1163, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1163, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::.cctor() */,
{ 31770, 1202, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1202, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::GetTypeName() */,
{ 31772, 1202, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1202, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1202, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::IsNilType() */,
{ 31775, 1202, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1202, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1202, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::.cctor() */,
{ 31770, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1160, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::GetTypeName() */,
{ 31772, 1160, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1160, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1160, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::IsNilType() */,
{ 31775, 1160, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1160, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.cctor() */,
{ 31770, 1148, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1148, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::GetTypeName() */,
{ 31772, 1148, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1148, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1148, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::IsNilType() */,
{ 31775, 1148, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1148, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1148, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::.cctor() */,
{ 31770, 1190, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1190, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::GetTypeName() */,
{ 31772, 1190, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1190, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1190, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::IsNilType() */,
{ 31775, 1190, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1190, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1190, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::.cctor() */,
{ 31770, 592, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 592, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::GetTypeName() */,
{ 31772, 592, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::GetLuaReference(System.IntPtr) */,
{ 31773, 592, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 592, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::IsNilType() */,
{ 31775, 592, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 592, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 592, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 31770, 1139, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1139, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::GetTypeName() */,
{ 31772, 1139, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::GetLuaReference(System.IntPtr) */,
{ 31773, 1139, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1139, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::IsNilType() */,
{ 31775, 1139, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1139, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1139, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::.cctor() */,
{ 31770, 1184, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1184, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::GetTypeName() */,
{ 31772, 1184, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1184, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1184, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::IsNilType() */,
{ 31775, 1184, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1184, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1184, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::.cctor() */,
{ 31770, 1181, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1181, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::GetTypeName() */,
{ 31772, 1181, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1181, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1181, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::IsNilType() */,
{ 31775, 1181, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1181, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1181, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.cctor() */,
{ 31770, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1154, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::GetTypeName() */,
{ 31772, 1154, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1154, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1154, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::IsNilType() */,
{ 31775, 1154, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1154, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::.cctor() */,
{ 31770, 1178, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1178, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::GetTypeName() */,
{ 31772, 1178, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1178, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1178, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::IsNilType() */,
{ 31775, 1178, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1178, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1178, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::.cctor() */,
{ 31770, 1175, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1175, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::GetTypeName() */,
{ 31772, 1175, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1175, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1175, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::IsNilType() */,
{ 31775, 1175, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1175, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1175, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.cctor() */,
{ 31770, 1199, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1199, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::GetTypeName() */,
{ 31772, 1199, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1199, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1199, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::IsNilType() */,
{ 31775, 1199, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1199, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1199, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.cctor() */,
{ 31770, 1205, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1205, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::GetTypeName() */,
{ 31772, 1205, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1205, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1205, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::IsNilType() */,
{ 31775, 1205, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1205, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1205, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::.cctor() */,
{ 31770, 1142, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1142, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::GetTypeName() */,
{ 31772, 1142, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::GetLuaReference(System.IntPtr) */,
{ 31773, 1142, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1142, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::IsNilType() */,
{ 31775, 1142, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1142, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1142, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::.cctor() */,
{ 31770, 1196, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1196, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::GetTypeName() */,
{ 31772, 1196, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1196, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1196, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::IsNilType() */,
{ 31775, 1196, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1196, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1196, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::.cctor() */,
{ 31770, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1157, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::GetTypeName() */,
{ 31772, 1157, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 31773, 1157, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1157, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::IsNilType() */,
{ 31775, 1157, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1157, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.cctor() */,
{ 31770, 507, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 507, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::GetTypeName() */,
{ 31772, 507, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::GetLuaReference(System.IntPtr) */,
{ 31773, 507, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 507, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::IsNilType() */,
{ 31775, 507, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 507, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 507, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::.cctor() */,
{ 31770, 1096, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1096, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::GetTypeName() */,
{ 31772, 1096, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::GetLuaReference(System.IntPtr) */,
{ 31773, 1096, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1096, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::IsNilType() */,
{ 31775, 1096, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1096, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1096, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::.cctor() */,
{ 31771, 455, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::GetTypeName() */,
{ 31772, 455, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::GetLuaReference(System.IntPtr) */,
{ 31773, 455, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 455, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::IsNilType() */,
{ 31775, 455, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 455, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 455, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::.cctor() */,
{ 31771, 1211, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Ray>::GetTypeName() */,
{ 31772, 1211, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Ray>::GetLuaReference(System.IntPtr) */,
{ 31773, 1211, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Ray>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1211, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Ray>::IsNilType() */,
{ 31775, 1211, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Ray>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1211, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Ray>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1211, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Ray>::.cctor() */,
{ 31771, 506, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::GetTypeName() */,
{ 31772, 506, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::GetLuaReference(System.IntPtr) */,
{ 31773, 506, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 506, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::IsNilType() */,
{ 31775, 506, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 506, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 506, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::.cctor() */,
{ 31770, 437, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rect>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 437, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Rect>::GetTypeName() */,
{ 31772, 437, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Rect>::GetLuaReference(System.IntPtr) */,
{ 31773, 437, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rect>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 437, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rect>::IsNilType() */,
{ 31775, 437, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rect>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 437, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rect>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 437, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rect>::.cctor() */,
{ 31770, 430, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 430, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::GetTypeName() */,
{ 31772, 430, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::GetLuaReference(System.IntPtr) */,
{ 31773, 430, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 430, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::IsNilType() */,
{ 31775, 430, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 430, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 430, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::.cctor() */,
{ 31770, 1223, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1223, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::GetTypeName() */,
{ 31772, 1223, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::GetLuaReference(System.IntPtr) */,
{ 31773, 1223, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1223, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::IsNilType() */,
{ 31775, 1223, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1223, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1223, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::.cctor() */,
{ 31770, 485, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 485, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::GetTypeName() */,
{ 31772, 485, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::GetLuaReference(System.IntPtr) */,
{ 31773, 485, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 485, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::IsNilType() */,
{ 31775, 485, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 485, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 485, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::.cctor() */,
{ 31770, 488, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 488, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::GetTypeName() */,
{ 31772, 488, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::GetLuaReference(System.IntPtr) */,
{ 31773, 488, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 488, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::IsNilType() */,
{ 31775, 488, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 488, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 488, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::.cctor() */,
{ 31770, 482, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 482, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::GetTypeName() */,
{ 31772, 482, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::GetLuaReference(System.IntPtr) */,
{ 31773, 482, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 482, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::IsNilType() */,
{ 31775, 482, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 482, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 482, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::.cctor() */,
{ 31770, 441, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Resolution>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 441, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Resolution>::GetTypeName() */,
{ 31772, 441, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Resolution>::GetLuaReference(System.IntPtr) */,
{ 31773, 441, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Resolution>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 441, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Resolution>::IsNilType() */,
{ 31775, 441, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Resolution>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 441, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Resolution>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 441, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Resolution>::.cctor() */,
{ 31770, 475, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 475, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::GetTypeName() */,
{ 31772, 475, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::GetLuaReference(System.IntPtr) */,
{ 31773, 475, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 475, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::IsNilType() */,
{ 31775, 475, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 475, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 475, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::.cctor() */,
{ 31771, 533, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Touch>::GetTypeName() */,
{ 31772, 533, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Touch>::GetLuaReference(System.IntPtr) */,
{ 31773, 533, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Touch>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 533, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Touch>::IsNilType() */,
{ 31775, 533, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Touch>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 533, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Touch>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 533, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Touch>::.cctor() */,
{ 31771, 442, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Vector2>::GetTypeName() */,
{ 31772, 442, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Vector2>::GetLuaReference(System.IntPtr) */,
{ 31773, 442, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector2>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 442, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector2>::IsNilType() */,
{ 31775, 442, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector2>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 442, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector2>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 442, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector2>::.cctor() */,
{ 31771, 431, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Vector3>::GetTypeName() */,
{ 31772, 431, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Vector3>::GetLuaReference(System.IntPtr) */,
{ 31773, 431, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector3>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 431, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector3>::IsNilType() */,
{ 31775, 431, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector3>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 431, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector3>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 431, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector3>::.cctor() */,
{ 31771, 445, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Vector4>::GetTypeName() */,
{ 31772, 445, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Vector4>::GetLuaReference(System.IntPtr) */,
{ 31773, 445, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector4>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 445, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector4>::IsNilType() */,
{ 31775, 445, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector4>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 445, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector4>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 445, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector4>::.cctor() */,
{ 31770, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1<securityConnection>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 31771, 1248, -1 } /* System.String LuaInterface.TypeTraits`1<securityConnection>::GetTypeName() */,
{ 31772, 1248, -1 } /* System.Int32 LuaInterface.TypeTraits`1<securityConnection>::GetLuaReference(System.IntPtr) */,
{ 31773, 1248, -1 } /* System.Boolean LuaInterface.TypeTraits`1<securityConnection>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31774, 1248, -1 } /* System.Boolean LuaInterface.TypeTraits`1<securityConnection>::IsNilType() */,
{ 31775, 1248, -1 } /* System.Boolean LuaInterface.TypeTraits`1<securityConnection>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 1248, -1 } /* System.Boolean LuaInterface.TypeTraits`1<securityConnection>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31777, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1<securityConnection>::.cctor() */,
{ 1073, 1587, -1 } /* System.Void System.Action`1<FairyGUI.GPath/Segment>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 1587, -1 } /* System.Void System.Action`1<FairyGUI.GPath/Segment>::Invoke(T) */,
{ 1075, 1587, -1 } /* System.IAsyncResult System.Action`1<FairyGUI.GPath/Segment>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 1587, -1 } /* System.Void System.Action`1<FairyGUI.GPath/Segment>::EndInvoke(System.IAsyncResult) */,
{ 1073, 1588, -1 } /* System.Void System.Action`1<FairyGUI.GPathPoint>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 1588, -1 } /* System.Void System.Action`1<FairyGUI.GPathPoint>::Invoke(T) */,
{ 1075, 1588, -1 } /* System.IAsyncResult System.Action`1<FairyGUI.GPathPoint>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 1588, -1 } /* System.Void System.Action`1<FairyGUI.GPathPoint>::EndInvoke(System.IAsyncResult) */,
{ 1073, 1076, -1 } /* System.Void System.Action`1<FairyGUI.TextField/CharPosition>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 1076, -1 } /* System.Void System.Action`1<FairyGUI.TextField/CharPosition>::Invoke(T) */,
{ 1075, 1076, -1 } /* System.IAsyncResult System.Action`1<FairyGUI.TextField/CharPosition>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 1076, -1 } /* System.Void System.Action`1<FairyGUI.TextField/CharPosition>::EndInvoke(System.IAsyncResult) */,
{ 1075, 47, -1 } /* System.IAsyncResult System.Action`1<System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 47, -1 } /* System.Void System.Action`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1073, 6, -1 } /* System.Void System.Action`1<System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 6, -1 } /* System.Void System.Action`1<System.Byte>::Invoke(T) */,
{ 1075, 6, -1 } /* System.IAsyncResult System.Action`1<System.Byte>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 6, -1 } /* System.Void System.Action`1<System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1073, 7, -1 } /* System.Void System.Action`1<System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 7, -1 } /* System.Void System.Action`1<System.Char>::Invoke(T) */,
{ 1075, 7, -1 } /* System.IAsyncResult System.Action`1<System.Char>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 7, -1 } /* System.Void System.Action`1<System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1073, 115, -1 } /* System.Void System.Action`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 115, -1 } /* System.Void System.Action`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Invoke(T) */,
{ 1075, 115, -1 } /* System.IAsyncResult System.Action`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 115, -1 } /* System.Void System.Action`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1075, 16, -1 } /* System.IAsyncResult System.Action`1<System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 16, -1 } /* System.Void System.Action`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1073, 90, -1 } /* System.Void System.Action`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 90, -1 } /* System.Void System.Action`1<System.Int32Enum>::Invoke(T) */,
{ 1075, 90, -1 } /* System.IAsyncResult System.Action`1<System.Int32Enum>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 90, -1 } /* System.Void System.Action`1<System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1073, 37, -1 } /* System.Void System.Action`1<System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 37, -1 } /* System.Void System.Action`1<System.Int64>::Invoke(T) */,
{ 1075, 37, -1 } /* System.IAsyncResult System.Action`1<System.Int64>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 37, -1 } /* System.Void System.Action`1<System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1073, 109, -1 } /* System.Void System.Action`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 109, -1 } /* System.Void System.Action`1<System.Single>::Invoke(T) */,
{ 1075, 109, -1 } /* System.IAsyncResult System.Action`1<System.Single>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 109, -1 } /* System.Void System.Action`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1073, 248, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 248, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::Invoke(T) */,
{ 1075, 248, -1 } /* System.IAsyncResult System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 248, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1073, 561, -1 } /* System.Void System.Action`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 561, -1 } /* System.Void System.Action`1<UnityEngine.AnimatorClipInfo>::Invoke(T) */,
{ 1075, 561, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.AnimatorClipInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 561, -1 } /* System.Void System.Action`1<UnityEngine.AnimatorClipInfo>::EndInvoke(System.IAsyncResult) */,
{ 1073, 439, -1 } /* System.Void System.Action`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 439, -1 } /* System.Void System.Action`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Invoke(T) */,
{ 1075, 439, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 439, -1 } /* System.Void System.Action`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EndInvoke(System.IAsyncResult) */,
{ 1073, 450, -1 } /* System.Void System.Action`1<UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 450, -1 } /* System.Void System.Action`1<UnityEngine.Color32>::Invoke(T) */,
{ 1075, 450, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Color32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 450, -1 } /* System.Void System.Action`1<UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1073, 447, -1 } /* System.Void System.Action`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 447, -1 } /* System.Void System.Action`1<UnityEngine.Color>::Invoke(T) */,
{ 1075, 447, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Color>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 447, -1 } /* System.Void System.Action`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1073, 446, -1 } /* System.Void System.Action`1<UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 446, -1 } /* System.Void System.Action`1<UnityEngine.Matrix4x4>::Invoke(T) */,
{ 1075, 446, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Matrix4x4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 446, -1 } /* System.Void System.Action`1<UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1073, 592, -1 } /* System.Void System.Action`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 592, -1 } /* System.Void System.Action`1<UnityEngine.ParticleSystem/Particle>::Invoke(T) */,
{ 1075, 592, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.ParticleSystem/Particle>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 592, -1 } /* System.Void System.Action`1<UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1073, 537, -1 } /* System.Void System.Action`1<UnityEngine.RaycastHit2D>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 537, -1 } /* System.Void System.Action`1<UnityEngine.RaycastHit2D>::Invoke(T) */,
{ 1075, 537, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.RaycastHit2D>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 537, -1 } /* System.Void System.Action`1<UnityEngine.RaycastHit2D>::EndInvoke(System.IAsyncResult) */,
{ 1073, 437, -1 } /* System.Void System.Action`1<UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 437, -1 } /* System.Void System.Action`1<UnityEngine.Rect>::Invoke(T) */,
{ 1075, 437, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Rect>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 437, -1 } /* System.Void System.Action`1<UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1073, 444, -1 } /* System.Void System.Action`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 444, -1 } /* System.Void System.Action`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Invoke(T) */,
{ 1075, 444, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 444, -1 } /* System.Void System.Action`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::EndInvoke(System.IAsyncResult) */,
{ 1073, 622, -1 } /* System.Void System.Action`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 622, -1 } /* System.Void System.Action`1<UnityEngine.UIElements.FocusController/FocusedElement>::Invoke(T) */,
{ 1075, 622, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.UIElements.FocusController/FocusedElement>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 622, -1 } /* System.Void System.Action`1<UnityEngine.UIElements.FocusController/FocusedElement>::EndInvoke(System.IAsyncResult) */,
{ 1073, 463, -1 } /* System.Void System.Action`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 463, -1 } /* System.Void System.Action`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Invoke(T) */,
{ 1075, 463, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 463, -1 } /* System.Void System.Action`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EndInvoke(System.IAsyncResult) */,
{ 1073, 442, -1 } /* System.Void System.Action`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 442, -1 } /* System.Void System.Action`1<UnityEngine.Vector2>::Invoke(T) */,
{ 1075, 442, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Vector2>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 442, -1 } /* System.Void System.Action`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1073, 431, -1 } /* System.Void System.Action`1<UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 431, -1 } /* System.Void System.Action`1<UnityEngine.Vector3>::Invoke(T) */,
{ 1075, 431, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Vector3>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 431, -1 } /* System.Void System.Action`1<UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1073, 445, -1 } /* System.Void System.Action`1<UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 445, -1 } /* System.Void System.Action`1<UnityEngine.Vector4>::Invoke(T) */,
{ 1075, 445, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Vector4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 445, -1 } /* System.Void System.Action`1<UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 1073, 542, -1 } /* System.Void System.Action`1<UnityEngine.XR.InputDevice>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 542, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.XR.InputDevice>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 542, -1 } /* System.Void System.Action`1<UnityEngine.XR.InputDevice>::EndInvoke(System.IAsyncResult) */,
{ 1073, 551, -1 } /* System.Void System.Action`1<UnityEngine.XR.MeshGenerationResult>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 551, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.XR.MeshGenerationResult>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 551, -1 } /* System.Void System.Action`1<UnityEngine.XR.MeshGenerationResult>::EndInvoke(System.IAsyncResult) */,
{ 1073, 540, -1 } /* System.Void System.Action`1<UnityEngine.XR.XRNodeState>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 540, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.XR.XRNodeState>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1076, 540, -1 } /* System.Void System.Action`1<UnityEngine.XR.XRNodeState>::EndInvoke(System.IAsyncResult) */,
{ 1081, 573, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 573, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::Invoke(T1,T2) */,
{ 1083, 573, -1 } /* System.IAsyncResult System.Action`2<System.Boolean,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 573, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1081, 121, -1 } /* System.Void System.Action`2<System.Int32,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 121, -1 } /* System.Void System.Action`2<System.Int32,System.Object>::Invoke(T1,T2) */,
{ 1083, 121, -1 } /* System.IAsyncResult System.Action`2<System.Int32,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 121, -1 } /* System.Void System.Action`2<System.Int32,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1081, 836, -1 } /* System.Void System.Action`2<System.Int32Enum,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 836, -1 } /* System.Void System.Action`2<System.Int32Enum,System.Object>::Invoke(T1,T2) */,
{ 1083, 836, -1 } /* System.IAsyncResult System.Action`2<System.Int32Enum,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 836, -1 } /* System.Void System.Action`2<System.Int32Enum,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1042, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1042, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>::Invoke(T1,T2) */,
{ 1083, 1042, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1042, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1052, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.Margin>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1052, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.Margin>::Invoke(T1,T2) */,
{ 1083, 1052, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,FairyGUI.Margin>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1052, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.Margin>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1485, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaByteBuffer>::Invoke(T1,T2) */,
{ 1083, 1485, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,LuaInterface.LuaByteBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1485, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaByteBuffer>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1501, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.nil>::Invoke(T1,T2) */,
{ 1083, 1501, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,LuaInterface.nil>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1501, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.nil>::EndInvoke(System.IAsyncResult) */,
{ 1082, 929, -1 } /* System.Void System.Action`2<System.IntPtr,System.Boolean>::Invoke(T1,T2) */,
{ 1083, 929, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 929, -1 } /* System.Void System.Action`2<System.IntPtr,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1375, -1 } /* System.Void System.Action`2<System.IntPtr,System.Byte>::Invoke(T1,T2) */,
{ 1083, 1375, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Byte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1375, -1 } /* System.Void System.Action`2<System.IntPtr,System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1377, -1 } /* System.Void System.Action`2<System.IntPtr,System.Char>::Invoke(T1,T2) */,
{ 1083, 1377, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Char>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1377, -1 } /* System.Void System.Action`2<System.IntPtr,System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1082, -1 } /* System.Void System.Action`2<System.IntPtr,System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1082, -1 } /* System.Void System.Action`2<System.IntPtr,System.DateTime>::Invoke(T1,T2) */,
{ 1083, 1082, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.DateTime>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1082, -1 } /* System.Void System.Action`2<System.IntPtr,System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1293, -1 } /* System.Void System.Action`2<System.IntPtr,System.Decimal>::Invoke(T1,T2) */,
{ 1083, 1293, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Decimal>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1293, -1 } /* System.Void System.Action`2<System.IntPtr,System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1296, -1 } /* System.Void System.Action`2<System.IntPtr,System.Double>::Invoke(T1,T2) */,
{ 1083, 1296, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Double>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1296, -1 } /* System.Void System.Action`2<System.IntPtr,System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1081, 927, -1 } /* System.Void System.Action`2<System.IntPtr,System.Guid>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 927, -1 } /* System.Void System.Action`2<System.IntPtr,System.Guid>::Invoke(T1,T2) */,
{ 1083, 927, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Guid>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 927, -1 } /* System.Void System.Action`2<System.IntPtr,System.Guid>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1287, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int16>::Invoke(T1,T2) */,
{ 1083, 1287, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Int16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1287, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1082, 911, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32>::Invoke(T1,T2) */,
{ 1083, 911, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 911, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1069, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1069, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32Enum>::Invoke(T1,T2) */,
{ 1083, 1069, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Int32Enum>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1069, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1082, 909, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int64>::Invoke(T1,T2) */,
{ 1083, 909, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Int64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 909, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1475, -1 } /* System.Void System.Action`2<System.IntPtr,System.IntPtr>::Invoke(T1,T2) */,
{ 1083, 1475, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.IntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1475, -1 } /* System.Void System.Action`2<System.IntPtr,System.IntPtr>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1401, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Boolean>>::Invoke(T1,T2) */,
{ 1083, 1401, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Boolean>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1401, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Boolean>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1383, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Byte>>::Invoke(T1,T2) */,
{ 1083, 1383, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Byte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1383, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Byte>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1389, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Char>>::Invoke(T1,T2) */,
{ 1083, 1389, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Char>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1389, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Char>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1395, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Decimal>>::Invoke(T1,T2) */,
{ 1083, 1395, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Decimal>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1395, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Decimal>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1399, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Double>>::Invoke(T1,T2) */,
{ 1083, 1399, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Double>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1399, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Double>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1385, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int16>>::Invoke(T1,T2) */,
{ 1083, 1385, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Int16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1385, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int16>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1391, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int32>>::Invoke(T1,T2) */,
{ 1083, 1391, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Int32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1391, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1403, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int64>>::Invoke(T1,T2) */,
{ 1083, 1403, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Int64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1403, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int64>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1381, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.SByte>>::Invoke(T1,T2) */,
{ 1083, 1381, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.SByte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1381, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.SByte>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1397, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Single>>::Invoke(T1,T2) */,
{ 1083, 1397, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Single>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1397, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Single>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1387, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt16>>::Invoke(T1,T2) */,
{ 1083, 1387, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.UInt16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1387, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt16>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1393, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt32>>::Invoke(T1,T2) */,
{ 1083, 1393, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.UInt32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1393, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt32>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1405, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt64>>::Invoke(T1,T2) */,
{ 1083, 1405, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.UInt64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1405, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt64>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1457, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Bounds>>::Invoke(T1,T2) */,
{ 1083, 1457, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Bounds>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1457, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Bounds>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1449, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Color>>::Invoke(T1,T2) */,
{ 1083, 1449, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Color>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1449, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Color>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1459, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.LayerMask>>::Invoke(T1,T2) */,
{ 1083, 1459, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.LayerMask>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1459, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.LayerMask>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1445, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Quaternion>>::Invoke(T1,T2) */,
{ 1083, 1445, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Quaternion>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1445, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Quaternion>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1453, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Ray>>::Invoke(T1,T2) */,
{ 1083, 1453, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Ray>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1453, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Ray>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1461, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.RaycastHit>>::Invoke(T1,T2) */,
{ 1083, 1461, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.RaycastHit>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1461, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.RaycastHit>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1455, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Touch>>::Invoke(T1,T2) */,
{ 1083, 1455, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Touch>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1455, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Touch>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1447, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector2>>::Invoke(T1,T2) */,
{ 1083, 1447, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector2>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1447, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector2>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1443, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector3>>::Invoke(T1,T2) */,
{ 1083, 1443, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector3>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1443, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector3>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1451, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector4>>::Invoke(T1,T2) */,
{ 1083, 1451, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector4>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1451, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector4>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 916, -1 } /* System.Void System.Action`2<System.IntPtr,System.Object>::Invoke(T1,T2) */,
{ 1083, 916, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 916, -1 } /* System.Void System.Action`2<System.IntPtr,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1081, 922, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.InterfaceMapping>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 922, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.InterfaceMapping>::Invoke(T1,T2) */,
{ 1083, 922, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Reflection.InterfaceMapping>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 922, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.InterfaceMapping>::EndInvoke(System.IAsyncResult) */,
{ 1081, 924, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 924, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>::Invoke(T1,T2) */,
{ 1083, 924, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 924, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>::EndInvoke(System.IAsyncResult) */,
{ 1081, 914, -1 } /* System.Void System.Action`2<System.IntPtr,System.Runtime.Serialization.StreamingContext>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 914, -1 } /* System.Void System.Action`2<System.IntPtr,System.Runtime.Serialization.StreamingContext>::Invoke(T1,T2) */,
{ 1083, 914, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Runtime.Serialization.StreamingContext>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 914, -1 } /* System.Void System.Action`2<System.IntPtr,System.Runtime.Serialization.StreamingContext>::EndInvoke(System.IAsyncResult) */,
{ 1081, 919, -1 } /* System.Void System.Action`2<System.IntPtr,System.RuntimeTypeHandle>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 919, -1 } /* System.Void System.Action`2<System.IntPtr,System.RuntimeTypeHandle>::Invoke(T1,T2) */,
{ 1083, 919, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.RuntimeTypeHandle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 919, -1 } /* System.Void System.Action`2<System.IntPtr,System.RuntimeTypeHandle>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1284, -1 } /* System.Void System.Action`2<System.IntPtr,System.SByte>::Invoke(T1,T2) */,
{ 1083, 1284, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.SByte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1284, -1 } /* System.Void System.Action`2<System.IntPtr,System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1082, 938, -1 } /* System.Void System.Action`2<System.IntPtr,System.Single>::Invoke(T1,T2) */,
{ 1083, 938, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Single>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 938, -1 } /* System.Void System.Action`2<System.IntPtr,System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1290, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt16>::Invoke(T1,T2) */,
{ 1083, 1290, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.UInt16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1290, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1299, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt32>::Invoke(T1,T2) */,
{ 1083, 1299, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.UInt32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1299, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1301, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt64>::Invoke(T1,T2) */,
{ 1083, 1301, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.UInt64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1301, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1473, -1 } /* System.Void System.Action`2<System.IntPtr,System.UIntPtr>::Invoke(T1,T2) */,
{ 1083, 1473, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.UIntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1473, -1 } /* System.Void System.Action`2<System.IntPtr,System.UIntPtr>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1137, -1 } /* System.Void System.Action`2<System.IntPtr,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1137, -1 } /* System.Void System.Action`2<System.IntPtr,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::Invoke(T1,T2) */,
{ 1083, 1137, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1137, -1 } /* System.Void System.Action`2<System.IntPtr,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1119, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AccelerationEvent>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1119, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AccelerationEvent>::Invoke(T1,T2) */,
{ 1083, 1119, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.AccelerationEvent>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1119, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AccelerationEvent>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1088, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorStateInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1088, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorStateInfo>::Invoke(T1,T2) */,
{ 1083, 1088, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.AnimatorStateInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1088, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorStateInfo>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1091, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorTransitionInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1091, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorTransitionInfo>::Invoke(T1,T2) */,
{ 1083, 1091, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.AnimatorTransitionInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1091, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorTransitionInfo>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1439, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Bounds>::Invoke(T1,T2) */,
{ 1083, 1439, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Bounds>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1439, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Bounds>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1100, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.BuildCompression>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1100, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.BuildCompression>::Invoke(T1,T2) */,
{ 1083, 1100, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.BuildCompression>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1100, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.BuildCompression>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1243, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1243, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>::Invoke(T1,T2) */,
{ 1083, 1243, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1243, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1113, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/GateFitParameters>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1113, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/GateFitParameters>::Invoke(T1,T2) */,
{ 1083, 1113, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Camera/GateFitParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1113, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/GateFitParameters>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1077, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1077, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color32>::Invoke(T1,T2) */,
{ 1083, 1077, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Color32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1077, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1130, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color>::Invoke(T1,T2) */,
{ 1083, 1130, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Color>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1130, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1240, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Hash128>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1240, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Hash128>::Invoke(T1,T2) */,
{ 1083, 1240, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Hash128>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1240, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Hash128>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1441, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LayerMask>::Invoke(T1,T2) */,
{ 1083, 1441, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.LayerMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1441, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LayerMask>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1128, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LightBakingOutput>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1128, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LightBakingOutput>::Invoke(T1,T2) */,
{ 1083, 1128, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.LightBakingOutput>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1128, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LightBakingOutput>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1094, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1094, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>::Invoke(T1,T2) */,
{ 1083, 1094, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1094, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1107, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1107, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>::Invoke(T1,T2) */,
{ 1083, 1107, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1107, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1194, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CollisionModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1194, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CollisionModule>::Invoke(T1,T2) */,
{ 1083, 1194, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CollisionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1194, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CollisionModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1173, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1173, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorBySpeedModule>::Invoke(T1,T2) */,
{ 1083, 1173, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1173, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1170, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1170, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::Invoke(T1,T2) */,
{ 1083, 1170, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1170, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1209, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CustomDataModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1209, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CustomDataModule>::Invoke(T1,T2) */,
{ 1083, 1209, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CustomDataModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1209, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CustomDataModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1152, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmissionModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1152, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmissionModule>::Invoke(T1,T2) */,
{ 1083, 1152, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmissionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1152, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmissionModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1146, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmitParams>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1146, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmitParams>::Invoke(T1,T2) */,
{ 1083, 1146, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmitParams>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1146, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmitParams>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1188, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ExternalForcesModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1188, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ExternalForcesModule>::Invoke(T1,T2) */,
{ 1083, 1188, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ExternalForcesModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1188, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ExternalForcesModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1167, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1167, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::Invoke(T1,T2) */,
{ 1083, 1167, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1167, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1164, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/InheritVelocityModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1164, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/InheritVelocityModule>::Invoke(T1,T2) */,
{ 1083, 1164, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/InheritVelocityModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1164, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/InheritVelocityModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1203, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LightsModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1203, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LightsModule>::Invoke(T1,T2) */,
{ 1083, 1203, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LightsModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1203, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LightsModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1161, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1161, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::Invoke(T1,T2) */,
{ 1083, 1161, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1161, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1149, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/MainModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1149, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/MainModule>::Invoke(T1,T2) */,
{ 1083, 1149, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/MainModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1149, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/MainModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1191, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/NoiseModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1191, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/NoiseModule>::Invoke(T1,T2) */,
{ 1083, 1191, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/NoiseModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1191, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/NoiseModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1135, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1135, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>::Invoke(T1,T2) */,
{ 1083, 1135, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1135, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1140, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/PlaybackState>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1140, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/PlaybackState>::Invoke(T1,T2) */,
{ 1083, 1140, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/PlaybackState>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1140, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/PlaybackState>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1185, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1185, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationBySpeedModule>::Invoke(T1,T2) */,
{ 1083, 1185, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1185, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1182, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1182, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::Invoke(T1,T2) */,
{ 1083, 1182, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1182, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1155, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ShapeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1155, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ShapeModule>::Invoke(T1,T2) */,
{ 1083, 1155, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ShapeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1155, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ShapeModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1179, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1179, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeBySpeedModule>::Invoke(T1,T2) */,
{ 1083, 1179, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1179, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1176, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1176, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::Invoke(T1,T2) */,
{ 1083, 1176, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1176, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1200, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1200, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::Invoke(T1,T2) */,
{ 1083, 1200, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1200, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1206, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TrailModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1206, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TrailModule>::Invoke(T1,T2) */,
{ 1083, 1206, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TrailModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1206, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TrailModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1143, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Trails>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1143, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Trails>::Invoke(T1,T2) */,
{ 1083, 1143, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Trails>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1143, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Trails>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1197, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TriggerModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1197, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TriggerModule>::Invoke(T1,T2) */,
{ 1083, 1197, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TriggerModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1197, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TriggerModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1158, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1158, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::Invoke(T1,T2) */,
{ 1083, 1158, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1158, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1213, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.PhysicsScene>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1213, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.PhysicsScene>::Invoke(T1,T2) */,
{ 1083, 1213, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.PhysicsScene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1213, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.PhysicsScene>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1097, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Playables.PlayableGraph>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1097, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Playables.PlayableGraph>::Invoke(T1,T2) */,
{ 1083, 1097, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Playables.PlayableGraph>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1097, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Playables.PlayableGraph>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1304, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Quaternion>::Invoke(T1,T2) */,
{ 1083, 1304, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Quaternion>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1304, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Quaternion>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1435, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Ray>::Invoke(T1,T2) */,
{ 1083, 1435, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Ray>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1435, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Ray>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1072, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RaycastHit>::Invoke(T1,T2) */,
{ 1083, 1072, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.RaycastHit>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1072, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RaycastHit>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1047, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1047, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rect>::Invoke(T1,T2) */,
{ 1083, 1047, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Rect>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1047, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1105, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1105, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>::Invoke(T1,T2) */,
{ 1083, 1105, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1105, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1224, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderTextureDescriptor>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1224, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderTextureDescriptor>::Invoke(T1,T2) */,
{ 1083, 1224, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.RenderTextureDescriptor>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1224, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderTextureDescriptor>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1115, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ScriptableCullingParameters>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1115, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ScriptableCullingParameters>::Invoke(T1,T2) */,
{ 1083, 1115, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Rendering.ScriptableCullingParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1115, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ScriptableCullingParameters>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1231, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ShaderTagId>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1231, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ShaderTagId>::Invoke(T1,T2) */,
{ 1083, 1231, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Rendering.ShaderTagId>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1231, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ShaderTagId>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1221, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.SphericalHarmonicsL2>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1221, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.SphericalHarmonicsL2>::Invoke(T1,T2) */,
{ 1083, 1221, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Rendering.SphericalHarmonicsL2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1221, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.SphericalHarmonicsL2>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1229, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Resolution>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1229, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Resolution>::Invoke(T1,T2) */,
{ 1083, 1229, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Resolution>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1229, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Resolution>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1117, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1117, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.SceneManagement.Scene>::Invoke(T1,T2) */,
{ 1083, 1117, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.SceneManagement.Scene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1117, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1437, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Touch>::Invoke(T1,T2) */,
{ 1083, 1437, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Touch>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1437, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Touch>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1057, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector2>::Invoke(T1,T2) */,
{ 1083, 1057, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Vector2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1057, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1109, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector3>::Invoke(T1,T2) */,
{ 1083, 1109, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Vector3>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1109, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1049, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector4>::Invoke(T1,T2) */,
{ 1083, 1049, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Vector4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1049, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 1081, 1249, -1 } /* System.Void System.Action`2<System.IntPtr,securityConnection>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1249, -1 } /* System.Void System.Action`2<System.IntPtr,securityConnection>::Invoke(T1,T2) */,
{ 1083, 1249, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,securityConnection>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 1249, -1 } /* System.Void System.Action`2<System.IntPtr,securityConnection>::EndInvoke(System.IAsyncResult) */,
{ 1081, 244, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 244, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::Invoke(T1,T2) */,
{ 1083, 244, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 244, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1083, 188, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 188, -1 } /* System.Void System.Action`2<System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1081, 434, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 434, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::Invoke(T1,T2) */,
{ 1083, 434, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Int32Enum>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 434, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1083, 944, -1 } /* System.IAsyncResult System.Action`2<System.Single,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1084, 944, -1 } /* System.Void System.Action`2<System.Single,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1085, 790, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1087, 790, -1 } /* System.IAsyncResult System.Action`3<System.Boolean,System.Boolean,System.Int32>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1088, 790, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1085, 469, -1 } /* System.Void System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::.ctor(System.Object,System.IntPtr) */,
{ 1086, 469, -1 } /* System.Void System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::Invoke(T1,T2,T3) */,
{ 1087, 469, -1 } /* System.IAsyncResult System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1088, 469, -1 } /* System.Void System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::EndInvoke(System.IAsyncResult) */,
{ 965, 1587, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::Dispose() */,
{ 966, 1587, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::MoveNext() */,
{ 967, 1587, -1 } /* T System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::get_Current() */,
{ 968, 1587, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1587, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.Reset() */,
{ 970, 1587, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 971, 1587, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::.cctor() */,
{ 965, 1588, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::Dispose() */,
{ 966, 1588, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::MoveNext() */,
{ 967, 1588, -1 } /* T System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::get_Current() */,
{ 968, 1588, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1588, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::System.Collections.IEnumerator.Reset() */,
{ 970, 1588, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::.ctor() */,
{ 971, 1588, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::.cctor() */,
{ 965, 1076, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::Dispose() */,
{ 966, 1076, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::MoveNext() */,
{ 967, 1076, -1 } /* T System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::get_Current() */,
{ 968, 1076, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1076, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.Reset() */,
{ 970, 1076, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 971, 1076, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::.cctor() */,
{ 965, 1582, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::Dispose() */,
{ 966, 1582, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::MoveNext() */,
{ 967, 1582, -1 } /* T System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::get_Current() */,
{ 968, 1582, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1582, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 1582, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::.ctor() */,
{ 971, 1582, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::.cctor() */,
{ 965, 1504, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::Dispose() */,
{ 966, 1504, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::MoveNext() */,
{ 967, 1504, -1 } /* T System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::get_Current() */,
{ 968, 1504, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1504, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1504, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::.ctor() */,
{ 971, 1504, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::.cctor() */,
{ 965, 1274, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::Dispose() */,
{ 966, 1274, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::MoveNext() */,
{ 967, 1274, -1 } /* T System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::get_Current() */,
{ 968, 1274, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1274, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.Reset() */,
{ 970, 1274, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::.ctor() */,
{ 971, 1274, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::.cctor() */,
{ 965, 15, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::Dispose() */,
{ 966, 15, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::MoveNext() */,
{ 967, 15, -1 } /* T System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::get_Current() */,
{ 968, 15, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::System.Collections.IEnumerator.get_Current() */,
{ 969, 15, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::System.Collections.IEnumerator.Reset() */,
{ 970, 15, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::.ctor() */,
{ 971, 15, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::.cctor() */,
{ 965, 20, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Security.Uri/UriScheme>::Dispose() */,
{ 966, 20, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<Mono.Security.Uri/UriScheme>::MoveNext() */,
{ 967, 20, -1 } /* T System.Array/EmptyInternalEnumerator`1<Mono.Security.Uri/UriScheme>::get_Current() */,
{ 968, 20, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<Mono.Security.Uri/UriScheme>::System.Collections.IEnumerator.get_Current() */,
{ 969, 20, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Security.Uri/UriScheme>::System.Collections.IEnumerator.Reset() */,
{ 970, 20, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Security.Uri/UriScheme>::.ctor() */,
{ 971, 20, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Security.Uri/UriScheme>::.cctor() */,
{ 965, 413, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::Dispose() */,
{ 966, 413, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::MoveNext() */,
{ 967, 413, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::get_Current() */,
{ 968, 413, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 413, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.Reset() */,
{ 970, 413, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.ctor() */,
{ 971, 413, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.cctor() */,
{ 965, 47, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Boolean>::Dispose() */,
{ 966, 47, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Boolean>::MoveNext() */,
{ 967, 47, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Boolean>::get_Current() */,
{ 968, 47, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 969, 47, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 970, 47, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Boolean>::.ctor() */,
{ 971, 47, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Boolean>::.cctor() */,
{ 965, 6, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Byte>::Dispose() */,
{ 966, 6, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Byte>::MoveNext() */,
{ 967, 6, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Byte>::get_Current() */,
{ 968, 6, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 969, 6, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 970, 6, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Byte>::.ctor() */,
{ 971, 6, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Byte>::.cctor() */,
{ 965, 398, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::Dispose() */,
{ 966, 398, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::MoveNext() */,
{ 967, 398, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::get_Current() */,
{ 968, 398, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.get_Current() */,
{ 969, 398, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.Reset() */,
{ 970, 398, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::.ctor() */,
{ 971, 398, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::.cctor() */,
{ 965, 7, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Char>::Dispose() */,
{ 966, 7, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Char>::MoveNext() */,
{ 967, 7, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Char>::get_Current() */,
{ 968, 7, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 969, 7, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Char>::System.Collections.IEnumerator.Reset() */,
{ 970, 7, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Char>::.ctor() */,
{ 971, 7, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Char>::.cctor() */,
{ 965, 34, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::Dispose() */,
{ 966, 34, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::MoveNext() */,
{ 967, 34, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::get_Current() */,
{ 968, 34, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::System.Collections.IEnumerator.get_Current() */,
{ 969, 34, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::System.Collections.IEnumerator.Reset() */,
{ 970, 34, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::.ctor() */,
{ 971, 34, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::.cctor() */,
{ 965, 347, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::Dispose() */,
{ 966, 347, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::MoveNext() */,
{ 967, 347, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::get_Current() */,
{ 968, 347, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 347, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 347, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.ctor() */,
{ 971, 347, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.cctor() */,
{ 965, 123, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::Dispose() */,
{ 966, 123, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::MoveNext() */,
{ 967, 123, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::get_Current() */,
{ 968, 123, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 123, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 123, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::.ctor() */,
{ 971, 123, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::.cctor() */,
{ 965, 870, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::Dispose() */,
{ 966, 870, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::MoveNext() */,
{ 967, 870, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::get_Current() */,
{ 968, 870, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 870, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 870, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::.ctor() */,
{ 971, 870, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::.cctor() */,
{ 965, 1318, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::Dispose() */,
{ 966, 1318, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::MoveNext() */,
{ 967, 1318, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::get_Current() */,
{ 968, 1318, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1318, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1318, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.ctor() */,
{ 971, 1318, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.cctor() */,
{ 965, 1340, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::Dispose() */,
{ 966, 1340, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::MoveNext() */,
{ 967, 1340, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::get_Current() */,
{ 968, 1340, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1340, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1340, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::.ctor() */,
{ 971, 1340, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::.cctor() */,
{ 965, 1267, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::Dispose() */,
{ 966, 1267, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::MoveNext() */,
{ 967, 1267, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::get_Current() */,
{ 968, 1267, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1267, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1267, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.ctor() */,
{ 971, 1267, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.cctor() */,
{ 965, 303, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::Dispose() */,
{ 966, 303, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::MoveNext() */,
{ 967, 303, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::get_Current() */,
{ 968, 303, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 303, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 970, 303, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.ctor() */,
{ 971, 303, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.cctor() */,
{ 965, 786, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::Dispose() */,
{ 966, 786, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::MoveNext() */,
{ 967, 786, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::get_Current() */,
{ 968, 786, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 786, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.Reset() */,
{ 970, 786, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::.ctor() */,
{ 971, 786, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::.cctor() */,
{ 965, 1517, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::Dispose() */,
{ 966, 1517, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::MoveNext() */,
{ 967, 1517, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::get_Current() */,
{ 968, 1517, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1517, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1517, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor() */,
{ 971, 1517, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.cctor() */,
{ 965, 31, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::Dispose() */,
{ 966, 31, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::MoveNext() */,
{ 967, 31, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::get_Current() */,
{ 968, 31, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 31, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 31, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::.ctor() */,
{ 971, 31, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::.cctor() */,
{ 965, 171, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::Dispose() */,
{ 966, 171, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::MoveNext() */,
{ 967, 171, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::get_Current() */,
{ 968, 171, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 171, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.Reset() */,
{ 970, 171, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::.ctor() */,
{ 971, 171, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::.cctor() */,
{ 965, 1063, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::Dispose() */,
{ 966, 1063, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::MoveNext() */,
{ 967, 1063, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::get_Current() */,
{ 968, 1063, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1063, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1063, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::.ctor() */,
{ 971, 1063, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::.cctor() */,
{ 965, 604, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::Dispose() */,
{ 966, 604, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::MoveNext() */,
{ 967, 604, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::get_Current() */,
{ 968, 604, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 604, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 604, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor() */,
{ 971, 604, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.cctor() */,
{ 965, 770, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::Dispose() */,
{ 966, 770, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::MoveNext() */,
{ 967, 770, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::get_Current() */,
{ 968, 770, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 770, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 970, 770, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor() */,
{ 971, 770, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.cctor() */,
{ 965, 774, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::Dispose() */,
{ 966, 774, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::MoveNext() */,
{ 967, 774, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::get_Current() */,
{ 968, 774, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 774, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 774, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor() */,
{ 971, 774, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.cctor() */,
{ 965, 423, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::Dispose() */,
{ 966, 423, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::MoveNext() */,
{ 967, 423, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::get_Current() */,
{ 968, 423, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 423, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 423, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.ctor() */,
{ 971, 423, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.cctor() */,
{ 965, 115, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Dispose() */,
{ 966, 115, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNext() */,
{ 967, 115, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Current() */,
{ 968, 115, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 115, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 115, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 971, 115, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.cctor() */,
{ 965, 346, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::Dispose() */,
{ 966, 346, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::MoveNext() */,
{ 967, 346, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::get_Current() */,
{ 968, 346, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 346, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 346, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.ctor() */,
{ 971, 346, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.cctor() */,
{ 965, 122, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::Dispose() */,
{ 966, 122, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::MoveNext() */,
{ 967, 122, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::get_Current() */,
{ 968, 122, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 122, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 122, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::.ctor() */,
{ 971, 122, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::.cctor() */,
{ 965, 864, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::Dispose() */,
{ 966, 864, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::MoveNext() */,
{ 967, 864, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::get_Current() */,
{ 968, 864, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 864, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 864, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::.ctor() */,
{ 971, 864, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::.cctor() */,
{ 965, 1317, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::Dispose() */,
{ 966, 1317, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::MoveNext() */,
{ 967, 1317, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::get_Current() */,
{ 968, 1317, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1317, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1317, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.ctor() */,
{ 971, 1317, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.cctor() */,
{ 965, 1339, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::Dispose() */,
{ 966, 1339, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::MoveNext() */,
{ 967, 1339, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::get_Current() */,
{ 968, 1339, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1339, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1339, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::.ctor() */,
{ 971, 1339, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::.cctor() */,
{ 965, 1266, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::Dispose() */,
{ 966, 1266, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::MoveNext() */,
{ 967, 1266, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::get_Current() */,
{ 968, 1266, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1266, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1266, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.ctor() */,
{ 971, 1266, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.cctor() */,
{ 965, 302, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::Dispose() */,
{ 966, 302, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::MoveNext() */,
{ 967, 302, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::get_Current() */,
{ 968, 302, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 302, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 970, 302, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.ctor() */,
{ 971, 302, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.cctor() */,
{ 965, 785, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::Dispose() */,
{ 966, 785, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::MoveNext() */,
{ 967, 785, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::get_Current() */,
{ 968, 785, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 785, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.Reset() */,
{ 970, 785, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::.ctor() */,
{ 971, 785, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::.cctor() */,
{ 965, 1516, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::Dispose() */,
{ 966, 1516, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::MoveNext() */,
{ 967, 1516, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::get_Current() */,
{ 968, 1516, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1516, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1516, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor() */,
{ 971, 1516, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.cctor() */,
{ 965, 30, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::Dispose() */,
{ 966, 30, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::MoveNext() */,
{ 967, 30, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::get_Current() */,
{ 968, 30, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 30, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 30, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::.ctor() */,
{ 971, 30, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::.cctor() */,
{ 965, 169, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::Dispose() */,
{ 966, 169, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::MoveNext() */,
{ 967, 169, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::get_Current() */,
{ 968, 169, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 169, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.Reset() */,
{ 970, 169, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::.ctor() */,
{ 971, 169, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::.cctor() */,
{ 965, 1062, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::Dispose() */,
{ 966, 1062, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::MoveNext() */,
{ 967, 1062, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::get_Current() */,
{ 968, 1062, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1062, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1062, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::.ctor() */,
{ 971, 1062, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::.cctor() */,
{ 965, 602, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::Dispose() */,
{ 966, 602, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::MoveNext() */,
{ 967, 602, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::get_Current() */,
{ 968, 602, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 602, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 602, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor() */,
{ 971, 602, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.cctor() */,
{ 965, 768, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::Dispose() */,
{ 966, 768, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::MoveNext() */,
{ 967, 768, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::get_Current() */,
{ 968, 768, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 768, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 970, 768, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor() */,
{ 971, 768, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.cctor() */,
{ 965, 773, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::Dispose() */,
{ 966, 773, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::MoveNext() */,
{ 967, 773, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::get_Current() */,
{ 968, 773, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 773, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 773, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor() */,
{ 971, 773, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.cctor() */,
{ 965, 319, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::Dispose() */,
{ 966, 319, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::MoveNext() */,
{ 967, 319, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::get_Current() */,
{ 968, 319, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.get_Current() */,
{ 969, 319, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.Reset() */,
{ 970, 319, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::.ctor() */,
{ 971, 319, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::.cctor() */,
{ 965, 368, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::Dispose() */,
{ 966, 368, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::MoveNext() */,
{ 967, 368, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::get_Current() */,
{ 968, 368, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::System.Collections.IEnumerator.get_Current() */,
{ 969, 368, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::System.Collections.IEnumerator.Reset() */,
{ 970, 368, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::.ctor() */,
{ 971, 368, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::.cctor() */,
{ 965, 59, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTime>::Dispose() */,
{ 966, 59, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.DateTime>::MoveNext() */,
{ 967, 59, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.DateTime>::get_Current() */,
{ 968, 59, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.DateTime>::System.Collections.IEnumerator.get_Current() */,
{ 969, 59, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTime>::System.Collections.IEnumerator.Reset() */,
{ 970, 59, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTime>::.ctor() */,
{ 971, 59, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTime>::.cctor() */,
{ 965, 61, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Decimal>::Dispose() */,
{ 966, 61, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Decimal>::MoveNext() */,
{ 967, 61, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Decimal>::get_Current() */,
{ 968, 61, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Decimal>::System.Collections.IEnumerator.get_Current() */,
{ 969, 61, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Decimal>::System.Collections.IEnumerator.Reset() */,
{ 970, 61, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Decimal>::.ctor() */,
{ 971, 61, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Decimal>::.cctor() */,
{ 965, 81, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Double>::Dispose() */,
{ 966, 81, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Double>::MoveNext() */,
{ 967, 81, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Double>::get_Current() */,
{ 968, 81, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Double>::System.Collections.IEnumerator.get_Current() */,
{ 969, 81, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Double>::System.Collections.IEnumerator.Reset() */,
{ 970, 81, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Double>::.ctor() */,
{ 971, 81, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Double>::.cctor() */,
{ 965, 232, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::Dispose() */,
{ 966, 232, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::MoveNext() */,
{ 967, 232, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::get_Current() */,
{ 968, 232, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::System.Collections.IEnumerator.get_Current() */,
{ 969, 232, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::System.Collections.IEnumerator.Reset() */,
{ 970, 232, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::.ctor() */,
{ 971, 232, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::.cctor() */,
{ 965, 233, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::Dispose() */,
{ 966, 233, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::MoveNext() */,
{ 967, 233, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::get_Current() */,
{ 968, 233, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::System.Collections.IEnumerator.get_Current() */,
{ 969, 233, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::System.Collections.IEnumerator.Reset() */,
{ 970, 233, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::.ctor() */,
{ 971, 233, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::.cctor() */,
{ 965, 230, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::Dispose() */,
{ 966, 230, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::MoveNext() */,
{ 967, 230, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::get_Current() */,
{ 968, 230, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::System.Collections.IEnumerator.get_Current() */,
{ 969, 230, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::System.Collections.IEnumerator.Reset() */,
{ 970, 230, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::.ctor() */,
{ 971, 230, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::.cctor() */,
{ 965, 94, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Guid>::Dispose() */,
{ 966, 94, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Guid>::MoveNext() */,
{ 967, 94, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Guid>::get_Current() */,
{ 968, 94, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Guid>::System.Collections.IEnumerator.get_Current() */,
{ 969, 94, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Guid>::System.Collections.IEnumerator.Reset() */,
{ 970, 94, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Guid>::.ctor() */,
{ 971, 94, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Guid>::.cctor() */,
{ 965, 95, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int16>::Dispose() */,
{ 966, 95, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Int16>::MoveNext() */,
{ 967, 95, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Int16>::get_Current() */,
{ 968, 95, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Int16>::System.Collections.IEnumerator.get_Current() */,
{ 969, 95, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int16>::System.Collections.IEnumerator.Reset() */,
{ 970, 95, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int16>::.ctor() */,
{ 971, 95, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int16>::.cctor() */,
{ 965, 16, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32>::Dispose() */,
{ 966, 16, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Int32>::MoveNext() */,
{ 967, 16, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Int32>::get_Current() */,
{ 968, 16, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 969, 16, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 970, 16, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32>::.ctor() */,
{ 971, 16, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32>::.cctor() */,
{ 965, 90, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::Dispose() */,
{ 966, 90, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::MoveNext() */,
{ 967, 90, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::get_Current() */,
{ 968, 90, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 969, 90, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 970, 90, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::.ctor() */,
{ 971, 90, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::.cctor() */,
{ 965, 37, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int64>::Dispose() */,
{ 966, 37, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Int64>::MoveNext() */,
{ 967, 37, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Int64>::get_Current() */,
{ 968, 37, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 969, 37, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 970, 37, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int64>::.ctor() */,
{ 971, 37, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int64>::.cctor() */,
{ 965, 85, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.IntPtr>::Dispose() */,
{ 966, 85, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.IntPtr>::MoveNext() */,
{ 967, 85, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.IntPtr>::get_Current() */,
{ 968, 85, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.IntPtr>::System.Collections.IEnumerator.get_Current() */,
{ 969, 85, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.IntPtr>::System.Collections.IEnumerator.Reset() */,
{ 970, 85, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.IntPtr>::.ctor() */,
{ 971, 85, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.IntPtr>::.cctor() */,
{ 965, 400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::Dispose() */,
{ 966, 400, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::MoveNext() */,
{ 967, 400, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::get_Current() */,
{ 968, 400, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.get_Current() */,
{ 969, 400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.Reset() */,
{ 970, 400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.ctor() */,
{ 971, 400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.cctor() */,
{ 965, 401, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::Dispose() */,
{ 966, 401, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::MoveNext() */,
{ 967, 401, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::get_Current() */,
{ 968, 401, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 401, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 401, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::.ctor() */,
{ 971, 401, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::.cctor() */,
{ 965, 415, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::Dispose() */,
{ 966, 415, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::MoveNext() */,
{ 967, 415, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::get_Current() */,
{ 968, 415, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.get_Current() */,
{ 969, 415, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.Reset() */,
{ 970, 415, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.ctor() */,
{ 971, 415, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.cctor() */,
{ 965, 1367, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 966, 1367, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 967, 1367, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 968, 1367, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1367, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1367, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 971, 1367, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::.cctor() */,
{ 965, 151, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::Dispose() */,
{ 966, 151, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::MoveNext() */,
{ 967, 151, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::get_Current() */,
{ 968, 151, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::System.Collections.IEnumerator.get_Current() */,
{ 969, 151, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::System.Collections.IEnumerator.Reset() */,
{ 970, 151, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::.ctor() */,
{ 971, 151, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::.cctor() */,
{ 965, 176, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::Dispose() */,
{ 966, 176, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::MoveNext() */,
{ 967, 176, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::get_Current() */,
{ 968, 176, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerator.get_Current() */,
{ 969, 176, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerator.Reset() */,
{ 970, 176, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::.ctor() */,
{ 971, 176, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::.cctor() */,
{ 965, 166, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::Dispose() */,
{ 966, 166, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::MoveNext() */,
{ 967, 166, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::get_Current() */,
{ 968, 166, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerator.get_Current() */,
{ 969, 166, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerator.Reset() */,
{ 970, 166, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::.ctor() */,
{ 971, 166, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::.cctor() */,
{ 965, 64, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::Dispose() */,
{ 966, 64, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::MoveNext() */,
{ 967, 64, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::get_Current() */,
{ 968, 64, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::System.Collections.IEnumerator.get_Current() */,
{ 969, 64, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::System.Collections.IEnumerator.Reset() */,
{ 970, 64, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::.ctor() */,
{ 971, 64, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 965, 170, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::Dispose() */,
{ 966, 170, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::MoveNext() */,
{ 967, 170, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::get_Current() */,
{ 968, 170, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 969, 170, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 970, 170, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::.ctor() */,
{ 971, 170, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::.cctor() */,
{ 965, 33, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::Dispose() */,
{ 966, 33, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::MoveNext() */,
{ 967, 33, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::get_Current() */,
{ 968, 33, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::System.Collections.IEnumerator.get_Current() */,
{ 969, 33, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::System.Collections.IEnumerator.Reset() */,
{ 970, 33, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::.ctor() */,
{ 971, 33, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::.cctor() */,
{ 965, 414, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::Dispose() */,
{ 966, 414, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::MoveNext() */,
{ 967, 414, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::get_Current() */,
{ 968, 414, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.get_Current() */,
{ 969, 414, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.Reset() */,
{ 970, 414, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.ctor() */,
{ 971, 414, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.cctor() */,
{ 965, 108, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.SByte>::Dispose() */,
{ 966, 108, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.SByte>::MoveNext() */,
{ 967, 108, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.SByte>::get_Current() */,
{ 968, 108, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.SByte>::System.Collections.IEnumerator.get_Current() */,
{ 969, 108, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.SByte>::System.Collections.IEnumerator.Reset() */,
{ 970, 108, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.SByte>::.ctor() */,
{ 971, 108, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.SByte>::.cctor() */,
{ 965, 395, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::Dispose() */,
{ 966, 395, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::MoveNext() */,
{ 967, 395, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::get_Current() */,
{ 968, 395, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.get_Current() */,
{ 969, 395, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.Reset() */,
{ 970, 395, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.ctor() */,
{ 971, 395, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.cctor() */,
{ 965, 109, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Single>::Dispose() */,
{ 966, 109, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Single>::MoveNext() */,
{ 967, 109, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Single>::get_Current() */,
{ 968, 109, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Single>::System.Collections.IEnumerator.get_Current() */,
{ 969, 109, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Single>::System.Collections.IEnumerator.Reset() */,
{ 970, 109, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Single>::.ctor() */,
{ 971, 109, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Single>::.cctor() */,
{ 965, 359, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::Dispose() */,
{ 966, 359, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::MoveNext() */,
{ 967, 359, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::get_Current() */,
{ 968, 359, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.get_Current() */,
{ 969, 359, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.Reset() */,
{ 970, 359, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.ctor() */,
{ 971, 359, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.cctor() */,
{ 965, 240, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::Dispose() */,
{ 966, 240, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::MoveNext() */,
{ 967, 240, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::get_Current() */,
{ 968, 240, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::System.Collections.IEnumerator.get_Current() */,
{ 969, 240, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::System.Collections.IEnumerator.Reset() */,
{ 970, 240, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::.ctor() */,
{ 971, 240, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::.cctor() */,
{ 965, 110, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::Dispose() */,
{ 966, 110, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::MoveNext() */,
{ 967, 110, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::get_Current() */,
{ 968, 110, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::System.Collections.IEnumerator.get_Current() */,
{ 969, 110, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::System.Collections.IEnumerator.Reset() */,
{ 970, 110, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::.ctor() */,
{ 971, 110, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::.cctor() */,
{ 965, 134, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16>::Dispose() */,
{ 966, 134, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt16>::MoveNext() */,
{ 967, 134, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt16>::get_Current() */,
{ 968, 134, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt16>::System.Collections.IEnumerator.get_Current() */,
{ 969, 134, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16>::System.Collections.IEnumerator.Reset() */,
{ 970, 134, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16>::.ctor() */,
{ 971, 134, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16>::.cctor() */,
{ 965, 324, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::Dispose() */,
{ 966, 324, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::MoveNext() */,
{ 967, 324, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::get_Current() */,
{ 968, 324, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.get_Current() */,
{ 969, 324, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.Reset() */,
{ 970, 324, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::.ctor() */,
{ 971, 324, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::.cctor() */,
{ 965, 21, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32>::Dispose() */,
{ 966, 21, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt32>::MoveNext() */,
{ 967, 21, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt32>::get_Current() */,
{ 968, 21, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt32>::System.Collections.IEnumerator.get_Current() */,
{ 969, 21, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32>::System.Collections.IEnumerator.Reset() */,
{ 970, 21, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32>::.ctor() */,
{ 971, 21, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32>::.cctor() */,
{ 965, 329, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::Dispose() */,
{ 966, 329, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::MoveNext() */,
{ 967, 329, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::get_Current() */,
{ 968, 329, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 969, 329, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.Reset() */,
{ 970, 329, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::.ctor() */,
{ 971, 329, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::.cctor() */,
{ 965, 82, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt64>::Dispose() */,
{ 966, 82, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt64>::MoveNext() */,
{ 967, 82, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt64>::get_Current() */,
{ 968, 82, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt64>::System.Collections.IEnumerator.get_Current() */,
{ 969, 82, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt64>::System.Collections.IEnumerator.Reset() */,
{ 970, 82, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt64>::.ctor() */,
{ 971, 82, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt64>::.cctor() */,
{ 965, 534, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::Dispose() */,
{ 966, 534, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::MoveNext() */,
{ 967, 534, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::get_Current() */,
{ 968, 534, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::System.Collections.IEnumerator.get_Current() */,
{ 969, 534, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::System.Collections.IEnumerator.Reset() */,
{ 970, 534, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::.ctor() */,
{ 971, 534, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::.cctor() */,
{ 965, 561, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::Dispose() */,
{ 966, 561, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::MoveNext() */,
{ 967, 561, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::get_Current() */,
{ 968, 561, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 561, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 561, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 971, 561, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::.cctor() */,
{ 965, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 966, 439, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 967, 439, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 968, 439, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 969, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 970, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 971, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.cctor() */,
{ 965, 450, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::Dispose() */,
{ 966, 450, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::MoveNext() */,
{ 967, 450, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::get_Current() */,
{ 968, 450, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 969, 450, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 970, 450, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::.ctor() */,
{ 971, 450, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::.cctor() */,
{ 965, 447, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::Dispose() */,
{ 966, 447, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::MoveNext() */,
{ 967, 447, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::get_Current() */,
{ 968, 447, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 969, 447, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 970, 447, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::.ctor() */,
{ 971, 447, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::.cctor() */,
{ 965, 539, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::Dispose() */,
{ 966, 539, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::MoveNext() */,
{ 967, 539, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::get_Current() */,
{ 968, 539, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::System.Collections.IEnumerator.get_Current() */,
{ 969, 539, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::System.Collections.IEnumerator.Reset() */,
{ 970, 539, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::.ctor() */,
{ 971, 539, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::.cctor() */,
{ 965, 505, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::Dispose() */,
{ 966, 505, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::MoveNext() */,
{ 967, 505, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::get_Current() */,
{ 968, 505, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.get_Current() */,
{ 969, 505, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.Reset() */,
{ 970, 505, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::.ctor() */,
{ 971, 505, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::.cctor() */,
{ 965, 499, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Dispose() */,
{ 966, 499, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::MoveNext() */,
{ 967, 499, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Current() */,
{ 968, 499, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.get_Current() */,
{ 969, 499, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.Reset() */,
{ 970, 499, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.ctor() */,
{ 971, 499, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.cctor() */,
{ 965, 603, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::Dispose() */,
{ 966, 603, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::MoveNext() */,
{ 967, 603, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::get_Current() */,
{ 968, 603, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEnumerator.get_Current() */,
{ 969, 603, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEnumerator.Reset() */,
{ 970, 603, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor() */,
{ 971, 603, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.cctor() */,
{ 965, 425, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::Dispose() */,
{ 966, 425, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::MoveNext() */,
{ 967, 425, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::get_Current() */,
{ 968, 425, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.get_Current() */,
{ 969, 425, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.Reset() */,
{ 970, 425, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::.ctor() */,
{ 971, 425, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::.cctor() */,
{ 965, 477, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::Dispose() */,
{ 966, 477, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::MoveNext() */,
{ 967, 477, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::get_Current() */,
{ 968, 477, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.get_Current() */,
{ 969, 477, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.Reset() */,
{ 970, 477, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::.ctor() */,
{ 971, 477, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::.cctor() */,
{ 965, 446, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::Dispose() */,
{ 966, 446, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::MoveNext() */,
{ 967, 446, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::get_Current() */,
{ 968, 446, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.get_Current() */,
{ 969, 446, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.Reset() */,
{ 970, 446, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 971, 446, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::.cctor() */,
{ 965, 592, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 966, 592, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::MoveNext() */,
{ 967, 592, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::get_Current() */,
{ 968, 592, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.get_Current() */,
{ 969, 592, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.Reset() */,
{ 970, 592, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 971, 592, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 965, 489, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::Dispose() */,
{ 966, 489, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::MoveNext() */,
{ 967, 489, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::get_Current() */,
{ 968, 489, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::System.Collections.IEnumerator.get_Current() */,
{ 969, 489, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::System.Collections.IEnumerator.Reset() */,
{ 970, 489, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::.ctor() */,
{ 971, 489, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::.cctor() */,
{ 965, 495, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::Dispose() */,
{ 966, 495, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::MoveNext() */,
{ 967, 495, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::get_Current() */,
{ 968, 495, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.get_Current() */,
{ 969, 495, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.Reset() */,
{ 970, 495, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.ctor() */,
{ 971, 495, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.cctor() */,
{ 965, 455, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::Dispose() */,
{ 966, 455, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::MoveNext() */,
{ 967, 455, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::get_Current() */,
{ 968, 455, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.get_Current() */,
{ 969, 455, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.Reset() */,
{ 970, 455, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::.ctor() */,
{ 971, 455, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::.cctor() */,
{ 965, 537, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::Dispose() */,
{ 966, 537, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::MoveNext() */,
{ 967, 537, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::get_Current() */,
{ 968, 537, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.get_Current() */,
{ 969, 537, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.Reset() */,
{ 970, 537, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 971, 537, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::.cctor() */,
{ 965, 506, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::Dispose() */,
{ 966, 506, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::MoveNext() */,
{ 967, 506, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::get_Current() */,
{ 968, 506, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.get_Current() */,
{ 969, 506, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.Reset() */,
{ 970, 506, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::.ctor() */,
{ 971, 506, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::.cctor() */,
{ 965, 437, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::Dispose() */,
{ 966, 437, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::MoveNext() */,
{ 967, 437, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::get_Current() */,
{ 968, 437, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::System.Collections.IEnumerator.get_Current() */,
{ 969, 437, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::System.Collections.IEnumerator.Reset() */,
{ 970, 437, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::.ctor() */,
{ 971, 437, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::.cctor() */,
{ 965, 430, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::Dispose() */,
{ 966, 430, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::MoveNext() */,
{ 967, 430, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::get_Current() */,
{ 968, 430, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::System.Collections.IEnumerator.get_Current() */,
{ 969, 430, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::System.Collections.IEnumerator.Reset() */,
{ 970, 430, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::.ctor() */,
{ 971, 430, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::.cctor() */,
{ 965, 491, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::Dispose() */,
{ 966, 491, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::MoveNext() */,
{ 967, 491, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::get_Current() */,
{ 968, 491, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.get_Current() */,
{ 969, 491, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.Reset() */,
{ 970, 491, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::.ctor() */,
{ 971, 491, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::.cctor() */,
{ 965, 444, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Dispose() */,
{ 966, 444, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::MoveNext() */,
{ 967, 444, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Current() */,
{ 968, 444, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 444, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 444, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 971, 444, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.cctor() */,
{ 965, 441, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::Dispose() */,
{ 966, 441, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::MoveNext() */,
{ 967, 441, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::get_Current() */,
{ 968, 441, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::System.Collections.IEnumerator.get_Current() */,
{ 969, 441, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::System.Collections.IEnumerator.Reset() */,
{ 970, 441, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::.ctor() */,
{ 971, 441, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::.cctor() */,
{ 965, 535, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::Dispose() */,
{ 966, 535, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::MoveNext() */,
{ 967, 535, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::get_Current() */,
{ 968, 535, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 535, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 535, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.ctor() */,
{ 971, 535, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.cctor() */,
{ 965, 584, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::Dispose() */,
{ 966, 584, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::MoveNext() */,
{ 967, 584, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::get_Current() */,
{ 968, 584, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.get_Current() */,
{ 969, 584, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.Reset() */,
{ 970, 584, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.ctor() */,
{ 971, 584, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.cctor() */,
{ 965, 587, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::Dispose() */,
{ 966, 587, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::MoveNext() */,
{ 967, 587, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::get_Current() */,
{ 968, 587, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.get_Current() */,
{ 969, 587, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.Reset() */,
{ 970, 587, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.ctor() */,
{ 971, 587, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.cctor() */,
{ 965, 533, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::Dispose() */,
{ 966, 533, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::MoveNext() */,
{ 967, 533, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::get_Current() */,
{ 968, 533, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.get_Current() */,
{ 969, 533, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.Reset() */,
{ 970, 533, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::.ctor() */,
{ 971, 533, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::.cctor() */,
{ 965, 612, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Dispose() */,
{ 966, 612, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::MoveNext() */,
{ 967, 612, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::get_Current() */,
{ 968, 612, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.get_Current() */,
{ 969, 612, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.Reset() */,
{ 970, 612, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.ctor() */,
{ 971, 612, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.cctor() */,
{ 965, 610, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::Dispose() */,
{ 966, 610, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::MoveNext() */,
{ 967, 610, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::get_Current() */,
{ 968, 610, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.get_Current() */,
{ 969, 610, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.Reset() */,
{ 970, 610, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.ctor() */,
{ 971, 610, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.cctor() */,
{ 965, 622, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::Dispose() */,
{ 966, 622, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::MoveNext() */,
{ 967, 622, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Current() */,
{ 968, 622, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.get_Current() */,
{ 969, 622, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.Reset() */,
{ 970, 622, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 971, 622, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::.cctor() */,
{ 965, 769, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::Dispose() */,
{ 966, 769, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::MoveNext() */,
{ 967, 769, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::get_Current() */,
{ 968, 769, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEnumerator.get_Current() */,
{ 969, 769, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEnumerator.Reset() */,
{ 970, 769, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.ctor() */,
{ 971, 769, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.cctor() */,
{ 965, 789, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::Dispose() */,
{ 966, 789, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::MoveNext() */,
{ 967, 789, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::get_Current() */,
{ 968, 789, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::System.Collections.IEnumerator.get_Current() */,
{ 969, 789, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::System.Collections.IEnumerator.Reset() */,
{ 970, 789, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::.ctor() */,
{ 971, 789, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::.cctor() */,
{ 965, 463, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 966, 463, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 967, 463, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 968, 463, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 969, 463, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 970, 463, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 971, 463, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.cctor() */,
{ 965, 442, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::Dispose() */,
{ 966, 442, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::MoveNext() */,
{ 967, 442, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::get_Current() */,
{ 968, 442, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 969, 442, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 970, 442, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::.ctor() */,
{ 971, 442, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::.cctor() */,
{ 965, 431, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::Dispose() */,
{ 966, 431, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::MoveNext() */,
{ 967, 431, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::get_Current() */,
{ 968, 431, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 969, 431, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 970, 431, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::.ctor() */,
{ 971, 431, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::.cctor() */,
{ 965, 445, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::Dispose() */,
{ 966, 445, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::MoveNext() */,
{ 967, 445, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::get_Current() */,
{ 968, 445, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 969, 445, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 970, 445, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::.ctor() */,
{ 971, 445, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::.cctor() */,
{ 965, 554, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::Dispose() */,
{ 966, 554, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::MoveNext() */,
{ 967, 554, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::get_Current() */,
{ 968, 554, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::System.Collections.IEnumerator.get_Current() */,
{ 969, 554, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::System.Collections.IEnumerator.Reset() */,
{ 970, 554, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::.ctor() */,
{ 971, 554, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::.cctor() */,
{ 959, 1587, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::.ctor(System.Array) */,
{ 960, 1587, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::Dispose() */,
{ 961, 1587, -1 } /* System.Boolean System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::MoveNext() */,
{ 962, 1587, -1 } /* T System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::get_Current() */,
{ 963, 1587, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.Reset() */,
{ 964, 1587, -1 } /* System.Object System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1588, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::.ctor(System.Array) */,
{ 960, 1588, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::Dispose() */,
{ 961, 1588, -1 } /* System.Boolean System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::MoveNext() */,
{ 962, 1588, -1 } /* T System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::get_Current() */,
{ 963, 1588, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::System.Collections.IEnumerator.Reset() */,
{ 964, 1588, -1 } /* System.Object System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1076, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::.ctor(System.Array) */,
{ 960, 1076, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::Dispose() */,
{ 961, 1076, -1 } /* System.Boolean System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::MoveNext() */,
{ 962, 1076, -1 } /* T System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::get_Current() */,
{ 963, 1076, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.Reset() */,
{ 964, 1076, -1 } /* System.Object System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1582, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::.ctor(System.Array) */,
{ 960, 1582, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::Dispose() */,
{ 961, 1582, -1 } /* System.Boolean System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::MoveNext() */,
{ 962, 1582, -1 } /* T System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::get_Current() */,
{ 963, 1582, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 1582, -1 } /* System.Object System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1504, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::.ctor(System.Array) */,
{ 960, 1504, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::Dispose() */,
{ 961, 1504, -1 } /* System.Boolean System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::MoveNext() */,
{ 962, 1504, -1 } /* T System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::get_Current() */,
{ 963, 1504, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1504, -1 } /* System.Object System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1274, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::.ctor(System.Array) */,
{ 960, 1274, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::Dispose() */,
{ 961, 1274, -1 } /* System.Boolean System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::MoveNext() */,
{ 962, 1274, -1 } /* T System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::get_Current() */,
{ 963, 1274, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.Reset() */,
{ 964, 1274, -1 } /* System.Object System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.get_Current() */,
{ 959, 15, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::.ctor(System.Array) */,
{ 960, 15, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::Dispose() */,
{ 961, 15, -1 } /* System.Boolean System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::MoveNext() */,
{ 962, 15, -1 } /* T System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::get_Current() */,
{ 963, 15, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::System.Collections.IEnumerator.Reset() */,
{ 964, 15, -1 } /* System.Object System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::System.Collections.IEnumerator.get_Current() */,
{ 959, 20, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Security.Uri/UriScheme>::.ctor(System.Array) */,
{ 960, 20, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Security.Uri/UriScheme>::Dispose() */,
{ 961, 20, -1 } /* System.Boolean System.Array/InternalEnumerator`1<Mono.Security.Uri/UriScheme>::MoveNext() */,
{ 962, 20, -1 } /* T System.Array/InternalEnumerator`1<Mono.Security.Uri/UriScheme>::get_Current() */,
{ 963, 20, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Security.Uri/UriScheme>::System.Collections.IEnumerator.Reset() */,
{ 964, 20, -1 } /* System.Object System.Array/InternalEnumerator`1<Mono.Security.Uri/UriScheme>::System.Collections.IEnumerator.get_Current() */,
{ 959, 413, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.ctor(System.Array) */,
{ 960, 413, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::Dispose() */,
{ 961, 413, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::MoveNext() */,
{ 962, 413, -1 } /* T System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::get_Current() */,
{ 963, 413, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.Reset() */,
{ 964, 413, -1 } /* System.Object System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 47, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Boolean>::.ctor(System.Array) */,
{ 960, 47, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Boolean>::Dispose() */,
{ 961, 47, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Boolean>::MoveNext() */,
{ 962, 47, -1 } /* T System.Array/InternalEnumerator`1<System.Boolean>::get_Current() */,
{ 963, 47, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 964, 47, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 959, 6, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Byte>::.ctor(System.Array) */,
{ 960, 6, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Byte>::Dispose() */,
{ 961, 6, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Byte>::MoveNext() */,
{ 962, 6, -1 } /* T System.Array/InternalEnumerator`1<System.Byte>::get_Current() */,
{ 963, 6, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 964, 6, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 959, 398, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::.ctor(System.Array) */,
{ 960, 398, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::Dispose() */,
{ 961, 398, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ByteEnum>::MoveNext() */,
{ 962, 398, -1 } /* T System.Array/InternalEnumerator`1<System.ByteEnum>::get_Current() */,
{ 963, 398, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.Reset() */,
{ 964, 398, -1 } /* System.Object System.Array/InternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.get_Current() */,
{ 959, 7, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Char>::.ctor(System.Array) */,
{ 960, 7, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Char>::Dispose() */,
{ 961, 7, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Char>::MoveNext() */,
{ 962, 7, -1 } /* T System.Array/InternalEnumerator`1<System.Char>::get_Current() */,
{ 963, 7, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Char>::System.Collections.IEnumerator.Reset() */,
{ 964, 7, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 959, 34, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::.ctor(System.Array) */,
{ 960, 34, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::Dispose() */,
{ 961, 34, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::MoveNext() */,
{ 962, 34, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::get_Current() */,
{ 963, 34, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::System.Collections.IEnumerator.Reset() */,
{ 964, 34, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::System.Collections.IEnumerator.get_Current() */,
{ 959, 347, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.ctor(System.Array) */,
{ 960, 347, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::Dispose() */,
{ 961, 347, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::MoveNext() */,
{ 962, 347, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::get_Current() */,
{ 963, 347, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 347, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 123, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::.ctor(System.Array) */,
{ 960, 123, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::Dispose() */,
{ 961, 123, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::MoveNext() */,
{ 962, 123, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::get_Current() */,
{ 963, 123, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 123, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 870, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::.ctor(System.Array) */,
{ 960, 870, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::Dispose() */,
{ 961, 870, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::MoveNext() */,
{ 962, 870, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::get_Current() */,
{ 963, 870, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 870, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1318, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.ctor(System.Array) */,
{ 960, 1318, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::Dispose() */,
{ 961, 1318, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::MoveNext() */,
{ 962, 1318, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::get_Current() */,
{ 963, 1318, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1318, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1340, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::.ctor(System.Array) */,
{ 960, 1340, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::Dispose() */,
{ 961, 1340, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::MoveNext() */,
{ 962, 1340, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::get_Current() */,
{ 963, 1340, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1340, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1267, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.ctor(System.Array) */,
{ 960, 1267, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::Dispose() */,
{ 961, 1267, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::MoveNext() */,
{ 962, 1267, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::get_Current() */,
{ 963, 1267, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1267, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 303, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.ctor(System.Array) */,
{ 960, 303, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::Dispose() */,
{ 961, 303, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::MoveNext() */,
{ 962, 303, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::get_Current() */,
{ 963, 303, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 964, 303, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 786, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::.ctor(System.Array) */,
{ 960, 786, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::Dispose() */,
{ 961, 786, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::MoveNext() */,
{ 962, 786, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::get_Current() */,
{ 963, 786, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.Reset() */,
{ 964, 786, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1517, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor(System.Array) */,
{ 960, 1517, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::Dispose() */,
{ 961, 1517, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::MoveNext() */,
{ 962, 1517, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::get_Current() */,
{ 963, 1517, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1517, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 31, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::.ctor(System.Array) */,
{ 960, 31, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::Dispose() */,
{ 961, 31, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::MoveNext() */,
{ 962, 31, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::get_Current() */,
{ 963, 31, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 31, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 171, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::.ctor(System.Array) */,
{ 960, 171, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::Dispose() */,
{ 961, 171, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::MoveNext() */,
{ 962, 171, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::get_Current() */,
{ 963, 171, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.Reset() */,
{ 964, 171, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1063, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::.ctor(System.Array) */,
{ 960, 1063, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::Dispose() */,
{ 961, 1063, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::MoveNext() */,
{ 962, 1063, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::get_Current() */,
{ 963, 1063, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1063, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 604, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor(System.Array) */,
{ 960, 604, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::Dispose() */,
{ 961, 604, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::MoveNext() */,
{ 962, 604, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::get_Current() */,
{ 963, 604, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 604, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 770, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor(System.Array) */,
{ 960, 770, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::Dispose() */,
{ 961, 770, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::MoveNext() */,
{ 962, 770, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::get_Current() */,
{ 963, 770, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 964, 770, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 774, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor(System.Array) */,
{ 960, 774, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::Dispose() */,
{ 961, 774, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::MoveNext() */,
{ 962, 774, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::get_Current() */,
{ 963, 774, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 774, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 423, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.ctor(System.Array) */,
{ 960, 423, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::Dispose() */,
{ 961, 423, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::MoveNext() */,
{ 962, 423, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::get_Current() */,
{ 963, 423, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 423, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 115, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Array) */,
{ 960, 115, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Dispose() */,
{ 961, 115, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNext() */,
{ 962, 115, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Current() */,
{ 963, 115, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 115, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 346, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.ctor(System.Array) */,
{ 960, 346, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::Dispose() */,
{ 961, 346, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::MoveNext() */,
{ 962, 346, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::get_Current() */,
{ 963, 346, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 346, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 122, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::.ctor(System.Array) */,
{ 960, 122, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::Dispose() */,
{ 961, 122, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::MoveNext() */,
{ 962, 122, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::get_Current() */,
{ 963, 122, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 122, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 864, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::.ctor(System.Array) */,
{ 960, 864, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::Dispose() */,
{ 961, 864, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::MoveNext() */,
{ 962, 864, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::get_Current() */,
{ 963, 864, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 864, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1317, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.ctor(System.Array) */,
{ 960, 1317, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::Dispose() */,
{ 961, 1317, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::MoveNext() */,
{ 962, 1317, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::get_Current() */,
{ 963, 1317, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1317, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1339, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::.ctor(System.Array) */,
{ 960, 1339, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::Dispose() */,
{ 961, 1339, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::MoveNext() */,
{ 962, 1339, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::get_Current() */,
{ 963, 1339, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1339, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1266, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.ctor(System.Array) */,
{ 960, 1266, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::Dispose() */,
{ 961, 1266, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::MoveNext() */,
{ 962, 1266, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::get_Current() */,
{ 963, 1266, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1266, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 302, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.ctor(System.Array) */,
{ 960, 302, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::Dispose() */,
{ 961, 302, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::MoveNext() */,
{ 962, 302, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::get_Current() */,
{ 963, 302, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 964, 302, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 785, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::.ctor(System.Array) */,
{ 960, 785, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::Dispose() */,
{ 961, 785, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::MoveNext() */,
{ 962, 785, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::get_Current() */,
{ 963, 785, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.Reset() */,
{ 964, 785, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1516, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor(System.Array) */,
{ 960, 1516, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::Dispose() */,
{ 961, 1516, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::MoveNext() */,
{ 962, 1516, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::get_Current() */,
{ 963, 1516, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1516, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 30, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::.ctor(System.Array) */,
{ 960, 30, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::Dispose() */,
{ 961, 30, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::MoveNext() */,
{ 962, 30, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::get_Current() */,
{ 963, 30, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 30, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 169, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::.ctor(System.Array) */,
{ 960, 169, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::Dispose() */,
{ 961, 169, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::MoveNext() */,
{ 962, 169, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::get_Current() */,
{ 963, 169, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.Reset() */,
{ 964, 169, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1062, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::.ctor(System.Array) */,
{ 960, 1062, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::Dispose() */,
{ 961, 1062, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::MoveNext() */,
{ 962, 1062, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::get_Current() */,
{ 963, 1062, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1062, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 602, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor(System.Array) */,
{ 960, 602, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::Dispose() */,
{ 961, 602, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::MoveNext() */,
{ 962, 602, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::get_Current() */,
{ 963, 602, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 602, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 768, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor(System.Array) */,
{ 960, 768, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::Dispose() */,
{ 961, 768, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::MoveNext() */,
{ 962, 768, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::get_Current() */,
{ 963, 768, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 964, 768, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 773, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor(System.Array) */,
{ 960, 773, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::Dispose() */,
{ 961, 773, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::MoveNext() */,
{ 962, 773, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::get_Current() */,
{ 963, 773, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 773, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 319, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::.ctor(System.Array) */,
{ 960, 319, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::Dispose() */,
{ 961, 319, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::MoveNext() */,
{ 962, 319, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::get_Current() */,
{ 963, 319, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.Reset() */,
{ 964, 319, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.get_Current() */,
{ 959, 368, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::.ctor(System.Array) */,
{ 960, 368, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::Dispose() */,
{ 961, 368, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::MoveNext() */,
{ 962, 368, -1 } /* T System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::get_Current() */,
{ 963, 368, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::System.Collections.IEnumerator.Reset() */,
{ 964, 368, -1 } /* System.Object System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::System.Collections.IEnumerator.get_Current() */,
{ 959, 59, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTime>::.ctor(System.Array) */,
{ 960, 59, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTime>::Dispose() */,
{ 961, 59, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.DateTime>::MoveNext() */,
{ 962, 59, -1 } /* T System.Array/InternalEnumerator`1<System.DateTime>::get_Current() */,
{ 963, 59, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTime>::System.Collections.IEnumerator.Reset() */,
{ 964, 59, -1 } /* System.Object System.Array/InternalEnumerator`1<System.DateTime>::System.Collections.IEnumerator.get_Current() */,
{ 959, 61, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Decimal>::.ctor(System.Array) */,
{ 960, 61, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Decimal>::Dispose() */,
{ 961, 61, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Decimal>::MoveNext() */,
{ 962, 61, -1 } /* T System.Array/InternalEnumerator`1<System.Decimal>::get_Current() */,
{ 963, 61, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Decimal>::System.Collections.IEnumerator.Reset() */,
{ 964, 61, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Decimal>::System.Collections.IEnumerator.get_Current() */,
{ 959, 81, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Double>::.ctor(System.Array) */,
{ 960, 81, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Double>::Dispose() */,
{ 961, 81, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Double>::MoveNext() */,
{ 962, 81, -1 } /* T System.Array/InternalEnumerator`1<System.Double>::get_Current() */,
{ 963, 81, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Double>::System.Collections.IEnumerator.Reset() */,
{ 964, 81, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Double>::System.Collections.IEnumerator.get_Current() */,
{ 959, 232, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::.ctor(System.Array) */,
{ 960, 232, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::Dispose() */,
{ 961, 232, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::MoveNext() */,
{ 962, 232, -1 } /* T System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::get_Current() */,
{ 963, 232, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::System.Collections.IEnumerator.Reset() */,
{ 964, 232, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::System.Collections.IEnumerator.get_Current() */,
{ 959, 233, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::.ctor(System.Array) */,
{ 960, 233, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::Dispose() */,
{ 961, 233, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::MoveNext() */,
{ 962, 233, -1 } /* T System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::get_Current() */,
{ 963, 233, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::System.Collections.IEnumerator.Reset() */,
{ 964, 233, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::System.Collections.IEnumerator.get_Current() */,
{ 959, 230, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::.ctor(System.Array) */,
{ 960, 230, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::Dispose() */,
{ 961, 230, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::MoveNext() */,
{ 962, 230, -1 } /* T System.Array/InternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::get_Current() */,
{ 963, 230, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::System.Collections.IEnumerator.Reset() */,
{ 964, 230, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Globalization.TimeSpanParse/TimeSpanToken>::System.Collections.IEnumerator.get_Current() */,
{ 959, 94, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Guid>::.ctor(System.Array) */,
{ 960, 94, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Guid>::Dispose() */,
{ 961, 94, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Guid>::MoveNext() */,
{ 962, 94, -1 } /* T System.Array/InternalEnumerator`1<System.Guid>::get_Current() */,
{ 963, 94, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Guid>::System.Collections.IEnumerator.Reset() */,
{ 964, 94, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Guid>::System.Collections.IEnumerator.get_Current() */,
{ 959, 95, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int16>::.ctor(System.Array) */,
{ 960, 95, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int16>::Dispose() */,
{ 961, 95, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Int16>::MoveNext() */,
{ 962, 95, -1 } /* T System.Array/InternalEnumerator`1<System.Int16>::get_Current() */,
{ 963, 95, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int16>::System.Collections.IEnumerator.Reset() */,
{ 964, 95, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Int16>::System.Collections.IEnumerator.get_Current() */,
{ 959, 16, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32>::.ctor(System.Array) */,
{ 960, 16, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32>::Dispose() */,
{ 961, 16, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Int32>::MoveNext() */,
{ 962, 16, -1 } /* T System.Array/InternalEnumerator`1<System.Int32>::get_Current() */,
{ 963, 16, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 964, 16, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 959, 90, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32Enum>::.ctor(System.Array) */,
{ 960, 90, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32Enum>::Dispose() */,
{ 961, 90, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Int32Enum>::MoveNext() */,
{ 962, 90, -1 } /* T System.Array/InternalEnumerator`1<System.Int32Enum>::get_Current() */,
{ 963, 90, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 964, 90, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 959, 37, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int64>::.ctor(System.Array) */,
{ 960, 37, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int64>::Dispose() */,
{ 961, 37, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Int64>::MoveNext() */,
{ 962, 37, -1 } /* T System.Array/InternalEnumerator`1<System.Int64>::get_Current() */,
{ 963, 37, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 964, 37, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 959, 85, -1 } /* System.Void System.Array/InternalEnumerator`1<System.IntPtr>::.ctor(System.Array) */,
{ 960, 85, -1 } /* System.Void System.Array/InternalEnumerator`1<System.IntPtr>::Dispose() */,
{ 961, 85, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.IntPtr>::MoveNext() */,
{ 962, 85, -1 } /* T System.Array/InternalEnumerator`1<System.IntPtr>::get_Current() */,
{ 963, 85, -1 } /* System.Void System.Array/InternalEnumerator`1<System.IntPtr>::System.Collections.IEnumerator.Reset() */,
{ 964, 85, -1 } /* System.Object System.Array/InternalEnumerator`1<System.IntPtr>::System.Collections.IEnumerator.get_Current() */,
{ 959, 400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.ctor(System.Array) */,
{ 960, 400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::Dispose() */,
{ 961, 400, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::MoveNext() */,
{ 962, 400, -1 } /* T System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::get_Current() */,
{ 963, 400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.Reset() */,
{ 964, 400, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.get_Current() */,
{ 959, 401, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::.ctor(System.Array) */,
{ 960, 401, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::Dispose() */,
{ 961, 401, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::MoveNext() */,
{ 962, 401, -1 } /* T System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::get_Current() */,
{ 963, 401, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 401, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 415, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.ctor(System.Array) */,
{ 960, 415, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::Dispose() */,
{ 961, 415, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::MoveNext() */,
{ 962, 415, -1 } /* T System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::get_Current() */,
{ 963, 415, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.Reset() */,
{ 964, 415, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1367, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Array) */,
{ 960, 1367, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 961, 1367, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 962, 1367, -1 } /* T System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 963, 1367, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1367, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 151, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::.ctor(System.Array) */,
{ 960, 151, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::Dispose() */,
{ 961, 151, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::MoveNext() */,
{ 962, 151, -1 } /* T System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::get_Current() */,
{ 963, 151, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::System.Collections.IEnumerator.Reset() */,
{ 964, 151, -1 } /* System.Object System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::System.Collections.IEnumerator.get_Current() */,
{ 959, 176, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::.ctor(System.Array) */,
{ 960, 176, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::Dispose() */,
{ 961, 176, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::MoveNext() */,
{ 962, 176, -1 } /* T System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::get_Current() */,
{ 963, 176, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerator.Reset() */,
{ 964, 176, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerator.get_Current() */,
{ 959, 166, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::.ctor(System.Array) */,
{ 960, 166, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::Dispose() */,
{ 961, 166, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::MoveNext() */,
{ 962, 166, -1 } /* T System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::get_Current() */,
{ 963, 166, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerator.Reset() */,
{ 964, 166, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerator.get_Current() */,
{ 959, 64, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::.ctor(System.Array) */,
{ 960, 64, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::Dispose() */,
{ 961, 64, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::MoveNext() */,
{ 962, 64, -1 } /* T System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::get_Current() */,
{ 963, 64, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::System.Collections.IEnumerator.Reset() */,
{ 964, 64, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::System.Collections.IEnumerator.get_Current() */,
{ 959, 170, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::.ctor(System.Array) */,
{ 960, 170, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::Dispose() */,
{ 961, 170, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::MoveNext() */,
{ 962, 170, -1 } /* T System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::get_Current() */,
{ 963, 170, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 964, 170, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 959, 33, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::.ctor(System.Array) */,
{ 960, 33, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::Dispose() */,
{ 961, 33, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::MoveNext() */,
{ 962, 33, -1 } /* T System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::get_Current() */,
{ 963, 33, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::System.Collections.IEnumerator.Reset() */,
{ 964, 33, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::System.Collections.IEnumerator.get_Current() */,
{ 959, 414, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.ctor(System.Array) */,
{ 960, 414, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::Dispose() */,
{ 961, 414, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::MoveNext() */,
{ 962, 414, -1 } /* T System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::get_Current() */,
{ 963, 414, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.Reset() */,
{ 964, 414, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.get_Current() */,
{ 959, 108, -1 } /* System.Void System.Array/InternalEnumerator`1<System.SByte>::.ctor(System.Array) */,
{ 960, 108, -1 } /* System.Void System.Array/InternalEnumerator`1<System.SByte>::Dispose() */,
{ 961, 108, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.SByte>::MoveNext() */,
{ 962, 108, -1 } /* T System.Array/InternalEnumerator`1<System.SByte>::get_Current() */,
{ 963, 108, -1 } /* System.Void System.Array/InternalEnumerator`1<System.SByte>::System.Collections.IEnumerator.Reset() */,
{ 964, 108, -1 } /* System.Object System.Array/InternalEnumerator`1<System.SByte>::System.Collections.IEnumerator.get_Current() */,
{ 959, 395, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.ctor(System.Array) */,
{ 960, 395, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::Dispose() */,
{ 961, 395, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::MoveNext() */,
{ 962, 395, -1 } /* T System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::get_Current() */,
{ 963, 395, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.Reset() */,
{ 964, 395, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.get_Current() */,
{ 959, 109, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Single>::.ctor(System.Array) */,
{ 960, 109, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Single>::Dispose() */,
{ 961, 109, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Single>::MoveNext() */,
{ 962, 109, -1 } /* T System.Array/InternalEnumerator`1<System.Single>::get_Current() */,
{ 963, 109, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Single>::System.Collections.IEnumerator.Reset() */,
{ 964, 109, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Single>::System.Collections.IEnumerator.get_Current() */,
{ 959, 359, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.ctor(System.Array) */,
{ 960, 359, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::Dispose() */,
{ 961, 359, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::MoveNext() */,
{ 962, 359, -1 } /* T System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::get_Current() */,
{ 963, 359, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.Reset() */,
{ 964, 359, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.get_Current() */,
{ 959, 240, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::.ctor(System.Array) */,
{ 960, 240, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::Dispose() */,
{ 961, 240, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::MoveNext() */,
{ 962, 240, -1 } /* T System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::get_Current() */,
{ 963, 240, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::System.Collections.IEnumerator.Reset() */,
{ 964, 240, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::System.Collections.IEnumerator.get_Current() */,
{ 959, 110, -1 } /* System.Void System.Array/InternalEnumerator`1<System.TimeSpan>::.ctor(System.Array) */,
{ 960, 110, -1 } /* System.Void System.Array/InternalEnumerator`1<System.TimeSpan>::Dispose() */,
{ 961, 110, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.TimeSpan>::MoveNext() */,
{ 962, 110, -1 } /* T System.Array/InternalEnumerator`1<System.TimeSpan>::get_Current() */,
{ 963, 110, -1 } /* System.Void System.Array/InternalEnumerator`1<System.TimeSpan>::System.Collections.IEnumerator.Reset() */,
{ 964, 110, -1 } /* System.Object System.Array/InternalEnumerator`1<System.TimeSpan>::System.Collections.IEnumerator.get_Current() */,
{ 959, 134, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16>::.ctor(System.Array) */,
{ 960, 134, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16>::Dispose() */,
{ 961, 134, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt16>::MoveNext() */,
{ 962, 134, -1 } /* T System.Array/InternalEnumerator`1<System.UInt16>::get_Current() */,
{ 963, 134, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16>::System.Collections.IEnumerator.Reset() */,
{ 964, 134, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt16>::System.Collections.IEnumerator.get_Current() */,
{ 959, 324, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::.ctor(System.Array) */,
{ 960, 324, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::Dispose() */,
{ 961, 324, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt16Enum>::MoveNext() */,
{ 962, 324, -1 } /* T System.Array/InternalEnumerator`1<System.UInt16Enum>::get_Current() */,
{ 963, 324, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.Reset() */,
{ 964, 324, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.get_Current() */,
{ 959, 21, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32>::.ctor(System.Array) */,
{ 960, 21, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32>::Dispose() */,
{ 961, 21, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt32>::MoveNext() */,
{ 962, 21, -1 } /* T System.Array/InternalEnumerator`1<System.UInt32>::get_Current() */,
{ 963, 21, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32>::System.Collections.IEnumerator.Reset() */,
{ 964, 21, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt32>::System.Collections.IEnumerator.get_Current() */,
{ 959, 329, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::.ctor(System.Array) */,
{ 960, 329, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::Dispose() */,
{ 961, 329, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt32Enum>::MoveNext() */,
{ 962, 329, -1 } /* T System.Array/InternalEnumerator`1<System.UInt32Enum>::get_Current() */,
{ 963, 329, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.Reset() */,
{ 964, 329, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 959, 82, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt64>::.ctor(System.Array) */,
{ 960, 82, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt64>::Dispose() */,
{ 961, 82, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt64>::MoveNext() */,
{ 962, 82, -1 } /* T System.Array/InternalEnumerator`1<System.UInt64>::get_Current() */,
{ 963, 82, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt64>::System.Collections.IEnumerator.Reset() */,
{ 964, 82, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt64>::System.Collections.IEnumerator.get_Current() */,
{ 959, 534, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::.ctor(System.Array) */,
{ 960, 534, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::Dispose() */,
{ 961, 534, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::MoveNext() */,
{ 962, 534, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::get_Current() */,
{ 963, 534, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::System.Collections.IEnumerator.Reset() */,
{ 964, 534, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::System.Collections.IEnumerator.get_Current() */,
{ 959, 561, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Array) */,
{ 960, 561, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::Dispose() */,
{ 961, 561, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::MoveNext() */,
{ 962, 561, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::get_Current() */,
{ 963, 561, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 561, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Array) */,
{ 960, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 961, 439, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 962, 439, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 963, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 964, 439, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 959, 450, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::.ctor(System.Array) */,
{ 960, 450, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::Dispose() */,
{ 961, 450, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Color32>::MoveNext() */,
{ 962, 450, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Color32>::get_Current() */,
{ 963, 450, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 964, 450, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 959, 447, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::.ctor(System.Array) */,
{ 960, 447, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::Dispose() */,
{ 961, 447, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Color>::MoveNext() */,
{ 962, 447, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Color>::get_Current() */,
{ 963, 447, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 964, 447, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 959, 539, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::.ctor(System.Array) */,
{ 960, 539, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::Dispose() */,
{ 961, 539, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::MoveNext() */,
{ 962, 539, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::get_Current() */,
{ 963, 539, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::System.Collections.IEnumerator.Reset() */,
{ 964, 539, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::System.Collections.IEnumerator.get_Current() */,
{ 959, 505, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::.ctor(System.Array) */,
{ 960, 505, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::Dispose() */,
{ 961, 505, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::MoveNext() */,
{ 962, 505, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::get_Current() */,
{ 963, 505, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.Reset() */,
{ 964, 505, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.get_Current() */,
{ 959, 499, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.ctor(System.Array) */,
{ 960, 499, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Dispose() */,
{ 961, 499, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::MoveNext() */,
{ 962, 499, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Current() */,
{ 963, 499, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.Reset() */,
{ 964, 499, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.get_Current() */,
{ 959, 603, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor(System.Array) */,
{ 960, 603, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::Dispose() */,
{ 961, 603, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::MoveNext() */,
{ 962, 603, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::get_Current() */,
{ 963, 603, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEnumerator.Reset() */,
{ 964, 603, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEnumerator.get_Current() */,
{ 959, 425, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::.ctor(System.Array) */,
{ 960, 425, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::Dispose() */,
{ 961, 425, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::MoveNext() */,
{ 962, 425, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::get_Current() */,
{ 963, 425, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.Reset() */,
{ 964, 425, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.get_Current() */,
{ 959, 477, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::.ctor(System.Array) */,
{ 960, 477, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::Dispose() */,
{ 961, 477, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::MoveNext() */,
{ 962, 477, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::get_Current() */,
{ 963, 477, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.Reset() */,
{ 964, 477, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.get_Current() */,
{ 959, 446, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::.ctor(System.Array) */,
{ 960, 446, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::Dispose() */,
{ 961, 446, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::MoveNext() */,
{ 962, 446, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::get_Current() */,
{ 963, 446, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.Reset() */,
{ 964, 446, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.get_Current() */,
{ 959, 592, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Array) */,
{ 960, 592, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 961, 592, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::MoveNext() */,
{ 962, 592, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::get_Current() */,
{ 963, 592, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.Reset() */,
{ 964, 592, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.get_Current() */,
{ 959, 489, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Plane>::.ctor(System.Array) */,
{ 960, 489, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Plane>::Dispose() */,
{ 961, 489, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Plane>::MoveNext() */,
{ 962, 489, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Plane>::get_Current() */,
{ 963, 489, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Plane>::System.Collections.IEnumerator.Reset() */,
{ 964, 489, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Plane>::System.Collections.IEnumerator.get_Current() */,
{ 959, 495, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.ctor(System.Array) */,
{ 960, 495, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::Dispose() */,
{ 961, 495, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::MoveNext() */,
{ 962, 495, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::get_Current() */,
{ 963, 495, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.Reset() */,
{ 964, 495, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.get_Current() */,
{ 959, 455, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::.ctor(System.Array) */,
{ 960, 455, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::Dispose() */,
{ 961, 455, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::MoveNext() */,
{ 962, 455, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::get_Current() */,
{ 963, 455, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.Reset() */,
{ 964, 455, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.get_Current() */,
{ 959, 537, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::.ctor(System.Array) */,
{ 960, 537, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::Dispose() */,
{ 961, 537, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::MoveNext() */,
{ 962, 537, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::get_Current() */,
{ 963, 537, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.Reset() */,
{ 964, 537, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.get_Current() */,
{ 959, 506, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::.ctor(System.Array) */,
{ 960, 506, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::Dispose() */,
{ 961, 506, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::MoveNext() */,
{ 962, 506, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::get_Current() */,
{ 963, 506, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.Reset() */,
{ 964, 506, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.get_Current() */,
{ 959, 437, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rect>::.ctor(System.Array) */,
{ 960, 437, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rect>::Dispose() */,
{ 961, 437, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Rect>::MoveNext() */,
{ 962, 437, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Rect>::get_Current() */,
{ 963, 437, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rect>::System.Collections.IEnumerator.Reset() */,
{ 964, 437, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Rect>::System.Collections.IEnumerator.get_Current() */,
{ 959, 430, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::.ctor(System.Array) */,
{ 960, 430, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::Dispose() */,
{ 961, 430, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::MoveNext() */,
{ 962, 430, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::get_Current() */,
{ 963, 430, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::System.Collections.IEnumerator.Reset() */,
{ 964, 430, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::System.Collections.IEnumerator.get_Current() */,
{ 959, 491, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::.ctor(System.Array) */,
{ 960, 491, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::Dispose() */,
{ 961, 491, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::MoveNext() */,
{ 962, 491, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::get_Current() */,
{ 963, 491, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.Reset() */,
{ 964, 491, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.get_Current() */,
{ 959, 444, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Array) */,
{ 960, 444, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Dispose() */,
{ 961, 444, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::MoveNext() */,
{ 962, 444, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Current() */,
{ 963, 444, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 444, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 441, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Resolution>::.ctor(System.Array) */,
{ 960, 441, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Resolution>::Dispose() */,
{ 961, 441, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Resolution>::MoveNext() */,
{ 962, 441, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Resolution>::get_Current() */,
{ 963, 441, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Resolution>::System.Collections.IEnumerator.Reset() */,
{ 964, 441, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Resolution>::System.Collections.IEnumerator.get_Current() */,
{ 959, 535, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.ctor(System.Array) */,
{ 960, 535, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::Dispose() */,
{ 961, 535, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::MoveNext() */,
{ 962, 535, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::get_Current() */,
{ 963, 535, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 535, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 584, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.ctor(System.Array) */,
{ 960, 584, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::Dispose() */,
{ 961, 584, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::MoveNext() */,
{ 962, 584, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::get_Current() */,
{ 963, 584, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.Reset() */,
{ 964, 584, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.get_Current() */,
{ 959, 587, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.ctor(System.Array) */,
{ 960, 587, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::Dispose() */,
{ 961, 587, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::MoveNext() */,
{ 962, 587, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::get_Current() */,
{ 963, 587, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.Reset() */,
{ 964, 587, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.get_Current() */,
{ 959, 533, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::.ctor(System.Array) */,
{ 960, 533, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::Dispose() */,
{ 961, 533, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Touch>::MoveNext() */,
{ 962, 533, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Touch>::get_Current() */,
{ 963, 533, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.Reset() */,
{ 964, 533, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.get_Current() */,
{ 959, 612, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.ctor(System.Array) */,
{ 960, 612, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Dispose() */,
{ 961, 612, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::MoveNext() */,
{ 962, 612, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::get_Current() */,
{ 963, 612, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.Reset() */,
{ 964, 612, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.get_Current() */,
{ 959, 610, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.ctor(System.Array) */,
{ 960, 610, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::Dispose() */,
{ 961, 610, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::MoveNext() */,
{ 962, 610, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::get_Current() */,
{ 963, 610, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.Reset() */,
{ 964, 610, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.get_Current() */,
{ 959, 622, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Array) */,
{ 960, 622, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::Dispose() */,
{ 961, 622, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::MoveNext() */,
{ 962, 622, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Current() */,
{ 963, 622, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.Reset() */,
{ 964, 622, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.get_Current() */,
{ 959, 769, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.ctor(System.Array) */,
{ 960, 769, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::Dispose() */,
{ 961, 769, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::MoveNext() */,
{ 962, 769, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::get_Current() */,
{ 963, 769, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEnumerator.Reset() */,
{ 964, 769, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEnumerator.get_Current() */,
{ 959, 789, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::.ctor(System.Array) */,
{ 960, 789, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::Dispose() */,
{ 961, 789, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::MoveNext() */,
{ 962, 789, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::get_Current() */,
{ 963, 789, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::System.Collections.IEnumerator.Reset() */,
{ 964, 789, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::System.Collections.IEnumerator.get_Current() */,
{ 959, 463, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Array) */,
{ 960, 463, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 961, 463, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 962, 463, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 963, 463, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 964, 463, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 959, 442, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::.ctor(System.Array) */,
{ 960, 442, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::Dispose() */,
{ 961, 442, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector2>::MoveNext() */,
{ 962, 442, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector2>::get_Current() */,
{ 963, 442, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 964, 442, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 959, 431, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::.ctor(System.Array) */,
{ 960, 431, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::Dispose() */,
{ 961, 431, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector3>::MoveNext() */,
{ 962, 431, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector3>::get_Current() */,
{ 963, 431, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 964, 431, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 959, 445, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::.ctor(System.Array) */,
{ 960, 445, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::Dispose() */,
{ 961, 445, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector4>::MoveNext() */,
{ 962, 445, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector4>::get_Current() */,
{ 963, 445, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 964, 445, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 959, 554, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.jvalue>::.ctor(System.Array) */,
{ 960, 554, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.jvalue>::Dispose() */,
{ 961, 554, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.jvalue>::MoveNext() */,
{ 962, 554, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.jvalue>::get_Current() */,
{ 963, 554, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.jvalue>::System.Collections.IEnumerator.Reset() */,
{ 964, 554, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.jvalue>::System.Collections.IEnumerator.get_Current() */,
{ 1177, 6, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::.ctor(System.ArraySegment`1<T>) */,
{ 1178, 6, -1 } /* System.Boolean System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::MoveNext() */,
{ 1179, 6, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::get_Current() */,
{ 1180, 6, -1 } /* System.Object System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 1181, 6, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 1182, 6, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::Dispose() */,
{ 1160, 6, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::GetHashCode() */,
{ 1161, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::Equals(System.Object) */,
{ 1162, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::Equals(System.ArraySegment`1<T>) */,
{ 1163, 6, -1 } /* T System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 1164, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 1165, 6, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.IndexOf(T) */,
{ 1166, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 1167, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 1168, 6, -1 } /* T System.ArraySegment`1<System.Byte>::System.Collections.Generic.IReadOnlyList<T>.get_Item(System.Int32) */,
{ 1169, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 1170, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 1171, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 1172, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Contains(T) */,
{ 1173, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.CopyTo(T[],System.Int32) */,
{ 1174, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 1175, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.ArraySegment`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 1176, 6, -1 } /* System.Collections.IEnumerator System.ArraySegment`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10977, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 1587, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 1587, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 1587, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 1587, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 10977, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 1588, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 1588, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 1588, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 1588, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::.ctor() */,
{ 10977, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 1076, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 1076, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 1076, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 1076, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 10977, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 6, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 6, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 6, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::.ctor() */,
{ 10977, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 7, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 7, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 7, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::.ctor() */,
{ 10977, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 115, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 115, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 115, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 10977, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 16, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 16, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 16, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::.ctor() */,
{ 10977, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 90, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 90, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 90, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::.ctor() */,
{ 10977, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 37, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 37, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 37, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::.ctor() */,
{ 10977, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 109, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 109, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 109, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::.ctor() */,
{ 10977, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 82, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 82, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 82, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::.ctor() */,
{ 10977, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 561, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 561, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 561, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 561, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 10977, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 439, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 439, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 439, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 439, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 10977, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 450, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 450, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 450, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 450, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::.ctor() */,
{ 10977, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 447, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 447, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 447, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 447, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::.ctor() */,
{ 10977, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 446, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 446, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 446, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 446, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 10977, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 592, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 592, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 592, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 592, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 10977, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 537, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 537, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 537, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 537, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 10977, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 437, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 437, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 437, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 437, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::.ctor() */,
{ 10977, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 444, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 444, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 444, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 444, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 10977, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 622, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 622, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 622, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 622, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 10977, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 463, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 463, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 463, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 463, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 10977, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 442, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 442, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 442, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 442, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::.ctor() */,
{ 10977, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 431, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 431, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 431, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 431, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::.ctor() */,
{ 10977, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 445, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 445, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10981, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10982, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Swap(T[],System.Int32,System.Int32) */,
{ 10983, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10984, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 445, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10987, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10988, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10989, 445, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::.ctor() */,
{ 10990, 83, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::get_Default() */,
{ 10991, 83, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::CreateArraySortHelper() */,
{ 10992, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::Sort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10993, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::SwapIfGreaterWithItems(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>,System.Int32,System.Int32) */,
{ 10994, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 10995, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::IntrospectiveSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10996, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::IntroSort(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10997, 83, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::PickPivotAndPartition(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10998, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::Heapsort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10999, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::DownHeap(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11000, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::InsertionSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11001, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::.ctor() */,
{ 11125, 1587, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::get_Default() */,
{ 11126, 1587, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::Create(System.Comparison`1<T>) */,
{ 11127, 1587, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::CreateComparer() */,
{ 11129, 1587, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 1587, -1 } /* System.Void System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11125, 1588, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::get_Default() */,
{ 11126, 1588, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::Create(System.Comparison`1<T>) */,
{ 11127, 1588, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::CreateComparer() */,
{ 11129, 1588, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 1588, -1 } /* System.Void System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11125, 1076, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::get_Default() */,
{ 11126, 1076, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::Create(System.Comparison`1<T>) */,
{ 11127, 1076, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::CreateComparer() */,
{ 11129, 1076, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 1076, -1 } /* System.Void System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11125, 47, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Boolean>::get_Default() */,
{ 11126, 47, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Boolean>::Create(System.Comparison`1<T>) */,
{ 11127, 47, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Boolean>::CreateComparer() */,
{ 11129, 47, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Boolean>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 47, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Boolean>::.ctor() */,
{ 11125, 6, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Byte>::get_Default() */,
{ 11126, 6, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Byte>::Create(System.Comparison`1<T>) */,
{ 11127, 6, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Byte>::CreateComparer() */,
{ 11129, 6, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Byte>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 6, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Byte>::.ctor() */,
{ 11125, 7, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Char>::get_Default() */,
{ 11126, 7, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Char>::Create(System.Comparison`1<T>) */,
{ 11127, 7, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Char>::CreateComparer() */,
{ 11129, 7, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Char>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 7, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Char>::.ctor() */,
{ 11125, 115, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Default() */,
{ 11126, 115, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Create(System.Comparison`1<T>) */,
{ 11127, 115, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CreateComparer() */,
{ 11129, 115, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 115, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11126, 16, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32>::Create(System.Comparison`1<T>) */,
{ 11127, 16, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32>::CreateComparer() */,
{ 11129, 16, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int32>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 16, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int32>::.ctor() */,
{ 11125, 90, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::get_Default() */,
{ 11126, 90, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::Create(System.Comparison`1<T>) */,
{ 11127, 90, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::CreateComparer() */,
{ 11129, 90, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int32Enum>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 90, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int32Enum>::.ctor() */,
{ 11125, 37, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int64>::get_Default() */,
{ 11126, 37, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int64>::Create(System.Comparison`1<T>) */,
{ 11127, 37, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int64>::CreateComparer() */,
{ 11129, 37, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int64>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 37, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int64>::.ctor() */,
{ 11125, 109, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::get_Default() */,
{ 11126, 109, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::Create(System.Comparison`1<T>) */,
{ 11127, 109, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::CreateComparer() */,
{ 11129, 109, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Single>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 109, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Single>::.ctor() */,
{ 11126, 82, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::Create(System.Comparison`1<T>) */,
{ 11127, 82, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::CreateComparer() */,
{ 11129, 82, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt64>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 82, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.UInt64>::.ctor() */,
{ 11125, 561, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::get_Default() */,
{ 11126, 561, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::Create(System.Comparison`1<T>) */,
{ 11127, 561, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::CreateComparer() */,
{ 11129, 561, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 561, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11125, 439, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Default() */,
{ 11126, 439, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Create(System.Comparison`1<T>) */,
{ 11127, 439, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CreateComparer() */,
{ 11129, 439, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 439, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11125, 450, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::get_Default() */,
{ 11126, 450, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::Create(System.Comparison`1<T>) */,
{ 11127, 450, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::CreateComparer() */,
{ 11129, 450, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color32>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 450, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Color32>::.ctor() */,
{ 11125, 447, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::get_Default() */,
{ 11126, 447, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::Create(System.Comparison`1<T>) */,
{ 11127, 447, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::CreateComparer() */,
{ 11129, 447, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 447, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Color>::.ctor() */,
{ 11125, 446, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::get_Default() */,
{ 11126, 446, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::Create(System.Comparison`1<T>) */,
{ 11127, 446, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::CreateComparer() */,
{ 11129, 446, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 446, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11125, 592, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::get_Default() */,
{ 11126, 592, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::Create(System.Comparison`1<T>) */,
{ 11127, 592, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::CreateComparer() */,
{ 11129, 592, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 592, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11125, 537, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::get_Default() */,
{ 11126, 537, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::Create(System.Comparison`1<T>) */,
{ 11127, 537, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::CreateComparer() */,
{ 11129, 537, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 537, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11125, 437, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rect>::get_Default() */,
{ 11126, 437, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rect>::Create(System.Comparison`1<T>) */,
{ 11127, 437, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rect>::CreateComparer() */,
{ 11129, 437, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Rect>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 437, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Rect>::.ctor() */,
{ 11125, 444, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Default() */,
{ 11126, 444, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Create(System.Comparison`1<T>) */,
{ 11127, 444, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CreateComparer() */,
{ 11129, 444, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 444, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11125, 622, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Default() */,
{ 11126, 622, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Create(System.Comparison`1<T>) */,
{ 11127, 622, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::CreateComparer() */,
{ 11129, 622, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 622, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11125, 463, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Default() */,
{ 11126, 463, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Create(System.Comparison`1<T>) */,
{ 11127, 463, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CreateComparer() */,
{ 11129, 463, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 463, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11125, 442, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::get_Default() */,
{ 11126, 442, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::Create(System.Comparison`1<T>) */,
{ 11127, 442, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::CreateComparer() */,
{ 11129, 442, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 442, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11125, 431, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::get_Default() */,
{ 11126, 431, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::Create(System.Comparison`1<T>) */,
{ 11127, 431, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::CreateComparer() */,
{ 11129, 431, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 431, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11125, 445, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::get_Default() */,
{ 11126, 445, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::Create(System.Comparison`1<T>) */,
{ 11127, 445, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::CreateComparer() */,
{ 11129, 445, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11130, 445, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::.ctor() */,
{ 11143, 1587, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<FairyGUI.GPath/Segment>::.ctor(System.Comparison`1<T>) */,
{ 11144, 1587, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<FairyGUI.GPath/Segment>::Compare(T,T) */,
{ 11143, 1588, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<FairyGUI.GPathPoint>::.ctor(System.Comparison`1<T>) */,
{ 11144, 1588, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<FairyGUI.GPathPoint>::Compare(T,T) */,
{ 11143, 1076, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<FairyGUI.TextField/CharPosition>::.ctor(System.Comparison`1<T>) */,
{ 11144, 1076, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<FairyGUI.TextField/CharPosition>::Compare(T,T) */,
{ 11143, 47, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Boolean>::.ctor(System.Comparison`1<T>) */,
{ 11144, 47, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Boolean>::Compare(T,T) */,
{ 11143, 6, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Byte>::.ctor(System.Comparison`1<T>) */,
{ 11144, 6, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Byte>::Compare(T,T) */,
{ 11143, 7, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Char>::.ctor(System.Comparison`1<T>) */,
{ 11144, 7, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Char>::Compare(T,T) */,
{ 11143, 115, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Comparison`1<T>) */,
{ 11144, 115, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Compare(T,T) */,
{ 11143, 16, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Int32>::.ctor(System.Comparison`1<T>) */,
{ 11144, 16, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Int32>::Compare(T,T) */,
{ 11143, 90, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Int32Enum>::.ctor(System.Comparison`1<T>) */,
{ 11144, 90, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Int32Enum>::Compare(T,T) */,
{ 11143, 37, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Int64>::.ctor(System.Comparison`1<T>) */,
{ 11144, 37, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Int64>::Compare(T,T) */,
{ 11143, 109, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Single>::.ctor(System.Comparison`1<T>) */,
{ 11144, 109, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Single>::Compare(T,T) */,
{ 11143, 82, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.UInt64>::.ctor(System.Comparison`1<T>) */,
{ 11144, 82, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.UInt64>::Compare(T,T) */,
{ 11143, 561, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Comparison`1<T>) */,
{ 11144, 561, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.AnimatorClipInfo>::Compare(T,T) */,
{ 11143, 439, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Comparison`1<T>) */,
{ 11144, 439, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Compare(T,T) */,
{ 11143, 450, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Color32>::.ctor(System.Comparison`1<T>) */,
{ 11144, 450, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Color32>::Compare(T,T) */,
{ 11143, 447, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Color>::.ctor(System.Comparison`1<T>) */,
{ 11144, 447, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Color>::Compare(T,T) */,
{ 11143, 446, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Matrix4x4>::.ctor(System.Comparison`1<T>) */,
{ 11144, 446, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Matrix4x4>::Compare(T,T) */,
{ 11143, 592, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Comparison`1<T>) */,
{ 11144, 592, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.ParticleSystem/Particle>::Compare(T,T) */,
{ 11143, 537, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.RaycastHit2D>::.ctor(System.Comparison`1<T>) */,
{ 11144, 537, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.RaycastHit2D>::Compare(T,T) */,
{ 11143, 437, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Rect>::.ctor(System.Comparison`1<T>) */,
{ 11144, 437, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Rect>::Compare(T,T) */,
{ 11143, 444, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Comparison`1<T>) */,
{ 11144, 444, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Compare(T,T) */,
{ 11143, 622, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Comparison`1<T>) */,
{ 11144, 622, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Compare(T,T) */,
{ 11143, 463, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Comparison`1<T>) */,
{ 11144, 463, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Compare(T,T) */,
{ 11143, 442, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector2>::.ctor(System.Comparison`1<T>) */,
{ 11144, 442, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector2>::Compare(T,T) */,
{ 11143, 431, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector3>::.ctor(System.Comparison`1<T>) */,
{ 11144, 431, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector3>::Compare(T,T) */,
{ 11143, 445, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector4>::.ctor(System.Comparison`1<T>) */,
{ 11144, 445, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector4>::Compare(T,T) */,
{ 11059, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 11061, 344, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 11062, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 11063, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11065, 344, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 11061, 121, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 11062, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 11063, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11065, 121, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::MoveNext() */,
{ 11061, 836, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::get_Current() */,
{ 11062, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::Dispose() */,
{ 11063, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11065, 836, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 11061, 1316, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 11062, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 11063, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11065, 1316, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::MoveNext() */,
{ 11061, 916, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::get_Current() */,
{ 11062, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::Dispose() */,
{ 11063, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11065, 916, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 11061, 244, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 11062, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 11063, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 11065, 244, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 11061, 188, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 11062, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 11063, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11065, 188, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::MoveNext() */,
{ 11061, 434, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::get_Current() */,
{ 11062, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::Dispose() */,
{ 11063, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 11065, 434, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 11061, 1515, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 11062, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 11063, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 11065, 1515, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 11061, 168, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 11062, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 11063, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 11065, 168, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::MoveNext() */,
{ 11061, 1061, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::get_Current() */,
{ 11062, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::Dispose() */,
{ 11063, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11065, 1061, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::MoveNext() */,
{ 11061, 601, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Current() */,
{ 11062, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Dispose() */,
{ 11063, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11065, 601, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::MoveNext() */,
{ 11061, 767, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Current() */,
{ 11062, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Dispose() */,
{ 11063, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11065, 767, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11059, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11060, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::MoveNext() */,
{ 11061, 772, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Current() */,
{ 11062, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Dispose() */,
{ 11063, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11064, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11065, 772, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11066, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11067, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11082, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 11084, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 11085, 344, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 11086, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11082, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 11084, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 11085, 121, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 11086, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11082, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::Dispose() */,
{ 11084, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::MoveNext() */,
{ 11085, 836, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::get_Current() */,
{ 11086, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11082, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 11084, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 11085, 1316, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 11086, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11082, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::Dispose() */,
{ 11084, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::MoveNext() */,
{ 11085, 916, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::get_Current() */,
{ 11086, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11082, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 11084, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 11085, 244, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 11086, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 11082, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 11084, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 11085, 188, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 11086, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11082, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::Dispose() */,
{ 11084, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::MoveNext() */,
{ 11085, 434, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::get_Current() */,
{ 11086, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 11082, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 11084, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 11085, 1515, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 11086, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 11082, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 11084, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 11085, 168, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 11086, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 11082, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::Dispose() */,
{ 11084, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::MoveNext() */,
{ 11085, 1061, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::get_Current() */,
{ 11086, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11082, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Dispose() */,
{ 11084, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::MoveNext() */,
{ 11085, 601, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Current() */,
{ 11086, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11082, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Dispose() */,
{ 11084, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::MoveNext() */,
{ 11085, 767, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Current() */,
{ 11086, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11082, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11083, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Dispose() */,
{ 11084, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::MoveNext() */,
{ 11085, 772, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Current() */,
{ 11086, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11087, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11068, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 344, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::GetEnumerator() */,
{ 11070, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11071, 344, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::get_Count() */,
{ 11072, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 344, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 344, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 121, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::GetEnumerator() */,
{ 11070, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11071, 121, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::get_Count() */,
{ 11072, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 121, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 121, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 836, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::GetEnumerator() */,
{ 11070, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11071, 836, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::get_Count() */,
{ 11072, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 836, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 836, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 1316, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::GetEnumerator() */,
{ 11070, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11071, 1316, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::get_Count() */,
{ 11072, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 1316, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 1316, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 916, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::GetEnumerator() */,
{ 11070, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11071, 916, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::get_Count() */,
{ 11072, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 916, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 916, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 244, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::GetEnumerator() */,
{ 11070, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::CopyTo(TKey[],System.Int32) */,
{ 11071, 244, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::get_Count() */,
{ 11072, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 244, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 244, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 188, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::GetEnumerator() */,
{ 11070, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::CopyTo(TKey[],System.Int32) */,
{ 11071, 188, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::get_Count() */,
{ 11072, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 188, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 188, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 434, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::GetEnumerator() */,
{ 11070, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::CopyTo(TKey[],System.Int32) */,
{ 11071, 434, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::get_Count() */,
{ 11072, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 434, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 434, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 1515, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::GetEnumerator() */,
{ 11070, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::CopyTo(TKey[],System.Int32) */,
{ 11071, 1515, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Count() */,
{ 11072, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 1515, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 1515, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 168, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 11070, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::CopyTo(TKey[],System.Int32) */,
{ 11071, 168, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 11072, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 168, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 168, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 1061, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::GetEnumerator() */,
{ 11070, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11071, 1061, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::get_Count() */,
{ 11072, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 1061, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 1061, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 601, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::GetEnumerator() */,
{ 11070, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11071, 601, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Count() */,
{ 11072, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 601, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 601, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 767, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::GetEnumerator() */,
{ 11070, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::CopyTo(TKey[],System.Int32) */,
{ 11071, 767, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Count() */,
{ 11072, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 767, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 767, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11068, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11069, 772, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::GetEnumerator() */,
{ 11070, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11071, 772, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Count() */,
{ 11072, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11073, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11074, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11075, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11076, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11077, 772, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11078, 772, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11079, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11080, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11081, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11102, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 11104, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 11105, 344, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 11106, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11102, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 11104, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 11105, 121, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 11106, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11102, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::Dispose() */,
{ 11104, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::MoveNext() */,
{ 11105, 836, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::get_Current() */,
{ 11106, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11102, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 11104, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 11105, 1316, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 11106, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11102, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::Dispose() */,
{ 11104, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::MoveNext() */,
{ 11105, 916, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::get_Current() */,
{ 11106, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11102, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 11104, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 11105, 244, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 11106, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 11102, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 11104, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 11105, 188, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 11106, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11102, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::Dispose() */,
{ 11104, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::MoveNext() */,
{ 11105, 434, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::get_Current() */,
{ 11106, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 11102, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 11104, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 11105, 1515, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 11106, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 11102, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 11104, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 11105, 168, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 11106, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 11102, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::Dispose() */,
{ 11104, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::MoveNext() */,
{ 11105, 1061, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::get_Current() */,
{ 11106, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11102, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Dispose() */,
{ 11104, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::MoveNext() */,
{ 11105, 601, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Current() */,
{ 11106, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11102, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Dispose() */,
{ 11104, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::MoveNext() */,
{ 11105, 767, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Current() */,
{ 11106, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11102, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11103, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Dispose() */,
{ 11104, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::MoveNext() */,
{ 11105, 772, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Current() */,
{ 11106, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11107, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11088, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 344, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::GetEnumerator() */,
{ 11090, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11091, 344, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::get_Count() */,
{ 11092, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 344, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 344, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 121, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::GetEnumerator() */,
{ 11090, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11091, 121, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::get_Count() */,
{ 11092, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 121, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 121, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 836, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::GetEnumerator() */,
{ 11090, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11091, 836, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::get_Count() */,
{ 11092, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 836, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 836, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 1316, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::GetEnumerator() */,
{ 11090, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11091, 1316, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::get_Count() */,
{ 11092, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 1316, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 1316, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 916, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::GetEnumerator() */,
{ 11090, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11091, 916, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::get_Count() */,
{ 11092, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 916, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 916, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 244, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::GetEnumerator() */,
{ 11090, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::CopyTo(TValue[],System.Int32) */,
{ 11091, 244, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::get_Count() */,
{ 11092, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 244, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 244, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 188, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::GetEnumerator() */,
{ 11090, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::CopyTo(TValue[],System.Int32) */,
{ 11091, 188, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::get_Count() */,
{ 11092, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 188, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 188, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 434, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::GetEnumerator() */,
{ 11090, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::CopyTo(TValue[],System.Int32) */,
{ 11091, 434, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::get_Count() */,
{ 11092, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 434, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 434, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 1515, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::GetEnumerator() */,
{ 11090, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::CopyTo(TValue[],System.Int32) */,
{ 11091, 1515, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Count() */,
{ 11092, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 1515, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 1515, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 168, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 11090, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::CopyTo(TValue[],System.Int32) */,
{ 11091, 168, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 11092, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 168, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 168, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 1061, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::GetEnumerator() */,
{ 11090, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11091, 1061, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::get_Count() */,
{ 11092, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 1061, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 1061, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 601, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::GetEnumerator() */,
{ 11090, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11091, 601, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Count() */,
{ 11092, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 601, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 601, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 767, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::GetEnumerator() */,
{ 11090, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::CopyTo(TValue[],System.Int32) */,
{ 11091, 767, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Count() */,
{ 11092, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 767, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 767, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11088, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11089, 772, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::GetEnumerator() */,
{ 11090, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11091, 772, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Count() */,
{ 11092, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11093, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11094, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11095, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11096, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11097, 772, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11098, 772, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11099, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11100, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11101, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11002, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor() */,
{ 11003, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Int32) */,
{ 11004, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 344, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Comparer() */,
{ 11012, 344, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Count() */,
{ 11013, 344, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Keys() */,
{ 11014, 344, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 344, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 344, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Values() */,
{ 11017, 344, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 344, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 344, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Item(TKey) */,
{ 11020, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::set_Item(TKey,TValue) */,
{ 11021, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Add(TKey,TValue) */,
{ 11022, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Clear() */,
{ 11026, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::ContainsKey(TKey) */,
{ 11027, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::ContainsValue(TValue) */,
{ 11028, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 344, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::GetEnumerator() */,
{ 11030, 344, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 344, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::FindEntry(TKey) */,
{ 11033, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Initialize(System.Int32) */,
{ 11034, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11155, 8, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.String>::get_Default() */,
{ 11035, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Resize() */,
{ 11037, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Remove(TKey) */,
{ 11039, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::TryAdd(TKey,TValue) */,
{ 11042, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 344, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 344, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 344, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 344, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 344, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 344, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 344, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor() */,
{ 11003, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Int32) */,
{ 11004, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 121, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Comparer() */,
{ 11012, 121, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Count() */,
{ 11013, 121, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Keys() */,
{ 11014, 121, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 121, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 121, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Values() */,
{ 11017, 121, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 121, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 121, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Item(TKey) */,
{ 11020, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(TKey,TValue) */,
{ 11021, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(TKey,TValue) */,
{ 11022, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Clear() */,
{ 11026, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(TKey) */,
{ 11027, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsValue(TValue) */,
{ 11028, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 121, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::GetEnumerator() */,
{ 11030, 121, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 121, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::FindEntry(TKey) */,
{ 11033, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Initialize(System.Int32) */,
{ 11034, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Resize() */,
{ 11037, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Remove(TKey) */,
{ 11039, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryAdd(TKey,TValue) */,
{ 11042, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 121, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 121, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 121, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 121, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor() */,
{ 11003, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Int32) */,
{ 11004, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 836, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Comparer() */,
{ 11012, 836, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Count() */,
{ 11013, 836, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Keys() */,
{ 11014, 836, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 836, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 836, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Values() */,
{ 11017, 836, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 836, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 836, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Item(TKey) */,
{ 11020, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::set_Item(TKey,TValue) */,
{ 11021, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Add(TKey,TValue) */,
{ 11022, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Clear() */,
{ 11026, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::ContainsKey(TKey) */,
{ 11027, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::ContainsValue(TValue) */,
{ 11028, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 836, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::GetEnumerator() */,
{ 11030, 836, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 836, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::FindEntry(TKey) */,
{ 11033, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Initialize(System.Int32) */,
{ 11034, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Resize() */,
{ 11037, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Remove(TKey) */,
{ 11039, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::TryAdd(TKey,TValue) */,
{ 11042, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 836, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 836, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 836, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 836, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor() */,
{ 11003, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Int32) */,
{ 11004, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 1316, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Comparer() */,
{ 11012, 1316, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Count() */,
{ 11013, 1316, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Keys() */,
{ 11014, 1316, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 1316, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 1316, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Values() */,
{ 11017, 1316, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 1316, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 1316, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Item(TKey) */,
{ 11020, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::set_Item(TKey,TValue) */,
{ 11021, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Add(TKey,TValue) */,
{ 11022, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Clear() */,
{ 11026, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::ContainsKey(TKey) */,
{ 11027, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::ContainsValue(TValue) */,
{ 11028, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 1316, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::GetEnumerator() */,
{ 11030, 1316, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 1316, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::FindEntry(TKey) */,
{ 11033, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Initialize(System.Int32) */,
{ 11034, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Resize() */,
{ 11037, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Remove(TKey) */,
{ 11039, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryAdd(TKey,TValue) */,
{ 11042, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 1316, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 1316, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 1316, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 1316, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 1316, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor() */,
{ 11003, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Int32) */,
{ 11004, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 916, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Comparer() */,
{ 11012, 916, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Count() */,
{ 11013, 916, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Keys() */,
{ 11014, 916, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 916, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 916, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Values() */,
{ 11017, 916, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 916, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 916, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Item(TKey) */,
{ 11020, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::set_Item(TKey,TValue) */,
{ 11021, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Add(TKey,TValue) */,
{ 11022, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Clear() */,
{ 11026, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::ContainsKey(TKey) */,
{ 11027, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::ContainsValue(TValue) */,
{ 11028, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 916, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::GetEnumerator() */,
{ 11030, 916, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 916, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::FindEntry(TKey) */,
{ 11033, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Initialize(System.Int32) */,
{ 11034, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Resize() */,
{ 11037, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Remove(TKey) */,
{ 11039, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::TryAdd(TKey,TValue) */,
{ 11042, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 916, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 916, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 916, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 916, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 916, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 916, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 916, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor() */,
{ 11003, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Int32) */,
{ 11004, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 244, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Comparer() */,
{ 11012, 244, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Count() */,
{ 11013, 244, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Keys() */,
{ 11014, 244, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 244, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 244, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Values() */,
{ 11017, 244, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 244, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 244, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Item(TKey) */,
{ 11020, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::set_Item(TKey,TValue) */,
{ 11021, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Add(TKey,TValue) */,
{ 11022, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Clear() */,
{ 11026, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::ContainsKey(TKey) */,
{ 11027, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::ContainsValue(TValue) */,
{ 11028, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 244, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::GetEnumerator() */,
{ 11030, 244, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 244, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::FindEntry(TKey) */,
{ 11033, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Initialize(System.Int32) */,
{ 11034, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::OnDeserialization(System.Object) */,
{ 11036, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Resize() */,
{ 11037, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Resize(System.Int32,System.Boolean) */,
{ 11038, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Remove(TKey) */,
{ 11039, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Remove(TKey,TValue&) */,
{ 11040, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::TryGetValue(TKey,TValue&) */,
{ 11041, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::TryAdd(TKey,TValue) */,
{ 11042, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 244, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 244, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 244, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_Values() */,
{ 11052, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::IsCompatibleKey(System.Object) */,
{ 11055, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 244, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor() */,
{ 11003, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32) */,
{ 11004, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 188, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Comparer() */,
{ 11012, 188, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Count() */,
{ 11013, 188, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Keys() */,
{ 11014, 188, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 188, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 188, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Values() */,
{ 11017, 188, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 188, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 188, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Item(TKey) */,
{ 11021, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue) */,
{ 11022, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11026, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsKey(TKey) */,
{ 11027, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsValue(TValue) */,
{ 11028, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 188, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::GetEnumerator() */,
{ 11030, 188, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 188, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::FindEntry(TKey) */,
{ 11033, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Initialize(System.Int32) */,
{ 11034, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::OnDeserialization(System.Object) */,
{ 11036, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Resize() */,
{ 11037, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Resize(System.Int32,System.Boolean) */,
{ 11039, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Remove(TKey,TValue&) */,
{ 11041, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryAdd(TKey,TValue) */,
{ 11042, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 188, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 188, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 188, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_Values() */,
{ 11052, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::IsCompatibleKey(System.Object) */,
{ 11055, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 188, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor() */,
{ 11003, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Int32) */,
{ 11004, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 434, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Comparer() */,
{ 11012, 434, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Count() */,
{ 11013, 434, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Keys() */,
{ 11014, 434, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 434, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 434, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Values() */,
{ 11017, 434, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 434, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 434, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Item(TKey) */,
{ 11020, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::set_Item(TKey,TValue) */,
{ 11021, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Add(TKey,TValue) */,
{ 11022, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Clear() */,
{ 11026, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::ContainsKey(TKey) */,
{ 11027, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::ContainsValue(TValue) */,
{ 11028, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 434, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::GetEnumerator() */,
{ 11030, 434, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 434, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::FindEntry(TKey) */,
{ 11033, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Initialize(System.Int32) */,
{ 11034, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::OnDeserialization(System.Object) */,
{ 11036, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Resize() */,
{ 11037, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Resize(System.Int32,System.Boolean) */,
{ 11038, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Remove(TKey) */,
{ 11039, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Remove(TKey,TValue&) */,
{ 11040, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::TryGetValue(TKey,TValue&) */,
{ 11041, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::TryAdd(TKey,TValue) */,
{ 11042, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 434, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 434, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 434, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_Values() */,
{ 11052, 434, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::IsCompatibleKey(System.Object) */,
{ 11055, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 434, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 434, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 434, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 11003, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Int32) */,
{ 11004, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 1515, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Comparer() */,
{ 11012, 1515, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Count() */,
{ 11013, 1515, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Keys() */,
{ 11014, 1515, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 1515, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 1515, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Values() */,
{ 11017, 1515, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 1515, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 1515, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Item(TKey) */,
{ 11020, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::set_Item(TKey,TValue) */,
{ 11021, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Add(TKey,TValue) */,
{ 11022, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Clear() */,
{ 11026, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::ContainsKey(TKey) */,
{ 11027, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::ContainsValue(TValue) */,
{ 11028, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 1515, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::GetEnumerator() */,
{ 11030, 1515, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 1515, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::FindEntry(TKey) */,
{ 11033, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Initialize(System.Int32) */,
{ 11034, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::OnDeserialization(System.Object) */,
{ 11036, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Resize() */,
{ 11037, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Resize(System.Int32,System.Boolean) */,
{ 11038, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Remove(TKey) */,
{ 11039, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Remove(TKey,TValue&) */,
{ 11040, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::TryGetValue(TKey,TValue&) */,
{ 11041, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::TryAdd(TKey,TValue) */,
{ 11042, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 1515, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 1515, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 1515, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_Values() */,
{ 11052, 1515, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::IsCompatibleKey(System.Object) */,
{ 11055, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 1515, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 1515, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 1515, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor() */,
{ 11003, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Int32) */,
{ 11004, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 168, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Comparer() */,
{ 11012, 168, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 11013, 168, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Keys() */,
{ 11014, 168, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 168, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 168, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Values() */,
{ 11017, 168, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 168, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 168, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Item(TKey) */,
{ 11020, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::set_Item(TKey,TValue) */,
{ 11021, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Add(TKey,TValue) */,
{ 11022, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Clear() */,
{ 11026, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::ContainsKey(TKey) */,
{ 11027, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::ContainsValue(TValue) */,
{ 11028, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 168, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 11030, 168, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 168, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::FindEntry(TKey) */,
{ 11033, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Initialize(System.Int32) */,
{ 11034, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::OnDeserialization(System.Object) */,
{ 11036, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Resize() */,
{ 11037, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Resize(System.Int32,System.Boolean) */,
{ 11038, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Remove(TKey) */,
{ 11039, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Remove(TKey,TValue&) */,
{ 11040, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::TryGetValue(TKey,TValue&) */,
{ 11041, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::TryAdd(TKey,TValue) */,
{ 11042, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 168, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 168, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 168, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_Values() */,
{ 11052, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::IsCompatibleKey(System.Object) */,
{ 11055, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 168, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor() */,
{ 11003, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Int32) */,
{ 11004, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 1061, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Comparer() */,
{ 11012, 1061, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Count() */,
{ 11013, 1061, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Keys() */,
{ 11014, 1061, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 1061, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 1061, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Values() */,
{ 11017, 1061, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 1061, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 1061, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Item(TKey) */,
{ 11020, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::set_Item(TKey,TValue) */,
{ 11021, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Add(TKey,TValue) */,
{ 11022, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Clear() */,
{ 11026, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::ContainsKey(TKey) */,
{ 11027, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::ContainsValue(TValue) */,
{ 11028, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 1061, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::GetEnumerator() */,
{ 11030, 1061, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 1061, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::FindEntry(TKey) */,
{ 11033, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Initialize(System.Int32) */,
{ 11034, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Resize() */,
{ 11037, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Remove(TKey) */,
{ 11039, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::TryAdd(TKey,TValue) */,
{ 11042, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 1061, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 1061, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 1061, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 1061, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 1061, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 1061, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 1061, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor() */,
{ 11003, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Int32) */,
{ 11004, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 601, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Comparer() */,
{ 11012, 601, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Count() */,
{ 11013, 601, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Keys() */,
{ 11014, 601, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 601, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 601, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Values() */,
{ 11017, 601, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 601, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 601, -1 } /* TValue System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Item(TKey) */,
{ 11020, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::set_Item(TKey,TValue) */,
{ 11021, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Add(TKey,TValue) */,
{ 11022, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Clear() */,
{ 11026, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::ContainsKey(TKey) */,
{ 11027, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::ContainsValue(TValue) */,
{ 11028, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 601, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::GetEnumerator() */,
{ 11030, 601, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 601, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::FindEntry(TKey) */,
{ 11033, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Initialize(System.Int32) */,
{ 11034, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Resize() */,
{ 11037, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Remove(TKey) */,
{ 11039, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::TryAdd(TKey,TValue) */,
{ 11042, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 601, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 601, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 601, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 601, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 601, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor() */,
{ 11003, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Int32) */,
{ 11005, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 767, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Comparer() */,
{ 11012, 767, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Count() */,
{ 11013, 767, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Keys() */,
{ 11014, 767, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 767, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 767, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Values() */,
{ 11017, 767, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 767, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 767, -1 } /* TValue System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Item(TKey) */,
{ 11020, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::set_Item(TKey,TValue) */,
{ 11021, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Add(TKey,TValue) */,
{ 11022, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Clear() */,
{ 11026, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::ContainsKey(TKey) */,
{ 11027, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::ContainsValue(TValue) */,
{ 11028, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 767, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::GetEnumerator() */,
{ 11030, 767, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 767, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::FindEntry(TKey) */,
{ 11033, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Initialize(System.Int32) */,
{ 11034, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::OnDeserialization(System.Object) */,
{ 11036, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Resize() */,
{ 11037, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Resize(System.Int32,System.Boolean) */,
{ 11038, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Remove(TKey) */,
{ 11039, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Remove(TKey,TValue&) */,
{ 11040, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::TryGetValue(TKey,TValue&) */,
{ 11041, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::TryAdd(TKey,TValue) */,
{ 11042, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 767, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 767, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 767, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_Values() */,
{ 11052, 767, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::IsCompatibleKey(System.Object) */,
{ 11055, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 767, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 767, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 767, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11002, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor() */,
{ 11003, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Int32) */,
{ 11004, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11005, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11006, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11007, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11008, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11009, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11010, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11011, 772, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Comparer() */,
{ 11012, 772, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Count() */,
{ 11013, 772, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Keys() */,
{ 11014, 772, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11015, 772, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11016, 772, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Values() */,
{ 11017, 772, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11018, 772, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11019, 772, -1 } /* TValue System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Item(TKey) */,
{ 11020, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::set_Item(TKey,TValue) */,
{ 11021, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Add(TKey,TValue) */,
{ 11022, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11023, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11024, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Clear() */,
{ 11026, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::ContainsKey(TKey) */,
{ 11027, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::ContainsValue(TValue) */,
{ 11028, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11029, 772, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::GetEnumerator() */,
{ 11030, 772, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11031, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11032, 772, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::FindEntry(TKey) */,
{ 11033, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Initialize(System.Int32) */,
{ 11034, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11035, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::OnDeserialization(System.Object) */,
{ 11036, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Resize() */,
{ 11037, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11038, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Remove(TKey) */,
{ 11039, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Remove(TKey,TValue&) */,
{ 11040, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11041, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::TryAdd(TKey,TValue) */,
{ 11042, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11043, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11044, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11045, 772, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11046, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11047, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11048, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11049, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11050, 772, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 772, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11052, 772, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11054, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::IsCompatibleKey(System.Object) */,
{ 11055, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11056, 772, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11057, 772, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 772, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11192, 90, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::Equals(T,T) */,
{ 11193, 90, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetHashCode(T) */,
{ 11194, 90, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 11195, 90, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11196, 90, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11197, 90, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 11198, 90, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetHashCode() */,
{ 11155, 1587, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::get_Default() */,
{ 11156, 1587, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::CreateComparer() */,
{ 11159, 1587, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 1587, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 1587, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 1587, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 1587, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11155, 1588, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::get_Default() */,
{ 11156, 1588, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::CreateComparer() */,
{ 11159, 1588, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 1588, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 1588, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 1588, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 1588, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11155, 1076, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::get_Default() */,
{ 11156, 1076, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::CreateComparer() */,
{ 11159, 1076, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 1076, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 1076, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 1076, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 1076, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11155, 47, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Boolean>::get_Default() */,
{ 11156, 47, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Boolean>::CreateComparer() */,
{ 11159, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 47, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Boolean>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 47, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Boolean>::.ctor() */,
{ 11155, 6, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Byte>::get_Default() */,
{ 11156, 6, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Byte>::CreateComparer() */,
{ 11159, 6, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 6, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 6, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 6, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Byte>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11155, 7, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Char>::get_Default() */,
{ 11156, 7, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Char>::CreateComparer() */,
{ 11159, 7, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 7, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 7, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 7, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Char>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 7, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Char>::.ctor() */,
{ 11155, 115, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Default() */,
{ 11156, 115, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CreateComparer() */,
{ 11159, 115, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 115, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 115, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 115, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 115, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11155, 94, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Guid>::get_Default() */,
{ 11156, 94, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Guid>::CreateComparer() */,
{ 11159, 94, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 94, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 94, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 94, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Guid>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 94, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Guid>::.ctor() */,
{ 11155, 16, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32>::get_Default() */,
{ 11156, 16, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32>::CreateComparer() */,
{ 11159, 16, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 16, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 16, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 16, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 16, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int32>::.ctor() */,
{ 11155, 90, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::get_Default() */,
{ 11156, 90, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::CreateComparer() */,
{ 11159, 90, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 90, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 90, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 90, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 90, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 11155, 37, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int64>::get_Default() */,
{ 11156, 37, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int64>::CreateComparer() */,
{ 11159, 37, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 37, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 37, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 37, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int64>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 37, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int64>::.ctor() */,
{ 11155, 85, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.IntPtr>::get_Default() */,
{ 11156, 85, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.IntPtr>::CreateComparer() */,
{ 11159, 85, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.IntPtr>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 85, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.IntPtr>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 85, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.IntPtr>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 85, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.IntPtr>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 85, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.IntPtr>::.ctor() */,
{ 11155, 1367, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::get_Default() */,
{ 11156, 1367, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::CreateComparer() */,
{ 11159, 1367, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 1367, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 1367, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 1367, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 1367, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 11155, 170, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::get_Default() */,
{ 11156, 170, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::CreateComparer() */,
{ 11159, 170, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 170, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 170, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 170, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 170, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::.ctor() */,
{ 11155, 109, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Single>::get_Default() */,
{ 11156, 109, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Single>::CreateComparer() */,
{ 11159, 109, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 109, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 109, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 109, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Single>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 109, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Single>::.ctor() */,
{ 11155, 21, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt32>::get_Default() */,
{ 11156, 21, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt32>::CreateComparer() */,
{ 11159, 21, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 21, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 21, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 21, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.UInt32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 21, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.UInt32>::.ctor() */,
{ 11155, 561, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::get_Default() */,
{ 11156, 561, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::CreateComparer() */,
{ 11159, 561, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 561, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 561, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 561, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 561, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11155, 439, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Default() */,
{ 11156, 439, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CreateComparer() */,
{ 11159, 439, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 439, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 439, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 439, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 439, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11155, 450, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::get_Default() */,
{ 11156, 450, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::CreateComparer() */,
{ 11159, 450, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 450, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 450, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 450, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 450, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::.ctor() */,
{ 11155, 447, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::get_Default() */,
{ 11156, 447, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::CreateComparer() */,
{ 11159, 447, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 447, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 447, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 447, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 447, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 11155, 603, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::get_Default() */,
{ 11156, 603, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::CreateComparer() */,
{ 11159, 603, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 603, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 603, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 603, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 603, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor() */,
{ 11155, 446, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::get_Default() */,
{ 11156, 446, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::CreateComparer() */,
{ 11159, 446, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 446, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 446, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 446, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 446, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11155, 592, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::get_Default() */,
{ 11156, 592, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::CreateComparer() */,
{ 11159, 592, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 592, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 592, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 592, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 592, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11155, 537, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::get_Default() */,
{ 11156, 537, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::CreateComparer() */,
{ 11159, 537, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 537, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 537, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 537, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 537, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11155, 437, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::get_Default() */,
{ 11156, 437, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::CreateComparer() */,
{ 11159, 437, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 437, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 437, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 437, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 437, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::.ctor() */,
{ 11155, 444, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Default() */,
{ 11156, 444, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CreateComparer() */,
{ 11159, 444, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 444, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 444, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 444, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 444, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11155, 622, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Default() */,
{ 11156, 622, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::CreateComparer() */,
{ 11159, 622, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 622, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 622, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 622, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 622, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11155, 769, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::get_Default() */,
{ 11156, 769, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::CreateComparer() */,
{ 11159, 769, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 769, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 769, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 769, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 769, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.ctor() */,
{ 11155, 463, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Default() */,
{ 11156, 463, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CreateComparer() */,
{ 11159, 463, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 463, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 463, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 463, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 463, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11155, 442, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::get_Default() */,
{ 11156, 442, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::CreateComparer() */,
{ 11159, 442, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 442, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 442, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 442, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 442, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11155, 431, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::get_Default() */,
{ 11156, 431, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::CreateComparer() */,
{ 11159, 431, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 431, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 431, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 431, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 431, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11155, 445, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::get_Default() */,
{ 11156, 445, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::CreateComparer() */,
{ 11159, 445, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 445, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11161, 445, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 445, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11163, 445, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 11131, 47, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Boolean>::Compare(T,T) */,
{ 11132, 47, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Boolean>::Equals(System.Object) */,
{ 11133, 47, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Boolean>::GetHashCode() */,
{ 11134, 47, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Boolean>::.ctor() */,
{ 11131, 6, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Byte>::Compare(T,T) */,
{ 11132, 6, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Byte>::Equals(System.Object) */,
{ 11133, 6, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Byte>::GetHashCode() */,
{ 11134, 6, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Byte>::.ctor() */,
{ 11131, 7, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Char>::Compare(T,T) */,
{ 11132, 7, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Char>::Equals(System.Object) */,
{ 11133, 7, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Char>::GetHashCode() */,
{ 11134, 7, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Char>::.ctor() */,
{ 11131, 16, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int32>::Compare(T,T) */,
{ 11132, 16, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Int32>::Equals(System.Object) */,
{ 11133, 16, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int32>::GetHashCode() */,
{ 11134, 16, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Int32>::.ctor() */,
{ 11131, 37, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int64>::Compare(T,T) */,
{ 11132, 37, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Int64>::Equals(System.Object) */,
{ 11133, 37, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int64>::GetHashCode() */,
{ 11134, 37, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Int64>::.ctor() */,
{ 11131, 109, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Single>::Compare(T,T) */,
{ 11132, 109, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Single>::Equals(System.Object) */,
{ 11133, 109, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Single>::GetHashCode() */,
{ 11134, 109, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Single>::.ctor() */,
{ 11131, 82, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt64>::Compare(T,T) */,
{ 11132, 82, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.UInt64>::Equals(System.Object) */,
{ 11133, 82, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt64>::GetHashCode() */,
{ 11134, 82, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.UInt64>::.ctor() */,
{ 11164, 47, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::Equals(T,T) */,
{ 11165, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::GetHashCode(T) */,
{ 11166, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 47, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::Equals(System.Object) */,
{ 11169, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::GetHashCode() */,
{ 11170, 47, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::.ctor() */,
{ 11164, 6, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::Equals(T,T) */,
{ 11165, 6, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::GetHashCode(T) */,
{ 11166, 6, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 6, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 6, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::Equals(System.Object) */,
{ 11169, 6, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::GetHashCode() */,
{ 11170, 6, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::.ctor() */,
{ 11164, 7, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Char>::Equals(T,T) */,
{ 11165, 7, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::GetHashCode(T) */,
{ 11166, 7, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 7, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 7, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Char>::Equals(System.Object) */,
{ 11169, 7, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::GetHashCode() */,
{ 11170, 7, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Char>::.ctor() */,
{ 11164, 94, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::Equals(T,T) */,
{ 11165, 94, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::GetHashCode(T) */,
{ 11166, 94, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 94, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 94, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::Equals(System.Object) */,
{ 11169, 94, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::GetHashCode() */,
{ 11170, 94, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::.ctor() */,
{ 11164, 16, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::Equals(T,T) */,
{ 11165, 16, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::GetHashCode(T) */,
{ 11166, 16, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 16, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 16, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::Equals(System.Object) */,
{ 11169, 16, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::GetHashCode() */,
{ 11170, 16, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::.ctor() */,
{ 11164, 37, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::Equals(T,T) */,
{ 11165, 37, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::GetHashCode(T) */,
{ 11166, 37, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 37, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 37, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::Equals(System.Object) */,
{ 11169, 37, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::GetHashCode() */,
{ 11170, 37, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::.ctor() */,
{ 11164, 109, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Single>::Equals(T,T) */,
{ 11165, 109, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::GetHashCode(T) */,
{ 11166, 109, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 109, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 109, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Single>::Equals(System.Object) */,
{ 11169, 109, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::GetHashCode() */,
{ 11170, 109, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Single>::.ctor() */,
{ 11164, 21, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::Equals(T,T) */,
{ 11165, 21, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::GetHashCode(T) */,
{ 11166, 21, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 21, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 21, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::Equals(System.Object) */,
{ 11169, 21, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::GetHashCode() */,
{ 11170, 21, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::.ctor() */,
{ 11164, 447, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::Equals(T,T) */,
{ 11165, 447, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::GetHashCode(T) */,
{ 11166, 447, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 447, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 447, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 11169, 447, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 11170, 447, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 11164, 446, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::Equals(T,T) */,
{ 11165, 446, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::GetHashCode(T) */,
{ 11166, 446, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 446, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 446, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::Equals(System.Object) */,
{ 11169, 446, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::GetHashCode() */,
{ 11170, 446, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11164, 437, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::Equals(T,T) */,
{ 11165, 437, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::GetHashCode(T) */,
{ 11166, 437, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 437, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 437, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::Equals(System.Object) */,
{ 11169, 437, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::GetHashCode() */,
{ 11170, 437, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::.ctor() */,
{ 11164, 442, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::Equals(T,T) */,
{ 11165, 442, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::GetHashCode(T) */,
{ 11166, 442, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 442, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 442, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 11169, 442, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 11170, 442, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11164, 431, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::Equals(T,T) */,
{ 11165, 431, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::GetHashCode(T) */,
{ 11166, 431, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 431, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 431, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 11169, 431, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 11170, 431, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11164, 445, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::Equals(T,T) */,
{ 11165, 445, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::GetHashCode(T) */,
{ 11166, 445, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11167, 445, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11168, 445, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 11169, 445, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 11170, 445, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 10970, 114, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 114, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::get_Key() */,
{ 10972, 114, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::get_Value() */,
{ 10973, 114, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::ToString() */,
{ 10974, 114, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10970, 344, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 344, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::get_Key() */,
{ 10972, 344, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::get_Value() */,
{ 10973, 344, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::ToString() */,
{ 10974, 344, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10973, 356, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::ToString() */,
{ 10974, 356, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::Deconstruct(TKey&,TValue&) */,
{ 10970, 121, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 121, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Key() */,
{ 10972, 121, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value() */,
{ 10973, 121, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::ToString() */,
{ 10974, 121, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10970, 836, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 836, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::get_Key() */,
{ 10972, 836, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::get_Value() */,
{ 10973, 836, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::ToString() */,
{ 10974, 836, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10970, 1316, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 1316, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Key() */,
{ 10972, 1316, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Value() */,
{ 10973, 1316, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::ToString() */,
{ 10974, 1316, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10970, 916, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 916, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::get_Key() */,
{ 10972, 916, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::get_Value() */,
{ 10973, 916, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::ToString() */,
{ 10974, 916, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10970, 244, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::.ctor(TKey,TValue) */,
{ 10971, 244, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Key() */,
{ 10972, 244, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Value() */,
{ 10973, 244, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::ToString() */,
{ 10974, 244, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::Deconstruct(TKey&,TValue&) */,
{ 10970, 188, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::.ctor(TKey,TValue) */,
{ 10971, 188, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Key() */,
{ 10972, 188, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Value() */,
{ 10973, 188, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::ToString() */,
{ 10974, 188, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::Deconstruct(TKey&,TValue&) */,
{ 10970, 434, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::.ctor(TKey,TValue) */,
{ 10971, 434, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::get_Key() */,
{ 10972, 434, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::get_Value() */,
{ 10973, 434, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::ToString() */,
{ 10974, 434, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::Deconstruct(TKey&,TValue&) */,
{ 10970, 1515, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(TKey,TValue) */,
{ 10971, 1515, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Key() */,
{ 10972, 1515, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Value() */,
{ 10973, 1515, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::ToString() */,
{ 10974, 1515, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Deconstruct(TKey&,TValue&) */,
{ 10970, 168, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::.ctor(TKey,TValue) */,
{ 10971, 168, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Key() */,
{ 10972, 168, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Value() */,
{ 10973, 168, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::ToString() */,
{ 10974, 168, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::Deconstruct(TKey&,TValue&) */,
{ 10970, 1061, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 1061, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::get_Key() */,
{ 10972, 1061, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::get_Value() */,
{ 10973, 1061, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::ToString() */,
{ 10974, 1061, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10970, 601, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 601, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Key() */,
{ 10972, 601, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Value() */,
{ 10973, 601, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::ToString() */,
{ 10974, 601, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 10970, 767, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(TKey,TValue) */,
{ 10971, 767, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Key() */,
{ 10972, 767, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Value() */,
{ 10973, 767, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::ToString() */,
{ 10974, 767, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Deconstruct(TKey&,TValue&) */,
{ 10970, 772, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(TKey,TValue) */,
{ 10971, 772, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Key() */,
{ 10972, 772, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Value() */,
{ 10973, 772, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::ToString() */,
{ 10974, 772, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11340, 1587, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 1587, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::Dispose() */,
{ 11342, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::MoveNext() */,
{ 11343, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::MoveNextRare() */,
{ 11344, 1587, -1 } /* T System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::get_Current() */,
{ 11345, 1587, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 1587, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.Reset() */,
{ 11340, 1588, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 1588, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::Dispose() */,
{ 11342, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::MoveNext() */,
{ 11343, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::MoveNextRare() */,
{ 11344, 1588, -1 } /* T System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::get_Current() */,
{ 11345, 1588, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 1588, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::System.Collections.IEnumerator.Reset() */,
{ 11340, 1076, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 1076, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::Dispose() */,
{ 11342, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::MoveNext() */,
{ 11343, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::MoveNextRare() */,
{ 11344, 1076, -1 } /* T System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::get_Current() */,
{ 11345, 1076, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 1076, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.Reset() */,
{ 11340, 6, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 6, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::Dispose() */,
{ 11342, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Byte>::MoveNext() */,
{ 11343, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Byte>::MoveNextRare() */,
{ 11344, 6, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Byte>::get_Current() */,
{ 11345, 6, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 6, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 11340, 7, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 7, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::Dispose() */,
{ 11342, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Char>::MoveNext() */,
{ 11343, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Char>::MoveNextRare() */,
{ 11344, 7, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Char>::get_Current() */,
{ 11345, 7, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 7, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::System.Collections.IEnumerator.Reset() */,
{ 11340, 115, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 115, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Dispose() */,
{ 11342, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNext() */,
{ 11343, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNextRare() */,
{ 11344, 115, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Current() */,
{ 11345, 115, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 115, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 11340, 16, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11343, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32>::MoveNextRare() */,
{ 11345, 16, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 16, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11340, 90, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 90, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::Dispose() */,
{ 11342, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::MoveNext() */,
{ 11343, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::MoveNextRare() */,
{ 11344, 90, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::get_Current() */,
{ 11345, 90, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 90, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 11340, 37, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 37, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::Dispose() */,
{ 11342, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int64>::MoveNext() */,
{ 11343, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int64>::MoveNextRare() */,
{ 11344, 37, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Int64>::get_Current() */,
{ 11345, 37, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 37, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 11340, 109, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 109, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::Dispose() */,
{ 11342, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Single>::MoveNext() */,
{ 11343, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Single>::MoveNextRare() */,
{ 11344, 109, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Single>::get_Current() */,
{ 11345, 109, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Single>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 109, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::System.Collections.IEnumerator.Reset() */,
{ 11340, 561, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 561, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::Dispose() */,
{ 11342, 561, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::MoveNext() */,
{ 11343, 561, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::MoveNextRare() */,
{ 11344, 561, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::get_Current() */,
{ 11345, 561, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 561, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 11340, 439, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 439, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 11342, 439, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 11343, 439, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNextRare() */,
{ 11344, 439, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 11345, 439, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 439, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 11340, 450, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 450, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::Dispose() */,
{ 11342, 450, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::MoveNext() */,
{ 11343, 450, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::MoveNextRare() */,
{ 11344, 450, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::get_Current() */,
{ 11345, 450, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 450, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 11340, 447, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 447, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::Dispose() */,
{ 11342, 447, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::MoveNext() */,
{ 11343, 447, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::MoveNextRare() */,
{ 11344, 447, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::get_Current() */,
{ 11345, 447, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 447, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 11340, 446, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 446, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::Dispose() */,
{ 11342, 446, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::MoveNext() */,
{ 11343, 446, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::MoveNextRare() */,
{ 11344, 446, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::get_Current() */,
{ 11345, 446, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 446, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.Reset() */,
{ 11340, 592, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 592, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 11342, 592, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::MoveNext() */,
{ 11343, 592, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::MoveNextRare() */,
{ 11344, 592, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::get_Current() */,
{ 11345, 592, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 592, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.Reset() */,
{ 11340, 537, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 537, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::Dispose() */,
{ 11342, 537, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::MoveNext() */,
{ 11343, 537, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::MoveNextRare() */,
{ 11344, 537, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::get_Current() */,
{ 11345, 537, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 537, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.Reset() */,
{ 11340, 437, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 437, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::Dispose() */,
{ 11342, 437, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::MoveNext() */,
{ 11343, 437, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::MoveNextRare() */,
{ 11344, 437, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::get_Current() */,
{ 11345, 437, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 437, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::System.Collections.IEnumerator.Reset() */,
{ 11340, 444, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 444, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Dispose() */,
{ 11342, 444, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::MoveNext() */,
{ 11343, 444, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::MoveNextRare() */,
{ 11344, 444, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Current() */,
{ 11345, 444, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 444, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.Reset() */,
{ 11340, 622, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 622, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::Dispose() */,
{ 11342, 622, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::MoveNext() */,
{ 11343, 622, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::MoveNextRare() */,
{ 11344, 622, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::get_Current() */,
{ 11345, 622, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 622, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.Reset() */,
{ 11340, 463, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 463, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 11342, 463, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 11343, 463, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNextRare() */,
{ 11344, 463, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 11345, 463, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 463, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 11340, 442, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 442, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::Dispose() */,
{ 11342, 442, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::MoveNext() */,
{ 11343, 442, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::MoveNextRare() */,
{ 11344, 442, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::get_Current() */,
{ 11345, 442, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 442, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 11340, 431, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 431, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::Dispose() */,
{ 11342, 431, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::MoveNext() */,
{ 11343, 431, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::MoveNextRare() */,
{ 11344, 431, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::get_Current() */,
{ 11345, 431, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 431, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 11340, 445, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11341, 445, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::Dispose() */,
{ 11342, 445, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::MoveNext() */,
{ 11343, 445, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::MoveNextRare() */,
{ 11344, 445, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::get_Current() */,
{ 11345, 445, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 11346, 445, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 11325, 1587, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::get_Count() */,
{ 11327, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::get_IsReadOnly() */,
{ 11328, 1587, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Add(T) */,
{ 11329, 1587, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Clear() */,
{ 11330, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Contains(T) */,
{ 11331, 1587, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::CopyTo(T[],System.Int32) */,
{ 11332, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Remove(T) */,
{ 11333, 1587, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 1587, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 1587, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::get_Item(System.Int32) */,
{ 11336, 1587, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::set_Item(System.Int32,T) */,
{ 11337, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::IndexOf(T) */,
{ 11338, 1587, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Insert(System.Int32,T) */,
{ 11339, 1587, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::RemoveAt(System.Int32) */,
{ 11325, 1588, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::get_Count() */,
{ 11327, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::get_IsReadOnly() */,
{ 11328, 1588, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Add(T) */,
{ 11329, 1588, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Clear() */,
{ 11330, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Contains(T) */,
{ 11331, 1588, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::CopyTo(T[],System.Int32) */,
{ 11332, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Remove(T) */,
{ 11333, 1588, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 1588, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 1588, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::get_Item(System.Int32) */,
{ 11336, 1588, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::set_Item(System.Int32,T) */,
{ 11337, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::IndexOf(T) */,
{ 11338, 1588, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Insert(System.Int32,T) */,
{ 11339, 1588, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::RemoveAt(System.Int32) */,
{ 11325, 1076, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::get_Count() */,
{ 11327, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::get_IsReadOnly() */,
{ 11328, 1076, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Add(T) */,
{ 11329, 1076, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Clear() */,
{ 11330, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Contains(T) */,
{ 11331, 1076, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::CopyTo(T[],System.Int32) */,
{ 11332, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Remove(T) */,
{ 11333, 1076, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 1076, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 1076, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::get_Item(System.Int32) */,
{ 11336, 1076, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::set_Item(System.Int32,T) */,
{ 11337, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::IndexOf(T) */,
{ 11338, 1076, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Insert(System.Int32,T) */,
{ 11339, 1076, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::RemoveAt(System.Int32) */,
{ 11325, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 6, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Byte>::get_Count() */,
{ 11327, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Byte>::get_IsReadOnly() */,
{ 11328, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Add(T) */,
{ 11329, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Clear() */,
{ 11330, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Contains(T) */,
{ 11331, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::CopyTo(T[],System.Int32) */,
{ 11332, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Remove(T) */,
{ 11333, 6, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 6, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Byte>::get_Item(System.Int32) */,
{ 11336, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::set_Item(System.Int32,T) */,
{ 11337, 6, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Byte>::IndexOf(T) */,
{ 11338, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Insert(System.Int32,T) */,
{ 11339, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::RemoveAt(System.Int32) */,
{ 11325, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 7, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Char>::get_Count() */,
{ 11327, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Char>::get_IsReadOnly() */,
{ 11328, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::Add(T) */,
{ 11329, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::Clear() */,
{ 11330, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Char>::Contains(T) */,
{ 11331, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::CopyTo(T[],System.Int32) */,
{ 11332, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Char>::Remove(T) */,
{ 11333, 7, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 7, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Char>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 7, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Char>::get_Item(System.Int32) */,
{ 11336, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::set_Item(System.Int32,T) */,
{ 11337, 7, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Char>::IndexOf(T) */,
{ 11338, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::Insert(System.Int32,T) */,
{ 11339, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::RemoveAt(System.Int32) */,
{ 11325, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 115, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Count() */,
{ 11327, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_IsReadOnly() */,
{ 11328, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Add(T) */,
{ 11329, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Clear() */,
{ 11330, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Contains(T) */,
{ 11331, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[],System.Int32) */,
{ 11332, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Remove(T) */,
{ 11333, 115, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 115, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 115, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Item(System.Int32) */,
{ 11336, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::set_Item(System.Int32,T) */,
{ 11337, 115, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T) */,
{ 11338, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Insert(System.Int32,T) */,
{ 11339, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveAt(System.Int32) */,
{ 11325, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 16, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int32>::get_Count() */,
{ 11327, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32>::get_IsReadOnly() */,
{ 11328, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Add(T) */,
{ 11329, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Clear() */,
{ 11330, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Contains(T) */,
{ 11331, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::CopyTo(T[],System.Int32) */,
{ 11332, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Remove(T) */,
{ 11333, 16, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 16, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Int32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 16, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Int32>::get_Item(System.Int32) */,
{ 11336, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::set_Item(System.Int32,T) */,
{ 11337, 16, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int32>::IndexOf(T) */,
{ 11338, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Insert(System.Int32,T) */,
{ 11339, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::RemoveAt(System.Int32) */,
{ 11325, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 90, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::get_Count() */,
{ 11327, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::get_IsReadOnly() */,
{ 11328, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Add(T) */,
{ 11329, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Clear() */,
{ 11330, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Contains(T) */,
{ 11331, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::CopyTo(T[],System.Int32) */,
{ 11332, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Remove(T) */,
{ 11333, 90, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 90, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 90, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::get_Item(System.Int32) */,
{ 11336, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::set_Item(System.Int32,T) */,
{ 11337, 90, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::IndexOf(T) */,
{ 11338, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Insert(System.Int32,T) */,
{ 11339, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::RemoveAt(System.Int32) */,
{ 11325, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 37, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int64>::get_Count() */,
{ 11327, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int64>::get_IsReadOnly() */,
{ 11328, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Add(T) */,
{ 11329, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Clear() */,
{ 11330, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Contains(T) */,
{ 11331, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::CopyTo(T[],System.Int32) */,
{ 11332, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Remove(T) */,
{ 11333, 37, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 37, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Int64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 37, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Int64>::get_Item(System.Int32) */,
{ 11336, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::set_Item(System.Int32,T) */,
{ 11337, 37, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int64>::IndexOf(T) */,
{ 11338, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Insert(System.Int32,T) */,
{ 11339, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::RemoveAt(System.Int32) */,
{ 11325, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 109, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Single>::get_Count() */,
{ 11327, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Single>::get_IsReadOnly() */,
{ 11328, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::Add(T) */,
{ 11329, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::Clear() */,
{ 11330, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Single>::Contains(T) */,
{ 11331, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::CopyTo(T[],System.Int32) */,
{ 11332, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Single>::Remove(T) */,
{ 11333, 109, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Single>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 109, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Single>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 109, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Single>::get_Item(System.Int32) */,
{ 11336, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::set_Item(System.Int32,T) */,
{ 11337, 109, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Single>::IndexOf(T) */,
{ 11338, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::Insert(System.Int32,T) */,
{ 11339, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::RemoveAt(System.Int32) */,
{ 11325, 561, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 561, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::get_Count() */,
{ 11327, 561, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::get_IsReadOnly() */,
{ 11328, 561, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Add(T) */,
{ 11329, 561, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Clear() */,
{ 11330, 561, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Contains(T) */,
{ 11331, 561, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::CopyTo(T[],System.Int32) */,
{ 11332, 561, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Remove(T) */,
{ 11333, 561, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 561, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 561, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::get_Item(System.Int32) */,
{ 11336, 561, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::set_Item(System.Int32,T) */,
{ 11337, 561, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::IndexOf(T) */,
{ 11338, 561, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Insert(System.Int32,T) */,
{ 11339, 561, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::RemoveAt(System.Int32) */,
{ 11325, 439, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 439, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Count() */,
{ 11327, 439, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::get_IsReadOnly() */,
{ 11328, 439, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Add(T) */,
{ 11329, 439, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Clear() */,
{ 11330, 439, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Contains(T) */,
{ 11331, 439, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[],System.Int32) */,
{ 11332, 439, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Remove(T) */,
{ 11333, 439, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 439, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 439, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Item(System.Int32) */,
{ 11336, 439, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::set_Item(System.Int32,T) */,
{ 11337, 439, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T) */,
{ 11338, 439, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Insert(System.Int32,T) */,
{ 11339, 439, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveAt(System.Int32) */,
{ 11325, 450, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 450, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::get_Count() */,
{ 11327, 450, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::get_IsReadOnly() */,
{ 11328, 450, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Add(T) */,
{ 11329, 450, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Clear() */,
{ 11330, 450, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Contains(T) */,
{ 11331, 450, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::CopyTo(T[],System.Int32) */,
{ 11332, 450, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Remove(T) */,
{ 11333, 450, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 450, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 450, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::get_Item(System.Int32) */,
{ 11336, 450, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::set_Item(System.Int32,T) */,
{ 11337, 450, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::IndexOf(T) */,
{ 11338, 450, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Insert(System.Int32,T) */,
{ 11339, 450, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::RemoveAt(System.Int32) */,
{ 11325, 447, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 447, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::get_Count() */,
{ 11327, 447, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::get_IsReadOnly() */,
{ 11328, 447, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Add(T) */,
{ 11329, 447, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Clear() */,
{ 11330, 447, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Contains(T) */,
{ 11331, 447, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::CopyTo(T[],System.Int32) */,
{ 11332, 447, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Remove(T) */,
{ 11333, 447, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 447, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 447, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::get_Item(System.Int32) */,
{ 11336, 447, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::set_Item(System.Int32,T) */,
{ 11337, 447, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::IndexOf(T) */,
{ 11338, 447, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Insert(System.Int32,T) */,
{ 11339, 447, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::RemoveAt(System.Int32) */,
{ 11325, 446, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 446, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::get_Count() */,
{ 11327, 446, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::get_IsReadOnly() */,
{ 11328, 446, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Add(T) */,
{ 11329, 446, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Clear() */,
{ 11330, 446, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Contains(T) */,
{ 11331, 446, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::CopyTo(T[],System.Int32) */,
{ 11332, 446, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Remove(T) */,
{ 11333, 446, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 446, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 446, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::get_Item(System.Int32) */,
{ 11336, 446, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::set_Item(System.Int32,T) */,
{ 11337, 446, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::IndexOf(T) */,
{ 11338, 446, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Insert(System.Int32,T) */,
{ 11339, 446, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::RemoveAt(System.Int32) */,
{ 11325, 592, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 592, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::get_Count() */,
{ 11327, 592, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::get_IsReadOnly() */,
{ 11328, 592, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Add(T) */,
{ 11329, 592, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Clear() */,
{ 11330, 592, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Contains(T) */,
{ 11331, 592, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::CopyTo(T[],System.Int32) */,
{ 11332, 592, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Remove(T) */,
{ 11333, 592, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 592, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 592, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::get_Item(System.Int32) */,
{ 11336, 592, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::set_Item(System.Int32,T) */,
{ 11337, 592, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::IndexOf(T) */,
{ 11338, 592, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Insert(System.Int32,T) */,
{ 11339, 592, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::RemoveAt(System.Int32) */,
{ 11325, 537, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 537, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::get_Count() */,
{ 11327, 537, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::get_IsReadOnly() */,
{ 11328, 537, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Add(T) */,
{ 11329, 537, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Clear() */,
{ 11330, 537, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Contains(T) */,
{ 11331, 537, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::CopyTo(T[],System.Int32) */,
{ 11332, 537, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Remove(T) */,
{ 11333, 537, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 537, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 537, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::get_Item(System.Int32) */,
{ 11336, 537, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::set_Item(System.Int32,T) */,
{ 11337, 537, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::IndexOf(T) */,
{ 11338, 537, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Insert(System.Int32,T) */,
{ 11339, 537, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::RemoveAt(System.Int32) */,
{ 11325, 437, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 437, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::get_Count() */,
{ 11327, 437, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::get_IsReadOnly() */,
{ 11328, 437, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Add(T) */,
{ 11329, 437, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Clear() */,
{ 11330, 437, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Contains(T) */,
{ 11331, 437, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::CopyTo(T[],System.Int32) */,
{ 11332, 437, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Remove(T) */,
{ 11333, 437, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 437, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 437, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::get_Item(System.Int32) */,
{ 11336, 437, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::set_Item(System.Int32,T) */,
{ 11337, 437, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::IndexOf(T) */,
{ 11338, 437, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Insert(System.Int32,T) */,
{ 11339, 437, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::RemoveAt(System.Int32) */,
{ 11325, 444, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 444, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Count() */,
{ 11327, 444, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_IsReadOnly() */,
{ 11328, 444, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Add(T) */,
{ 11329, 444, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Clear() */,
{ 11330, 444, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Contains(T) */,
{ 11331, 444, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(T[],System.Int32) */,
{ 11332, 444, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Remove(T) */,
{ 11333, 444, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 444, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 444, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Item(System.Int32) */,
{ 11336, 444, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::set_Item(System.Int32,T) */,
{ 11337, 444, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T) */,
{ 11338, 444, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Insert(System.Int32,T) */,
{ 11339, 444, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::RemoveAt(System.Int32) */,
{ 11325, 622, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 622, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::get_Count() */,
{ 11327, 622, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::get_IsReadOnly() */,
{ 11328, 622, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Add(T) */,
{ 11329, 622, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Clear() */,
{ 11330, 622, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Contains(T) */,
{ 11331, 622, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(T[],System.Int32) */,
{ 11332, 622, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Remove(T) */,
{ 11333, 622, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 622, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 622, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::get_Item(System.Int32) */,
{ 11336, 622, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::set_Item(System.Int32,T) */,
{ 11337, 622, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T) */,
{ 11338, 622, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Insert(System.Int32,T) */,
{ 11339, 622, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::RemoveAt(System.Int32) */,
{ 11325, 463, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 463, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count() */,
{ 11327, 463, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_IsReadOnly() */,
{ 11328, 463, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Add(T) */,
{ 11329, 463, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Clear() */,
{ 11330, 463, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Contains(T) */,
{ 11331, 463, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[],System.Int32) */,
{ 11332, 463, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Remove(T) */,
{ 11333, 463, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 463, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 463, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32) */,
{ 11336, 463, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::set_Item(System.Int32,T) */,
{ 11337, 463, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T) */,
{ 11338, 463, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Insert(System.Int32,T) */,
{ 11339, 463, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveAt(System.Int32) */,
{ 11325, 442, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 442, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::get_Count() */,
{ 11327, 442, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::get_IsReadOnly() */,
{ 11328, 442, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Add(T) */,
{ 11329, 442, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Clear() */,
{ 11330, 442, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Contains(T) */,
{ 11331, 442, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::CopyTo(T[],System.Int32) */,
{ 11332, 442, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Remove(T) */,
{ 11333, 442, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 442, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 442, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::get_Item(System.Int32) */,
{ 11336, 442, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::set_Item(System.Int32,T) */,
{ 11337, 442, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::IndexOf(T) */,
{ 11338, 442, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Insert(System.Int32,T) */,
{ 11339, 442, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::RemoveAt(System.Int32) */,
{ 11325, 431, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 431, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::get_Count() */,
{ 11327, 431, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::get_IsReadOnly() */,
{ 11328, 431, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Add(T) */,
{ 11329, 431, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Clear() */,
{ 11330, 431, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Contains(T) */,
{ 11331, 431, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::CopyTo(T[],System.Int32) */,
{ 11332, 431, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Remove(T) */,
{ 11333, 431, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 431, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 431, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::get_Item(System.Int32) */,
{ 11336, 431, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::set_Item(System.Int32,T) */,
{ 11337, 431, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::IndexOf(T) */,
{ 11338, 431, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Insert(System.Int32,T) */,
{ 11339, 431, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::RemoveAt(System.Int32) */,
{ 11325, 445, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11326, 445, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::get_Count() */,
{ 11327, 445, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::get_IsReadOnly() */,
{ 11328, 445, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Add(T) */,
{ 11329, 445, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Clear() */,
{ 11330, 445, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Contains(T) */,
{ 11331, 445, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::CopyTo(T[],System.Int32) */,
{ 11332, 445, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Remove(T) */,
{ 11333, 445, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11334, 445, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11335, 445, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::get_Item(System.Int32) */,
{ 11336, 445, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::set_Item(System.Int32,T) */,
{ 11337, 445, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::IndexOf(T) */,
{ 11338, 445, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Insert(System.Int32,T) */,
{ 11339, 445, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::RemoveAt(System.Int32) */,
{ 11253, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.ctor(System.Int32) */,
{ 11254, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Capacity() */,
{ 11256, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::set_Capacity(System.Int32) */,
{ 11258, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 1587, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::set_Item(System.Int32,T) */,
{ 11265, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::IsCompatibleObject(System.Object) */,
{ 11266, 1587, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.Add(System.Object) */,
{ 11270, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 1587, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::AsReadOnly() */,
{ 11272, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::BinarySearch(T) */,
{ 11274, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Contains(T) */,
{ 11277, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::CopyTo(T[]) */,
{ 11280, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::CopyTo(T[],System.Int32) */,
{ 11283, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::EnsureCapacity(System.Int32) */,
{ 11284, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Exists(System.Predicate`1<T>) */,
{ 11285, 1587, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Find(System.Predicate`1<T>) */,
{ 11286, 1587, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindAll(System.Predicate`1<T>) */,
{ 11287, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 1587, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindLast(System.Predicate`1<T>) */,
{ 11291, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::ForEach(System.Action`1<T>) */,
{ 11295, 1587, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::GetEnumerator() */,
{ 11296, 1587, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 1587, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 1587, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::GetRange(System.Int32,System.Int32) */,
{ 11299, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::IndexOf(T) */,
{ 11300, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::IndexOf(T,System.Int32) */,
{ 11302, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Insert(System.Int32,T) */,
{ 11304, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::LastIndexOf(T) */,
{ 11307, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::LastIndexOf(T,System.Int32) */,
{ 11308, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Remove(T) */,
{ 11310, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 1587, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::RemoveAt(System.Int32) */,
{ 11313, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Reverse() */,
{ 11315, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Reverse(System.Int32,System.Int32) */,
{ 11316, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Sort() */,
{ 11317, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Sort(System.Comparison`1<T>) */,
{ 11320, 1587, -1 } /* T[] System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::ToArray() */,
{ 11321, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::TrimExcess() */,
{ 11322, 1587, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 1587, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 1587, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.cctor() */,
{ 11253, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.ctor(System.Int32) */,
{ 11254, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::get_Capacity() */,
{ 11256, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::set_Capacity(System.Int32) */,
{ 11257, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::get_Count() */,
{ 11258, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 1588, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 1588, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPathPoint>::get_Item(System.Int32) */,
{ 11264, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::set_Item(System.Int32,T) */,
{ 11265, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::IsCompatibleObject(System.Object) */,
{ 11266, 1588, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.Add(System.Object) */,
{ 11270, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 1588, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::AsReadOnly() */,
{ 11272, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::BinarySearch(T) */,
{ 11274, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Contains(T) */,
{ 11277, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::CopyTo(T[]) */,
{ 11280, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::CopyTo(T[],System.Int32) */,
{ 11283, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::EnsureCapacity(System.Int32) */,
{ 11284, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Exists(System.Predicate`1<T>) */,
{ 11285, 1588, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Find(System.Predicate`1<T>) */,
{ 11286, 1588, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindAll(System.Predicate`1<T>) */,
{ 11287, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 1588, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindLast(System.Predicate`1<T>) */,
{ 11291, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::ForEach(System.Action`1<T>) */,
{ 11295, 1588, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::GetEnumerator() */,
{ 11296, 1588, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 1588, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 1588, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::GetRange(System.Int32,System.Int32) */,
{ 11299, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::IndexOf(T) */,
{ 11300, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::IndexOf(T,System.Int32) */,
{ 11302, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Insert(System.Int32,T) */,
{ 11304, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::LastIndexOf(T) */,
{ 11307, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::LastIndexOf(T,System.Int32) */,
{ 11308, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Remove(T) */,
{ 11310, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 1588, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::RemoveAt(System.Int32) */,
{ 11313, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Reverse() */,
{ 11315, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Reverse(System.Int32,System.Int32) */,
{ 11316, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Sort() */,
{ 11317, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Sort(System.Comparison`1<T>) */,
{ 11320, 1588, -1 } /* T[] System.Collections.Generic.List`1<FairyGUI.GPathPoint>::ToArray() */,
{ 11321, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::TrimExcess() */,
{ 11322, 1588, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 1588, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 1588, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.cctor() */,
{ 11253, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.ctor(System.Int32) */,
{ 11254, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Capacity() */,
{ 11256, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::set_Capacity(System.Int32) */,
{ 11258, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 1076, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::set_Item(System.Int32,T) */,
{ 11265, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::IsCompatibleObject(System.Object) */,
{ 11266, 1076, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Add(System.Object) */,
{ 11270, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 1076, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::AsReadOnly() */,
{ 11272, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::BinarySearch(T) */,
{ 11274, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Contains(T) */,
{ 11277, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::CopyTo(T[]) */,
{ 11280, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::CopyTo(T[],System.Int32) */,
{ 11283, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::EnsureCapacity(System.Int32) */,
{ 11284, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Exists(System.Predicate`1<T>) */,
{ 11285, 1076, -1 } /* T System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Find(System.Predicate`1<T>) */,
{ 11286, 1076, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindAll(System.Predicate`1<T>) */,
{ 11287, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 1076, -1 } /* T System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindLast(System.Predicate`1<T>) */,
{ 11291, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::ForEach(System.Action`1<T>) */,
{ 11295, 1076, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::GetEnumerator() */,
{ 11296, 1076, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 1076, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 1076, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::GetRange(System.Int32,System.Int32) */,
{ 11299, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::IndexOf(T) */,
{ 11300, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::IndexOf(T,System.Int32) */,
{ 11302, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Insert(System.Int32,T) */,
{ 11304, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T) */,
{ 11307, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T,System.Int32) */,
{ 11308, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Remove(T) */,
{ 11310, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 1076, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::RemoveAt(System.Int32) */,
{ 11313, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Reverse() */,
{ 11315, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Reverse(System.Int32,System.Int32) */,
{ 11316, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Sort() */,
{ 11317, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Sort(System.Comparison`1<T>) */,
{ 11320, 1076, -1 } /* T[] System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::ToArray() */,
{ 11321, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::TrimExcess() */,
{ 11322, 1076, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 1076, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 1076, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.cctor() */,
{ 11253, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor(System.Int32) */,
{ 11254, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::get_Capacity() */,
{ 11256, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::set_Capacity(System.Int32) */,
{ 11257, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::get_Count() */,
{ 11258, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 6, -1 } /* System.Object System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::set_Item(System.Int32,T) */,
{ 11265, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::IsCompatibleObject(System.Object) */,
{ 11266, 6, -1 } /* System.Object System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Add(System.Object) */,
{ 11270, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 6, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Byte>::AsReadOnly() */,
{ 11272, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::BinarySearch(T) */,
{ 11274, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::Contains(T) */,
{ 11277, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(T[]) */,
{ 11280, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(T[],System.Int32) */,
{ 11283, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::EnsureCapacity(System.Int32) */,
{ 11284, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::Exists(System.Predicate`1<T>) */,
{ 11285, 6, -1 } /* T System.Collections.Generic.List`1<System.Byte>::Find(System.Predicate`1<T>) */,
{ 11286, 6, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Byte>::FindAll(System.Predicate`1<T>) */,
{ 11287, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 6, -1 } /* T System.Collections.Generic.List`1<System.Byte>::FindLast(System.Predicate`1<T>) */,
{ 11291, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::ForEach(System.Action`1<T>) */,
{ 11295, 6, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Byte>::GetEnumerator() */,
{ 11296, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 6, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 6, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Byte>::GetRange(System.Int32,System.Int32) */,
{ 11299, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::IndexOf(T) */,
{ 11300, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::IndexOf(T,System.Int32) */,
{ 11302, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Insert(System.Int32,T) */,
{ 11304, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::LastIndexOf(T) */,
{ 11307, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::LastIndexOf(T,System.Int32) */,
{ 11308, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::Remove(T) */,
{ 11310, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::RemoveAt(System.Int32) */,
{ 11313, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Reverse() */,
{ 11315, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Reverse(System.Int32,System.Int32) */,
{ 11316, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort() */,
{ 11317, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Comparison`1<T>) */,
{ 11321, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::TrimExcess() */,
{ 11322, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 6, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Byte>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.cctor() */,
{ 11253, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor(System.Int32) */,
{ 11254, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::get_Capacity() */,
{ 11256, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::set_Capacity(System.Int32) */,
{ 11257, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::get_Count() */,
{ 11258, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 7, -1 } /* System.Object System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 7, -1 } /* T System.Collections.Generic.List`1<System.Char>::get_Item(System.Int32) */,
{ 11264, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::set_Item(System.Int32,T) */,
{ 11265, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::IsCompatibleObject(System.Object) */,
{ 11266, 7, -1 } /* System.Object System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Add(System.Object) */,
{ 11270, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 7, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Char>::AsReadOnly() */,
{ 11272, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::BinarySearch(T) */,
{ 11274, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::Contains(T) */,
{ 11277, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(T[]) */,
{ 11280, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(T[],System.Int32) */,
{ 11283, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::EnsureCapacity(System.Int32) */,
{ 11284, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::Exists(System.Predicate`1<T>) */,
{ 11285, 7, -1 } /* T System.Collections.Generic.List`1<System.Char>::Find(System.Predicate`1<T>) */,
{ 11286, 7, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Char>::FindAll(System.Predicate`1<T>) */,
{ 11287, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 7, -1 } /* T System.Collections.Generic.List`1<System.Char>::FindLast(System.Predicate`1<T>) */,
{ 11291, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::ForEach(System.Action`1<T>) */,
{ 11295, 7, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Char>::GetEnumerator() */,
{ 11296, 7, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Char>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 7, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 7, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Char>::GetRange(System.Int32,System.Int32) */,
{ 11299, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::IndexOf(T) */,
{ 11300, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::IndexOf(T,System.Int32) */,
{ 11302, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Insert(System.Int32,T) */,
{ 11304, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::LastIndexOf(T) */,
{ 11307, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::LastIndexOf(T,System.Int32) */,
{ 11308, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::Remove(T) */,
{ 11310, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::RemoveAt(System.Int32) */,
{ 11313, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Reverse() */,
{ 11315, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Reverse(System.Int32,System.Int32) */,
{ 11316, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort() */,
{ 11317, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Comparison`1<T>) */,
{ 11321, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::TrimExcess() */,
{ 11322, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 7, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Char>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.cctor() */,
{ 11252, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11253, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Int32) */,
{ 11254, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Capacity() */,
{ 11256, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::set_Capacity(System.Int32) */,
{ 11257, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Count() */,
{ 11258, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 115, -1 } /* System.Object System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 115, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Item(System.Int32) */,
{ 11264, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::set_Item(System.Int32,T) */,
{ 11265, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IsCompatibleObject(System.Object) */,
{ 11266, 115, -1 } /* System.Object System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Add(T) */,
{ 11269, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Add(System.Object) */,
{ 11270, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 115, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::AsReadOnly() */,
{ 11272, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BinarySearch(T) */,
{ 11274, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Clear() */,
{ 11276, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Contains(T) */,
{ 11277, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[]) */,
{ 11280, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[],System.Int32) */,
{ 11283, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EnsureCapacity(System.Int32) */,
{ 11284, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Exists(System.Predicate`1<T>) */,
{ 11285, 115, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Find(System.Predicate`1<T>) */,
{ 11286, 115, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindAll(System.Predicate`1<T>) */,
{ 11287, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 115, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindLast(System.Predicate`1<T>) */,
{ 11291, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::ForEach(System.Action`1<T>) */,
{ 11295, 115, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetEnumerator() */,
{ 11296, 115, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 115, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 115, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetRange(System.Int32,System.Int32) */,
{ 11299, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T) */,
{ 11300, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T,System.Int32) */,
{ 11302, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Insert(System.Int32,T) */,
{ 11304, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T) */,
{ 11307, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T,System.Int32) */,
{ 11308, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Remove(T) */,
{ 11310, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveAt(System.Int32) */,
{ 11313, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Reverse() */,
{ 11315, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Reverse(System.Int32,System.Int32) */,
{ 11316, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort() */,
{ 11317, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(System.Comparison`1<T>) */,
{ 11320, 115, -1 } /* T[] System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::ToArray() */,
{ 11321, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::TrimExcess() */,
{ 11322, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 115, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.cctor() */,
{ 11253, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor(System.Int32) */,
{ 11254, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Capacity() */,
{ 11258, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 16, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11265, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::IsCompatibleObject(System.Object) */,
{ 11266, 16, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Add(System.Object) */,
{ 11271, 16, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int32>::AsReadOnly() */,
{ 11272, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::BinarySearch(T) */,
{ 11274, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11277, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(T[]) */,
{ 11280, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(T[],System.Int32) */,
{ 11283, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::EnsureCapacity(System.Int32) */,
{ 11284, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::Exists(System.Predicate`1<T>) */,
{ 11285, 16, -1 } /* T System.Collections.Generic.List`1<System.Int32>::Find(System.Predicate`1<T>) */,
{ 11286, 16, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int32>::FindAll(System.Predicate`1<T>) */,
{ 11287, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 16, -1 } /* T System.Collections.Generic.List`1<System.Int32>::FindLast(System.Predicate`1<T>) */,
{ 11291, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::ForEach(System.Action`1<T>) */,
{ 11296, 16, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 16, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 16, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int32>::GetRange(System.Int32,System.Int32) */,
{ 11299, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::IndexOf(T) */,
{ 11300, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::IndexOf(T,System.Int32) */,
{ 11302, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Insert(System.Int32,T) */,
{ 11304, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11306, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::LastIndexOf(T) */,
{ 11307, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::LastIndexOf(T,System.Int32) */,
{ 11308, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11310, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::RemoveAll(System.Predicate`1<T>) */,
{ 11313, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Reverse() */,
{ 11315, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Reverse(System.Int32,System.Int32) */,
{ 11316, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort() */,
{ 11317, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Comparison`1<T>) */,
{ 11321, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::TrimExcess() */,
{ 11322, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 16, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Int32>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.cctor() */,
{ 11252, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor() */,
{ 11253, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor(System.Int32) */,
{ 11254, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::get_Capacity() */,
{ 11256, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::set_Capacity(System.Int32) */,
{ 11257, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::get_Count() */,
{ 11258, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 90, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 90, -1 } /* T System.Collections.Generic.List`1<System.Int32Enum>::get_Item(System.Int32) */,
{ 11264, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::set_Item(System.Int32,T) */,
{ 11265, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::IsCompatibleObject(System.Object) */,
{ 11266, 90, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Add(T) */,
{ 11269, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Add(System.Object) */,
{ 11270, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 90, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int32Enum>::AsReadOnly() */,
{ 11272, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::BinarySearch(T) */,
{ 11274, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Clear() */,
{ 11276, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::Contains(T) */,
{ 11277, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(T[]) */,
{ 11280, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(T[],System.Int32) */,
{ 11283, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::EnsureCapacity(System.Int32) */,
{ 11284, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::Exists(System.Predicate`1<T>) */,
{ 11285, 90, -1 } /* T System.Collections.Generic.List`1<System.Int32Enum>::Find(System.Predicate`1<T>) */,
{ 11286, 90, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int32Enum>::FindAll(System.Predicate`1<T>) */,
{ 11287, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 90, -1 } /* T System.Collections.Generic.List`1<System.Int32Enum>::FindLast(System.Predicate`1<T>) */,
{ 11291, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::ForEach(System.Action`1<T>) */,
{ 11295, 90, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int32Enum>::GetEnumerator() */,
{ 11296, 90, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 90, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 90, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int32Enum>::GetRange(System.Int32,System.Int32) */,
{ 11299, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::IndexOf(T) */,
{ 11300, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::IndexOf(T,System.Int32) */,
{ 11302, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Insert(System.Int32,T) */,
{ 11304, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::LastIndexOf(T) */,
{ 11307, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::LastIndexOf(T,System.Int32) */,
{ 11308, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::Remove(T) */,
{ 11310, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::RemoveAt(System.Int32) */,
{ 11313, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Reverse() */,
{ 11315, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Reverse(System.Int32,System.Int32) */,
{ 11316, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort() */,
{ 11317, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Comparison`1<T>) */,
{ 11320, 90, -1 } /* T[] System.Collections.Generic.List`1<System.Int32Enum>::ToArray() */,
{ 11321, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::TrimExcess() */,
{ 11322, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 90, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Int32Enum>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.cctor() */,
{ 11253, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor(System.Int32) */,
{ 11254, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::get_Capacity() */,
{ 11256, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::set_Capacity(System.Int32) */,
{ 11258, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 37, -1 } /* System.Object System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::set_Item(System.Int32,T) */,
{ 11265, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::IsCompatibleObject(System.Object) */,
{ 11266, 37, -1 } /* System.Object System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Add(System.Object) */,
{ 11270, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 37, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int64>::AsReadOnly() */,
{ 11272, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::BinarySearch(T) */,
{ 11274, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Clear() */,
{ 11276, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::Contains(T) */,
{ 11277, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(T[]) */,
{ 11280, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(T[],System.Int32) */,
{ 11283, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::EnsureCapacity(System.Int32) */,
{ 11284, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::Exists(System.Predicate`1<T>) */,
{ 11285, 37, -1 } /* T System.Collections.Generic.List`1<System.Int64>::Find(System.Predicate`1<T>) */,
{ 11286, 37, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int64>::FindAll(System.Predicate`1<T>) */,
{ 11287, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 37, -1 } /* T System.Collections.Generic.List`1<System.Int64>::FindLast(System.Predicate`1<T>) */,
{ 11291, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::ForEach(System.Action`1<T>) */,
{ 11295, 37, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int64>::GetEnumerator() */,
{ 11296, 37, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 37, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 37, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int64>::GetRange(System.Int32,System.Int32) */,
{ 11299, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::IndexOf(T) */,
{ 11300, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::IndexOf(T,System.Int32) */,
{ 11302, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Insert(System.Int32,T) */,
{ 11304, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::LastIndexOf(T) */,
{ 11307, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::LastIndexOf(T,System.Int32) */,
{ 11308, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::Remove(T) */,
{ 11310, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::RemoveAt(System.Int32) */,
{ 11313, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Reverse() */,
{ 11315, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Reverse(System.Int32,System.Int32) */,
{ 11316, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort() */,
{ 11317, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Comparison`1<T>) */,
{ 11320, 37, -1 } /* T[] System.Collections.Generic.List`1<System.Int64>::ToArray() */,
{ 11321, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::TrimExcess() */,
{ 11322, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 37, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Int64>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.cctor() */,
{ 11253, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor(System.Int32) */,
{ 11254, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::get_Capacity() */,
{ 11256, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::set_Capacity(System.Int32) */,
{ 11258, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 109, -1 } /* System.Object System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::set_Item(System.Int32,T) */,
{ 11265, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::IsCompatibleObject(System.Object) */,
{ 11266, 109, -1 } /* System.Object System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Add(System.Object) */,
{ 11270, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 109, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Single>::AsReadOnly() */,
{ 11272, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::BinarySearch(T) */,
{ 11274, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::Contains(T) */,
{ 11277, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(T[]) */,
{ 11280, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(T[],System.Int32) */,
{ 11283, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::EnsureCapacity(System.Int32) */,
{ 11284, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::Exists(System.Predicate`1<T>) */,
{ 11285, 109, -1 } /* T System.Collections.Generic.List`1<System.Single>::Find(System.Predicate`1<T>) */,
{ 11286, 109, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Single>::FindAll(System.Predicate`1<T>) */,
{ 11287, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 109, -1 } /* T System.Collections.Generic.List`1<System.Single>::FindLast(System.Predicate`1<T>) */,
{ 11291, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::ForEach(System.Action`1<T>) */,
{ 11295, 109, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Single>::GetEnumerator() */,
{ 11296, 109, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Single>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 109, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Single>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 109, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Single>::GetRange(System.Int32,System.Int32) */,
{ 11299, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::IndexOf(T) */,
{ 11300, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::IndexOf(T,System.Int32) */,
{ 11302, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Insert(System.Int32,T) */,
{ 11304, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::LastIndexOf(T) */,
{ 11307, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::LastIndexOf(T,System.Int32) */,
{ 11308, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::Remove(T) */,
{ 11310, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::RemoveAt(System.Int32) */,
{ 11313, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Reverse() */,
{ 11315, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Reverse(System.Int32,System.Int32) */,
{ 11316, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort() */,
{ 11317, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Comparison`1<T>) */,
{ 11320, 109, -1 } /* T[] System.Collections.Generic.List`1<System.Single>::ToArray() */,
{ 11321, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::TrimExcess() */,
{ 11322, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 109, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Single>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.cctor() */,
{ 11252, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11253, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Int32) */,
{ 11254, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::get_Capacity() */,
{ 11256, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::set_Capacity(System.Int32) */,
{ 11257, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::get_Count() */,
{ 11258, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 561, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 561, -1 } /* T System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::get_Item(System.Int32) */,
{ 11264, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::set_Item(System.Int32,T) */,
{ 11265, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::IsCompatibleObject(System.Object) */,
{ 11266, 561, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Add(T) */,
{ 11269, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Add(System.Object) */,
{ 11270, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 561, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::AsReadOnly() */,
{ 11272, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::BinarySearch(T) */,
{ 11274, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Clear() */,
{ 11276, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Contains(T) */,
{ 11277, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::CopyTo(T[]) */,
{ 11280, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::CopyTo(T[],System.Int32) */,
{ 11283, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::EnsureCapacity(System.Int32) */,
{ 11284, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Exists(System.Predicate`1<T>) */,
{ 11285, 561, -1 } /* T System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Find(System.Predicate`1<T>) */,
{ 11286, 561, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindAll(System.Predicate`1<T>) */,
{ 11287, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 561, -1 } /* T System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindLast(System.Predicate`1<T>) */,
{ 11291, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::ForEach(System.Action`1<T>) */,
{ 11295, 561, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::GetEnumerator() */,
{ 11296, 561, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 561, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 561, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::GetRange(System.Int32,System.Int32) */,
{ 11299, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::IndexOf(T) */,
{ 11300, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::IndexOf(T,System.Int32) */,
{ 11302, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Insert(System.Int32,T) */,
{ 11304, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T) */,
{ 11307, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T,System.Int32) */,
{ 11308, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Remove(T) */,
{ 11310, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 561, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::RemoveAt(System.Int32) */,
{ 11313, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Reverse() */,
{ 11315, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Reverse(System.Int32,System.Int32) */,
{ 11316, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Sort() */,
{ 11317, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Sort(System.Comparison`1<T>) */,
{ 11320, 561, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::ToArray() */,
{ 11321, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::TrimExcess() */,
{ 11322, 561, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 561, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 561, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::.cctor() */,
{ 11253, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Int32) */,
{ 11254, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Capacity() */,
{ 11256, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::set_Capacity(System.Int32) */,
{ 11258, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 439, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_SyncRoot() */,
{ 11265, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IsCompatibleObject(System.Object) */,
{ 11266, 439, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Add(T) */,
{ 11269, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Add(System.Object) */,
{ 11270, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 439, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::AsReadOnly() */,
{ 11272, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(T) */,
{ 11274, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Clear() */,
{ 11276, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Contains(T) */,
{ 11277, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[]) */,
{ 11280, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[],System.Int32) */,
{ 11283, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EnsureCapacity(System.Int32) */,
{ 11284, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Exists(System.Predicate`1<T>) */,
{ 11285, 439, -1 } /* T System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Find(System.Predicate`1<T>) */,
{ 11286, 439, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindAll(System.Predicate`1<T>) */,
{ 11287, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 439, -1 } /* T System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindLast(System.Predicate`1<T>) */,
{ 11291, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::ForEach(System.Action`1<T>) */,
{ 11295, 439, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetEnumerator() */,
{ 11296, 439, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 439, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 439, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetRange(System.Int32,System.Int32) */,
{ 11299, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T) */,
{ 11300, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T,System.Int32) */,
{ 11302, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T,System.Int32,System.Int32) */,
{ 11304, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T) */,
{ 11307, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T,System.Int32) */,
{ 11308, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Remove(T) */,
{ 11310, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 439, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveAll(System.Predicate`1<T>) */,
{ 11313, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Reverse() */,
{ 11315, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Reverse(System.Int32,System.Int32) */,
{ 11316, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort() */,
{ 11317, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Comparison`1<T>) */,
{ 11320, 439, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::ToArray() */,
{ 11321, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::TrimExcess() */,
{ 11322, 439, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 439, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 439, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.cctor() */,
{ 11253, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor(System.Int32) */,
{ 11254, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Capacity() */,
{ 11256, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::set_Capacity(System.Int32) */,
{ 11257, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Count() */,
{ 11258, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 450, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11265, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::IsCompatibleObject(System.Object) */,
{ 11266, 450, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Add(System.Object) */,
{ 11271, 450, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::AsReadOnly() */,
{ 11272, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::BinarySearch(T) */,
{ 11274, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::Contains(T) */,
{ 11277, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(T[]) */,
{ 11280, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(T[],System.Int32) */,
{ 11283, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::EnsureCapacity(System.Int32) */,
{ 11284, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::Exists(System.Predicate`1<T>) */,
{ 11285, 450, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color32>::Find(System.Predicate`1<T>) */,
{ 11286, 450, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::FindAll(System.Predicate`1<T>) */,
{ 11287, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 450, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color32>::FindLast(System.Predicate`1<T>) */,
{ 11291, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::ForEach(System.Action`1<T>) */,
{ 11295, 450, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Color32>::GetEnumerator() */,
{ 11296, 450, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 450, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 450, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::GetRange(System.Int32,System.Int32) */,
{ 11299, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::IndexOf(T) */,
{ 11300, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::IndexOf(T,System.Int32) */,
{ 11302, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Insert(System.Int32,T) */,
{ 11304, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11306, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::LastIndexOf(T) */,
{ 11307, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::LastIndexOf(T,System.Int32) */,
{ 11308, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::Remove(T) */,
{ 11310, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 450, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveAt(System.Int32) */,
{ 11314, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Reverse() */,
{ 11315, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Reverse(System.Int32,System.Int32) */,
{ 11316, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort() */,
{ 11317, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Comparison`1<T>) */,
{ 11320, 450, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Color32>::ToArray() */,
{ 11321, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::TrimExcess() */,
{ 11322, 450, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 450, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 450, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.cctor() */,
{ 11252, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor() */,
{ 11253, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor(System.Int32) */,
{ 11254, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::get_Capacity() */,
{ 11256, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::set_Capacity(System.Int32) */,
{ 11258, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 447, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 447, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color>::get_Item(System.Int32) */,
{ 11264, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::set_Item(System.Int32,T) */,
{ 11265, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::IsCompatibleObject(System.Object) */,
{ 11266, 447, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Add(T) */,
{ 11269, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Add(System.Object) */,
{ 11270, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 447, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::AsReadOnly() */,
{ 11272, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::BinarySearch(T) */,
{ 11274, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::Contains(T) */,
{ 11277, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(T[]) */,
{ 11280, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(T[],System.Int32) */,
{ 11283, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::EnsureCapacity(System.Int32) */,
{ 11284, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::Exists(System.Predicate`1<T>) */,
{ 11285, 447, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color>::Find(System.Predicate`1<T>) */,
{ 11286, 447, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::FindAll(System.Predicate`1<T>) */,
{ 11287, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 447, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color>::FindLast(System.Predicate`1<T>) */,
{ 11291, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::ForEach(System.Action`1<T>) */,
{ 11295, 447, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Color>::GetEnumerator() */,
{ 11296, 447, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 447, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 447, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::GetRange(System.Int32,System.Int32) */,
{ 11299, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::IndexOf(T) */,
{ 11300, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::IndexOf(T,System.Int32) */,
{ 11302, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Insert(System.Int32,T) */,
{ 11304, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::LastIndexOf(T) */,
{ 11307, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::LastIndexOf(T,System.Int32) */,
{ 11308, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::Remove(T) */,
{ 11310, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 447, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::RemoveAt(System.Int32) */,
{ 11313, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Reverse() */,
{ 11315, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Reverse(System.Int32,System.Int32) */,
{ 11316, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort() */,
{ 11317, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Comparison`1<T>) */,
{ 11320, 447, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Color>::ToArray() */,
{ 11321, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::TrimExcess() */,
{ 11322, 447, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 447, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 447, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.cctor() */,
{ 11252, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11253, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::.ctor(System.Int32) */,
{ 11254, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::get_Capacity() */,
{ 11256, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::set_Capacity(System.Int32) */,
{ 11258, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 446, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 446, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::get_Item(System.Int32) */,
{ 11264, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::set_Item(System.Int32,T) */,
{ 11265, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::IsCompatibleObject(System.Object) */,
{ 11266, 446, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Add(T) */,
{ 11269, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.Add(System.Object) */,
{ 11270, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 446, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::AsReadOnly() */,
{ 11272, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::BinarySearch(T) */,
{ 11274, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Contains(T) */,
{ 11277, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::CopyTo(T[]) */,
{ 11280, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::CopyTo(T[],System.Int32) */,
{ 11283, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::EnsureCapacity(System.Int32) */,
{ 11284, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Exists(System.Predicate`1<T>) */,
{ 11285, 446, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Find(System.Predicate`1<T>) */,
{ 11286, 446, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindAll(System.Predicate`1<T>) */,
{ 11287, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 446, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindLast(System.Predicate`1<T>) */,
{ 11291, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::ForEach(System.Action`1<T>) */,
{ 11295, 446, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::GetEnumerator() */,
{ 11296, 446, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 446, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 446, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::GetRange(System.Int32,System.Int32) */,
{ 11299, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::IndexOf(T) */,
{ 11300, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::IndexOf(T,System.Int32) */,
{ 11302, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Insert(System.Int32,T) */,
{ 11304, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::LastIndexOf(T) */,
{ 11307, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::LastIndexOf(T,System.Int32) */,
{ 11308, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Remove(T) */,
{ 11310, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 446, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::RemoveAt(System.Int32) */,
{ 11313, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Reverse() */,
{ 11315, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Reverse(System.Int32,System.Int32) */,
{ 11316, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Sort() */,
{ 11317, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Sort(System.Comparison`1<T>) */,
{ 11320, 446, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::ToArray() */,
{ 11321, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::TrimExcess() */,
{ 11322, 446, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 446, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 446, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::.cctor() */,
{ 11252, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11253, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Int32) */,
{ 11254, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::get_Capacity() */,
{ 11256, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::set_Capacity(System.Int32) */,
{ 11257, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::get_Count() */,
{ 11258, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 592, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 592, -1 } /* T System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::get_Item(System.Int32) */,
{ 11264, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::set_Item(System.Int32,T) */,
{ 11265, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::IsCompatibleObject(System.Object) */,
{ 11266, 592, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Add(T) */,
{ 11269, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Add(System.Object) */,
{ 11270, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 592, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::AsReadOnly() */,
{ 11272, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::BinarySearch(T) */,
{ 11274, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Clear() */,
{ 11276, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Contains(T) */,
{ 11277, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::CopyTo(T[]) */,
{ 11280, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::CopyTo(T[],System.Int32) */,
{ 11283, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::EnsureCapacity(System.Int32) */,
{ 11284, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Exists(System.Predicate`1<T>) */,
{ 11285, 592, -1 } /* T System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Find(System.Predicate`1<T>) */,
{ 11286, 592, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindAll(System.Predicate`1<T>) */,
{ 11287, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 592, -1 } /* T System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindLast(System.Predicate`1<T>) */,
{ 11291, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::ForEach(System.Action`1<T>) */,
{ 11295, 592, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::GetEnumerator() */,
{ 11296, 592, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 592, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 592, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::GetRange(System.Int32,System.Int32) */,
{ 11299, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T) */,
{ 11300, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T,System.Int32) */,
{ 11302, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Insert(System.Int32,T) */,
{ 11304, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T) */,
{ 11307, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T,System.Int32) */,
{ 11308, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Remove(T) */,
{ 11310, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 592, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::RemoveAt(System.Int32) */,
{ 11313, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Reverse() */,
{ 11315, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Reverse(System.Int32,System.Int32) */,
{ 11316, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Sort() */,
{ 11317, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Sort(System.Comparison`1<T>) */,
{ 11320, 592, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::ToArray() */,
{ 11321, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::TrimExcess() */,
{ 11322, 592, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 592, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 592, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 11252, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11253, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::.ctor(System.Int32) */,
{ 11254, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::get_Capacity() */,
{ 11256, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::set_Capacity(System.Int32) */,
{ 11257, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::get_Count() */,
{ 11258, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 537, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 537, -1 } /* T System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::get_Item(System.Int32) */,
{ 11264, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::set_Item(System.Int32,T) */,
{ 11265, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::IsCompatibleObject(System.Object) */,
{ 11266, 537, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Add(T) */,
{ 11269, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Add(System.Object) */,
{ 11270, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 537, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::AsReadOnly() */,
{ 11272, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::BinarySearch(T) */,
{ 11274, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Clear() */,
{ 11276, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Contains(T) */,
{ 11277, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::CopyTo(T[]) */,
{ 11280, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::CopyTo(T[],System.Int32) */,
{ 11283, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::EnsureCapacity(System.Int32) */,
{ 11284, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Exists(System.Predicate`1<T>) */,
{ 11285, 537, -1 } /* T System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Find(System.Predicate`1<T>) */,
{ 11286, 537, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindAll(System.Predicate`1<T>) */,
{ 11287, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 537, -1 } /* T System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindLast(System.Predicate`1<T>) */,
{ 11291, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::ForEach(System.Action`1<T>) */,
{ 11295, 537, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::GetEnumerator() */,
{ 11296, 537, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 537, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 537, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::GetRange(System.Int32,System.Int32) */,
{ 11299, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::IndexOf(T) */,
{ 11300, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::IndexOf(T,System.Int32) */,
{ 11302, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Insert(System.Int32,T) */,
{ 11304, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::LastIndexOf(T) */,
{ 11307, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::LastIndexOf(T,System.Int32) */,
{ 11308, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Remove(T) */,
{ 11310, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 537, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::RemoveAt(System.Int32) */,
{ 11313, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Reverse() */,
{ 11315, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Reverse(System.Int32,System.Int32) */,
{ 11316, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Sort() */,
{ 11317, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Sort(System.Comparison`1<T>) */,
{ 11320, 537, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::ToArray() */,
{ 11321, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::TrimExcess() */,
{ 11322, 537, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 537, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 537, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::.cctor() */,
{ 11253, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.ctor(System.Int32) */,
{ 11254, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Capacity() */,
{ 11256, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::set_Capacity(System.Int32) */,
{ 11258, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 437, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::set_Item(System.Int32,T) */,
{ 11265, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::IsCompatibleObject(System.Object) */,
{ 11266, 437, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.Add(System.Object) */,
{ 11270, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 437, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::AsReadOnly() */,
{ 11272, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::BinarySearch(T) */,
{ 11274, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::Contains(T) */,
{ 11277, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::CopyTo(T[]) */,
{ 11280, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::CopyTo(T[],System.Int32) */,
{ 11283, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::EnsureCapacity(System.Int32) */,
{ 11284, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::Exists(System.Predicate`1<T>) */,
{ 11285, 437, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rect>::Find(System.Predicate`1<T>) */,
{ 11286, 437, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::FindAll(System.Predicate`1<T>) */,
{ 11287, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 437, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rect>::FindLast(System.Predicate`1<T>) */,
{ 11291, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::ForEach(System.Action`1<T>) */,
{ 11295, 437, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Rect>::GetEnumerator() */,
{ 11296, 437, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 437, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 437, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::GetRange(System.Int32,System.Int32) */,
{ 11299, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::IndexOf(T) */,
{ 11300, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::IndexOf(T,System.Int32) */,
{ 11302, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Insert(System.Int32,T) */,
{ 11304, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::LastIndexOf(T) */,
{ 11307, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::LastIndexOf(T,System.Int32) */,
{ 11308, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::Remove(T) */,
{ 11310, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 437, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::RemoveAt(System.Int32) */,
{ 11313, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Reverse() */,
{ 11315, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Reverse(System.Int32,System.Int32) */,
{ 11316, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Sort() */,
{ 11317, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Sort(System.Comparison`1<T>) */,
{ 11320, 437, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Rect>::ToArray() */,
{ 11321, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::TrimExcess() */,
{ 11322, 437, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 437, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 437, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.cctor() */,
{ 11252, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11253, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Int32) */,
{ 11254, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Capacity() */,
{ 11256, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::set_Capacity(System.Int32) */,
{ 11257, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Count() */,
{ 11258, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 444, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 11263, 444, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Item(System.Int32) */,
{ 11264, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::set_Item(System.Int32,T) */,
{ 11265, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IsCompatibleObject(System.Object) */,
{ 11266, 444, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11268, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Add(T) */,
{ 11269, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Add(System.Object) */,
{ 11270, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 444, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::AsReadOnly() */,
{ 11272, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BinarySearch(T) */,
{ 11274, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11275, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Clear() */,
{ 11276, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Contains(T) */,
{ 11277, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(T[]) */,
{ 11280, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(T[],System.Int32) */,
{ 11283, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::EnsureCapacity(System.Int32) */,
{ 11284, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Exists(System.Predicate`1<T>) */,
{ 11285, 444, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Find(System.Predicate`1<T>) */,
{ 11286, 444, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindAll(System.Predicate`1<T>) */,
{ 11287, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 444, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindLast(System.Predicate`1<T>) */,
{ 11291, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::ForEach(System.Action`1<T>) */,
{ 11295, 444, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetEnumerator() */,
{ 11296, 444, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 444, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 444, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetRange(System.Int32,System.Int32) */,
{ 11299, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T) */,
{ 11300, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T,System.Int32) */,
{ 11302, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Insert(System.Int32,T) */,
{ 11304, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T) */,
{ 11307, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T,System.Int32) */,
{ 11308, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Remove(T) */,
{ 11310, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 444, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::RemoveAt(System.Int32) */,
{ 11313, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Reverse() */,
{ 11315, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Reverse(System.Int32,System.Int32) */,
{ 11316, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort() */,
{ 11317, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(System.Comparison`1<T>) */,
{ 11320, 444, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::ToArray() */,
{ 11321, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::TrimExcess() */,
{ 11322, 444, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 444, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 444, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.cctor() */,
{ 11252, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11253, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Int32) */,
{ 11254, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Capacity() */,
{ 11256, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::set_Capacity(System.Int32) */,
{ 11258, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 622, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::set_Item(System.Int32,T) */,
{ 11265, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::IsCompatibleObject(System.Object) */,
{ 11266, 622, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Add(System.Object) */,
{ 11270, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11271, 622, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::AsReadOnly() */,
{ 11272, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::BinarySearch(T) */,
{ 11274, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Contains(T) */,
{ 11277, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(T[]) */,
{ 11280, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(T[],System.Int32) */,
{ 11283, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::EnsureCapacity(System.Int32) */,
{ 11284, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Exists(System.Predicate`1<T>) */,
{ 11285, 622, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Find(System.Predicate`1<T>) */,
{ 11286, 622, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindAll(System.Predicate`1<T>) */,
{ 11287, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 622, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindLast(System.Predicate`1<T>) */,
{ 11291, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::ForEach(System.Action`1<T>) */,
{ 11295, 622, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetEnumerator() */,
{ 11296, 622, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 622, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 622, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetRange(System.Int32,System.Int32) */,
{ 11299, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T) */,
{ 11300, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T,System.Int32) */,
{ 11302, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Insert(System.Int32,T) */,
{ 11304, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T) */,
{ 11307, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T,System.Int32) */,
{ 11308, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Remove(T) */,
{ 11310, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 622, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::RemoveAt(System.Int32) */,
{ 11313, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Reverse() */,
{ 11315, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Reverse(System.Int32,System.Int32) */,
{ 11316, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort() */,
{ 11317, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(System.Comparison`1<T>) */,
{ 11320, 622, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::ToArray() */,
{ 11321, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::TrimExcess() */,
{ 11322, 622, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 622, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 622, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::.cctor() */,
{ 11252, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11254, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Capacity() */,
{ 11256, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::set_Capacity(System.Int32) */,
{ 11258, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 463, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::set_Item(System.Int32,T) */,
{ 11265, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IsCompatibleObject(System.Object) */,
{ 11266, 463, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Add(System.Object) */,
{ 11271, 463, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::AsReadOnly() */,
{ 11272, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(T) */,
{ 11274, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Contains(T) */,
{ 11277, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[]) */,
{ 11280, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[],System.Int32) */,
{ 11283, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EnsureCapacity(System.Int32) */,
{ 11284, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Exists(System.Predicate`1<T>) */,
{ 11285, 463, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Find(System.Predicate`1<T>) */,
{ 11286, 463, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindAll(System.Predicate`1<T>) */,
{ 11287, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 463, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindLast(System.Predicate`1<T>) */,
{ 11291, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::ForEach(System.Action`1<T>) */,
{ 11295, 463, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetEnumerator() */,
{ 11296, 463, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 463, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 463, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetRange(System.Int32,System.Int32) */,
{ 11299, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T) */,
{ 11300, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T,System.Int32) */,
{ 11302, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Insert(System.Int32,T) */,
{ 11304, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T) */,
{ 11307, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T,System.Int32) */,
{ 11308, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11310, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 463, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveAt(System.Int32) */,
{ 11313, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Reverse() */,
{ 11315, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Reverse(System.Int32,System.Int32) */,
{ 11316, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort() */,
{ 11317, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Comparison`1<T>) */,
{ 11320, 463, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::ToArray() */,
{ 11321, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::TrimExcess() */,
{ 11322, 463, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 463, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 463, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.cctor() */,
{ 11253, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor(System.Int32) */,
{ 11254, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Capacity() */,
{ 11256, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::set_Capacity(System.Int32) */,
{ 11258, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 442, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.get_SyncRoot() */,
{ 11264, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::set_Item(System.Int32,T) */,
{ 11265, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::IsCompatibleObject(System.Object) */,
{ 11266, 442, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Add(System.Object) */,
{ 11271, 442, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::AsReadOnly() */,
{ 11272, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::BinarySearch(T) */,
{ 11274, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::Contains(T) */,
{ 11277, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(T[]) */,
{ 11280, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(T[],System.Int32) */,
{ 11283, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::EnsureCapacity(System.Int32) */,
{ 11284, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::Exists(System.Predicate`1<T>) */,
{ 11285, 442, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector2>::Find(System.Predicate`1<T>) */,
{ 11286, 442, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::FindAll(System.Predicate`1<T>) */,
{ 11287, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 442, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector2>::FindLast(System.Predicate`1<T>) */,
{ 11291, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::ForEach(System.Action`1<T>) */,
{ 11295, 442, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::GetEnumerator() */,
{ 11296, 442, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 442, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 442, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::GetRange(System.Int32,System.Int32) */,
{ 11299, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::IndexOf(T) */,
{ 11300, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::IndexOf(T,System.Int32) */,
{ 11302, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Insert(System.Int32,T) */,
{ 11304, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11305, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11306, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::LastIndexOf(T) */,
{ 11307, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::LastIndexOf(T,System.Int32) */,
{ 11308, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::Remove(T) */,
{ 11310, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 442, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveAt(System.Int32) */,
{ 11313, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveRange(System.Int32,System.Int32) */,
{ 11314, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Reverse() */,
{ 11315, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Reverse(System.Int32,System.Int32) */,
{ 11316, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort() */,
{ 11317, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Comparison`1<T>) */,
{ 11320, 442, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Vector2>::ToArray() */,
{ 11321, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::TrimExcess() */,
{ 11322, 442, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 442, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 442, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.cctor() */,
{ 11253, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor(System.Int32) */,
{ 11254, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Capacity() */,
{ 11256, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::set_Capacity(System.Int32) */,
{ 11258, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 431, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.get_SyncRoot() */,
{ 11265, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::IsCompatibleObject(System.Object) */,
{ 11266, 431, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Add(System.Object) */,
{ 11271, 431, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::AsReadOnly() */,
{ 11272, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::BinarySearch(T) */,
{ 11274, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::Contains(T) */,
{ 11277, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(T[]) */,
{ 11280, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(T[],System.Int32) */,
{ 11283, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::EnsureCapacity(System.Int32) */,
{ 11284, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::Exists(System.Predicate`1<T>) */,
{ 11285, 431, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector3>::Find(System.Predicate`1<T>) */,
{ 11286, 431, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::FindAll(System.Predicate`1<T>) */,
{ 11287, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 431, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector3>::FindLast(System.Predicate`1<T>) */,
{ 11291, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::ForEach(System.Action`1<T>) */,
{ 11295, 431, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::GetEnumerator() */,
{ 11296, 431, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 431, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 431, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::GetRange(System.Int32,System.Int32) */,
{ 11299, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::IndexOf(T) */,
{ 11300, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::IndexOf(T,System.Int32) */,
{ 11302, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::IndexOf(T,System.Int32,System.Int32) */,
{ 11304, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11306, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::LastIndexOf(T) */,
{ 11307, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::LastIndexOf(T,System.Int32) */,
{ 11308, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::Remove(T) */,
{ 11310, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveAt(System.Int32) */,
{ 11314, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Reverse() */,
{ 11315, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Reverse(System.Int32,System.Int32) */,
{ 11316, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort() */,
{ 11317, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Comparison`1<T>) */,
{ 11320, 431, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Vector3>::ToArray() */,
{ 11321, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::TrimExcess() */,
{ 11322, 431, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 431, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 431, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.cctor() */,
{ 11253, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor(System.Int32) */,
{ 11254, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11255, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Capacity() */,
{ 11256, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::set_Capacity(System.Int32) */,
{ 11258, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_IsFixedSize() */,
{ 11259, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11260, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_IsReadOnly() */,
{ 11261, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11262, 445, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.get_SyncRoot() */,
{ 11265, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::IsCompatibleObject(System.Object) */,
{ 11266, 445, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_Item(System.Int32) */,
{ 11267, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11269, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Add(System.Object) */,
{ 11271, 445, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::AsReadOnly() */,
{ 11272, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11273, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::BinarySearch(T) */,
{ 11274, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11276, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::Contains(T) */,
{ 11277, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Contains(System.Object) */,
{ 11279, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(T[]) */,
{ 11280, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11281, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11282, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(T[],System.Int32) */,
{ 11283, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::EnsureCapacity(System.Int32) */,
{ 11284, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::Exists(System.Predicate`1<T>) */,
{ 11285, 445, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector4>::Find(System.Predicate`1<T>) */,
{ 11286, 445, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::FindAll(System.Predicate`1<T>) */,
{ 11287, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindIndex(System.Predicate`1<T>) */,
{ 11288, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11289, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11290, 445, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector4>::FindLast(System.Predicate`1<T>) */,
{ 11291, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindLastIndex(System.Predicate`1<T>) */,
{ 11292, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11293, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11294, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::ForEach(System.Action`1<T>) */,
{ 11295, 445, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::GetEnumerator() */,
{ 11296, 445, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11297, 445, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11298, 445, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::GetRange(System.Int32,System.Int32) */,
{ 11299, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::IndexOf(T) */,
{ 11300, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.IndexOf(System.Object) */,
{ 11301, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::IndexOf(T,System.Int32) */,
{ 11302, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::IndexOf(T,System.Int32,System.Int32) */,
{ 11303, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Insert(System.Int32,T) */,
{ 11304, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11306, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::LastIndexOf(T) */,
{ 11307, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::LastIndexOf(T,System.Int32) */,
{ 11308, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11309, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::Remove(T) */,
{ 11310, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Remove(System.Object) */,
{ 11311, 445, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveAll(System.Predicate`1<T>) */,
{ 11312, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveAt(System.Int32) */,
{ 11314, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Reverse() */,
{ 11315, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Reverse(System.Int32,System.Int32) */,
{ 11316, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort() */,
{ 11317, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11318, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11319, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Comparison`1<T>) */,
{ 11320, 445, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Vector4>::ToArray() */,
{ 11321, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::TrimExcess() */,
{ 11322, 445, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::TrueForAll(System.Predicate`1<T>) */,
{ 11323, 445, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11324, 445, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.cctor() */,
{ 11139, 1587, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.GPath/Segment>::Compare(T,T) */,
{ 11140, 1587, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<FairyGUI.GPath/Segment>::Equals(System.Object) */,
{ 11141, 1587, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.GPath/Segment>::GetHashCode() */,
{ 11142, 1587, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11139, 1588, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.GPathPoint>::Compare(T,T) */,
{ 11140, 1588, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<FairyGUI.GPathPoint>::Equals(System.Object) */,
{ 11141, 1588, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.GPathPoint>::GetHashCode() */,
{ 11142, 1588, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11139, 1076, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.TextField/CharPosition>::Compare(T,T) */,
{ 11140, 1076, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<FairyGUI.TextField/CharPosition>::Equals(System.Object) */,
{ 11141, 1076, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.TextField/CharPosition>::GetHashCode() */,
{ 11142, 1076, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11139, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Boolean>::Compare(T,T) */,
{ 11140, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Boolean>::Equals(System.Object) */,
{ 11141, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Boolean>::GetHashCode() */,
{ 11142, 47, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Boolean>::.ctor() */,
{ 11139, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Byte>::Compare(T,T) */,
{ 11140, 6, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Byte>::Equals(System.Object) */,
{ 11141, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Byte>::GetHashCode() */,
{ 11142, 6, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Byte>::.ctor() */,
{ 11139, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Char>::Compare(T,T) */,
{ 11140, 7, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Char>::Equals(System.Object) */,
{ 11141, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Char>::GetHashCode() */,
{ 11142, 7, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Char>::.ctor() */,
{ 11139, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Compare(T,T) */,
{ 11140, 115, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(System.Object) */,
{ 11141, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode() */,
{ 11142, 115, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11139, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32>::Compare(T,T) */,
{ 11140, 16, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int32>::Equals(System.Object) */,
{ 11141, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32>::GetHashCode() */,
{ 11142, 16, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int32>::.ctor() */,
{ 11139, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::Compare(T,T) */,
{ 11140, 90, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 11141, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::GetHashCode() */,
{ 11142, 90, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::.ctor() */,
{ 11139, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int64>::Compare(T,T) */,
{ 11140, 37, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int64>::Equals(System.Object) */,
{ 11141, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int64>::GetHashCode() */,
{ 11142, 37, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int64>::.ctor() */,
{ 11139, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Single>::Compare(T,T) */,
{ 11140, 109, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Single>::Equals(System.Object) */,
{ 11141, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Single>::GetHashCode() */,
{ 11142, 109, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Single>::.ctor() */,
{ 11139, 82, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt64>::Compare(T,T) */,
{ 11140, 82, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.UInt64>::Equals(System.Object) */,
{ 11141, 82, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt64>::GetHashCode() */,
{ 11142, 82, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.UInt64>::.ctor() */,
{ 11139, 561, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.AnimatorClipInfo>::Compare(T,T) */,
{ 11140, 561, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.AnimatorClipInfo>::Equals(System.Object) */,
{ 11141, 561, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.AnimatorClipInfo>::GetHashCode() */,
{ 11142, 561, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11139, 439, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Compare(T,T) */,
{ 11140, 439, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(System.Object) */,
{ 11141, 439, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode() */,
{ 11142, 439, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11139, 450, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::Compare(T,T) */,
{ 11140, 450, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::Equals(System.Object) */,
{ 11141, 450, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::GetHashCode() */,
{ 11142, 450, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::.ctor() */,
{ 11139, 447, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::Compare(T,T) */,
{ 11140, 447, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 11141, 447, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 11142, 447, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::.ctor() */,
{ 11139, 446, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Matrix4x4>::Compare(T,T) */,
{ 11140, 446, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Matrix4x4>::Equals(System.Object) */,
{ 11141, 446, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Matrix4x4>::GetHashCode() */,
{ 11142, 446, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11139, 592, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.ParticleSystem/Particle>::Compare(T,T) */,
{ 11140, 592, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.ParticleSystem/Particle>::Equals(System.Object) */,
{ 11141, 592, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.ParticleSystem/Particle>::GetHashCode() */,
{ 11142, 592, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11139, 537, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>::Compare(T,T) */,
{ 11140, 537, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>::Equals(System.Object) */,
{ 11141, 537, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>::GetHashCode() */,
{ 11142, 537, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11139, 437, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Rect>::Compare(T,T) */,
{ 11140, 437, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Rect>::Equals(System.Object) */,
{ 11141, 437, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Rect>::GetHashCode() */,
{ 11142, 437, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Rect>::.ctor() */,
{ 11139, 444, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Compare(T,T) */,
{ 11140, 444, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Equals(System.Object) */,
{ 11141, 444, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetHashCode() */,
{ 11142, 444, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11139, 622, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Compare(T,T) */,
{ 11140, 622, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Equals(System.Object) */,
{ 11141, 622, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetHashCode() */,
{ 11142, 622, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11139, 463, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Compare(T,T) */,
{ 11140, 463, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(System.Object) */,
{ 11141, 463, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode() */,
{ 11142, 463, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11139, 442, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::Compare(T,T) */,
{ 11140, 442, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 11141, 442, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 11142, 442, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11139, 431, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::Compare(T,T) */,
{ 11140, 431, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 11141, 431, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 11142, 431, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11139, 445, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::Compare(T,T) */,
{ 11140, 445, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 11141, 445, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 11142, 445, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 11178, 1587, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::Equals(T,T) */,
{ 11179, 1587, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::GetHashCode(T) */,
{ 11180, 1587, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 1587, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 1587, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::Equals(System.Object) */,
{ 11183, 1587, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::GetHashCode() */,
{ 11184, 1587, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11178, 1588, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::Equals(T,T) */,
{ 11179, 1588, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::GetHashCode(T) */,
{ 11180, 1588, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 1588, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 1588, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::Equals(System.Object) */,
{ 11183, 1588, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::GetHashCode() */,
{ 11184, 1588, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11178, 1076, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::Equals(T,T) */,
{ 11179, 1076, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::GetHashCode(T) */,
{ 11180, 1076, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 1076, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 1076, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::Equals(System.Object) */,
{ 11183, 1076, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::GetHashCode() */,
{ 11184, 1076, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11178, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::Equals(T,T) */,
{ 11179, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::GetHashCode(T) */,
{ 11180, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::Equals(System.Object) */,
{ 11183, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::GetHashCode() */,
{ 11184, 47, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::.ctor() */,
{ 11178, 6, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::Equals(T,T) */,
{ 11179, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::GetHashCode(T) */,
{ 11180, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 6, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::Equals(System.Object) */,
{ 11183, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::GetHashCode() */,
{ 11184, 6, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::.ctor() */,
{ 11178, 7, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::Equals(T,T) */,
{ 11179, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::GetHashCode(T) */,
{ 11180, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 7, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::Equals(System.Object) */,
{ 11183, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::GetHashCode() */,
{ 11184, 7, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::.ctor() */,
{ 11178, 115, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(T,T) */,
{ 11179, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode(T) */,
{ 11180, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 115, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(System.Object) */,
{ 11183, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode() */,
{ 11184, 115, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11178, 94, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::Equals(T,T) */,
{ 11179, 94, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::GetHashCode(T) */,
{ 11180, 94, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 94, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 94, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::Equals(System.Object) */,
{ 11183, 94, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::GetHashCode() */,
{ 11184, 94, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::.ctor() */,
{ 11178, 16, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::Equals(T,T) */,
{ 11179, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::GetHashCode(T) */,
{ 11180, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 16, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::Equals(System.Object) */,
{ 11183, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::GetHashCode() */,
{ 11184, 16, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::.ctor() */,
{ 11178, 90, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::Equals(T,T) */,
{ 11179, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::GetHashCode(T) */,
{ 11180, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 90, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 11183, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::GetHashCode() */,
{ 11184, 90, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 11178, 37, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::Equals(T,T) */,
{ 11179, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::GetHashCode(T) */,
{ 11180, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 37, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::Equals(System.Object) */,
{ 11183, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::GetHashCode() */,
{ 11184, 37, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::.ctor() */,
{ 11178, 85, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::Equals(T,T) */,
{ 11179, 85, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::GetHashCode(T) */,
{ 11180, 85, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 85, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 85, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::Equals(System.Object) */,
{ 11183, 85, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::GetHashCode() */,
{ 11184, 85, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::.ctor() */,
{ 11178, 1367, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::Equals(T,T) */,
{ 11179, 1367, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::GetHashCode(T) */,
{ 11180, 1367, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 1367, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 1367, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::Equals(System.Object) */,
{ 11183, 1367, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::GetHashCode() */,
{ 11184, 1367, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 11178, 170, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::Equals(T,T) */,
{ 11179, 170, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::GetHashCode(T) */,
{ 11180, 170, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 170, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 170, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::Equals(System.Object) */,
{ 11183, 170, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::GetHashCode() */,
{ 11184, 170, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::.ctor() */,
{ 11178, 109, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::Equals(T,T) */,
{ 11179, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::GetHashCode(T) */,
{ 11180, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 109, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::Equals(System.Object) */,
{ 11183, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::GetHashCode() */,
{ 11184, 109, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::.ctor() */,
{ 11178, 21, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::Equals(T,T) */,
{ 11179, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::GetHashCode(T) */,
{ 11180, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 21, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::Equals(System.Object) */,
{ 11183, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::GetHashCode() */,
{ 11184, 21, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::.ctor() */,
{ 11178, 561, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::Equals(T,T) */,
{ 11179, 561, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::GetHashCode(T) */,
{ 11180, 561, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 561, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 561, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::Equals(System.Object) */,
{ 11183, 561, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::GetHashCode() */,
{ 11184, 561, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11178, 439, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(T,T) */,
{ 11179, 439, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode(T) */,
{ 11180, 439, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 439, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 439, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(System.Object) */,
{ 11183, 439, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode() */,
{ 11184, 439, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11178, 450, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::Equals(T,T) */,
{ 11179, 450, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::GetHashCode(T) */,
{ 11180, 450, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 450, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 450, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::Equals(System.Object) */,
{ 11183, 450, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::GetHashCode() */,
{ 11184, 450, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::.ctor() */,
{ 11178, 447, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::Equals(T,T) */,
{ 11179, 447, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::GetHashCode(T) */,
{ 11180, 447, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 447, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 447, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 11183, 447, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 11184, 447, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 11178, 603, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::Equals(T,T) */,
{ 11179, 603, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::GetHashCode(T) */,
{ 11180, 603, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 603, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 603, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::Equals(System.Object) */,
{ 11183, 603, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::GetHashCode() */,
{ 11184, 603, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor() */,
{ 11178, 446, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::Equals(T,T) */,
{ 11179, 446, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::GetHashCode(T) */,
{ 11180, 446, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 446, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 446, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::Equals(System.Object) */,
{ 11183, 446, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::GetHashCode() */,
{ 11184, 446, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11178, 592, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::Equals(T,T) */,
{ 11179, 592, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::GetHashCode(T) */,
{ 11180, 592, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 592, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 592, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::Equals(System.Object) */,
{ 11183, 592, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::GetHashCode() */,
{ 11184, 592, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11178, 537, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::Equals(T,T) */,
{ 11179, 537, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::GetHashCode(T) */,
{ 11180, 537, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 537, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 537, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::Equals(System.Object) */,
{ 11183, 537, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::GetHashCode() */,
{ 11184, 537, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11178, 437, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::Equals(T,T) */,
{ 11179, 437, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::GetHashCode(T) */,
{ 11180, 437, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 437, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 437, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::Equals(System.Object) */,
{ 11183, 437, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::GetHashCode() */,
{ 11184, 437, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::.ctor() */,
{ 11178, 444, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Equals(T,T) */,
{ 11179, 444, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetHashCode(T) */,
{ 11180, 444, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 444, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 444, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Equals(System.Object) */,
{ 11183, 444, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetHashCode() */,
{ 11184, 444, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11178, 622, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Equals(T,T) */,
{ 11179, 622, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetHashCode(T) */,
{ 11180, 622, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 622, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 622, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Equals(System.Object) */,
{ 11183, 622, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetHashCode() */,
{ 11184, 622, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11178, 769, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::Equals(T,T) */,
{ 11179, 769, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::GetHashCode(T) */,
{ 11180, 769, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 769, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 769, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::Equals(System.Object) */,
{ 11183, 769, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::GetHashCode() */,
{ 11184, 769, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.ctor() */,
{ 11178, 463, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(T,T) */,
{ 11179, 463, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode(T) */,
{ 11180, 463, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 463, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 463, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(System.Object) */,
{ 11183, 463, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode() */,
{ 11184, 463, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11178, 442, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::Equals(T,T) */,
{ 11179, 442, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::GetHashCode(T) */,
{ 11180, 442, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 442, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 442, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 11183, 442, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 11184, 442, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11178, 431, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::Equals(T,T) */,
{ 11179, 431, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::GetHashCode(T) */,
{ 11180, 431, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 431, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 431, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 11183, 431, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 11184, 431, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11178, 445, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::Equals(T,T) */,
{ 11179, 445, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::GetHashCode(T) */,
{ 11180, 445, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11181, 445, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11182, 445, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 11183, 445, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 11184, 445, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 16598, 37, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Int64>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 16599, 37, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Int64>::Dispose() */,
{ 16600, 37, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<System.Int64>::MoveNext() */,
{ 16601, 37, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<System.Int64>::get_Current() */,
{ 16602, 37, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Int64>::ThrowEnumerationNotStartedOrEnded() */,
{ 16603, 37, -1 } /* System.Object System.Collections.Generic.Queue`1/Enumerator<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 16604, 37, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 16598, 610, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 16599, 610, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::Dispose() */,
{ 16600, 610, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::MoveNext() */,
{ 16601, 610, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::get_Current() */,
{ 16602, 610, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::ThrowEnumerationNotStartedOrEnded() */,
{ 16603, 610, -1 } /* System.Object System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.get_Current() */,
{ 16604, 610, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.Reset() */,
{ 16586, 37, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.Int64>::get_Count() */,
{ 16587, 37, -1 } /* System.Boolean System.Collections.Generic.Queue`1<System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16588, 37, -1 } /* System.Object System.Collections.Generic.Queue`1<System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 16589, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16591, 37, -1 } /* System.Collections.Generic.Queue`1/Enumerator<T> System.Collections.Generic.Queue`1<System.Int64>::GetEnumerator() */,
{ 16592, 37, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Queue`1<System.Int64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16593, 37, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Queue`1<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16595, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::SetCapacity(System.Int32) */,
{ 16596, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::MoveNext(System.Int32&) */,
{ 16597, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::ThrowForEmptyQueue() */,
{ 16585, 610, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.ctor() */,
{ 16587, 610, -1 } /* System.Boolean System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16588, 610, -1 } /* System.Object System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.ICollection.get_SyncRoot() */,
{ 16589, 610, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16591, 610, -1 } /* System.Collections.Generic.Queue`1/Enumerator<T> System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::GetEnumerator() */,
{ 16592, 610, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16593, 610, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16595, 610, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::SetCapacity(System.Int32) */,
{ 16596, 610, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::MoveNext(System.Int32&) */,
{ 16597, 610, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::ThrowForEmptyQueue() */,
{ 16722, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 16723, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::Dispose() */,
{ 16724, 1582, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::MoveNext() */,
{ 16725, 1582, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::get_Current() */,
{ 16726, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::ThrowEnumerationNotStartedOrEnded() */,
{ 16727, 1582, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 16728, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 16722, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 16723, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::Dispose() */,
{ 16724, 1274, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::MoveNext() */,
{ 16725, 1274, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::get_Current() */,
{ 16726, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::ThrowEnumerationNotStartedOrEnded() */,
{ 16727, 1274, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.get_Current() */,
{ 16728, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.Reset() */,
{ 16722, 612, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 16723, 612, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Dispose() */,
{ 16724, 612, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::MoveNext() */,
{ 16725, 612, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::get_Current() */,
{ 16726, 612, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::ThrowEnumerationNotStartedOrEnded() */,
{ 16727, 612, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.get_Current() */,
{ 16728, 612, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.Reset() */,
{ 16712, 1582, -1 } /* System.Boolean System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16713, 1582, -1 } /* System.Object System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 16715, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16716, 1582, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16717, 1582, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16718, 1582, -1 } /* T System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Peek() */,
{ 16721, 1582, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::ThrowForEmptyStack() */,
{ 16711, 1274, -1 } /* System.Int32 System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::get_Count() */,
{ 16712, 1274, -1 } /* System.Boolean System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16713, 1274, -1 } /* System.Object System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.ICollection.get_SyncRoot() */,
{ 16714, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::Clear() */,
{ 16715, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16716, 1274, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16717, 1274, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16718, 1274, -1 } /* T System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::Peek() */,
{ 16721, 1274, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::ThrowForEmptyStack() */,
{ 16711, 612, -1 } /* System.Int32 System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::get_Count() */,
{ 16712, 612, -1 } /* System.Boolean System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.ICollection.get_IsSynchronized() */,
{ 16713, 612, -1 } /* System.Object System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.ICollection.get_SyncRoot() */,
{ 16714, 612, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Clear() */,
{ 16715, 612, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 16716, 612, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16717, 612, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16718, 612, -1 } /* T System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Peek() */,
{ 16719, 612, -1 } /* T System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Pop() */,
{ 16720, 612, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Push(T) */,
{ 16721, 612, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::ThrowForEmptyStack() */,
{ 10854, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 1587, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::get_Count() */,
{ 10856, 1587, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::get_Item(System.Int32) */,
{ 10857, 1587, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::Contains(T) */,
{ 10858, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::CopyTo(T[],System.Int32) */,
{ 10859, 1587, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::GetEnumerator() */,
{ 10860, 1587, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::IndexOf(T) */,
{ 10861, 1587, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 1587, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 1587, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 1587, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 1587, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 1587, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 1587, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 1587, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 1587, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 1587, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Add(System.Object) */,
{ 10878, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Clear() */,
{ 10879, 1587, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::IsCompatibleObject(System.Object) */,
{ 10880, 1587, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 1587, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 1587, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 1588, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::get_Count() */,
{ 10856, 1588, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::get_Item(System.Int32) */,
{ 10857, 1588, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::Contains(T) */,
{ 10858, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::CopyTo(T[],System.Int32) */,
{ 10859, 1588, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::GetEnumerator() */,
{ 10860, 1588, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::IndexOf(T) */,
{ 10861, 1588, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 1588, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 1588, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 1588, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 1588, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 1588, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 1588, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 1588, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 1588, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 1588, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Add(System.Object) */,
{ 10878, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Clear() */,
{ 10879, 1588, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::IsCompatibleObject(System.Object) */,
{ 10880, 1588, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 1588, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 1588, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 1076, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::get_Count() */,
{ 10856, 1076, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::get_Item(System.Int32) */,
{ 10857, 1076, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::Contains(T) */,
{ 10858, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::CopyTo(T[],System.Int32) */,
{ 10859, 1076, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::GetEnumerator() */,
{ 10860, 1076, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::IndexOf(T) */,
{ 10861, 1076, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 1076, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 1076, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 1076, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 1076, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 1076, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 1076, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 1076, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 1076, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 1076, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Add(System.Object) */,
{ 10878, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Clear() */,
{ 10879, 1076, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::IsCompatibleObject(System.Object) */,
{ 10880, 1076, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 1076, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 1076, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 6, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::get_Count() */,
{ 10856, 6, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::get_Item(System.Int32) */,
{ 10857, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::Contains(T) */,
{ 10858, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::CopyTo(T[],System.Int32) */,
{ 10859, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::GetEnumerator() */,
{ 10860, 6, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::IndexOf(T) */,
{ 10861, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 6, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 6, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 6, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 6, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 6, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Add(System.Object) */,
{ 10878, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Clear() */,
{ 10879, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::IsCompatibleObject(System.Object) */,
{ 10880, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 6, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 7, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::get_Count() */,
{ 10856, 7, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::get_Item(System.Int32) */,
{ 10857, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::Contains(T) */,
{ 10858, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::CopyTo(T[],System.Int32) */,
{ 10859, 7, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::GetEnumerator() */,
{ 10860, 7, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::IndexOf(T) */,
{ 10861, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 7, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 7, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 7, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 7, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 7, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Add(System.Object) */,
{ 10878, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Clear() */,
{ 10879, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::IsCompatibleObject(System.Object) */,
{ 10880, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 7, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 115, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Count() */,
{ 10856, 115, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Item(System.Int32) */,
{ 10857, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Contains(T) */,
{ 10858, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[],System.Int32) */,
{ 10859, 115, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetEnumerator() */,
{ 10860, 115, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T) */,
{ 10861, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 115, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 115, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 115, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 115, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 115, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Add(System.Object) */,
{ 10878, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Clear() */,
{ 10879, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IsCompatibleObject(System.Object) */,
{ 10880, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 115, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 16, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::get_Count() */,
{ 10856, 16, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::get_Item(System.Int32) */,
{ 10857, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::Contains(T) */,
{ 10858, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::CopyTo(T[],System.Int32) */,
{ 10859, 16, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::GetEnumerator() */,
{ 10860, 16, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::IndexOf(T) */,
{ 10861, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 16, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 16, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 16, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 16, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 16, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Add(System.Object) */,
{ 10878, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Clear() */,
{ 10879, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::IsCompatibleObject(System.Object) */,
{ 10880, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 16, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 90, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::get_Count() */,
{ 10856, 90, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::get_Item(System.Int32) */,
{ 10857, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::Contains(T) */,
{ 10858, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::CopyTo(T[],System.Int32) */,
{ 10859, 90, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::GetEnumerator() */,
{ 10860, 90, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::IndexOf(T) */,
{ 10861, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 90, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 90, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 90, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 90, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 90, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Add(System.Object) */,
{ 10878, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Clear() */,
{ 10879, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::IsCompatibleObject(System.Object) */,
{ 10880, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 90, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 37, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::get_Count() */,
{ 10856, 37, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::get_Item(System.Int32) */,
{ 10857, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::Contains(T) */,
{ 10858, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::CopyTo(T[],System.Int32) */,
{ 10859, 37, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::GetEnumerator() */,
{ 10860, 37, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::IndexOf(T) */,
{ 10861, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 37, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 37, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 37, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 37, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 37, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Add(System.Object) */,
{ 10878, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Clear() */,
{ 10879, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::IsCompatibleObject(System.Object) */,
{ 10880, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 37, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 176, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */,
{ 10856, 176, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Item(System.Int32) */,
{ 10857, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::Contains(T) */,
{ 10858, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::CopyTo(T[],System.Int32) */,
{ 10859, 176, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::GetEnumerator() */,
{ 10860, 176, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::IndexOf(T) */,
{ 10861, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 176, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 176, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 176, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 176, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 176, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Add(System.Object) */,
{ 10878, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Clear() */,
{ 10879, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::IsCompatibleObject(System.Object) */,
{ 10880, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 176, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10855, 166, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */,
{ 10856, 166, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Item(System.Int32) */,
{ 10857, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::Contains(T) */,
{ 10858, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::CopyTo(T[],System.Int32) */,
{ 10859, 166, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::GetEnumerator() */,
{ 10860, 166, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::IndexOf(T) */,
{ 10861, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 166, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 166, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 166, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 166, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 166, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Add(System.Object) */,
{ 10878, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Clear() */,
{ 10879, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::IsCompatibleObject(System.Object) */,
{ 10880, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 166, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 109, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::get_Count() */,
{ 10856, 109, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::get_Item(System.Int32) */,
{ 10857, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::Contains(T) */,
{ 10858, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::CopyTo(T[],System.Int32) */,
{ 10859, 109, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::GetEnumerator() */,
{ 10860, 109, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::IndexOf(T) */,
{ 10861, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 109, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 109, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 109, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 109, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 109, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Add(System.Object) */,
{ 10878, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Clear() */,
{ 10879, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::IsCompatibleObject(System.Object) */,
{ 10880, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 109, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 561, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::get_Count() */,
{ 10856, 561, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::get_Item(System.Int32) */,
{ 10857, 561, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::Contains(T) */,
{ 10858, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::CopyTo(T[],System.Int32) */,
{ 10859, 561, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::GetEnumerator() */,
{ 10860, 561, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::IndexOf(T) */,
{ 10861, 561, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 561, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 561, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 561, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 561, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 561, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 561, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 561, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 561, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 561, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Add(System.Object) */,
{ 10878, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Clear() */,
{ 10879, 561, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::IsCompatibleObject(System.Object) */,
{ 10880, 561, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 561, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 561, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 439, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Count() */,
{ 10856, 439, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Item(System.Int32) */,
{ 10857, 439, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Contains(T) */,
{ 10858, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[],System.Int32) */,
{ 10859, 439, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetEnumerator() */,
{ 10860, 439, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T) */,
{ 10861, 439, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 439, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 439, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 439, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 439, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 439, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 439, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 439, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 439, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 439, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Add(System.Object) */,
{ 10878, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Clear() */,
{ 10879, 439, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IsCompatibleObject(System.Object) */,
{ 10880, 439, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 439, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 439, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 450, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::get_Count() */,
{ 10856, 450, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::get_Item(System.Int32) */,
{ 10857, 450, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::Contains(T) */,
{ 10858, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::CopyTo(T[],System.Int32) */,
{ 10859, 450, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::GetEnumerator() */,
{ 10860, 450, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::IndexOf(T) */,
{ 10861, 450, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 450, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 450, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 450, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 450, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 450, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 450, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 450, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 450, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 450, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Add(System.Object) */,
{ 10878, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Clear() */,
{ 10879, 450, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::IsCompatibleObject(System.Object) */,
{ 10880, 450, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 450, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 450, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 447, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::get_Count() */,
{ 10856, 447, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::get_Item(System.Int32) */,
{ 10857, 447, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::Contains(T) */,
{ 10858, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::CopyTo(T[],System.Int32) */,
{ 10859, 447, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::GetEnumerator() */,
{ 10860, 447, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::IndexOf(T) */,
{ 10861, 447, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 447, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 447, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 447, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 447, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 447, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 447, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 447, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 447, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 447, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Add(System.Object) */,
{ 10878, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Clear() */,
{ 10879, 447, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::IsCompatibleObject(System.Object) */,
{ 10880, 447, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 447, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 447, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 446, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::get_Count() */,
{ 10856, 446, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::get_Item(System.Int32) */,
{ 10857, 446, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::Contains(T) */,
{ 10858, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::CopyTo(T[],System.Int32) */,
{ 10859, 446, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::GetEnumerator() */,
{ 10860, 446, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::IndexOf(T) */,
{ 10861, 446, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 446, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 446, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 446, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 446, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 446, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 446, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 446, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 446, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 446, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Add(System.Object) */,
{ 10878, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Clear() */,
{ 10879, 446, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::IsCompatibleObject(System.Object) */,
{ 10880, 446, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 446, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 446, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 592, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::get_Count() */,
{ 10856, 592, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::get_Item(System.Int32) */,
{ 10857, 592, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::Contains(T) */,
{ 10858, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::CopyTo(T[],System.Int32) */,
{ 10859, 592, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::GetEnumerator() */,
{ 10860, 592, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T) */,
{ 10861, 592, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 592, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 592, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 592, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 592, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 592, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 592, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 592, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 592, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 592, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Add(System.Object) */,
{ 10878, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Clear() */,
{ 10879, 592, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::IsCompatibleObject(System.Object) */,
{ 10880, 592, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 592, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 592, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 537, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::get_Count() */,
{ 10856, 537, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::get_Item(System.Int32) */,
{ 10857, 537, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::Contains(T) */,
{ 10858, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::CopyTo(T[],System.Int32) */,
{ 10859, 537, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::GetEnumerator() */,
{ 10860, 537, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::IndexOf(T) */,
{ 10861, 537, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 537, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 537, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 537, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 537, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 537, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 537, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 537, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 537, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 537, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Add(System.Object) */,
{ 10878, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Clear() */,
{ 10879, 537, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::IsCompatibleObject(System.Object) */,
{ 10880, 537, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 537, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 537, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 437, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::get_Count() */,
{ 10856, 437, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::get_Item(System.Int32) */,
{ 10857, 437, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::Contains(T) */,
{ 10858, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::CopyTo(T[],System.Int32) */,
{ 10859, 437, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::GetEnumerator() */,
{ 10860, 437, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::IndexOf(T) */,
{ 10861, 437, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 437, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 437, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 437, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 437, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 437, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 437, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 437, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 437, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 437, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Add(System.Object) */,
{ 10878, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Clear() */,
{ 10879, 437, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::IsCompatibleObject(System.Object) */,
{ 10880, 437, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 437, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 437, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 444, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Count() */,
{ 10856, 444, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Item(System.Int32) */,
{ 10857, 444, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Contains(T) */,
{ 10858, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(T[],System.Int32) */,
{ 10859, 444, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetEnumerator() */,
{ 10860, 444, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T) */,
{ 10861, 444, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 444, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 444, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 444, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 444, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 444, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 444, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 444, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 444, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 444, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Add(System.Object) */,
{ 10878, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Clear() */,
{ 10879, 444, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IsCompatibleObject(System.Object) */,
{ 10880, 444, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 444, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 444, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 622, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Count() */,
{ 10856, 622, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Item(System.Int32) */,
{ 10857, 622, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::Contains(T) */,
{ 10858, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(T[],System.Int32) */,
{ 10859, 622, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetEnumerator() */,
{ 10860, 622, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T) */,
{ 10861, 622, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 622, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 622, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 622, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 622, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 622, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 622, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 622, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 622, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 622, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Add(System.Object) */,
{ 10878, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Clear() */,
{ 10879, 622, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::IsCompatibleObject(System.Object) */,
{ 10880, 622, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 622, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 622, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 463, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count() */,
{ 10856, 463, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32) */,
{ 10857, 463, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Contains(T) */,
{ 10858, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[],System.Int32) */,
{ 10859, 463, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetEnumerator() */,
{ 10860, 463, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T) */,
{ 10861, 463, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 463, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 463, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 463, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 463, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 463, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 463, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 463, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 463, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 463, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Add(System.Object) */,
{ 10878, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Clear() */,
{ 10879, 463, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IsCompatibleObject(System.Object) */,
{ 10880, 463, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 463, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 463, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 442, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::get_Count() */,
{ 10856, 442, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::get_Item(System.Int32) */,
{ 10857, 442, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::Contains(T) */,
{ 10858, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::CopyTo(T[],System.Int32) */,
{ 10859, 442, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::GetEnumerator() */,
{ 10860, 442, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::IndexOf(T) */,
{ 10861, 442, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 442, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 442, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 442, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 442, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 442, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 442, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 442, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 442, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 442, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Add(System.Object) */,
{ 10878, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Clear() */,
{ 10879, 442, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::IsCompatibleObject(System.Object) */,
{ 10880, 442, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 442, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 442, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 431, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::get_Count() */,
{ 10856, 431, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::get_Item(System.Int32) */,
{ 10857, 431, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::Contains(T) */,
{ 10858, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::CopyTo(T[],System.Int32) */,
{ 10859, 431, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::GetEnumerator() */,
{ 10860, 431, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::IndexOf(T) */,
{ 10861, 431, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 431, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 431, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 431, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 431, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 431, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 431, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 431, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 431, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 431, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Add(System.Object) */,
{ 10878, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Clear() */,
{ 10879, 431, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::IsCompatibleObject(System.Object) */,
{ 10880, 431, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 431, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 431, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 10854, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10855, 445, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::get_Count() */,
{ 10856, 445, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::get_Item(System.Int32) */,
{ 10857, 445, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::Contains(T) */,
{ 10858, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::CopyTo(T[],System.Int32) */,
{ 10859, 445, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::GetEnumerator() */,
{ 10860, 445, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::IndexOf(T) */,
{ 10861, 445, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10862, 445, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 10863, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 10864, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 10865, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 10866, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 10867, 445, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 10868, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 10869, 445, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10870, 445, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10871, 445, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.get_SyncRoot() */,
{ 10872, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10873, 445, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_IsFixedSize() */,
{ 10874, 445, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_IsReadOnly() */,
{ 10875, 445, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_Item(System.Int32) */,
{ 10876, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10877, 445, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Add(System.Object) */,
{ 10878, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Clear() */,
{ 10879, 445, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::IsCompatibleObject(System.Object) */,
{ 10880, 445, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Contains(System.Object) */,
{ 10881, 445, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.IndexOf(System.Object) */,
{ 10882, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10883, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Remove(System.Object) */,
{ 10884, 445, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 1109, 1587, -1 } /* System.Void System.Comparison`1<FairyGUI.GPath/Segment>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 1587, -1 } /* System.Int32 System.Comparison`1<FairyGUI.GPath/Segment>::Invoke(T,T) */,
{ 1111, 1587, -1 } /* System.IAsyncResult System.Comparison`1<FairyGUI.GPath/Segment>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 1587, -1 } /* System.Int32 System.Comparison`1<FairyGUI.GPath/Segment>::EndInvoke(System.IAsyncResult) */,
{ 1109, 1588, -1 } /* System.Void System.Comparison`1<FairyGUI.GPathPoint>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 1588, -1 } /* System.Int32 System.Comparison`1<FairyGUI.GPathPoint>::Invoke(T,T) */,
{ 1111, 1588, -1 } /* System.IAsyncResult System.Comparison`1<FairyGUI.GPathPoint>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 1588, -1 } /* System.Int32 System.Comparison`1<FairyGUI.GPathPoint>::EndInvoke(System.IAsyncResult) */,
{ 1109, 1076, -1 } /* System.Void System.Comparison`1<FairyGUI.TextField/CharPosition>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 1076, -1 } /* System.Int32 System.Comparison`1<FairyGUI.TextField/CharPosition>::Invoke(T,T) */,
{ 1111, 1076, -1 } /* System.IAsyncResult System.Comparison`1<FairyGUI.TextField/CharPosition>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 1076, -1 } /* System.Int32 System.Comparison`1<FairyGUI.TextField/CharPosition>::EndInvoke(System.IAsyncResult) */,
{ 1109, 47, -1 } /* System.Void System.Comparison`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 47, -1 } /* System.Int32 System.Comparison`1<System.Boolean>::Invoke(T,T) */,
{ 1111, 47, -1 } /* System.IAsyncResult System.Comparison`1<System.Boolean>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 47, -1 } /* System.Int32 System.Comparison`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1109, 6, -1 } /* System.Void System.Comparison`1<System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 6, -1 } /* System.Int32 System.Comparison`1<System.Byte>::Invoke(T,T) */,
{ 1111, 6, -1 } /* System.IAsyncResult System.Comparison`1<System.Byte>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 6, -1 } /* System.Int32 System.Comparison`1<System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1109, 7, -1 } /* System.Void System.Comparison`1<System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 7, -1 } /* System.Int32 System.Comparison`1<System.Char>::Invoke(T,T) */,
{ 1111, 7, -1 } /* System.IAsyncResult System.Comparison`1<System.Char>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 7, -1 } /* System.Int32 System.Comparison`1<System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1109, 115, -1 } /* System.Void System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 115, -1 } /* System.Int32 System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Invoke(T,T) */,
{ 1111, 115, -1 } /* System.IAsyncResult System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 115, -1 } /* System.Int32 System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1110, 16, -1 } /* System.Int32 System.Comparison`1<System.Int32>::Invoke(T,T) */,
{ 1111, 16, -1 } /* System.IAsyncResult System.Comparison`1<System.Int32>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 16, -1 } /* System.Int32 System.Comparison`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1109, 90, -1 } /* System.Void System.Comparison`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 90, -1 } /* System.Int32 System.Comparison`1<System.Int32Enum>::Invoke(T,T) */,
{ 1111, 90, -1 } /* System.IAsyncResult System.Comparison`1<System.Int32Enum>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 90, -1 } /* System.Int32 System.Comparison`1<System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1109, 37, -1 } /* System.Void System.Comparison`1<System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 37, -1 } /* System.Int32 System.Comparison`1<System.Int64>::Invoke(T,T) */,
{ 1111, 37, -1 } /* System.IAsyncResult System.Comparison`1<System.Int64>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 37, -1 } /* System.Int32 System.Comparison`1<System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1109, 109, -1 } /* System.Void System.Comparison`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 109, -1 } /* System.Int32 System.Comparison`1<System.Single>::Invoke(T,T) */,
{ 1111, 109, -1 } /* System.IAsyncResult System.Comparison`1<System.Single>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 109, -1 } /* System.Int32 System.Comparison`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1109, 82, -1 } /* System.Void System.Comparison`1<System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 82, -1 } /* System.Int32 System.Comparison`1<System.UInt64>::Invoke(T,T) */,
{ 1111, 82, -1 } /* System.IAsyncResult System.Comparison`1<System.UInt64>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 82, -1 } /* System.Int32 System.Comparison`1<System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1109, 561, -1 } /* System.Void System.Comparison`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 561, -1 } /* System.Int32 System.Comparison`1<UnityEngine.AnimatorClipInfo>::Invoke(T,T) */,
{ 1111, 561, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.AnimatorClipInfo>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 561, -1 } /* System.Int32 System.Comparison`1<UnityEngine.AnimatorClipInfo>::EndInvoke(System.IAsyncResult) */,
{ 1109, 439, -1 } /* System.Void System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 439, -1 } /* System.Int32 System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Invoke(T,T) */,
{ 1111, 439, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 439, -1 } /* System.Int32 System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EndInvoke(System.IAsyncResult) */,
{ 1109, 450, -1 } /* System.Void System.Comparison`1<UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 450, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color32>::Invoke(T,T) */,
{ 1111, 450, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Color32>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 450, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1109, 447, -1 } /* System.Void System.Comparison`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 447, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color>::Invoke(T,T) */,
{ 1111, 447, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Color>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 447, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1109, 446, -1 } /* System.Void System.Comparison`1<UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 446, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Matrix4x4>::Invoke(T,T) */,
{ 1111, 446, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Matrix4x4>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 446, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1109, 592, -1 } /* System.Void System.Comparison`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 592, -1 } /* System.Int32 System.Comparison`1<UnityEngine.ParticleSystem/Particle>::Invoke(T,T) */,
{ 1111, 592, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.ParticleSystem/Particle>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 592, -1 } /* System.Int32 System.Comparison`1<UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1109, 537, -1 } /* System.Void System.Comparison`1<UnityEngine.RaycastHit2D>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 537, -1 } /* System.Int32 System.Comparison`1<UnityEngine.RaycastHit2D>::Invoke(T,T) */,
{ 1111, 537, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.RaycastHit2D>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 537, -1 } /* System.Int32 System.Comparison`1<UnityEngine.RaycastHit2D>::EndInvoke(System.IAsyncResult) */,
{ 1109, 437, -1 } /* System.Void System.Comparison`1<UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 437, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Rect>::Invoke(T,T) */,
{ 1111, 437, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Rect>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 437, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1109, 444, -1 } /* System.Void System.Comparison`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 444, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Invoke(T,T) */,
{ 1111, 444, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 444, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::EndInvoke(System.IAsyncResult) */,
{ 1109, 622, -1 } /* System.Void System.Comparison`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 622, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UIElements.FocusController/FocusedElement>::Invoke(T,T) */,
{ 1111, 622, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.UIElements.FocusController/FocusedElement>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 622, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UIElements.FocusController/FocusedElement>::EndInvoke(System.IAsyncResult) */,
{ 1109, 463, -1 } /* System.Void System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 463, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Invoke(T,T) */,
{ 1111, 463, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 463, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EndInvoke(System.IAsyncResult) */,
{ 1109, 442, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 442, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector2>::Invoke(T,T) */,
{ 1111, 442, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector2>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 442, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1109, 431, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 431, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector3>::Invoke(T,T) */,
{ 1111, 431, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector3>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 431, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1109, 445, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 445, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector4>::Invoke(T,T) */,
{ 1111, 445, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector4>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1112, 445, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 3634, 1582, -1 } /* System.Void System.EmptyArray`1<FairyGUI.UpdateContext/ClipInfo>::.cctor() */,
{ 3634, 1274, -1 } /* System.Void System.EmptyArray`1<LuaInterface.LuaFunction/FuncData>::.cctor() */,
{ 3634, 6, -1 } /* System.Void System.EmptyArray`1<System.Byte>::.cctor() */,
{ 3634, 7, -1 } /* System.Void System.EmptyArray`1<System.Char>::.cctor() */,
{ 3634, 37, -1 } /* System.Void System.EmptyArray`1<System.Int64>::.cctor() */,
{ 3634, 176, -1 } /* System.Void System.EmptyArray`1<System.Reflection.CustomAttributeNamedArgument>::.cctor() */,
{ 3634, 166, -1 } /* System.Void System.EmptyArray`1<System.Reflection.CustomAttributeTypedArgument>::.cctor() */,
{ 3634, 64, -1 } /* System.Void System.EmptyArray`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 3634, 612, -1 } /* System.Void System.EmptyArray`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.cctor() */,
{ 3634, 610, -1 } /* System.Void System.EmptyArray`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.cctor() */,
{ 1091, 47, -1 } /* System.IAsyncResult System.Func`1<System.Boolean>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1092, 47, -1 } /* TResult System.Func`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1090, 16, -1 } /* TResult System.Func`1<System.Int32>::Invoke() */,
{ 1091, 16, -1 } /* System.IAsyncResult System.Func`1<System.Int32>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1092, 16, -1 } /* TResult System.Func`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1089, 335, -1 } /* System.Void System.Func`1<System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1090, 335, -1 } /* TResult System.Func`1<System.Nullable`1<System.Int32>>::Invoke() */,
{ 1091, 335, -1 } /* System.IAsyncResult System.Func`1<System.Nullable`1<System.Int32>>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1092, 335, -1 } /* TResult System.Func`1<System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1089, 189, -1 } /* System.Void System.Func`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1090, 189, -1 } /* TResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::Invoke() */,
{ 1091, 189, -1 } /* System.IAsyncResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1092, 189, -1 } /* TResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1095, 855, -1 } /* System.IAsyncResult System.Func`2<System.Char,System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1096, 855, -1 } /* TResult System.Func`2<System.Char,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1094, 356, -1 } /* TResult System.Func`2<System.Int32,System.Int32>::Invoke(T) */,
{ 1095, 356, -1 } /* System.IAsyncResult System.Func`2<System.Int32,System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1096, 356, -1 } /* TResult System.Func`2<System.Int32,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1093, 591, -1 } /* System.Void System.Func`2<System.Int32Enum,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 591, -1 } /* TResult System.Func`2<System.Int32Enum,System.Boolean>::Invoke(T) */,
{ 1095, 591, -1 } /* System.IAsyncResult System.Func`2<System.Int32Enum,System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1096, 591, -1 } /* TResult System.Func`2<System.Int32Enum,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1093, 244, -1 } /* System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 244, -1 } /* TResult System.Func`2<System.Object,System.Boolean>::Invoke(T) */,
{ 1095, 244, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1096, 244, -1 } /* TResult System.Func`2<System.Object,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1094, 188, -1 } /* TResult System.Func`2<System.Object,System.Int32>::Invoke(T) */,
{ 1095, 188, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1096, 188, -1 } /* TResult System.Func`2<System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1093, 337, -1 } /* System.Void System.Func`2<System.Object,System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 337, -1 } /* TResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::Invoke(T) */,
{ 1095, 337, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1096, 337, -1 } /* TResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1093, 191, -1 } /* System.Void System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 191, -1 } /* TResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::Invoke(T) */,
{ 1095, 191, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1096, 191, -1 } /* TResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1099, 531, -1 } /* System.IAsyncResult System.Func`3<System.Int32,System.IntPtr,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 531, -1 } /* TResult System.Func`3<System.Int32,System.IntPtr,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1043, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1043, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1043, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1053, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,FairyGUI.Margin>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1053, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,FairyGUI.Margin>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1053, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,FairyGUI.Margin>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1486, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaByteBuffer>::Invoke(T1,T2) */,
{ 1099, 1486, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaByteBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1486, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaByteBuffer>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1503, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.nil>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1503, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.nil>::Invoke(T1,T2) */,
{ 1099, 1503, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.nil>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1503, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.nil>::EndInvoke(System.IAsyncResult) */,
{ 1099, 908, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 908, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1376, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Byte>::Invoke(T1,T2) */,
{ 1099, 1376, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Byte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1376, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1378, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Char>::Invoke(T1,T2) */,
{ 1099, 1378, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Char>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1378, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1083, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1083, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.DateTime>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1083, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1294, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Decimal>::Invoke(T1,T2) */,
{ 1099, 1294, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Decimal>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1294, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1297, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Double>::Invoke(T1,T2) */,
{ 1099, 1297, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Double>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1297, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1097, 928, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Guid>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 928, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Guid>::Invoke(T1,T2) */,
{ 1099, 928, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Guid>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 928, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Guid>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1288, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int16>::Invoke(T1,T2) */,
{ 1099, 1288, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1288, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1098, 912, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int32>::Invoke(T1,T2) */,
{ 1099, 912, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 912, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1070, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1070, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::Invoke(T1,T2) */,
{ 1099, 1070, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1070, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1098, 910, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::Invoke(T1,T2) */,
{ 1099, 910, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 910, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1476, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::Invoke(T1,T2) */,
{ 1099, 1476, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1476, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1402, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::Invoke(T1,T2) */,
{ 1099, 1402, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1402, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1384, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::Invoke(T1,T2) */,
{ 1099, 1384, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1384, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1390, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::Invoke(T1,T2) */,
{ 1099, 1390, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1390, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1396, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::Invoke(T1,T2) */,
{ 1099, 1396, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1396, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1400, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::Invoke(T1,T2) */,
{ 1099, 1400, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1400, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1386, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::Invoke(T1,T2) */,
{ 1099, 1386, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1386, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1392, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::Invoke(T1,T2) */,
{ 1099, 1392, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1392, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1404, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::Invoke(T1,T2) */,
{ 1099, 1404, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1404, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1382, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::Invoke(T1,T2) */,
{ 1099, 1382, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1382, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1398, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::Invoke(T1,T2) */,
{ 1099, 1398, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1398, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1388, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::Invoke(T1,T2) */,
{ 1099, 1388, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1388, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1394, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::Invoke(T1,T2) */,
{ 1099, 1394, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1394, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1406, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::Invoke(T1,T2) */,
{ 1099, 1406, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1406, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1458, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::Invoke(T1,T2) */,
{ 1099, 1458, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1458, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1450, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::Invoke(T1,T2) */,
{ 1099, 1450, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1450, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1460, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::Invoke(T1,T2) */,
{ 1099, 1460, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1460, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1446, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::Invoke(T1,T2) */,
{ 1099, 1446, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1446, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1454, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::Invoke(T1,T2) */,
{ 1099, 1454, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1454, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1462, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1462, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::Invoke(T1,T2) */,
{ 1099, 1462, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1462, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1456, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1456, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::Invoke(T1,T2) */,
{ 1099, 1456, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1456, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1448, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::Invoke(T1,T2) */,
{ 1099, 1448, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1448, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1444, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::Invoke(T1,T2) */,
{ 1099, 1444, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1444, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1452, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::Invoke(T1,T2) */,
{ 1099, 1452, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1452, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 917, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Object>::Invoke(T1,T2) */,
{ 1099, 917, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 917, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1097, 923, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 923, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::Invoke(T1,T2) */,
{ 1099, 923, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 923, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::EndInvoke(System.IAsyncResult) */,
{ 1097, 925, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 925, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::Invoke(T1,T2) */,
{ 1099, 925, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 925, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::EndInvoke(System.IAsyncResult) */,
{ 1097, 915, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 915, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 915, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::EndInvoke(System.IAsyncResult) */,
{ 1097, 920, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 920, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 920, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1285, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::Invoke(T1,T2) */,
{ 1099, 1285, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1285, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1098, 939, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Single>::Invoke(T1,T2) */,
{ 1099, 939, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Single>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 939, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1291, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::Invoke(T1,T2) */,
{ 1099, 1291, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1291, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1300, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::Invoke(T1,T2) */,
{ 1099, 1300, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1300, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1302, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::Invoke(T1,T2) */,
{ 1099, 1302, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1302, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1474, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::Invoke(T1,T2) */,
{ 1099, 1474, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1474, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1138, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1138, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1138, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1120, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1120, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::Invoke(T1,T2) */,
{ 1099, 1120, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1120, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1089, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1089, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::Invoke(T1,T2) */,
{ 1099, 1089, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1089, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1092, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1092, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::Invoke(T1,T2) */,
{ 1099, 1092, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1092, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1440, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::Invoke(T1,T2) */,
{ 1099, 1440, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1440, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1101, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1101, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1101, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1244, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1244, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1244, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1114, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1114, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1114, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1078, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1078, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::Invoke(T1,T2) */,
{ 1099, 1078, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1078, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1131, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::Invoke(T1,T2) */,
{ 1099, 1131, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1131, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1241, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1241, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1241, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1442, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::Invoke(T1,T2) */,
{ 1099, 1442, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1442, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1129, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1129, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1129, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1095, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1095, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1095, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1108, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1108, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1108, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1195, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1195, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>::Invoke(T1,T2) */,
{ 1099, 1195, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1195, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1174, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1174, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>::Invoke(T1,T2) */,
{ 1099, 1174, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1174, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1171, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1171, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::Invoke(T1,T2) */,
{ 1099, 1171, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1171, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1210, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1210, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>::Invoke(T1,T2) */,
{ 1099, 1210, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1210, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1153, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1153, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>::Invoke(T1,T2) */,
{ 1099, 1153, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1153, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1147, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1147, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1147, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1189, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1189, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>::Invoke(T1,T2) */,
{ 1099, 1189, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1189, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1168, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1168, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::Invoke(T1,T2) */,
{ 1099, 1168, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1168, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1165, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1165, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>::Invoke(T1,T2) */,
{ 1099, 1165, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1165, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1204, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1204, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>::Invoke(T1,T2) */,
{ 1099, 1204, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1204, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1162, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1162, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::Invoke(T1,T2) */,
{ 1099, 1162, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1162, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1150, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1150, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>::Invoke(T1,T2) */,
{ 1099, 1150, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1150, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1192, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1192, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>::Invoke(T1,T2) */,
{ 1099, 1192, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1192, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1136, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1136, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1136, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1141, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1141, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1141, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1186, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1186, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>::Invoke(T1,T2) */,
{ 1099, 1186, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1186, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1183, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1183, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::Invoke(T1,T2) */,
{ 1099, 1183, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1183, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1156, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1156, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>::Invoke(T1,T2) */,
{ 1099, 1156, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1156, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1180, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1180, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>::Invoke(T1,T2) */,
{ 1099, 1180, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1180, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1177, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1177, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::Invoke(T1,T2) */,
{ 1099, 1177, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1177, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1201, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1201, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::Invoke(T1,T2) */,
{ 1099, 1201, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1201, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1207, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1207, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>::Invoke(T1,T2) */,
{ 1099, 1207, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1207, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1144, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1144, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1144, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1198, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1198, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>::Invoke(T1,T2) */,
{ 1099, 1198, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1198, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1159, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1159, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::Invoke(T1,T2) */,
{ 1099, 1159, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1159, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1214, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1214, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::Invoke(T1,T2) */,
{ 1099, 1214, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1214, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1098, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1098, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::Invoke(T1,T2) */,
{ 1099, 1098, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1098, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1305, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::Invoke(T1,T2) */,
{ 1099, 1305, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1305, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1436, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::Invoke(T1,T2) */,
{ 1099, 1436, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1436, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1073, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1073, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1073, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1048, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1048, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1048, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1106, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1106, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1106, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1225, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1225, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1225, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1116, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1116, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::Invoke(T1,T2) */,
{ 1099, 1116, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1116, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1232, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1232, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1232, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1222, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1222, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1222, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1230, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1230, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::Invoke(T1,T2) */,
{ 1099, 1230, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1230, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1118, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1118, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1118, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1438, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1438, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::Invoke(T1,T2) */,
{ 1099, 1438, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1438, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1058, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::Invoke(T1,T2) */,
{ 1099, 1058, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1058, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1110, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::Invoke(T1,T2) */,
{ 1099, 1110, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1110, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1050, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::Invoke(T1,T2) */,
{ 1099, 1050, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1050, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 1097, 1250, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,securityConnection>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1250, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::Invoke(T1,T2) */,
{ 1099, 1250, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 1250, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::EndInvoke(System.IAsyncResult) */,
{ 1097, 196, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 196, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Int32>::Invoke(T1,T2) */,
{ 1099, 196, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 196, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1097, 203, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 203, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::Invoke(T1,T2) */,
{ 1099, 203, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1100, 203, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1101, 133, -1 } /* System.Void System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1102, 133, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::Invoke(T1,T2,T3) */,
{ 1103, 133, -1 } /* System.IAsyncResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1104, 133, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1101, 850, -1 } /* System.Void System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1102, 850, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::Invoke(T1,T2,T3) */,
{ 1103, 850, -1 } /* System.IAsyncResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1104, 850, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1105, 194, -1 } /* System.Void System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1106, 194, -1 } /* TResult System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3,T4) */,
{ 1107, 194, -1 } /* System.IAsyncResult System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,T4,System.AsyncCallback,System.Object) */,
{ 1108, 194, -1 } /* TResult System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 11252, 182, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::.ctor() */,
{ 11268, 182, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::Add(T) */,
{ 11263, 182, -1 } /* T System.Collections.Generic.List`1<System.IO.Directory/SearchData>::get_Item(System.Int32) */,
{ 11312, 182, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::RemoveAt(System.Int32) */,
{ 11257, 182, -1 } /* System.Int32 System.Collections.Generic.List`1<System.IO.Directory/SearchData>::get_Count() */,
{ 11303, 182, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::Insert(System.Int32,T) */,
{ 3699, 1051, -1 } /* System.Void System.Nullable`1<FairyGUI.Margin>::.ctor(T) */,
{ 3702, 1051, -1 } /* System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Object) */,
{ 3703, 1051, -1 } /* System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Nullable`1<T>) */,
{ 3704, 1051, -1 } /* System.Int32 System.Nullable`1<FairyGUI.Margin>::GetHashCode() */,
{ 3705, 1051, -1 } /* T System.Nullable`1<FairyGUI.Margin>::GetValueOrDefault() */,
{ 3706, 1051, -1 } /* System.String System.Nullable`1<FairyGUI.Margin>::ToString() */,
{ 3707, 1051, -1 } /* System.Object System.Nullable`1<FairyGUI.Margin>::Box(System.Nullable`1<T>) */,
{ 3708, 1051, -1 } /* System.Nullable`1<T> System.Nullable`1<FairyGUI.Margin>::Unbox(System.Object) */,
{ 3702, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Object) */,
{ 3703, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Nullable`1<T>) */,
{ 3704, 47, -1 } /* System.Int32 System.Nullable`1<System.Boolean>::GetHashCode() */,
{ 3706, 47, -1 } /* System.String System.Nullable`1<System.Boolean>::ToString() */,
{ 3707, 47, -1 } /* System.Object System.Nullable`1<System.Boolean>::Box(System.Nullable`1<T>) */,
{ 3708, 47, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Boolean>::Unbox(System.Object) */,
{ 3702, 6, -1 } /* System.Boolean System.Nullable`1<System.Byte>::Equals(System.Object) */,
{ 3703, 6, -1 } /* System.Boolean System.Nullable`1<System.Byte>::Equals(System.Nullable`1<T>) */,
{ 3704, 6, -1 } /* System.Int32 System.Nullable`1<System.Byte>::GetHashCode() */,
{ 3705, 6, -1 } /* T System.Nullable`1<System.Byte>::GetValueOrDefault() */,
{ 3706, 6, -1 } /* System.String System.Nullable`1<System.Byte>::ToString() */,
{ 3707, 6, -1 } /* System.Object System.Nullable`1<System.Byte>::Box(System.Nullable`1<T>) */,
{ 3708, 6, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Byte>::Unbox(System.Object) */,
{ 3702, 7, -1 } /* System.Boolean System.Nullable`1<System.Char>::Equals(System.Object) */,
{ 3703, 7, -1 } /* System.Boolean System.Nullable`1<System.Char>::Equals(System.Nullable`1<T>) */,
{ 3704, 7, -1 } /* System.Int32 System.Nullable`1<System.Char>::GetHashCode() */,
{ 3705, 7, -1 } /* T System.Nullable`1<System.Char>::GetValueOrDefault() */,
{ 3706, 7, -1 } /* System.String System.Nullable`1<System.Char>::ToString() */,
{ 3707, 7, -1 } /* System.Object System.Nullable`1<System.Char>::Box(System.Nullable`1<T>) */,
{ 3708, 7, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Char>::Unbox(System.Object) */,
{ 3702, 59, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Object) */,
{ 3703, 59, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Nullable`1<T>) */,
{ 3704, 59, -1 } /* System.Int32 System.Nullable`1<System.DateTime>::GetHashCode() */,
{ 3705, 59, -1 } /* T System.Nullable`1<System.DateTime>::GetValueOrDefault() */,
{ 3706, 59, -1 } /* System.String System.Nullable`1<System.DateTime>::ToString() */,
{ 3707, 59, -1 } /* System.Object System.Nullable`1<System.DateTime>::Box(System.Nullable`1<T>) */,
{ 3708, 59, -1 } /* System.Nullable`1<T> System.Nullable`1<System.DateTime>::Unbox(System.Object) */,
{ 3702, 61, -1 } /* System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Object) */,
{ 3703, 61, -1 } /* System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Nullable`1<T>) */,
{ 3704, 61, -1 } /* System.Int32 System.Nullable`1<System.Decimal>::GetHashCode() */,
{ 3705, 61, -1 } /* T System.Nullable`1<System.Decimal>::GetValueOrDefault() */,
{ 3706, 61, -1 } /* System.String System.Nullable`1<System.Decimal>::ToString() */,
{ 3707, 61, -1 } /* System.Object System.Nullable`1<System.Decimal>::Box(System.Nullable`1<T>) */,
{ 3708, 61, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Decimal>::Unbox(System.Object) */,
{ 3702, 81, -1 } /* System.Boolean System.Nullable`1<System.Double>::Equals(System.Object) */,
{ 3703, 81, -1 } /* System.Boolean System.Nullable`1<System.Double>::Equals(System.Nullable`1<T>) */,
{ 3704, 81, -1 } /* System.Int32 System.Nullable`1<System.Double>::GetHashCode() */,
{ 3705, 81, -1 } /* T System.Nullable`1<System.Double>::GetValueOrDefault() */,
{ 3706, 81, -1 } /* System.String System.Nullable`1<System.Double>::ToString() */,
{ 3707, 81, -1 } /* System.Object System.Nullable`1<System.Double>::Box(System.Nullable`1<T>) */,
{ 3708, 81, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Double>::Unbox(System.Object) */,
{ 3702, 95, -1 } /* System.Boolean System.Nullable`1<System.Int16>::Equals(System.Object) */,
{ 3703, 95, -1 } /* System.Boolean System.Nullable`1<System.Int16>::Equals(System.Nullable`1<T>) */,
{ 3704, 95, -1 } /* System.Int32 System.Nullable`1<System.Int16>::GetHashCode() */,
{ 3705, 95, -1 } /* T System.Nullable`1<System.Int16>::GetValueOrDefault() */,
{ 3706, 95, -1 } /* System.String System.Nullable`1<System.Int16>::ToString() */,
{ 3707, 95, -1 } /* System.Object System.Nullable`1<System.Int16>::Box(System.Nullable`1<T>) */,
{ 3708, 95, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int16>::Unbox(System.Object) */,
{ 3702, 16, -1 } /* System.Boolean System.Nullable`1<System.Int32>::Equals(System.Object) */,
{ 3703, 16, -1 } /* System.Boolean System.Nullable`1<System.Int32>::Equals(System.Nullable`1<T>) */,
{ 3704, 16, -1 } /* System.Int32 System.Nullable`1<System.Int32>::GetHashCode() */,
{ 3706, 16, -1 } /* System.String System.Nullable`1<System.Int32>::ToString() */,
{ 3707, 16, -1 } /* System.Object System.Nullable`1<System.Int32>::Box(System.Nullable`1<T>) */,
{ 3708, 16, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int32>::Unbox(System.Object) */,
{ 3699, 90, -1 } /* System.Void System.Nullable`1<System.Int32Enum>::.ctor(T) */,
{ 3700, 90, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::get_HasValue() */,
{ 3701, 90, -1 } /* T System.Nullable`1<System.Int32Enum>::get_Value() */,
{ 3702, 90, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Object) */,
{ 3703, 90, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Nullable`1<T>) */,
{ 3704, 90, -1 } /* System.Int32 System.Nullable`1<System.Int32Enum>::GetHashCode() */,
{ 3705, 90, -1 } /* T System.Nullable`1<System.Int32Enum>::GetValueOrDefault() */,
{ 3706, 90, -1 } /* System.String System.Nullable`1<System.Int32Enum>::ToString() */,
{ 3707, 90, -1 } /* System.Object System.Nullable`1<System.Int32Enum>::Box(System.Nullable`1<T>) */,
{ 3708, 90, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int32Enum>::Unbox(System.Object) */,
{ 3702, 37, -1 } /* System.Boolean System.Nullable`1<System.Int64>::Equals(System.Object) */,
{ 3703, 37, -1 } /* System.Boolean System.Nullable`1<System.Int64>::Equals(System.Nullable`1<T>) */,
{ 3704, 37, -1 } /* System.Int32 System.Nullable`1<System.Int64>::GetHashCode() */,
{ 3705, 37, -1 } /* T System.Nullable`1<System.Int64>::GetValueOrDefault() */,
{ 3706, 37, -1 } /* System.String System.Nullable`1<System.Int64>::ToString() */,
{ 3707, 37, -1 } /* System.Object System.Nullable`1<System.Int64>::Box(System.Nullable`1<T>) */,
{ 3708, 37, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int64>::Unbox(System.Object) */,
{ 3702, 108, -1 } /* System.Boolean System.Nullable`1<System.SByte>::Equals(System.Object) */,
{ 3703, 108, -1 } /* System.Boolean System.Nullable`1<System.SByte>::Equals(System.Nullable`1<T>) */,
{ 3704, 108, -1 } /* System.Int32 System.Nullable`1<System.SByte>::GetHashCode() */,
{ 3705, 108, -1 } /* T System.Nullable`1<System.SByte>::GetValueOrDefault() */,
{ 3706, 108, -1 } /* System.String System.Nullable`1<System.SByte>::ToString() */,
{ 3707, 108, -1 } /* System.Object System.Nullable`1<System.SByte>::Box(System.Nullable`1<T>) */,
{ 3708, 108, -1 } /* System.Nullable`1<T> System.Nullable`1<System.SByte>::Unbox(System.Object) */,
{ 3702, 109, -1 } /* System.Boolean System.Nullable`1<System.Single>::Equals(System.Object) */,
{ 3703, 109, -1 } /* System.Boolean System.Nullable`1<System.Single>::Equals(System.Nullable`1<T>) */,
{ 3704, 109, -1 } /* System.Int32 System.Nullable`1<System.Single>::GetHashCode() */,
{ 3705, 109, -1 } /* T System.Nullable`1<System.Single>::GetValueOrDefault() */,
{ 3706, 109, -1 } /* System.String System.Nullable`1<System.Single>::ToString() */,
{ 3707, 109, -1 } /* System.Object System.Nullable`1<System.Single>::Box(System.Nullable`1<T>) */,
{ 3708, 109, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Single>::Unbox(System.Object) */,
{ 3702, 134, -1 } /* System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Object) */,
{ 3703, 134, -1 } /* System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Nullable`1<T>) */,
{ 3704, 134, -1 } /* System.Int32 System.Nullable`1<System.UInt16>::GetHashCode() */,
{ 3705, 134, -1 } /* T System.Nullable`1<System.UInt16>::GetValueOrDefault() */,
{ 3706, 134, -1 } /* System.String System.Nullable`1<System.UInt16>::ToString() */,
{ 3707, 134, -1 } /* System.Object System.Nullable`1<System.UInt16>::Box(System.Nullable`1<T>) */,
{ 3708, 134, -1 } /* System.Nullable`1<T> System.Nullable`1<System.UInt16>::Unbox(System.Object) */,
{ 3702, 21, -1 } /* System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Object) */,
{ 3703, 21, -1 } /* System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Nullable`1<T>) */,
{ 3704, 21, -1 } /* System.Int32 System.Nullable`1<System.UInt32>::GetHashCode() */,
{ 3705, 21, -1 } /* T System.Nullable`1<System.UInt32>::GetValueOrDefault() */,
{ 3706, 21, -1 } /* System.String System.Nullable`1<System.UInt32>::ToString() */,
{ 3707, 21, -1 } /* System.Object System.Nullable`1<System.UInt32>::Box(System.Nullable`1<T>) */,
{ 3708, 21, -1 } /* System.Nullable`1<T> System.Nullable`1<System.UInt32>::Unbox(System.Object) */,
{ 3702, 82, -1 } /* System.Boolean System.Nullable`1<System.UInt64>::Equals(System.Object) */,
{ 3703, 82, -1 } /* System.Boolean System.Nullable`1<System.UInt64>::Equals(System.Nullable`1<T>) */,
{ 3704, 82, -1 } /* System.Int32 System.Nullable`1<System.UInt64>::GetHashCode() */,
{ 3705, 82, -1 } /* T System.Nullable`1<System.UInt64>::GetValueOrDefault() */,
{ 3706, 82, -1 } /* System.String System.Nullable`1<System.UInt64>::ToString() */,
{ 3707, 82, -1 } /* System.Object System.Nullable`1<System.UInt64>::Box(System.Nullable`1<T>) */,
{ 3708, 82, -1 } /* System.Nullable`1<T> System.Nullable`1<System.UInt64>::Unbox(System.Object) */,
{ 3702, 436, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Bounds>::Equals(System.Object) */,
{ 3703, 436, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Bounds>::Equals(System.Nullable`1<T>) */,
{ 3704, 436, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Bounds>::GetHashCode() */,
{ 3705, 436, -1 } /* T System.Nullable`1<UnityEngine.Bounds>::GetValueOrDefault() */,
{ 3706, 436, -1 } /* System.String System.Nullable`1<UnityEngine.Bounds>::ToString() */,
{ 3707, 436, -1 } /* System.Object System.Nullable`1<UnityEngine.Bounds>::Box(System.Nullable`1<T>) */,
{ 3708, 436, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Bounds>::Unbox(System.Object) */,
{ 3702, 450, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color32>::Equals(System.Object) */,
{ 3703, 450, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color32>::Equals(System.Nullable`1<T>) */,
{ 3704, 450, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Color32>::GetHashCode() */,
{ 3705, 450, -1 } /* T System.Nullable`1<UnityEngine.Color32>::GetValueOrDefault() */,
{ 3706, 450, -1 } /* System.String System.Nullable`1<UnityEngine.Color32>::ToString() */,
{ 3707, 450, -1 } /* System.Object System.Nullable`1<UnityEngine.Color32>::Box(System.Nullable`1<T>) */,
{ 3708, 450, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Color32>::Unbox(System.Object) */,
{ 3702, 447, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color>::Equals(System.Object) */,
{ 3703, 447, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color>::Equals(System.Nullable`1<T>) */,
{ 3704, 447, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Color>::GetHashCode() */,
{ 3705, 447, -1 } /* T System.Nullable`1<UnityEngine.Color>::GetValueOrDefault() */,
{ 3706, 447, -1 } /* System.String System.Nullable`1<UnityEngine.Color>::ToString() */,
{ 3707, 447, -1 } /* System.Object System.Nullable`1<UnityEngine.Color>::Box(System.Nullable`1<T>) */,
{ 3708, 447, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Color>::Unbox(System.Object) */,
{ 3702, 1303, -1 } /* System.Boolean System.Nullable`1<UnityEngine.LayerMask>::Equals(System.Object) */,
{ 3703, 1303, -1 } /* System.Boolean System.Nullable`1<UnityEngine.LayerMask>::Equals(System.Nullable`1<T>) */,
{ 3704, 1303, -1 } /* System.Int32 System.Nullable`1<UnityEngine.LayerMask>::GetHashCode() */,
{ 3705, 1303, -1 } /* T System.Nullable`1<UnityEngine.LayerMask>::GetValueOrDefault() */,
{ 3706, 1303, -1 } /* System.String System.Nullable`1<UnityEngine.LayerMask>::ToString() */,
{ 3707, 1303, -1 } /* System.Object System.Nullable`1<UnityEngine.LayerMask>::Box(System.Nullable`1<T>) */,
{ 3708, 1303, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.LayerMask>::Unbox(System.Object) */,
{ 3702, 446, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::Equals(System.Object) */,
{ 3703, 446, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::Equals(System.Nullable`1<T>) */,
{ 3704, 446, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Matrix4x4>::GetHashCode() */,
{ 3705, 446, -1 } /* T System.Nullable`1<UnityEngine.Matrix4x4>::GetValueOrDefault() */,
{ 3706, 446, -1 } /* System.String System.Nullable`1<UnityEngine.Matrix4x4>::ToString() */,
{ 3707, 446, -1 } /* System.Object System.Nullable`1<UnityEngine.Matrix4x4>::Box(System.Nullable`1<T>) */,
{ 3708, 446, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Matrix4x4>::Unbox(System.Object) */,
{ 3702, 455, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Quaternion>::Equals(System.Object) */,
{ 3703, 455, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Quaternion>::Equals(System.Nullable`1<T>) */,
{ 3704, 455, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Quaternion>::GetHashCode() */,
{ 3705, 455, -1 } /* T System.Nullable`1<UnityEngine.Quaternion>::GetValueOrDefault() */,
{ 3706, 455, -1 } /* System.String System.Nullable`1<UnityEngine.Quaternion>::ToString() */,
{ 3707, 455, -1 } /* System.Object System.Nullable`1<UnityEngine.Quaternion>::Box(System.Nullable`1<T>) */,
{ 3708, 455, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Quaternion>::Unbox(System.Object) */,
{ 3702, 1211, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Ray>::Equals(System.Object) */,
{ 3703, 1211, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Ray>::Equals(System.Nullable`1<T>) */,
{ 3704, 1211, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Ray>::GetHashCode() */,
{ 3705, 1211, -1 } /* T System.Nullable`1<UnityEngine.Ray>::GetValueOrDefault() */,
{ 3706, 1211, -1 } /* System.String System.Nullable`1<UnityEngine.Ray>::ToString() */,
{ 3707, 1211, -1 } /* System.Object System.Nullable`1<UnityEngine.Ray>::Box(System.Nullable`1<T>) */,
{ 3708, 1211, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Ray>::Unbox(System.Object) */,
{ 3702, 506, -1 } /* System.Boolean System.Nullable`1<UnityEngine.RaycastHit>::Equals(System.Object) */,
{ 3703, 506, -1 } /* System.Boolean System.Nullable`1<UnityEngine.RaycastHit>::Equals(System.Nullable`1<T>) */,
{ 3704, 506, -1 } /* System.Int32 System.Nullable`1<UnityEngine.RaycastHit>::GetHashCode() */,
{ 3705, 506, -1 } /* T System.Nullable`1<UnityEngine.RaycastHit>::GetValueOrDefault() */,
{ 3706, 506, -1 } /* System.String System.Nullable`1<UnityEngine.RaycastHit>::ToString() */,
{ 3707, 506, -1 } /* System.Object System.Nullable`1<UnityEngine.RaycastHit>::Box(System.Nullable`1<T>) */,
{ 3708, 506, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.RaycastHit>::Unbox(System.Object) */,
{ 3702, 437, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Rect>::Equals(System.Object) */,
{ 3703, 437, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Rect>::Equals(System.Nullable`1<T>) */,
{ 3704, 437, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Rect>::GetHashCode() */,
{ 3706, 437, -1 } /* System.String System.Nullable`1<UnityEngine.Rect>::ToString() */,
{ 3707, 437, -1 } /* System.Object System.Nullable`1<UnityEngine.Rect>::Box(System.Nullable`1<T>) */,
{ 3708, 437, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Rect>::Unbox(System.Object) */,
{ 3699, 533, -1 } /* System.Void System.Nullable`1<UnityEngine.Touch>::.ctor(T) */,
{ 3702, 533, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Touch>::Equals(System.Object) */,
{ 3703, 533, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Touch>::Equals(System.Nullable`1<T>) */,
{ 3704, 533, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Touch>::GetHashCode() */,
{ 3705, 533, -1 } /* T System.Nullable`1<UnityEngine.Touch>::GetValueOrDefault() */,
{ 3706, 533, -1 } /* System.String System.Nullable`1<UnityEngine.Touch>::ToString() */,
{ 3707, 533, -1 } /* System.Object System.Nullable`1<UnityEngine.Touch>::Box(System.Nullable`1<T>) */,
{ 3708, 533, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Touch>::Unbox(System.Object) */,
{ 3702, 442, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 3703, 442, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector2>::Equals(System.Nullable`1<T>) */,
{ 3704, 442, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Vector2>::GetHashCode() */,
{ 3705, 442, -1 } /* T System.Nullable`1<UnityEngine.Vector2>::GetValueOrDefault() */,
{ 3706, 442, -1 } /* System.String System.Nullable`1<UnityEngine.Vector2>::ToString() */,
{ 3707, 442, -1 } /* System.Object System.Nullable`1<UnityEngine.Vector2>::Box(System.Nullable`1<T>) */,
{ 3708, 442, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Vector2>::Unbox(System.Object) */,
{ 3702, 431, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 3703, 431, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector3>::Equals(System.Nullable`1<T>) */,
{ 3704, 431, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Vector3>::GetHashCode() */,
{ 3705, 431, -1 } /* T System.Nullable`1<UnityEngine.Vector3>::GetValueOrDefault() */,
{ 3706, 431, -1 } /* System.String System.Nullable`1<UnityEngine.Vector3>::ToString() */,
{ 3707, 431, -1 } /* System.Object System.Nullable`1<UnityEngine.Vector3>::Box(System.Nullable`1<T>) */,
{ 3708, 431, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Vector3>::Unbox(System.Object) */,
{ 3702, 445, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 3703, 445, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector4>::Equals(System.Nullable`1<T>) */,
{ 3704, 445, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Vector4>::GetHashCode() */,
{ 3705, 445, -1 } /* T System.Nullable`1<UnityEngine.Vector4>::GetValueOrDefault() */,
{ 3706, 445, -1 } /* System.String System.Nullable`1<UnityEngine.Vector4>::ToString() */,
{ 3707, 445, -1 } /* System.Object System.Nullable`1<UnityEngine.Vector4>::Box(System.Nullable`1<T>) */,
{ 3708, 445, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Vector4>::Unbox(System.Object) */,
{ 1117, 1587, -1 } /* System.Void System.Predicate`1<FairyGUI.GPath/Segment>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 1587, -1 } /* System.Boolean System.Predicate`1<FairyGUI.GPath/Segment>::Invoke(T) */,
{ 1119, 1587, -1 } /* System.IAsyncResult System.Predicate`1<FairyGUI.GPath/Segment>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 1587, -1 } /* System.Boolean System.Predicate`1<FairyGUI.GPath/Segment>::EndInvoke(System.IAsyncResult) */,
{ 1117, 1588, -1 } /* System.Void System.Predicate`1<FairyGUI.GPathPoint>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 1588, -1 } /* System.Boolean System.Predicate`1<FairyGUI.GPathPoint>::Invoke(T) */,
{ 1119, 1588, -1 } /* System.IAsyncResult System.Predicate`1<FairyGUI.GPathPoint>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 1588, -1 } /* System.Boolean System.Predicate`1<FairyGUI.GPathPoint>::EndInvoke(System.IAsyncResult) */,
{ 1117, 1076, -1 } /* System.Void System.Predicate`1<FairyGUI.TextField/CharPosition>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 1076, -1 } /* System.Boolean System.Predicate`1<FairyGUI.TextField/CharPosition>::Invoke(T) */,
{ 1119, 1076, -1 } /* System.IAsyncResult System.Predicate`1<FairyGUI.TextField/CharPosition>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 1076, -1 } /* System.Boolean System.Predicate`1<FairyGUI.TextField/CharPosition>::EndInvoke(System.IAsyncResult) */,
{ 1117, 6, -1 } /* System.Void System.Predicate`1<System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 6, -1 } /* System.Boolean System.Predicate`1<System.Byte>::Invoke(T) */,
{ 1119, 6, -1 } /* System.IAsyncResult System.Predicate`1<System.Byte>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 6, -1 } /* System.Boolean System.Predicate`1<System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1117, 7, -1 } /* System.Void System.Predicate`1<System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 7, -1 } /* System.Boolean System.Predicate`1<System.Char>::Invoke(T) */,
{ 1119, 7, -1 } /* System.IAsyncResult System.Predicate`1<System.Char>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 7, -1 } /* System.Boolean System.Predicate`1<System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1117, 115, -1 } /* System.Void System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 115, -1 } /* System.Boolean System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Invoke(T) */,
{ 1119, 115, -1 } /* System.IAsyncResult System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 115, -1 } /* System.Boolean System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1118, 16, -1 } /* System.Boolean System.Predicate`1<System.Int32>::Invoke(T) */,
{ 1119, 16, -1 } /* System.IAsyncResult System.Predicate`1<System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 16, -1 } /* System.Boolean System.Predicate`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1117, 90, -1 } /* System.Void System.Predicate`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 90, -1 } /* System.Boolean System.Predicate`1<System.Int32Enum>::Invoke(T) */,
{ 1119, 90, -1 } /* System.IAsyncResult System.Predicate`1<System.Int32Enum>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 90, -1 } /* System.Boolean System.Predicate`1<System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1117, 37, -1 } /* System.Void System.Predicate`1<System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 37, -1 } /* System.Boolean System.Predicate`1<System.Int64>::Invoke(T) */,
{ 1119, 37, -1 } /* System.IAsyncResult System.Predicate`1<System.Int64>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 37, -1 } /* System.Boolean System.Predicate`1<System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1117, 109, -1 } /* System.Void System.Predicate`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 109, -1 } /* System.Boolean System.Predicate`1<System.Single>::Invoke(T) */,
{ 1119, 109, -1 } /* System.IAsyncResult System.Predicate`1<System.Single>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 109, -1 } /* System.Boolean System.Predicate`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1117, 561, -1 } /* System.Void System.Predicate`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 561, -1 } /* System.Boolean System.Predicate`1<UnityEngine.AnimatorClipInfo>::Invoke(T) */,
{ 1119, 561, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.AnimatorClipInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 561, -1 } /* System.Boolean System.Predicate`1<UnityEngine.AnimatorClipInfo>::EndInvoke(System.IAsyncResult) */,
{ 1117, 439, -1 } /* System.Void System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 439, -1 } /* System.Boolean System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Invoke(T) */,
{ 1119, 439, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 439, -1 } /* System.Boolean System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EndInvoke(System.IAsyncResult) */,
{ 1117, 450, -1 } /* System.Void System.Predicate`1<UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 450, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color32>::Invoke(T) */,
{ 1119, 450, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Color32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 450, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1117, 447, -1 } /* System.Void System.Predicate`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 447, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color>::Invoke(T) */,
{ 1119, 447, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Color>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 447, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1117, 446, -1 } /* System.Void System.Predicate`1<UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 446, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Matrix4x4>::Invoke(T) */,
{ 1119, 446, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Matrix4x4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 446, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1117, 592, -1 } /* System.Void System.Predicate`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 592, -1 } /* System.Boolean System.Predicate`1<UnityEngine.ParticleSystem/Particle>::Invoke(T) */,
{ 1119, 592, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.ParticleSystem/Particle>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 592, -1 } /* System.Boolean System.Predicate`1<UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1117, 537, -1 } /* System.Void System.Predicate`1<UnityEngine.RaycastHit2D>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 537, -1 } /* System.Boolean System.Predicate`1<UnityEngine.RaycastHit2D>::Invoke(T) */,
{ 1119, 537, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.RaycastHit2D>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 537, -1 } /* System.Boolean System.Predicate`1<UnityEngine.RaycastHit2D>::EndInvoke(System.IAsyncResult) */,
{ 1117, 437, -1 } /* System.Void System.Predicate`1<UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 437, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Rect>::Invoke(T) */,
{ 1119, 437, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Rect>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 437, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1117, 444, -1 } /* System.Void System.Predicate`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 444, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Invoke(T) */,
{ 1119, 444, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 444, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::EndInvoke(System.IAsyncResult) */,
{ 1117, 622, -1 } /* System.Void System.Predicate`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 622, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UIElements.FocusController/FocusedElement>::Invoke(T) */,
{ 1119, 622, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.UIElements.FocusController/FocusedElement>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 622, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UIElements.FocusController/FocusedElement>::EndInvoke(System.IAsyncResult) */,
{ 1117, 463, -1 } /* System.Void System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 463, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Invoke(T) */,
{ 1119, 463, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 463, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EndInvoke(System.IAsyncResult) */,
{ 1117, 442, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 442, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector2>::Invoke(T) */,
{ 1119, 442, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector2>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 442, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1117, 431, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 431, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector3>::Invoke(T) */,
{ 1119, 431, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector3>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 431, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1117, 445, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 445, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector4>::Invoke(T) */,
{ 1119, 445, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1120, 445, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 10093, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10095, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::GetTaskForResult(TResult) */,
{ 10096, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::.cctor() */,
{ 10093, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10095, 16, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::GetTaskForResult(TResult) */,
{ 10096, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::.cctor() */,
{ 10093, 335, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10095, 335, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::GetTaskForResult(TResult) */,
{ 10096, 335, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 10086, 189, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::Create() */,
{ 10092, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetResult(TResult) */,
{ 10095, 189, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::GetTaskForResult(TResult) */,
{ 10096, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 10153, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10155, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::OnCompleted(System.Action) */,
{ 10156, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::UnsafeOnCompleted(System.Action) */,
{ 10153, 16, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10155, 16, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::OnCompleted(System.Action) */,
{ 10156, 16, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::UnsafeOnCompleted(System.Action) */,
{ 10153, 335, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10155, 335, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::OnCompleted(System.Action) */,
{ 10156, 335, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::UnsafeOnCompleted(System.Action) */,
{ 10153, 189, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10154, 189, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::get_IsCompleted() */,
{ 10155, 189, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::OnCompleted(System.Action) */,
{ 10156, 189, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::UnsafeOnCompleted(System.Action) */,
{ 10157, 189, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::GetResult() */,
{ 10151, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10151, 16, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10151, 335, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10151, 189, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10152, 189, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>::GetAwaiter() */,
{ 10140, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10141, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::OnCompleted(System.Action) */,
{ 10142, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::UnsafeOnCompleted(System.Action) */,
{ 10140, 16, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10141, 16, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::OnCompleted(System.Action) */,
{ 10142, 16, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::UnsafeOnCompleted(System.Action) */,
{ 10140, 335, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10141, 335, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::OnCompleted(System.Action) */,
{ 10142, 335, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::UnsafeOnCompleted(System.Action) */,
{ 10143, 335, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::GetResult() */,
{ 10140, 189, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10141, 189, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::OnCompleted(System.Action) */,
{ 10142, 189, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::UnsafeOnCompleted(System.Action) */,
{ 10143, 189, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::GetResult() */,
{ 7377, 121, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 7378, 121, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 7379, 121, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 7380, 121, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::.cctor() */,
{ 7377, 205, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 7378, 205, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 7379, 205, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 7380, 205, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::.cctor() */,
{ 7374, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Boolean>::.ctor() */,
{ 7375, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Boolean>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7374, 16, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Int32>::.ctor() */,
{ 7375, 16, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Int32>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7374, 335, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>::.ctor() */,
{ 7375, 335, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7374, 189, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 7375, 189, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7371, 47, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Boolean>::.cctor() */,
{ 7372, 47, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Boolean>::.ctor() */,
{ 7373, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Boolean>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 7361, 183, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::get_Result() */,
{ 7371, 16, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Int32>::.cctor() */,
{ 7372, 16, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Int32>::.ctor() */,
{ 7373, 16, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Int32>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 7371, 335, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Nullable`1<System.Int32>>::.cctor() */,
{ 7372, 335, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Nullable`1<System.Int32>>::.ctor() */,
{ 7373, 335, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Nullable`1<System.Int32>>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 7371, 189, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 7372, 189, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 7373, 189, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 7352, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(TResult) */,
{ 7354, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 7355, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7356, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7357, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7358, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7360, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::DangerousSetResult(TResult) */,
{ 7361, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::get_Result() */,
{ 7362, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::get_ResultOnSuccess() */,
{ 7363, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::GetResultCore(System.Boolean) */,
{ 7364, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetException(System.Object) */,
{ 7365, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7366, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7367, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::InnerInvoke() */,
{ 7370, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.cctor() */,
{ 7351, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor() */,
{ 7352, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(TResult) */,
{ 7355, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7356, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7357, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7358, 16, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7359, 16, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetResult(TResult) */,
{ 7360, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::DangerousSetResult(TResult) */,
{ 7362, 16, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::get_ResultOnSuccess() */,
{ 7363, 16, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::GetResultCore(System.Boolean) */,
{ 7364, 16, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetException(System.Object) */,
{ 7365, 16, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7366, 16, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7367, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::InnerInvoke() */,
{ 7370, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.cctor() */,
{ 7351, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor() */,
{ 7352, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(TResult) */,
{ 7353, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7354, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 7355, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7356, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7357, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7358, 335, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7359, 335, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetResult(TResult) */,
{ 7360, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::DangerousSetResult(TResult) */,
{ 7361, 335, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_Result() */,
{ 7362, 335, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_ResultOnSuccess() */,
{ 7363, 335, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::GetResultCore(System.Boolean) */,
{ 7364, 335, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetException(System.Object) */,
{ 7365, 335, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7366, 335, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7367, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::InnerInvoke() */,
{ 7368, 335, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::GetAwaiter() */,
{ 7370, 335, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 7352, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(TResult) */,
{ 7353, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7354, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 7355, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7356, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7357, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7358, 189, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7360, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::DangerousSetResult(TResult) */,
{ 7361, 189, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_Result() */,
{ 7362, 189, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_ResultOnSuccess() */,
{ 7363, 189, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::GetResultCore(System.Boolean) */,
{ 7364, 189, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetException(System.Object) */,
{ 7366, 189, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7367, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::InnerInvoke() */,
{ 7368, 189, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::GetAwaiter() */,
{ 7369, 189, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::ConfigureAwait(System.Boolean) */,
{ 7370, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 996, 344, -1 } /* T1 System.Tuple`2<System.Guid,System.Object>::get_Item1() */,
{ 997, 344, -1 } /* T2 System.Tuple`2<System.Guid,System.Object>::get_Item2() */,
{ 998, 344, -1 } /* System.Void System.Tuple`2<System.Guid,System.Object>::.ctor(T1,T2) */,
{ 999, 344, -1 } /* System.Boolean System.Tuple`2<System.Guid,System.Object>::Equals(System.Object) */,
{ 1000, 344, -1 } /* System.Boolean System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 1001, 344, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 1002, 344, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 1003, 344, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::GetHashCode() */,
{ 1004, 344, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 1005, 344, -1 } /* System.String System.Tuple`2<System.Guid,System.Object>::ToString() */,
{ 1006, 344, -1 } /* System.String System.Tuple`2<System.Guid,System.Object>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 996, 212, -1 } /* T1 System.Tuple`2<System.Object,System.Char>::get_Item1() */,
{ 997, 212, -1 } /* T2 System.Tuple`2<System.Object,System.Char>::get_Item2() */,
{ 998, 212, -1 } /* System.Void System.Tuple`2<System.Object,System.Char>::.ctor(T1,T2) */,
{ 999, 212, -1 } /* System.Boolean System.Tuple`2<System.Object,System.Char>::Equals(System.Object) */,
{ 1000, 212, -1 } /* System.Boolean System.Tuple`2<System.Object,System.Char>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 1001, 212, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Char>::System.IComparable.CompareTo(System.Object) */,
{ 1002, 212, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Char>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 1003, 212, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Char>::GetHashCode() */,
{ 1004, 212, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Char>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 1005, 212, -1 } /* System.String System.Tuple`2<System.Object,System.Char>::ToString() */,
{ 1006, 212, -1 } /* System.String System.Tuple`2<System.Object,System.Char>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 1019, 210, -1 } /* T1 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::get_Item1() */,
{ 1020, 210, -1 } /* T2 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::get_Item2() */,
{ 1021, 210, -1 } /* T3 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::get_Item3() */,
{ 1022, 210, -1 } /* T4 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::get_Item4() */,
{ 790, 326, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::Equals(System.Object) */,
{ 791, 326, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::Equals(System.ValueTuple`2<T1,T2>) */,
{ 792, 326, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 793, 326, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.IComparable.CompareTo(System.Object) */,
{ 794, 326, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::CompareTo(System.ValueTuple`2<T1,T2>) */,
{ 795, 326, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 796, 326, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::GetHashCode() */,
{ 797, 326, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 798, 326, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::GetHashCodeCore(System.Collections.IEqualityComparer) */,
{ 799, 326, -1 } /* System.String System.ValueTuple`2<System.Int32,System.Boolean>::ToString() */,
{ 17486, 6, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Byte>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 17487, 6, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Byte>::Dispose() */,
{ 17488, 6, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<System.Byte>::MoveNext() */,
{ 17489, 6, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Byte>::Reset() */,
{ 17490, 6, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<System.Byte>::get_Current() */,
{ 17491, 6, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 17486, 16, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Int32>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 17487, 16, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Int32>::Dispose() */,
{ 17488, 16, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<System.Int32>::MoveNext() */,
{ 17489, 16, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Int32>::Reset() */,
{ 17490, 16, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<System.Int32>::get_Current() */,
{ 17491, 16, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 17486, 499, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 17487, 499, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Dispose() */,
{ 17488, 499, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::MoveNext() */,
{ 17489, 499, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Reset() */,
{ 17490, 499, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Current() */,
{ 17491, 499, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.get_Current() */,
{ 17486, 592, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 17487, 592, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 17488, 592, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::MoveNext() */,
{ 17489, 592, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::Reset() */,
{ 17490, 592, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::get_Current() */,
{ 17491, 592, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.get_Current() */,
{ 17486, 489, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 17487, 489, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::Dispose() */,
{ 17488, 489, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::MoveNext() */,
{ 17489, 489, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::Reset() */,
{ 17490, 489, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::get_Current() */,
{ 17491, 489, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::System.Collections.IEnumerator.get_Current() */,
{ 17486, 491, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 17487, 491, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::Dispose() */,
{ 17488, 491, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::MoveNext() */,
{ 17489, 491, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::Reset() */,
{ 17490, 491, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::get_Current() */,
{ 17491, 491, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.get_Current() */,
{ 17475, 6, -1 } /* System.Int32 Unity.Collections.NativeArray`1<System.Byte>::get_Length() */,
{ 17476, 6, -1 } /* T Unity.Collections.NativeArray`1<System.Byte>::get_Item(System.Int32) */,
{ 17477, 6, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Byte>::set_Item(System.Int32,T) */,
{ 17478, 6, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Byte>::Deallocate() */,
{ 17479, 6, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Byte>::Dispose() */,
{ 17480, 6, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<System.Byte>::GetEnumerator() */,
{ 17481, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 17482, 6, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17483, 6, -1 } /* System.Boolean Unity.Collections.NativeArray`1<System.Byte>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 17484, 6, -1 } /* System.Boolean Unity.Collections.NativeArray`1<System.Byte>::Equals(System.Object) */,
{ 17485, 6, -1 } /* System.Int32 Unity.Collections.NativeArray`1<System.Byte>::GetHashCode() */,
{ 17475, 16, -1 } /* System.Int32 Unity.Collections.NativeArray`1<System.Int32>::get_Length() */,
{ 17476, 16, -1 } /* T Unity.Collections.NativeArray`1<System.Int32>::get_Item(System.Int32) */,
{ 17477, 16, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Int32>::set_Item(System.Int32,T) */,
{ 17478, 16, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Int32>::Deallocate() */,
{ 17479, 16, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Int32>::Dispose() */,
{ 17480, 16, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<System.Int32>::GetEnumerator() */,
{ 17481, 16, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<System.Int32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 17482, 16, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17483, 16, -1 } /* System.Boolean Unity.Collections.NativeArray`1<System.Int32>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 17484, 16, -1 } /* System.Boolean Unity.Collections.NativeArray`1<System.Int32>::Equals(System.Object) */,
{ 17485, 16, -1 } /* System.Int32 Unity.Collections.NativeArray`1<System.Int32>::GetHashCode() */,
{ 17475, 499, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Length() */,
{ 17476, 499, -1 } /* T Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Item(System.Int32) */,
{ 17477, 499, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::set_Item(System.Int32,T) */,
{ 17478, 499, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Deallocate() */,
{ 17479, 499, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Dispose() */,
{ 17480, 499, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::GetEnumerator() */,
{ 17481, 499, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 17482, 499, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17483, 499, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 17484, 499, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Equals(System.Object) */,
{ 17485, 499, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::GetHashCode() */,
{ 17475, 592, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::get_Length() */,
{ 17476, 592, -1 } /* T Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::get_Item(System.Int32) */,
{ 17477, 592, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::set_Item(System.Int32,T) */,
{ 17478, 592, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Deallocate() */,
{ 17479, 592, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 17480, 592, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::GetEnumerator() */,
{ 17481, 592, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 17482, 592, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17483, 592, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 17484, 592, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Equals(System.Object) */,
{ 17485, 592, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::GetHashCode() */,
{ 17475, 489, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Plane>::get_Length() */,
{ 17476, 489, -1 } /* T Unity.Collections.NativeArray`1<UnityEngine.Plane>::get_Item(System.Int32) */,
{ 17477, 489, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Plane>::set_Item(System.Int32,T) */,
{ 17478, 489, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Plane>::Deallocate() */,
{ 17479, 489, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Plane>::Dispose() */,
{ 17480, 489, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.Plane>::GetEnumerator() */,
{ 17481, 489, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.Plane>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 17482, 489, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.Plane>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17483, 489, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Plane>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 17484, 489, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Plane>::Equals(System.Object) */,
{ 17485, 489, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Plane>::GetHashCode() */,
{ 17475, 491, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::get_Length() */,
{ 17476, 491, -1 } /* T Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::get_Item(System.Int32) */,
{ 17477, 491, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::set_Item(System.Int32,T) */,
{ 17478, 491, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Deallocate() */,
{ 17479, 491, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Dispose() */,
{ 17480, 491, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::GetEnumerator() */,
{ 17481, 491, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 17482, 491, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17483, 491, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 17484, 491, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Equals(System.Object) */,
{ 17485, 491, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::GetHashCode() */,
{ 19943, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::Invoke(System.Object[]) */,
{ 19944, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::Invoke(T) */,
{ 19943, 16, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::Invoke(System.Object[]) */,
{ 19944, 16, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::Invoke(T) */,
{ 19943, 109, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::Invoke(System.Object[]) */,
{ 19944, 109, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::Invoke(T) */,
{ 19926, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19927, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19928, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19929, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19930, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::Invoke(System.Object[]) */,
{ 19931, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::Invoke(T1) */,
{ 19932, 47, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Boolean>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 19926, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19927, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19928, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19929, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19930, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(System.Object[]) */,
{ 19931, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(T1) */,
{ 19932, 16, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Int32>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 19926, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19927, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19928, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19929, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19930, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::Invoke(System.Object[]) */,
{ 19931, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::Invoke(T1) */,
{ 19932, 109, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Single>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 19982, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 19983, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::Invoke(T0) */,
{ 19984, 47, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Boolean>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 19985, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 19982, 16, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 19984, 16, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Int32>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 19985, 16, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 19982, 109, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 19983, 109, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::Invoke(T0) */,
{ 19984, 109, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Single>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 19985, 109, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 19982, 475, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 19984, 475, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 19985, 475, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 19993, 474, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 19994, 474, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::Invoke(T0,T1) */,
{ 19995, 474, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 19996, 474, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 19993, 476, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 19995, 476, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 19996, 476, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 19989, 16, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Int32>::FindMethod_Impl(System.String,System.Object) */,
{ 19990, 16, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 19991, 16, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Int32>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 23316, 90, -1 } /* T UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::get_value() */,
{ 23317, 90, -1 } /* System.Void UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::set_specificity(System.Int32) */,
{ 23318, 90, -1 } /* UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::get_keyword() */,
{ 23319, 90, -1 } /* System.Void UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::.ctor(T,UnityEngine.UIElements.StyleKeyword) */,
{ 23320, 90, -1 } /* System.Boolean UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::op_Equality(UnityEngine.UIElements.StyleEnum`1<T>,UnityEngine.UIElements.StyleEnum`1<T>) */,
{ 23321, 90, -1 } /* System.Boolean UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::Equals(UnityEngine.UIElements.StyleEnum`1<T>) */,
{ 23322, 90, -1 } /* System.Boolean UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::Equals(System.Object) */,
{ 23323, 90, -1 } /* System.Int32 UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::GetHashCode() */,
{ 23324, 90, -1 } /* System.String UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::ToString() */,
{ 5647, 1689, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<TSource>::GetEnumerator() */,
{ 5650, 1689, -1 } /* System.Collections.IEnumerator System.IO.Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 5643, 1689, -1 } /* TSource System.IO.Iterator`1<TSource>::get_Current() */,
{ 5645, 1689, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose() */,
{ 5649, 1689, -1 } /* System.Object System.IO.Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 5651, 1689, -1 } /* System.Void System.IO.Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 7367, 1704, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::InnerInvoke() */,
{ 7367, 183, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::InnerInvoke() */,
{ 10813, 1718, -1 } /* T System.Collections.ObjectModel.Collection`1<TItem>::get_Item(System.Int32) */,
{ 10814, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::set_Item(System.Int32,T) */,
{ 10820, 1718, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<TItem>::IndexOf(T) */,
{ 10821, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::Insert(System.Int32,T) */,
{ 10823, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::RemoveAt(System.Int32) */,
{ 10811, 1718, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<TItem>::get_Count() */,
{ 10828, 1718, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10815, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::Add(T) */,
{ 10816, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::Clear() */,
{ 10818, 1718, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::Contains(T) */,
{ 10817, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::CopyTo(T[],System.Int32) */,
{ 10822, 1718, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::Remove(T) */,
{ 10819, 1718, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.Collection`1<TItem>::GetEnumerator() */,
{ 10829, 1718, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10833, 1718, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.get_Item(System.Int32) */,
{ 10834, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10837, 1718, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.Add(System.Object) */,
{ 10838, 1718, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.Contains(System.Object) */,
{ 10835, 1718, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.get_IsReadOnly() */,
{ 10836, 1718, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.get_IsFixedSize() */,
{ 10839, 1718, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.IndexOf(System.Object) */,
{ 10840, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10841, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.Remove(System.Object) */,
{ 10832, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10831, 1718, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.ICollection.get_SyncRoot() */,
{ 10830, 1718, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11162, 8, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.String>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11161, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11159, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11129, 1759, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11129, 1761, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Nullable`1<T>>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11129, 1762, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11129, 1763, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11162, 1770, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11161, 1770, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 1772, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11161, 1772, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 1773, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11161, 1773, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11162, 1774, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11161, 1774, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11159, 1774, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 1774, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11197, 1775, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(System.Object) */,
{ 11198, 1775, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<T>::GetHashCode() */,
{ 11162, 1775, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11161, 1775, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11192, 1775, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(T,T) */,
{ 11159, 1775, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 1775, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11196, 1775, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11197, 1776, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(System.Object) */,
{ 11198, 1776, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<T>::GetHashCode() */,
{ 11162, 1776, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11161, 1776, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11192, 1776, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(T,T) */,
{ 11159, 1776, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 1776, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11196, 1776, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11162, 1777, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11161, 1777, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11159, 1777, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11160, 1777, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10813, 1797, -1 } /* T System.Collections.ObjectModel.Collection`1<T>::get_Item(System.Int32) */,
{ 10814, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::set_Item(System.Int32,T) */,
{ 10820, 1797, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::IndexOf(T) */,
{ 10821, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Insert(System.Int32,T) */,
{ 10823, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::RemoveAt(System.Int32) */,
{ 10811, 1797, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::get_Count() */,
{ 10828, 1797, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10815, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Add(T) */,
{ 10816, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Clear() */,
{ 10818, 1797, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::Contains(T) */,
{ 10817, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::CopyTo(T[],System.Int32) */,
{ 10822, 1797, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::Remove(T) */,
{ 10819, 1797, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.Collection`1<T>::GetEnumerator() */,
{ 10829, 1797, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.Collection`1<T>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10833, 1797, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.get_Item(System.Int32) */,
{ 10834, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10837, 1797, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.Add(System.Object) */,
{ 10838, 1797, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.Contains(System.Object) */,
{ 10835, 1797, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.get_IsReadOnly() */,
{ 10836, 1797, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.get_IsFixedSize() */,
{ 10839, 1797, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.IndexOf(System.Object) */,
{ 10840, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10841, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.Remove(System.Object) */,
{ 10832, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10831, 1797, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<T>::System.Collections.ICollection.get_SyncRoot() */,
{ 10830, 1797, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.ICollection.get_IsSynchronized() */,
{ 17346, 1829, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 17350, 1829, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17343, 1829, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 17349, 1829, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 17351, 1829, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 17346, 1831, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 17350, 1831, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17343, 1831, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 17345, 1831, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 17349, 1831, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 17351, 1831, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 17346, 1833, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 17350, 1833, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17343, 1833, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 17345, 1833, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 17349, 1833, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 17351, 1833, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 19932, 1856, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<T>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 19989, 478, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::FindMethod_Impl(System.String,System.Object) */,
{ 19990, 478, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 11019, 596, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Item(TKey) */,
{ 11020, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::set_Item(TKey,TValue) */,
{ 11014, 596, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11017, 596, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11038, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::Remove(TKey) */,
{ 11040, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::TryGetValue(TKey,TValue&) */,
{ 11042, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11022, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11025, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::Clear() */,
{ 11023, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11043, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11024, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11030, 596, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11045, 596, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11052, 596, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11053, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11050, 596, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_Keys() */,
{ 11051, 596, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_Values() */,
{ 11056, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11055, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11049, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11048, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11057, 596, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.GetEnumerator() */,
{ 11058, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11044, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11047, 596, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.ICollection.get_SyncRoot() */,
{ 11046, 596, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11015, 596, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11018, 596, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11031, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11035, 596, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::OnDeserialization(System.Object) */,
{ 23002, 1860, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 23003, 1860, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 23001, 1860, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 23002, 639, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::Dispose() */,
{ 23003, 639, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::get_eventTypeId() */,
{ 22886, 639, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::Init() */,
{ 23001, 639, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::Acquire() */,
{ 23002, 646, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::Dispose() */,
{ 23003, 646, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::get_eventTypeId() */,
{ 22886, 646, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::Init() */,
{ 23001, 646, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::Acquire() */,
{ 23002, 1861, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 23003, 1861, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 23001, 1861, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 23002, 642, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::Dispose() */,
{ 23003, 642, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::get_eventTypeId() */,
{ 22892, 642, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::Init() */,
{ 23001, 642, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::Acquire() */,
{ 23002, 649, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::Dispose() */,
{ 23003, 649, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::get_eventTypeId() */,
{ 22892, 649, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::Init() */,
{ 23001, 649, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::Acquire() */,
{ 23002, 1862, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 23003, 1862, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 23001, 1862, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 23002, 686, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::Dispose() */,
{ 23003, 686, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::get_eventTypeId() */,
{ 22900, 686, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::Init() */,
{ 23001, 686, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::Acquire() */,
{ 23002, 690, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::Dispose() */,
{ 23003, 690, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::get_eventTypeId() */,
{ 22900, 690, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::Init() */,
{ 23001, 690, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::Acquire() */,
{ 23002, 1863, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 23003, 1863, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 23116, 1863, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 1863, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 1863, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<T>::get_currentTarget() */,
{ 23115, 1863, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 1863, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::Init() */,
{ 23001, 1863, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 23093, 1863, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<T>::get_modifiers() */,
{ 23095, 1863, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<T>::get_mousePosition() */,
{ 23098, 1863, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<T>::get_mouseDelta() */,
{ 23100, 1863, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<T>::get_clickCount() */,
{ 23102, 1863, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<T>::get_button() */,
{ 23104, 1863, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<T>::get_pressedButtons() */,
{ 23106, 1863, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 1863, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 1863, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 1863, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 1863, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 1863, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 702, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragExitedEvent>::Dispose() */,
{ 23003, 702, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_eventTypeId() */,
{ 23116, 702, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 702, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_currentTarget() */,
{ 23115, 702, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 702, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragExitedEvent>::Acquire() */,
{ 23093, 702, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_modifiers() */,
{ 23095, 702, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_mousePosition() */,
{ 23098, 702, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_mouseDelta() */,
{ 23100, 702, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_clickCount() */,
{ 23102, 702, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_button() */,
{ 23104, 702, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_pressedButtons() */,
{ 23106, 702, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 702, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 702, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 702, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 702, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 702, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 706, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragEnterEvent>::Dispose() */,
{ 23003, 706, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_eventTypeId() */,
{ 23116, 706, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 706, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 706, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_currentTarget() */,
{ 23115, 706, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 706, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragEnterEvent>::Acquire() */,
{ 23093, 706, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_modifiers() */,
{ 23095, 706, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_mousePosition() */,
{ 23098, 706, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_mouseDelta() */,
{ 23100, 706, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_clickCount() */,
{ 23102, 706, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_button() */,
{ 23104, 706, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_pressedButtons() */,
{ 23106, 706, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 706, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 706, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 706, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 706, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 706, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 710, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragLeaveEvent>::Dispose() */,
{ 23003, 710, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_eventTypeId() */,
{ 23116, 710, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 710, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 710, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_currentTarget() */,
{ 23115, 710, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 710, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragLeaveEvent>::Acquire() */,
{ 23093, 710, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_modifiers() */,
{ 23095, 710, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_mousePosition() */,
{ 23098, 710, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_mouseDelta() */,
{ 23100, 710, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_clickCount() */,
{ 23102, 710, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_button() */,
{ 23104, 710, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_pressedButtons() */,
{ 23106, 710, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 710, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 710, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 710, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 710, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 710, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 714, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::Dispose() */,
{ 23003, 714, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_eventTypeId() */,
{ 23116, 714, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 714, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_currentTarget() */,
{ 23115, 714, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 714, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::Init() */,
{ 23001, 714, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::Acquire() */,
{ 23093, 714, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_modifiers() */,
{ 23095, 714, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_mousePosition() */,
{ 23098, 714, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_mouseDelta() */,
{ 23100, 714, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_clickCount() */,
{ 23102, 714, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_button() */,
{ 23104, 714, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_pressedButtons() */,
{ 23106, 714, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 714, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 714, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 714, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 714, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 714, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 682, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragPerformEvent>::Dispose() */,
{ 23003, 682, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_eventTypeId() */,
{ 23116, 682, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 682, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 682, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_currentTarget() */,
{ 23115, 682, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 682, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::Init() */,
{ 23001, 682, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragPerformEvent>::Acquire() */,
{ 23093, 682, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_modifiers() */,
{ 23095, 682, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_mousePosition() */,
{ 23098, 682, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_mouseDelta() */,
{ 23100, 682, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_clickCount() */,
{ 23102, 682, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_button() */,
{ 23104, 682, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_pressedButtons() */,
{ 23106, 682, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 682, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 682, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 682, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 682, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 682, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 1865, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 23003, 1865, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 23001, 1865, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 23002, 623, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusOutEvent>::Dispose() */,
{ 23003, 623, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusOutEvent>::get_eventTypeId() */,
{ 23001, 623, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusOutEvent>::Acquire() */,
{ 23035, 623, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusOutEvent>::get_relatedTarget() */,
{ 23002, 626, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.BlurEvent>::Dispose() */,
{ 23003, 626, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.BlurEvent>::get_eventTypeId() */,
{ 23040, 626, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::Init() */,
{ 23001, 626, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.BlurEvent>::Acquire() */,
{ 23002, 629, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusInEvent>::Dispose() */,
{ 23003, 629, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusInEvent>::get_eventTypeId() */,
{ 23001, 629, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusInEvent>::Acquire() */,
{ 23035, 629, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusInEvent>::get_relatedTarget() */,
{ 23002, 632, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusEvent>::Dispose() */,
{ 23003, 632, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusEvent>::get_eventTypeId() */,
{ 23040, 632, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::Init() */,
{ 23001, 632, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusEvent>::Acquire() */,
{ 23035, 632, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::get_relatedTarget() */,
{ 23002, 1866, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 23003, 1866, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 23001, 1866, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 23002, 635, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyDownEvent>::Dispose() */,
{ 23003, 635, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyDownEvent>::get_eventTypeId() */,
{ 23068, 635, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::Init() */,
{ 23001, 635, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyDownEvent>::Acquire() */,
{ 23002, 679, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyUpEvent>::Dispose() */,
{ 23003, 679, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyUpEvent>::get_eventTypeId() */,
{ 23068, 679, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>::Init() */,
{ 23001, 679, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyUpEvent>::Acquire() */,
{ 23002, 1867, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 23003, 1867, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 23001, 1867, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 23002, 724, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>::Dispose() */,
{ 23003, 724, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_eventTypeId() */,
{ 23116, 724, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 724, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 724, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_currentTarget() */,
{ 23115, 724, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 724, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::Init() */,
{ 23001, 724, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>::Acquire() */,
{ 23093, 724, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_modifiers() */,
{ 23095, 724, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_mousePosition() */,
{ 23098, 724, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_mouseDelta() */,
{ 23100, 724, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_clickCount() */,
{ 23102, 724, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_button() */,
{ 23104, 724, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_pressedButtons() */,
{ 23106, 724, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 724, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 724, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 724, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 724, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 724, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 727, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>::Dispose() */,
{ 23003, 727, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_eventTypeId() */,
{ 23116, 727, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 727, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 727, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_currentTarget() */,
{ 23115, 727, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 727, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::Init() */,
{ 23001, 727, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>::Acquire() */,
{ 23093, 727, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_modifiers() */,
{ 23095, 727, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_mousePosition() */,
{ 23098, 727, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_mouseDelta() */,
{ 23100, 727, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_clickCount() */,
{ 23102, 727, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_button() */,
{ 23104, 727, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_pressedButtons() */,
{ 23106, 727, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 727, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 727, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 727, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 727, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 727, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 721, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>::Dispose() */,
{ 23003, 721, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_eventTypeId() */,
{ 23116, 721, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 721, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 721, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_currentTarget() */,
{ 23115, 721, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 721, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::Init() */,
{ 23001, 721, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>::Acquire() */,
{ 23093, 721, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_modifiers() */,
{ 23095, 721, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_mousePosition() */,
{ 23098, 721, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_mouseDelta() */,
{ 23100, 721, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_clickCount() */,
{ 23102, 721, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_button() */,
{ 23104, 721, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_pressedButtons() */,
{ 23106, 721, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 721, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 721, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 721, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 721, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 721, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 671, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ContextClickEvent>::Dispose() */,
{ 23003, 671, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_eventTypeId() */,
{ 23116, 671, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 671, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 671, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_currentTarget() */,
{ 23115, 671, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 671, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::Init() */,
{ 23001, 671, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ContextClickEvent>::Acquire() */,
{ 23093, 671, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_modifiers() */,
{ 23095, 671, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_mousePosition() */,
{ 23098, 671, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_mouseDelta() */,
{ 23100, 671, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_clickCount() */,
{ 23102, 671, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_button() */,
{ 23104, 671, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_pressedButtons() */,
{ 23106, 671, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 671, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 671, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 671, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 671, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 671, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 730, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::Dispose() */,
{ 23003, 730, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::get_eventTypeId() */,
{ 23116, 730, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 730, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 730, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_currentTarget() */,
{ 23115, 730, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 730, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::Acquire() */,
{ 23093, 730, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_modifiers() */,
{ 23095, 730, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_mousePosition() */,
{ 23098, 730, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_mouseDelta() */,
{ 23100, 730, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_clickCount() */,
{ 23102, 730, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_button() */,
{ 23104, 730, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_pressedButtons() */,
{ 23106, 730, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 730, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 730, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 730, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 730, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 730, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 735, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterEvent>::Dispose() */,
{ 23003, 735, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_eventTypeId() */,
{ 23116, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 735, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_currentTarget() */,
{ 23115, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 735, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterEvent>::Acquire() */,
{ 23093, 735, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_modifiers() */,
{ 23095, 735, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_mousePosition() */,
{ 23098, 735, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_mouseDelta() */,
{ 23100, 735, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_clickCount() */,
{ 23102, 735, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_button() */,
{ 23104, 735, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_pressedButtons() */,
{ 23106, 735, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 735, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 735, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 738, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::Dispose() */,
{ 23003, 738, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_eventTypeId() */,
{ 23116, 738, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 738, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 738, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_currentTarget() */,
{ 23115, 738, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 738, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::Acquire() */,
{ 23093, 738, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_modifiers() */,
{ 23095, 738, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_mousePosition() */,
{ 23098, 738, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_mouseDelta() */,
{ 23100, 738, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_clickCount() */,
{ 23102, 738, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_button() */,
{ 23104, 738, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_pressedButtons() */,
{ 23106, 738, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 738, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 738, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 738, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 738, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 738, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 676, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::Dispose() */,
{ 23003, 676, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_eventTypeId() */,
{ 23116, 676, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 676, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_currentTarget() */,
{ 23115, 676, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 676, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::Acquire() */,
{ 23093, 676, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_modifiers() */,
{ 23095, 676, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_mousePosition() */,
{ 23098, 676, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_mouseDelta() */,
{ 23100, 676, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_clickCount() */,
{ 23102, 676, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_button() */,
{ 23104, 676, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_pressedButtons() */,
{ 23106, 676, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 676, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 676, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 676, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 676, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 676, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 699, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::Dispose() */,
{ 23003, 699, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_eventTypeId() */,
{ 23116, 699, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 699, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_currentTarget() */,
{ 23115, 699, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 699, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::Acquire() */,
{ 23093, 699, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_modifiers() */,
{ 23095, 699, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_mousePosition() */,
{ 23098, 699, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_mouseDelta() */,
{ 23100, 699, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_clickCount() */,
{ 23102, 699, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_button() */,
{ 23106, 699, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 699, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 699, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 699, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 699, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 699, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 741, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOverEvent>::Dispose() */,
{ 23003, 741, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_eventTypeId() */,
{ 23116, 741, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 741, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 741, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_currentTarget() */,
{ 23115, 741, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 741, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::Init() */,
{ 23001, 741, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOverEvent>::Acquire() */,
{ 23093, 741, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_modifiers() */,
{ 23095, 741, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_mousePosition() */,
{ 23098, 741, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_mouseDelta() */,
{ 23100, 741, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_clickCount() */,
{ 23102, 741, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_button() */,
{ 23104, 741, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_pressedButtons() */,
{ 23106, 741, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 741, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 741, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 741, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 741, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 741, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 744, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOutEvent>::Dispose() */,
{ 23003, 744, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_eventTypeId() */,
{ 23116, 744, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23117, 744, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23114, 744, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_currentTarget() */,
{ 23115, 744, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23112, 744, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::Init() */,
{ 23001, 744, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOutEvent>::Acquire() */,
{ 23093, 744, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_modifiers() */,
{ 23095, 744, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_mousePosition() */,
{ 23098, 744, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_mouseDelta() */,
{ 23100, 744, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_clickCount() */,
{ 23102, 744, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_button() */,
{ 23104, 744, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_pressedButtons() */,
{ 23106, 744, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 23107, 744, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23108, 744, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 23109, 744, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 23110, 744, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 23111, 744, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 23002, 1872, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 23003, 1872, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 23001, 1872, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 23002, 665, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::Dispose() */,
{ 23003, 665, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_eventTypeId() */,
{ 23249, 665, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23243, 665, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_currentTarget() */,
{ 23244, 665, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 665, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::Acquire() */,
{ 23203, 665, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pointerType() */,
{ 23205, 665, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_isPrimary() */,
{ 23207, 665, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_button() */,
{ 23209, 665, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pressedButtons() */,
{ 23211, 665, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_position() */,
{ 23213, 665, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_localPosition() */,
{ 23215, 665, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_deltaPosition() */,
{ 23217, 665, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_deltaTime() */,
{ 23219, 665, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_clickCount() */,
{ 23221, 665, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pressure() */,
{ 23223, 665, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_tangentialPressure() */,
{ 23225, 665, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_altitudeAngle() */,
{ 23227, 665, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_azimuthAngle() */,
{ 23229, 665, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_twist() */,
{ 23231, 665, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_radius() */,
{ 23233, 665, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_radiusVariance() */,
{ 23235, 665, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_modifiers() */,
{ 23237, 665, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 665, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 665, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 665, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23002, 660, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>::Dispose() */,
{ 23003, 660, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_eventTypeId() */,
{ 23249, 660, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23243, 660, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_currentTarget() */,
{ 23244, 660, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 660, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>::Acquire() */,
{ 23201, 660, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_pointerId() */,
{ 23203, 660, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_pointerType() */,
{ 23205, 660, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_isPrimary() */,
{ 23207, 660, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_button() */,
{ 23209, 660, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_pressedButtons() */,
{ 23211, 660, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_position() */,
{ 23213, 660, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_localPosition() */,
{ 23215, 660, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_deltaPosition() */,
{ 23217, 660, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_deltaTime() */,
{ 23219, 660, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_clickCount() */,
{ 23221, 660, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_pressure() */,
{ 23223, 660, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_tangentialPressure() */,
{ 23225, 660, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_altitudeAngle() */,
{ 23227, 660, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_azimuthAngle() */,
{ 23229, 660, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_twist() */,
{ 23231, 660, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_radius() */,
{ 23233, 660, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_radiusVariance() */,
{ 23235, 660, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_modifiers() */,
{ 23237, 660, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 660, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 660, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 660, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23002, 668, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>::Dispose() */,
{ 23003, 668, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_eventTypeId() */,
{ 23249, 668, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23243, 668, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_currentTarget() */,
{ 23244, 668, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 668, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>::Acquire() */,
{ 23205, 668, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_isPrimary() */,
{ 23207, 668, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_button() */,
{ 23209, 668, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pressedButtons() */,
{ 23211, 668, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_position() */,
{ 23213, 668, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_localPosition() */,
{ 23215, 668, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_deltaPosition() */,
{ 23217, 668, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_deltaTime() */,
{ 23219, 668, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_clickCount() */,
{ 23221, 668, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pressure() */,
{ 23223, 668, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_tangentialPressure() */,
{ 23225, 668, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_altitudeAngle() */,
{ 23227, 668, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_azimuthAngle() */,
{ 23229, 668, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_twist() */,
{ 23231, 668, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_radius() */,
{ 23233, 668, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_radiusVariance() */,
{ 23235, 668, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_modifiers() */,
{ 23237, 668, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 668, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 668, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 668, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23002, 718, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>::Dispose() */,
{ 23003, 718, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_eventTypeId() */,
{ 23249, 718, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23243, 718, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_currentTarget() */,
{ 23244, 718, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 718, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>::Acquire() */,
{ 23205, 718, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_isPrimary() */,
{ 23207, 718, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_button() */,
{ 23209, 718, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pressedButtons() */,
{ 23211, 718, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_position() */,
{ 23213, 718, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_localPosition() */,
{ 23215, 718, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_deltaPosition() */,
{ 23217, 718, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_deltaTime() */,
{ 23219, 718, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_clickCount() */,
{ 23221, 718, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pressure() */,
{ 23223, 718, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_tangentialPressure() */,
{ 23225, 718, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_altitudeAngle() */,
{ 23227, 718, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_azimuthAngle() */,
{ 23229, 718, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_twist() */,
{ 23231, 718, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_radius() */,
{ 23233, 718, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_radiusVariance() */,
{ 23235, 718, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_modifiers() */,
{ 23237, 718, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 718, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 718, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 718, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23002, 753, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerEnterEvent>::Dispose() */,
{ 23003, 753, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_eventTypeId() */,
{ 23249, 753, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23250, 753, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23243, 753, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_currentTarget() */,
{ 23244, 753, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 753, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerEnterEvent>::Acquire() */,
{ 23201, 753, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_pointerId() */,
{ 23203, 753, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_pointerType() */,
{ 23205, 753, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_isPrimary() */,
{ 23207, 753, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_button() */,
{ 23209, 753, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_pressedButtons() */,
{ 23211, 753, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_position() */,
{ 23213, 753, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_localPosition() */,
{ 23215, 753, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_deltaPosition() */,
{ 23217, 753, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_deltaTime() */,
{ 23219, 753, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_clickCount() */,
{ 23221, 753, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_pressure() */,
{ 23223, 753, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_tangentialPressure() */,
{ 23225, 753, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_altitudeAngle() */,
{ 23227, 753, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_azimuthAngle() */,
{ 23229, 753, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_twist() */,
{ 23231, 753, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_radius() */,
{ 23233, 753, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_radiusVariance() */,
{ 23235, 753, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_modifiers() */,
{ 23237, 753, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 753, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 753, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 753, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23002, 756, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::Dispose() */,
{ 23003, 756, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_eventTypeId() */,
{ 23249, 756, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23250, 756, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23243, 756, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_currentTarget() */,
{ 23244, 756, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23001, 756, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::Acquire() */,
{ 23201, 756, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_pointerId() */,
{ 23203, 756, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_pointerType() */,
{ 23205, 756, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_isPrimary() */,
{ 23207, 756, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_button() */,
{ 23209, 756, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_pressedButtons() */,
{ 23211, 756, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_position() */,
{ 23213, 756, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_localPosition() */,
{ 23215, 756, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_deltaPosition() */,
{ 23217, 756, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_deltaTime() */,
{ 23219, 756, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_clickCount() */,
{ 23221, 756, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_pressure() */,
{ 23223, 756, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_tangentialPressure() */,
{ 23225, 756, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_altitudeAngle() */,
{ 23227, 756, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_azimuthAngle() */,
{ 23229, 756, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_twist() */,
{ 23231, 756, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_radius() */,
{ 23233, 756, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_radiusVariance() */,
{ 23235, 756, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_modifiers() */,
{ 23237, 756, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 756, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 756, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 756, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23002, 750, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOverEvent>::Dispose() */,
{ 23003, 750, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_eventTypeId() */,
{ 23249, 750, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23250, 750, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23243, 750, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_currentTarget() */,
{ 23244, 750, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23241, 750, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::Init() */,
{ 23001, 750, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOverEvent>::Acquire() */,
{ 23201, 750, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_pointerId() */,
{ 23203, 750, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_pointerType() */,
{ 23205, 750, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_isPrimary() */,
{ 23207, 750, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_button() */,
{ 23209, 750, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_pressedButtons() */,
{ 23211, 750, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_position() */,
{ 23213, 750, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_localPosition() */,
{ 23215, 750, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_deltaPosition() */,
{ 23217, 750, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_deltaTime() */,
{ 23219, 750, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_clickCount() */,
{ 23221, 750, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_pressure() */,
{ 23223, 750, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_tangentialPressure() */,
{ 23225, 750, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_altitudeAngle() */,
{ 23227, 750, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_azimuthAngle() */,
{ 23229, 750, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_twist() */,
{ 23231, 750, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_radius() */,
{ 23233, 750, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_radiusVariance() */,
{ 23235, 750, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_modifiers() */,
{ 23237, 750, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 750, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 750, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 750, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23002, 747, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOutEvent>::Dispose() */,
{ 23003, 747, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_eventTypeId() */,
{ 23249, 747, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 23250, 747, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 23243, 747, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_currentTarget() */,
{ 23244, 747, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 23241, 747, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::Init() */,
{ 23001, 747, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOutEvent>::Acquire() */,
{ 23201, 747, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_pointerId() */,
{ 23203, 747, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_pointerType() */,
{ 23205, 747, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_isPrimary() */,
{ 23207, 747, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_button() */,
{ 23209, 747, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_pressedButtons() */,
{ 23211, 747, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_position() */,
{ 23213, 747, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_localPosition() */,
{ 23215, 747, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_deltaPosition() */,
{ 23217, 747, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_deltaTime() */,
{ 23219, 747, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_clickCount() */,
{ 23221, 747, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_pressure() */,
{ 23223, 747, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_tangentialPressure() */,
{ 23225, 747, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_altitudeAngle() */,
{ 23227, 747, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_azimuthAngle() */,
{ 23229, 747, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_twist() */,
{ 23231, 747, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_radius() */,
{ 23233, 747, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_radiusVariance() */,
{ 23235, 747, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_modifiers() */,
{ 23237, 747, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 23238, 747, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 23239, 747, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 23240, 747, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 23002, 613, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::Dispose() */,
{ 23003, 613, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::get_eventTypeId() */,
{ 23001, 613, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::Acquire() */,
{ 24629, 882, -1 } /* ZXing.Common.BitMatrix ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::Encode(System.String) */,
{ 791, 1656, -1 } /* System.Boolean System.ValueTuple`2<T1,T2>::Equals(System.ValueTuple`2<T1,T2>) */,
{ 11155, 1891, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T1>::get_Default() */,
{ 11157, 1891, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T1>::Equals(T,T) */,
{ 11155, 1892, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T2>::get_Default() */,
{ 11157, 1892, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T2>::Equals(T,T) */,
{ 794, 1656, -1 } /* System.Int32 System.ValueTuple`2<T1,T2>::CompareTo(System.ValueTuple`2<T1,T2>) */,
{ 11125, 1891, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T1>::get_Default() */,
{ 11128, 1891, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T1>::Compare(T,T) */,
{ 11125, 1892, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T2>::get_Default() */,
{ 11128, 1892, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T2>::Compare(T,T) */,
{ 798, 1656, -1 } /* System.Int32 System.ValueTuple`2<T1,T2>::GetHashCodeCore(System.Collections.IEqualityComparer) */,
{ 10854, 1658, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<T>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 1114, 1659, -1 } /* TOutput System.Converter`2<TInput,TOutput>::Invoke(TInput) */,
{ 1074, 1660, -1 } /* System.Void System.Action`1<T>::Invoke(T) */,
{ 843, -1, 2459 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 1661 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 2460 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 10978, 1662, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 948, -1, 2461 } /* System.Int32 System.Array::IndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 2462 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 2463 } /* System.Int32 System.Array::IndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 2464 } /* System.Int32 System.Array::LastIndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 2465 } /* System.Int32 System.Array::LastIndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 2466 } /* System.Int32 System.Array::LastIndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 859, -1, 2467 } /* System.Void System.Array::Reverse<T>(T[],System.Int32,System.Int32) */,
{ 875, -1, 2468 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 2469 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 1663 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10977, 1664, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 1665, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 880, -1, 2470 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 880, -1, 2471 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 880, -1, 2472 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 875, -1, 1667 } /* System.Void System.Array::Sort<TKey>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10990, 1893, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::get_Default() */,
{ 10992, 1893, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::Sort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 886, -1, 1668 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Predicate`1<T>) */,
{ 1118, 1669, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 946, -1, 1670 } /* T[] System.Array::Empty<T>() */,
{ 1118, 1670, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 802, -1, 1670 } /* System.Void System.Array::Resize<T>(T[]&,System.Int32) */,
{ 888, -1, 1671 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 888, -1, 1672 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 1118, 1673, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 1118, 1674, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 892, -1, 1675 } /* System.Int32 System.Array::FindLastIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 892, -1, 1676 } /* System.Int32 System.Array::FindLastIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 1118, 1677, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 1118, 1678, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 959, 1679, -1 } /* System.Void System.Array/InternalEnumerator`1<T>::.ctor(System.Array) */,
{ 11155, 1895, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 11159, 1895, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11155, 1896, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 11160, 1896, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 909, -1, 1680 } /* T System.Array::InternalArray__get_Item<T>(System.Int32) */,
{ 962, 1680, -1 } /* T System.Array/InternalEnumerator`1<T>::get_Current() */,
{ 967, 1681, -1 } /* T System.Array/EmptyInternalEnumerator`1<T>::get_Current() */,
{ 970, 1681, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<T>::.ctor() */,
{ 998, 1682, -1 } /* System.Void System.Tuple`2<T1,T2>::.ctor(T1,T2) */,
{ 1162, 1683, -1 } /* System.Boolean System.ArraySegment`1<T>::Equals(System.ArraySegment`1<T>) */,
{ 849, -1, 1683 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 1177, 1683, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<T>::.ctor(System.ArraySegment`1<T>) */,
{ 1179, 1684, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<T>::get_Current() */,
{ 802, -1, 1899 } /* System.Void System.Array::Resize<T>(T[]&,System.Int32) */,
{ 3703, 1685, -1 } /* System.Boolean System.Nullable`1<T>::Equals(System.Nullable`1<T>) */,
{ 3699, 1685, -1 } /* System.Void System.Nullable`1<T>::.ctor(T) */,
{ 5273, 1686, -1 } /* R System.Reflection.MonoProperty/Getter`2<T,R>::Invoke(T) */,
{ 5277, 1687, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<R>::Invoke() */,
{ 5646, 1688, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose(System.Boolean) */,
{ 5644, 1688, -1 } /* System.IO.Iterator`1<TSource> System.IO.Iterator`1<TSource>::Clone() */,
{ 5643, 1688, -1 } /* TSource System.IO.Iterator`1<TSource>::get_Current() */,
{ 5647, 1688, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<TSource>::GetEnumerator() */,
{ 5642, 1689, -1 } /* System.Void System.IO.Iterator`1<TSource>::.ctor() */,
{ 5662, 1689, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::NormalizeSearchPattern(System.String) */,
{ 5664, 1689, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::GetFullSearchString(System.String,System.String) */,
{ 5663, 1689, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::GetNormalizedSearchCriteria(System.String,System.String) */,
{ 5653, 1689, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::CommonInit() */,
{ 5659, 1689, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::HandleError(System.Int32,System.String) */,
{ 5658, 1689, -1 } /* System.IO.SearchResult System.IO.FileSystemEnumerableIterator`1<TSource>::CreateSearchResult(System.IO.Directory/SearchData,Microsoft.Win32.Win32Native/WIN32_FIND_DATA) */,
{ 5665, 1689, -1 } /* System.Boolean System.IO.SearchResultHandler`1<TSource>::IsResultIncluded(System.IO.SearchResult) */,
{ 5666, 1689, -1 } /* TSource System.IO.SearchResultHandler`1<TSource>::CreateObject(System.IO.SearchResult) */,
{ 5654, 1689, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::.ctor(System.String,System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean) */,
{ 5646, 1689, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose(System.Boolean) */,
{ 5660, 1689, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::AddSearchableDirsToStack(System.IO.Directory/SearchData) */,
{ 5661, 1689, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::DoDemand(System.String) */,
{ 6922, 1690, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32) */,
{ 6925, 1690, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<T>::get_Length() */,
{ 7296, -1, 1690 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 6919, 1690, -1 } /* System.Void System.Threading.SparselyPopulatedArrayAddInfo`1<T>::.ctor(System.Threading.SparselyPopulatedArrayFragment`1<T>,System.Int32) */,
{ 6923, 1690, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 7296, -1, 2473 } /* T System.Threading.Interlocked::CompareExchange<System.Threading.SparselyPopulatedArrayFragment`1<T>>(T&,T,T) */,
{ 6923, 1692, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 7343, -1, 1692 } /* T System.Threading.Volatile::Read<T>(T&) */,
{ 7296, -1, 1692 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 7343, -1, 1693 } /* T System.Threading.Volatile::Read<T>(T&) */,
{ 6929, -1, 1693 } /* T System.Threading.LazyInitializer::EnsureInitializedCore<T>(T&,System.Func`1<T>) */,
{ 1090, 1694, -1 } /* TResult System.Func`1<T>::Invoke() */,
{ 7296, -1, 1694 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 7005, 1695, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::.ctor(T,T,System.Boolean) */,
{ 1074, 1696, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<T>>::Invoke(T) */,
{ 7001, 2474, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_PreviousValue(T) */,
{ 7003, 2474, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_CurrentValue(T) */,
{ 7004, 2474, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_ThreadContextChanged(System.Boolean) */,
{ 7344, -1, 2475 } /* System.Void System.Threading.Volatile::Write<T>(T&,T) */,
{ 7357, 1698, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7356, 1698, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7355, 1698, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7359, 1698, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 7363, 1698, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::GetResultCore(System.Boolean) */,
{ 7366, 1698, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 1090, 1698, -1 } /* TResult System.Func`1<TResult>::Invoke() */,
{ 1094, 1697, -1 } /* TResult System.Func`2<System.Object,TResult>::Invoke(T) */,
{ 10140, 1698, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10151, 1698, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 7374, 1698, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<TResult>::.ctor() */,
{ 7373, 1698, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<TResult>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 1093, 1699, -1 } /* System.Void System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>>::.ctor(System.Object,System.IntPtr) */,
{ 7372, 1700, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<TResult>::.ctor() */,
{ 7375, 1703, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<TResult>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 7377, 1901, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 1106, 1701, -1 } /* TResult System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>::Invoke(T1,T2,T3,T4) */,
{ 7379, 1901, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 7351, 1704, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 7379, 1902, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 1098, 1705, -1 } /* TResult System.Func`3<TInstance,System.IAsyncResult,TResult>::Invoke(T1,T2) */,
{ 7359, 1704, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 7360, 1704, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::DangerousSetResult(TResult) */,
{ 7366, 1704, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7364, 1704, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 7378, 1902, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 7352, 1706, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(TResult) */,
{ 7351, 1707, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 7364, 1707, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 7353, 1708, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7351, 1709, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 7366, 1709, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7358, 1710, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<TResult>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 7368, 1903, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<TResult>::GetAwaiter() */,
{ 10143, 1903, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<TResult>::GetResult() */,
{ 10089, 189, 2476 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitOnCompleted<TAwaiter,TStateMachine>(!!0&,!!1&) */,
{ 10090, 189, 2477 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<TAwaiter,TStateMachine>(!!0&,!!1&) */,
{ 10091, 1711, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::get_Task() */,
{ 7351, 1711, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 10095, 1711, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::GetTaskForResult(TResult) */,
{ 7359, 1711, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 10092, 1711, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::SetResult(TResult) */,
{ 7364, 1711, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 7366, 1711, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 10182, -1, 2478 } /* T System.Runtime.CompilerServices.JitHelpers::UnsafeCast<System.Threading.Tasks.Task`1<TResult>>(System.Object) */,
{ 7352, 1711, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(TResult) */,
{ 10098, -1, 1711 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<TResult>(TResult) */,
{ 7353, 1712, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7362, 1713, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::get_ResultOnSuccess() */,
{ 10153, 1714, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 7362, 1715, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::get_ResultOnSuccess() */,
{ 953, -1, 2479 } /* R System.Array::UnsafeMov<System.Object,T>(S) */,
{ 953, -1, 2480 } /* R System.Array::UnsafeMov<T,System.Int32>(S) */,
{ 953, -1, 2481 } /* R System.Array::UnsafeMov<T,System.Int64>(S) */,
{ 10188, 1716, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::RecomputeSize() */,
{ 10187, 1716, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::RehashWithoutResize() */,
{ 10189, 1716, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::Rehash() */,
{ 10192, 1716, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::TryGetValue(TKey,TValue&) */,
{ 10195, 1716, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<TKey,TValue>::Invoke(TKey) */,
{ 10190, 1716, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::Add(TKey,TValue) */,
{ 11252, 1717, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor() */,
{ 10827, 1717, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::SetItem(System.Int32,T) */,
{ 10825, 1717, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::InsertItem(System.Int32,T) */,
{ 10824, 1717, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::ClearItems() */,
{ 10826, 1717, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::RemoveItem(System.Int32) */,
{ 10811, 1717, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::get_Count() */,
{ 776, -1, 1717 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<T>(System.Object,System.ExceptionArgument) */,
{ 10814, 1717, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::set_Item(System.Int32,T) */,
{ 10815, 1717, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Add(T) */,
{ 10842, 1717, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::IsCompatibleObject(System.Object) */,
{ 10818, 1717, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::Contains(T) */,
{ 10820, 1717, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::IndexOf(T) */,
{ 10821, 1717, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Insert(System.Int32,T) */,
{ 10822, 1717, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::Remove(T) */,
{ 10844, 1720, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>,System.Int32) */,
{ 10809, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::.ctor() */,
{ 11155, 1719, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TKey>::get_Default() */,
{ 11026, 1720, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TItem>::ContainsKey(TKey) */,
{ 10812, 1718, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.Collection`1<TItem>::get_Items() */,
{ 10847, 1720, -1 } /* TKey System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::GetKeyForItem(TItem) */,
{ 10824, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::ClearItems() */,
{ 11025, 1720, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TItem>::Clear() */,
{ 10851, 1720, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::AddKey(TKey,TItem) */,
{ 10825, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::InsertItem(System.Int32,T) */,
{ 10853, 1720, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::RemoveKey(TKey) */,
{ 10826, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::RemoveItem(System.Int32) */,
{ 11020, 1720, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TItem>::set_Item(TKey,TValue) */,
{ 10827, 1718, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::SetItem(System.Int32,T) */,
{ 11021, 1720, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TItem>::Add(TKey,TValue) */,
{ 10852, 1720, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::CreateDictionary() */,
{ 10845, 1720, -1 } /* System.Boolean System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::Contains(TKey) */,
{ 11004, 1720, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TItem>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11038, 1720, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TItem>::Remove(TKey) */,
{ 10855, 1721, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<T>::get_Count() */,
{ 10879, 1721, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<T>::IsCompatibleObject(System.Object) */,
{ 10857, 1721, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<T>::Contains(T) */,
{ 10860, 1721, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<T>::IndexOf(T) */,
{ 10938, 1723, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::get_DefaultConcurrencyLevel() */,
{ 10890, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::.ctor(System.Int32,System.Int32,System.Boolean,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 10945, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>[],System.Object[],System.Int32[]) */,
{ 11155, 1722, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TKey>::get_Default() */,
{ 10907, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ThrowKeyNullException() */,
{ 10903, 1723, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryAddInternal(TKey,System.Int32,TValue,System.Boolean,System.Boolean,TValue&) */,
{ 10895, 1723, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryGetValue(TKey,TValue&) */,
{ 10894, 1723, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryRemoveInternal(TKey,TValue&,System.Boolean,TValue) */,
{ 10937, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetBucketAndLockNo(System.Int32,System.Int32&,System.Int32&,System.Int32,System.Int32) */,
{ 11155, 1725, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TValue>::get_Default() */,
{ 11157, 1725, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TValue>::Equals(T,T) */,
{ 7344, -1, 2482 } /* System.Void System.Threading.Volatile::Write<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&,T) */,
{ 10896, 1723, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryGetValueInternal(TKey,System.Int32,TValue&) */,
{ 10936, 1723, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetBucket(System.Int32,System.Int32) */,
{ 7343, -1, 2482 } /* T System.Threading.Volatile::Read<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&) */,
{ 10939, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::AcquireAllLocks(System.Int32&) */,
{ 10941, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ReleaseLocks(System.Int32,System.Int32) */,
{ 10899, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToPairs(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 10970, 1723, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 10954, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<TKey,TValue>::.ctor(System.Int32) */,
{ 10946, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>::.ctor(TKey,TValue,System.Int32,System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>) */,
{ 10935, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GrowTable(System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>) */,
{ 10906, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ThrowKeyNotFoundException() */,
{ 10909, 1723, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetCountInternal() */,
{ 1094, 1723, -1 } /* TResult System.Func`2<TKey,TValue>::Invoke(T) */,
{ 10891, 1723, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryAdd(TKey,TValue) */,
{ 10893, 1723, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryRemove(TKey,TValue&) */,
{ 10942, 1723, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetKeys() */,
{ 10943, 1723, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<TValue> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetValues() */,
{ 10971, 1723, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 10972, 1723, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 10902, 1723, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetEnumerator() */,
{ 10892, 1723, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ContainsKey(TKey) */,
{ 10947, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<TKey,TValue>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>) */,
{ 10905, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::set_Item(TKey,TValue) */,
{ 10900, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToEntries(System.Collections.DictionaryEntry[],System.Int32) */,
{ 10901, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToObjects(System.Object[],System.Int32) */,
{ 10940, 1723, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::AcquireLocks(System.Int32,System.Int32,System.Int32&) */,
{ 11253, 1722, -1 } /* System.Void System.Collections.Generic.List`1<TKey>::.ctor(System.Int32) */,
{ 11268, 1722, -1 } /* System.Void System.Collections.Generic.List`1<TKey>::Add(T) */,
{ 10854, 1722, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TKey>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11253, 1725, -1 } /* System.Void System.Collections.Generic.List`1<TValue>::.ctor(System.Int32) */,
{ 11268, 1725, -1 } /* System.Void System.Collections.Generic.List`1<TValue>::Add(T) */,
{ 10854, 1725, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TValue>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10888, 1723, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::IsValueWriteAtomic() */,
{ 10902, 1728, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetEnumerator() */,
{ 10971, 1728, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 10972, 1728, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 10948, 1728, -1 } /* System.Collections.DictionaryEntry System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<TKey,TValue>::get_Entry() */,
{ 7343, -1, 2483 } /* T System.Threading.Volatile::Read<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&) */,
{ 10970, 1730, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 10960, 1732, -1 } /* System.Void System.Collections.Generic.ReferenceEqualityComparer`1<T>::.ctor() */,
{ 10965, -1, 1733 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<TKey,TValue>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey,TValue) */,
{ 10970, 1737, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 10971, 2484, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 10972, 2484, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 11125, 1738, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T>::get_Default() */,
{ 11223, 1738, -1 } /* System.Int32 System.Collections.Generic.IComparer`1<T>::Compare(T,T) */,
{ 1109, 1738, -1 } /* System.Void System.Comparison`1<T>::.ctor(System.Object,System.IntPtr) */,
{ 10983, 1738, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10980, 1738, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 1110, 1738, -1 } /* System.Int32 System.Comparison`1<T>::Invoke(T,T) */,
{ 10984, 1738, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10981, 1738, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 10988, 1738, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10986, 1738, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10985, 1738, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10982, 1738, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Swap(T[],System.Int32,System.Int32) */,
{ 10987, 1738, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10991, 1739, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::CreateArraySortHelper() */,
{ 11001, 1739, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::.ctor() */,
{ 11125, 1740, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<TKey>::get_Default() */,
{ 10995, 1739, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::IntrospectiveSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10996, 1739, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::IntroSort(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10993, 1739, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::SwapIfGreaterWithItems(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>,System.Int32,System.Int32) */,
{ 11000, 1739, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::InsertionSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10998, 1739, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::Heapsort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10997, 1739, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::PickPivotAndPartition(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 10994, 1739, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 10999, 1739, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::DownHeap(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11005, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11033, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Initialize(System.Int32) */,
{ 11155, 1741, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TKey>::get_Default() */,
{ 11007, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11021, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Add(TKey,TValue) */,
{ 10971, 1742, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 10972, 1742, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 11009, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11068, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11088, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11032, 1742, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::FindEntry(TKey) */,
{ 11034, 1742, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11155, 1744, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TValue>::get_Default() */,
{ 11157, 1744, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TValue>::Equals(T,T) */,
{ 11038, 1742, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::Remove(TKey) */,
{ 11012, 1742, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 10970, 1742, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 11059, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11028, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11036, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Resize() */,
{ 11037, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Resize(System.Int32,System.Boolean) */,
{ 11013, 1742, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Keys() */,
{ 11016, 1742, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Values() */,
{ 11054, 1742, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::IsCompatibleKey(System.Object) */,
{ 11020, 1742, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::set_Item(TKey,TValue) */,
{ 11026, 1742, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::ContainsKey(TKey) */,
{ 10970, 1745, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 10971, 1745, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 10972, 1745, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 11082, 1747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11012, 1747, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 11026, 1747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::ContainsKey(TKey) */,
{ 11070, 1747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue>::CopyTo(TKey[],System.Int32) */,
{ 11102, 1751, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11012, 1751, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 11027, 1751, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::ContainsValue(TValue) */,
{ 11090, 1751, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue>::CopyTo(TValue[],System.Int32) */,
{ 11127, 1758, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T>::CreateComparer() */,
{ 11143, 1758, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<T>::.ctor(System.Comparison`1<T>) */,
{ 11142, 1758, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<T>::.ctor() */,
{ 11128, 1758, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::Compare(T,T) */,
{ 2223, 1759, -1 } /* System.Int32 System.IComparable`1<T>::CompareTo(T) */,
{ 11130, 1759, -1 } /* System.Void System.Collections.Generic.Comparer`1<T>::.ctor() */,
{ 3700, 1760, -1 } /* System.Boolean System.Nullable`1<T>::get_HasValue() */,
{ 2223, 1760, -1 } /* System.Int32 System.IComparable`1<T>::CompareTo(T) */,
{ 11130, 1761, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Nullable`1<T>>::.ctor() */,
{ 11130, 1762, -1 } /* System.Void System.Collections.Generic.Comparer`1<T>::.ctor() */,
{ 11130, 1763, -1 } /* System.Void System.Collections.Generic.Comparer`1<T>::.ctor() */,
{ 1110, 1763, -1 } /* System.Int32 System.Comparison`1<T>::Invoke(T,T) */,
{ 10811, 2485, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::get_Count() */,
{ 10817, 2485, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::CopyTo(T[],System.Int32) */,
{ 11156, 1769, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::CreateComparer() */,
{ 11184, 1769, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<T>::.ctor() */,
{ 11157, 1769, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(T,T) */,
{ 11158, 1769, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::GetHashCode(T) */,
{ 2243, 1770, -1 } /* System.Boolean System.IEquatable`1<T>::Equals(T) */,
{ 11163, 1770, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 3700, 1771, -1 } /* System.Boolean System.Nullable`1<T>::get_HasValue() */,
{ 2243, 1771, -1 } /* System.Boolean System.IEquatable`1<T>::Equals(T) */,
{ 11163, 1772, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::.ctor() */,
{ 11163, 1773, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 10183, -1, 1774 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 11163, 1774, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 11194, 1775, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::.ctor() */,
{ 10183, -1, 1775 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 11194, 1776, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::.ctor() */,
{ 10183, -1, 1776 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 10184, -1, 1777 } /* System.Int64 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCastLong<T>(T) */,
{ 11163, 1777, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 11268, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::Add(T) */,
{ 951, -1, 1791 } /* T System.Array::UnsafeLoad<T>(T[],System.Int32) */,
{ 11263, 1791, -1 } /* T System.Collections.Generic.List`1<T>::get_Item(System.Int32) */,
{ 776, -1, 1791 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<T>(System.Object,System.ExceptionArgument) */,
{ 11264, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Item(System.Int32,T) */,
{ 11283, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::EnsureCapacity(System.Int32) */,
{ 11257, 1791, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 11305, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10854, 1791, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<T>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 843, -1, 1791 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11272, 1791, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11155, 1791, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 11157, 1791, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(T,T) */,
{ 11265, 1791, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::IsCompatibleObject(System.Object) */,
{ 11276, 1791, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Contains(T) */,
{ 11282, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::CopyTo(T[],System.Int32) */,
{ 11256, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Capacity(System.Int32) */,
{ 11287, 1791, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::FindIndex(System.Predicate`1<T>) */,
{ 1118, 1791, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 11252, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor() */,
{ 11289, 1791, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11293, 1791, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 1074, 1791, -1 } /* System.Void System.Action`1<T>::Invoke(T) */,
{ 11340, 1791, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<T>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11253, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor(System.Int32) */,
{ 849, -1, 1791 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 11299, 1791, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::IndexOf(T) */,
{ 11303, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::Insert(System.Int32,T) */,
{ 11308, 1791, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 855, -1, 1791 } /* System.Int32 System.Array::LastIndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 11312, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::RemoveAt(System.Int32) */,
{ 11309, 1791, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Remove(T) */,
{ 11315, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::Reverse(System.Int32,System.Int32) */,
{ 859, -1, 1791 } /* System.Void System.Array::Reverse<T>(T[],System.Int32,System.Int32) */,
{ 11318, 1791, -1 } /* System.Void System.Collections.Generic.List`1<T>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 1791 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10979, 1791, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11325, 1791, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<T>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11253, 1793, -1 } /* System.Void System.Collections.Generic.List`1<TOutput>::.ctor(System.Int32) */,
{ 1114, 1792, -1 } /* TOutput System.Converter`2<T,TOutput>::Invoke(TInput) */,
{ 11257, 1794, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 11268, 1794, -1 } /* System.Void System.Collections.Generic.List`1<T>::Add(T) */,
{ 11275, 1794, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 11276, 1794, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Contains(T) */,
{ 11282, 1794, -1 } /* System.Void System.Collections.Generic.List`1<T>::CopyTo(T[],System.Int32) */,
{ 11309, 1794, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Remove(T) */,
{ 11295, 1794, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<T>::GetEnumerator() */,
{ 11263, 1794, -1 } /* T System.Collections.Generic.List`1<T>::get_Item(System.Int32) */,
{ 11264, 1794, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Item(System.Int32,T) */,
{ 11299, 1794, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::IndexOf(T) */,
{ 11303, 1794, -1 } /* System.Void System.Collections.Generic.List`1<T>::Insert(System.Int32,T) */,
{ 11312, 1794, -1 } /* System.Void System.Collections.Generic.List`1<T>::RemoveAt(System.Int32) */,
{ 11343, 1795, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<T>::MoveNextRare() */,
{ 11344, 1795, -1 } /* T System.Collections.Generic.List`1/Enumerator<T>::get_Current() */,
{ 1118, 1796, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 10809, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::.ctor() */,
{ 13094, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::Initialize() */,
{ 10810, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::.ctor(System.Collections.Generic.IList`1<!0>) */,
{ 13095, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_ItemTypeHasDefaultConstructor() */,
{ 10812, 1797, -1 } /* System.Collections.Generic.IList`1<!0> System.Collections.ObjectModel.Collection`1<T>::get_Items() */,
{ 13147, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::HookPropertyChanged(T) */,
{ 13118, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_AllowNew() */,
{ 13107, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::FireListChanged(System.ComponentModel.ListChangedType,System.Int32) */,
{ 13098, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::OnAddingNew(System.ComponentModel.AddingNewEventArgs) */,
{ 13102, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::OnListChanged(System.ComponentModel.ListChangedEventArgs) */,
{ 13113, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::EndNew(System.Int32) */,
{ 13148, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::UnhookPropertyChanged(T) */,
{ 10824, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::ClearItems() */,
{ 10825, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::InsertItem(System.Int32,!0) */,
{ 10826, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::RemoveItem(System.Int32) */,
{ 10827, 1797, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::SetItem(System.Int32,!0) */,
{ 13117, 1797, -1 } /* System.Object System.ComponentModel.BindingList`1<T>::AddNewCore() */,
{ 13099, 1797, -1 } /* System.Object System.ComponentModel.BindingList`1<T>::FireAddingNew() */,
{ 13116, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_AddingNewHandled() */,
{ 13121, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_AllowEdit() */,
{ 13124, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_AllowRemove() */,
{ 13128, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_SupportsChangeNotificationCore() */,
{ 13130, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_SupportsSearchingCore() */,
{ 13132, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_SupportsSortingCore() */,
{ 13134, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_IsSortedCore() */,
{ 13136, 1797, -1 } /* System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1<T>::get_SortPropertyCore() */,
{ 13138, 1797, -1 } /* System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1<T>::get_SortDirectionCore() */,
{ 13140, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) */,
{ 13142, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::RemoveSortCore() */,
{ 13144, 1797, -1 } /* System.Int32 System.ComponentModel.BindingList`1<T>::FindCore(System.ComponentModel.PropertyDescriptor,System.Object) */,
{ 13149, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::Child_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) */,
{ 13103, 1797, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_RaiseListChangedEvents() */,
{ 13105, 1797, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::ResetBindings() */,
{ 16551, 1798, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<T>::AddLast(T) */,
{ 16581, 1798, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<T>::.ctor(System.Collections.Generic.LinkedList`1<T>,T) */,
{ 16564, 1798, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalInsertNodeToEmptyList(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16563, 1798, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalInsertNodeBefore(System.Collections.Generic.LinkedListNode`1<T>,System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16566, 1798, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::ValidateNewNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16582, 1798, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<T>::get_Next() */,
{ 16584, 1798, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<T>::Invalidate() */,
{ 16555, 1798, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<T>::Find(T) */,
{ 16544, 1798, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<T>::get_Count() */,
{ 11155, 1798, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 11157, 1798, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(!0,!0) */,
{ 16572, 1798, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<T>::.ctor(System.Collections.Generic.LinkedList`1<T>) */,
{ 16556, 1798, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<T>::GetEnumerator() */,
{ 16565, 1798, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalRemoveNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16567, 1798, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::ValidateNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 16554, 1798, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::CopyTo(T[],System.Int32) */,
{ 16544, 1799, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<T>::get_Count() */,
{ 946, -1, 1801 } /* !!0[] System.Array::Empty<T>() */,
{ 16595, 1801, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::SetCapacity(System.Int32) */,
{ 16596, 1801, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::MoveNext(System.Int32&) */,
{ 16598, 1801, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<T>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 16597, 1801, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::ThrowForEmptyQueue() */,
{ 10205, -1, 1801 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 16602, 1802, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<T>::ThrowEnumerationNotStartedOrEnded() */,
{ 16601, 1802, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<T>::get_Current() */,
{ 946, -1, 1803 } /* !!0[] System.Array::Empty<TKey>() */,
{ 946, -1, 1805 } /* !!0[] System.Array::Empty<TValue>() */,
{ 11125, 1803, -1 } /* System.Collections.Generic.Comparer`1<!0> System.Collections.Generic.Comparer`1<TKey>::get_Default() */,
{ 16605, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::.ctor() */,
{ 843, -1, 1803 } /* System.Int32 System.Array::BinarySearch<TKey>(!!0[],System.Int32,System.Int32,!!0,System.Collections.Generic.IComparer`1<!!0>) */,
{ 16647, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::Insert(System.Int32,TKey,TValue) */,
{ 10971, 1804, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 10972, 1804, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 16607, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::Add(TKey,TValue) */,
{ 16645, 1804, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::IndexOfKey(TKey) */,
{ 11155, 1805, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<TValue>::get_Default() */,
{ 11157, 1805, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TValue>::Equals(!0,!0) */,
{ 16649, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::RemoveAt(System.Int32) */,
{ 16621, 1804, -1 } /* System.Collections.Generic.SortedList`2/KeyList<TKey,TValue> System.Collections.Generic.SortedList`2<TKey,TValue>::GetKeyListHelper() */,
{ 16622, 1804, -1 } /* System.Collections.Generic.SortedList`2/ValueList<TKey,TValue> System.Collections.Generic.SortedList`2<TKey,TValue>::GetValueListHelper() */,
{ 16674, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 16692, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 10205, -1, 1803 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<TKey>() */,
{ 10205, -1, 1805 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<TValue>() */,
{ 16652, 1804, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::IsCompatibleKey(System.Object) */,
{ 16630, 1804, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::ContainsKey(TKey) */,
{ 16646, 1804, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::IndexOfValue(TValue) */,
{ 16614, 1804, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 10970, 1804, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(!0,!1) */,
{ 16611, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::set_Capacity(System.Int32) */,
{ 16653, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>,System.Int32) */,
{ 16642, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::set_Item(TKey,TValue) */,
{ 849, -1, 1805 } /* System.Int32 System.Array::IndexOf<TValue>(!!0[],!!0,System.Int32,System.Int32) */,
{ 16634, 1804, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::EnsureCapacity(System.Int32) */,
{ 16650, 1804, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::Remove(TKey) */,
{ 16614, 1807, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 10970, 1807, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(!0,!1) */,
{ 16614, 1809, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 16614, 1811, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 16630, 1813, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::ContainsKey(TKey) */,
{ 16614, 1813, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 16640, 1813, -1 } /* TKey System.Collections.Generic.SortedList`2<TKey,TValue>::GetKey(System.Int32) */,
{ 16662, 1813, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 843, -1, 1814 } /* System.Int32 System.Array::BinarySearch<TKey>(!!0[],System.Int32,System.Int32,!!0,System.Collections.Generic.IComparer`1<!!0>) */,
{ 16631, 1815, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::ContainsValue(TValue) */,
{ 16614, 1815, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 16635, 1815, -1 } /* TValue System.Collections.Generic.SortedList`2<TKey,TValue>::GetByIndex(System.Int32) */,
{ 16668, 1815, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListValueEnumerator<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 849, -1, 1816 } /* System.Int32 System.Array::IndexOf<TValue>(!!0[],!!0,System.Int32,System.Int32) */,
{ 946, -1, 1817 } /* !!0[] System.Array::Empty<T>() */,
{ 10205, -1, 1817 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 16722, 1817, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<T>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 16721, 1817, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::ThrowForEmptyStack() */,
{ 802, -1, 1817 } /* System.Void System.Array::Resize<T>(!!0[]&,System.Int32) */,
{ 16726, 1818, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<T>::ThrowEnumerationNotStartedOrEnded() */,
{ 16725, 1818, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<T>::get_Current() */,
{ 17348, 1819, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 17357, 1819, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<TSource>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 17361, 1819, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<TSource>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 17352, 1819, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<TSource>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 17365, 1906, -1 } /* System.Void System.Linq.Enumerable/<>c__DisplayClass6_0`1<TSource>::.ctor() */,
{ 17366, 1906, -1 } /* System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1<TSource>::<CombinePredicates>b__0(TSource) */,
{ 1093, 1821, -1 } /* System.Void System.Func`2<TSource,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 1823, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 1094, 1826, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 17344, 1827, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::Clone() */,
{ 17343, 1827, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 17346, 1827, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 17342, 1829, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 17352, 1829, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<TSource>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 17345, 1829, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 1094, 1830, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 17338, -1, 1829 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 17342, 1831, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 17357, 1831, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<TSource>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 1094, 1832, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 17338, -1, 1831 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 17342, 1833, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 17361, 1833, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<TSource>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 11295, 1833, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<TSource>::GetEnumerator() */,
{ 11344, 1833, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<TSource>::get_Current() */,
{ 1094, 1834, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 11342, 1833, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<TSource>::MoveNext() */,
{ 17338, -1, 1833 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 1094, 1835, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 11155, 1836, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 17368, 1836, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::.ctor(System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 17387, 1836, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<T>::AddIfNotPresent(T) */,
{ 17388, 1836, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<T>::InternalGetHashCode(T) */,
{ 17383, 1836, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::CopyTo(T[],System.Int32,System.Int32) */,
{ 10205, -1, 1836 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 17389, 1836, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<T>::.ctor(System.Collections.Generic.HashSet`1<T>) */,
{ 17382, 1836, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::CopyTo(T[]) */,
{ 17386, 1836, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::SetCapacity(System.Int32) */,
{ 17384, 1836, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::Initialize(System.Int32) */,
{ 17385, 1836, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::IncreaseCapacity() */,
{ 17392, 1837, -1 } /* T System.Collections.Generic.HashSet`1/Enumerator<T>::get_Current() */,
{ 17501, -1, 1838 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<T>(System.Void*,System.Int32) */,
{ 17502, -1, 1838 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<T>(System.Void*,System.Int32,T) */,
{ 17478, 1838, -1 } /* System.Void Unity.Collections.NativeArray`1<T>::Deallocate() */,
{ 17486, 1838, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<T>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 17480, 1838, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<T>::GetEnumerator() */,
{ 17483, 1838, -1 } /* System.Boolean Unity.Collections.NativeArray`1<T>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 17475, 1839, -1 } /* System.Int32 Unity.Collections.NativeArray`1<T>::get_Length() */,
{ 17476, 1839, -1 } /* T Unity.Collections.NativeArray`1<T>::get_Item(System.Int32) */,
{ 17490, 1839, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<T>::get_Current() */,
{ 17504, -1, 2486 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::InternalEnumToInt<T>(T&,System.Int32&) */,
{ 18663, -1, 2487 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<T>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) */,
{ 19462, -1, 1843 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<T>(System.Collections.Generic.List`1<T>) */,
{ 19462, -1, 1844 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<T>(System.Collections.Generic.List`1<T>) */,
{ 11275, 1845, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 19460, -1, 1845 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<T>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 18667, -1, 1846 } /* System.Void UnityEngine.Mesh::SetListForChannel<T>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 11255, 1848, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Capacity() */,
{ 11257, 1848, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 11275, 1849, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 11255, 1849, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Capacity() */,
{ 11256, 1849, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Capacity(System.Int32) */,
{ 19459, -1, 1849 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<T>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 11257, 1850, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 19275, -1, 2488 } /* T[] UnityEngine.Resources::ConvertObjects<T>(UnityEngine.Object[]) */,
{ 7296, -1, 2489 } /* !!0 System.Threading.Interlocked::CompareExchange<UnityEngine.Events.UnityAction`1<T1>>(!!0&,!!0,!!0) */,
{ 19926, 1852, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T1>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19917, -1, 1852 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 19983, 1852, -1 } /* System.Void UnityEngine.Events.UnityAction`1<T1>::Invoke(T0) */,
{ 19917, -1, 2490 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 19917, -1, 2491 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 19994, 1853, -1 } /* System.Void UnityEngine.Events.UnityAction`2<T1,T2>::Invoke(T0,T1) */,
{ 19917, -1, 2492 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 19917, -1, 2493 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 19917, -1, 2494 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T3>(System.Object) */,
{ 20001, 1854, -1 } /* System.Void UnityEngine.Events.UnityAction`3<T1,T2,T3>::Invoke(T0,T1,T2) */,
{ 19917, -1, 2495 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 19917, -1, 2496 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 19917, -1, 2497 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T3>(System.Object) */,
{ 19917, -1, 2498 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T4>(System.Object) */,
{ 20008, 1855, -1 } /* System.Void UnityEngine.Events.UnityAction`4<T1,T2,T3,T4>::Invoke(T0,T1,T2,T3) */,
{ 19928, 1856, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19931, 1856, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T>::Invoke(T1) */,
{ 19991, 1857, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<T0>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 19928, 1857, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19929, 1857, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 19931, 1857, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::Invoke(T1) */,
{ 19933, 1907, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<T0,T1>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19936, 1908, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<T0,T1,T2>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 19939, 1909, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<T0,T1,T2,T3>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 11155, 1910, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 20310, -1, 1910 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<T>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 21850, -1, 2499 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<ArrayType>(System.IntPtr) */,
{ 21852, -1, 2500 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<ReturnType>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21822, -1, 2501 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<ReturnType>(System.String,System.Object[]) */,
{ 21823, -1, 2502 } /* ReturnType UnityEngine.AndroidJavaObject::_CallStatic<ReturnType>(System.String,System.Object[]) */,
{ 21675, -1, 2503 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<ReturnType>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21674, -1, 2503 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<ReturnType>(System.IntPtr) */,
{ 21675, -1, 2504 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<ReturnType>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 21674, -1, 2504 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<ReturnType>(System.IntPtr) */,
{ 21858, -1, 2505 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<ReturnType>(System.Object[]) */,
{ 22730, 1859, -1 } /* T UnityEngine.UIElements.ObjectPool`1<T>::Get() */,
{ 22729, 1859, -1 } /* System.Int32 UnityEngine.UIElements.ObjectPool`1<T>::Size() */,
{ 16710, 1859, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::.ctor() */,
{ 22727, 1859, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<T>::set_maxSize(System.Int32) */,
{ 16711, 1859, -1 } /* System.Int32 System.Collections.Generic.Stack`1<T>::get_Count() */,
{ 16719, 1859, -1 } /* !0 System.Collections.Generic.Stack`1<T>::Pop() */,
{ 1126, -1, 1859 } /* !!0 System.Activator::CreateInstance<T>() */,
{ 16718, 1859, -1 } /* !0 System.Collections.Generic.Stack`1<T>::Peek() */,
{ 22726, 1859, -1 } /* System.Int32 UnityEngine.UIElements.ObjectPool`1<T>::get_maxSize() */,
{ 16720, 1859, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::Push(!0) */,
{ 22997, 1860, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 22887, 1860, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::LocalInit() */,
{ 22884, 1860, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::set_relatedTarget(UnityEngine.UIElements.IEventHandler) */,
{ 22885, 1860, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::set_pointerId(System.Int32) */,
{ 22998, 1860, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 22995, 1860, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 22886, 1861, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::Init() */,
{ 22889, 1861, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::.ctor() */,
{ 22997, 1862, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 22901, 1862, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<T>::LocalInit() */,
{ 22899, 1862, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<T>::set_commandName(System.String) */,
{ 22998, 1862, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 22995, 1862, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 23122, 1863, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::.ctor() */,
{ 22730, 1864, -1 } /* T UnityEngine.UIElements.ObjectPool`1<T>::Get() */,
{ 22998, 1864, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 22731, 1864, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<T>::Release(T) */,
{ 23000, 1864, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::ReleasePooled(T) */,
{ 22728, 1864, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<T>::.ctor(System.Int32) */,
{ 22997, 1865, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 23041, 1865, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<T>::LocalInit() */,
{ 23036, 1865, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<T>::set_relatedTarget(UnityEngine.UIElements.Focusable) */,
{ 23037, 1865, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<T>::set_direction(UnityEngine.UIElements.FocusChangeDirection) */,
{ 23039, 1865, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<T>::set_focusController(UnityEngine.UIElements.FocusController) */,
{ 22998, 1865, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 22995, 1865, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 22997, 1866, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 23069, 1866, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<T>::LocalInit() */,
{ 23065, 1866, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<T>::set_modifiers(UnityEngine.EventModifiers) */,
{ 23066, 1866, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<T>::set_character(System.Char) */,
{ 23067, 1866, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<T>::set_keyCode(UnityEngine.KeyCode) */,
{ 22998, 1866, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 22995, 1866, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 22997, 1867, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 23113, 1867, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::LocalInit() */,
{ 23094, 1867, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_modifiers(UnityEngine.EventModifiers) */,
{ 23096, 1867, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_mousePosition(UnityEngine.Vector2) */,
{ 23097, 1867, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_localMousePosition(UnityEngine.Vector2) */,
{ 23099, 1867, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_mouseDelta(UnityEngine.Vector2) */,
{ 23101, 1867, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_clickCount(System.Int32) */,
{ 23103, 1867, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_button(System.Int32) */,
{ 23105, 1867, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_pressedButtons(System.Int32) */,
{ 23095, 1867, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<T>::get_mousePosition() */,
{ 22998, 1867, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 23120, 1867, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<T>::GetPooled(UnityEngine.UIElements.IMouseEvent) */,
{ 22999, 1867, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled(UnityEngine.UIElements.EventBase) */,
{ 22995, 1867, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 23119, 1868, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<TLeaveEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 23119, 1869, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<TEnterEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 23247, 1870, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<TLeaveEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 23247, 1871, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<TEnterEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 22997, 1872, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 23242, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::LocalInit() */,
{ 23202, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_pointerId(System.Int32) */,
{ 23204, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_pointerType(System.String) */,
{ 23206, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_isPrimary(System.Boolean) */,
{ 23208, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_button(System.Int32) */,
{ 23210, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_pressedButtons(System.Int32) */,
{ 23212, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_position(UnityEngine.Vector3) */,
{ 23214, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_localPosition(UnityEngine.Vector3) */,
{ 23216, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_deltaPosition(UnityEngine.Vector3) */,
{ 23218, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_deltaTime(System.Single) */,
{ 23220, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_clickCount(System.Int32) */,
{ 23222, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_pressure(System.Single) */,
{ 23224, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_tangentialPressure(System.Single) */,
{ 23226, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_altitudeAngle(System.Single) */,
{ 23228, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_azimuthAngle(System.Single) */,
{ 23230, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_twist(System.Single) */,
{ 23232, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_radius(UnityEngine.Vector2) */,
{ 23234, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_radiusVariance(UnityEngine.Vector2) */,
{ 23236, 1872, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_modifiers(UnityEngine.EventModifiers) */,
{ 23211, 1872, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<T>::get_position() */,
{ 22998, 1872, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 23245, 1872, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<T>::IsMouse(UnityEngine.Event) */,
{ 23201, 1872, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<T>::get_pointerId() */,
{ 23209, 1872, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<T>::get_pressedButtons() */,
{ 23248, 1872, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<T>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 22995, 1872, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 17503, -1, 1873 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::EnumToInt<T>(!!0) */,
{ 23320, 1873, -1 } /* System.Boolean UnityEngine.UIElements.StyleEnum`1<T>::op_Equality(UnityEngine.UIElements.StyleEnum`1<T>,UnityEngine.UIElements.StyleEnum`1<T>) */,
{ 23366, -1, 1873 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<T>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 23319, 1875, -1 } /* System.Void UnityEngine.UIElements.StyleEnum`1<T>::.ctor(T,UnityEngine.UIElements.StyleKeyword) */,
{ 23317, 1875, -1 } /* System.Void UnityEngine.UIElements.StyleEnum`1<T>::set_specificity(System.Int32) */,
{ 16585, 1877, -1 } /* System.Void System.Collections.Generic.Queue`1<T[]>::.ctor() */,
{ 23506, 2506, -1 } /* System.Int32 ArrayPool`1<T>::NextPowerOfTwo(System.Int32) */,
{ 23509, 2506, -1 } /* System.Int32 ArrayPool`1<T>::GetSlot(System.Int32) */,
{ 16586, 1877, -1 } /* System.Int32 System.Collections.Generic.Queue`1<T[]>::get_Count() */,
{ 16594, 1877, -1 } /* !0 System.Collections.Generic.Queue`1<T[]>::Dequeue() */,
{ 16590, 1877, -1 } /* System.Void System.Collections.Generic.Queue`1<T[]>::Enqueue(!0) */,
{ 24626, 1878, -1 } /* ZXing.Writer ZXing.BarcodeWriterGeneric`1<TOutput>::get_Encoder() */,
{ 24624, 1878, -1 } /* ZXing.Common.EncodingOptions ZXing.BarcodeWriterGeneric`1<TOutput>::get_Options() */,
{ 24622, 1878, -1 } /* ZXing.BarcodeFormat ZXing.BarcodeWriterGeneric`1<TOutput>::get_Format() */,
{ 24627, 1878, -1 } /* ZXing.Rendering.IBarcodeRenderer`1<TOutput> ZXing.BarcodeWriterGeneric`1<TOutput>::get_Renderer() */,
{ 24629, 1878, -1 } /* ZXing.Common.BitMatrix ZXing.BarcodeWriterGeneric`1<TOutput>::Encode(System.String) */,
{ 31771, 1911, -1 } /* System.String LuaInterface.TypeTraits`1<T>::GetTypeName() */,
{ 30940, 1911, -1 } /* System.Void LuaInterface.LuaOut`1<T>::.ctor() */,
{ 31704, -1, 1911 } /* System.Void LuaInterface.ToLua::PushOut<T>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 19322, -1, 1912 } /* !!0 UnityEngine.Component::GetComponent<T>() */,
{ 25806, 1912, -1 } /* System.Void MonoSingleton`1<T>::Init() */,
{ 19389, -1, 1912 } /* !!0 UnityEngine.GameObject::AddComponent<T>() */,
{ 25822, 1913, -1 } /* System.Void Singleton`1<T>::CreateInstance() */,
{ 1126, -1, 1913 } /* !!0 System.Activator::CreateInstance<T>() */,
{ 25826, 1913, -1 } /* System.Void Singleton`1<T>::Init() */,
{ 25827, 1913, -1 } /* System.Void Singleton`1<T>::UnInit() */,
{ 31782, 1914, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<T>::Create(LuaInterface.LuaFunction) */,
{ 30834, -1, 2507 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2508 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2509 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2510 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2511 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2512 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2513 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2514 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2515 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2516 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2517 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2518 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2519 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2520 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2521 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2522 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2523 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2524 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2525 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2526 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2527 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 30834, -1, 2528 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2529 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2530 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2531 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2532 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2533 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 30834, -1, 2534 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 30834, -1, 2535 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2536 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2537 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2538 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2539 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2540 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 30834, -1, 2541 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 30834, -1, 2542 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T8>(T) */,
{ 30834, -1, 2543 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2544 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2545 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2546 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2547 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2548 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 30834, -1, 2549 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 30834, -1, 2550 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T8>(T) */,
{ 30834, -1, 2551 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T9>(T) */,
{ 30858, -1, 2552 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2553 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30858, -1, 2554 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2555 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2556 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30858, -1, 2557 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2558 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2559 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2560 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30858, -1, 2561 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2562 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2563 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2564 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2565 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30858, -1, 2566 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2567 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2568 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2569 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2570 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2571 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30858, -1, 2572 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2573 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2574 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2575 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2576 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2577 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2578 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 30858, -1, 2579 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2580 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2581 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2582 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2583 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2584 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2585 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 30834, -1, 2586 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 30858, -1, 2587 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2588 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2589 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2590 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2591 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2592 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2593 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 30834, -1, 2594 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 30834, -1, 2595 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T8>(T) */,
{ 30858, -1, 2596 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 30834, -1, 2597 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 30834, -1, 2598 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 30834, -1, 2599 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 30834, -1, 2600 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 30834, -1, 2601 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 30834, -1, 2602 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 30834, -1, 2603 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 30834, -1, 2604 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T8>(T) */,
{ 30834, -1, 2605 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T9>(T) */,
{ 30858, -1, 2606 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 31236, -1, 2607 } /* System.Void LuaInterface.LuaState::PushValue<T>(T) */,
{ 31235, -1, 2608 } /* System.Void LuaInterface.LuaState::PushSealed<T>(T) */,
{ 31237, -1, 2609 } /* System.Void LuaInterface.LuaState::PushGeneric<T>(T) */,
{ 31260, -1, 2610 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 31285, -1, 2611 } /* T LuaInterface.LuaState::LuaLoadBuffer<T>(System.Byte[],System.String) */,
{ 31285, -1, 2612 } /* T LuaInterface.LuaState::LuaLoadBuffer<T>(System.Byte[],System.String) */,
{ 31260, -1, 2613 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 31714, -1, 2614 } /* System.Void LuaInterface.ToLua::PushSealed<T>(System.IntPtr,T) */,
{ 1082, 2615, -1 } /* System.Void System.Action`2<System.IntPtr,T>::Invoke(!0,!1) */,
{ 1082, 2616, -1 } /* System.Void System.Action`2<System.IntPtr,T>::Invoke(!0,!1) */,
{ 31659, -1, 2617 } /* T[] LuaInterface.ToLua::CheckNumberArray<T>(System.IntPtr,System.Int32) */,
{ 1098, 2618, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 31260, -1, 2619 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 31237, -1, 2620 } /* System.Void LuaInterface.LuaState::PushGeneric<T>(T) */,
{ 31237, -1, 2621 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2622 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2623 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2624 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2625 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2626 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2627 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2628 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2629 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2630 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2631 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2632 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2633 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2634 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 31237, -1, 2635 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2636 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2637 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2638 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2639 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 31237, -1, 2640 } /* System.Void LuaInterface.LuaState::PushGeneric<T6>(T) */,
{ 31260, -1, 2641 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2642 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31260, -1, 2643 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2644 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2645 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31260, -1, 2646 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2647 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2648 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2649 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31260, -1, 2650 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2651 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2652 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2653 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2654 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31260, -1, 2655 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2656 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2657 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2658 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2659 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2660 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 31260, -1, 2661 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2662 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2663 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2664 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2665 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2666 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 31237, -1, 2667 } /* System.Void LuaInterface.LuaState::PushGeneric<T6>(T) */,
{ 31260, -1, 2668 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31260, -1, 2669 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 31237, -1, 2670 } /* System.Void LuaInterface.LuaState::PushGeneric<T>(T) */,
{ 31237, -1, 2671 } /* System.Void LuaInterface.LuaState::PushGeneric<K>(T) */,
{ 31260, -1, 2672 } /* T LuaInterface.LuaState::CheckValue<V>(System.Int32) */,
{ 31237, -1, 2673 } /* System.Void LuaInterface.LuaState::PushGeneric<K>(T) */,
{ 31237, -1, 2674 } /* System.Void LuaInterface.LuaState::PushGeneric<V>(T) */,
{ 31260, -1, 2675 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 31237, -1, 2676 } /* System.Void LuaInterface.LuaState::PushGeneric<T>(T) */,
{ 31237, -1, 2677 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2678 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2679 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2680 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2681 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2682 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2683 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2684 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2685 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2686 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2687 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2688 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2689 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2690 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2691 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 31237, -1, 2692 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2693 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2694 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2695 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2696 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 31237, -1, 2697 } /* System.Void LuaInterface.LuaState::PushGeneric<T6>(T) */,
{ 31260, -1, 2698 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2699 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31260, -1, 2700 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2701 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2702 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31260, -1, 2703 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2704 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2705 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2706 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31260, -1, 2707 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2708 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2709 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2710 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2711 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31260, -1, 2712 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2713 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2714 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2715 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2716 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2717 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 31260, -1, 2718 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31237, -1, 2719 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 31237, -1, 2720 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 31237, -1, 2721 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 31237, -1, 2722 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 31237, -1, 2723 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 31237, -1, 2724 } /* System.Void LuaInterface.LuaState::PushGeneric<T6>(T) */,
{ 31260, -1, 2725 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 31511, 1879, -1 } /* System.Void LuaInterface.LuaDictTable`2<K,V>::.ctor(LuaInterface.LuaTable) */,
{ 31508, 2726, -1 } /* System.Void LuaInterface.LuaDictEntry`2<K,V>::set_Key(K) */,
{ 31510, 2726, -1 } /* System.Void LuaInterface.LuaDictEntry`2<K,V>::set_Value(V) */,
{ 31451, -1, 1880 } /* V LuaInterface.LuaTable::RawGet<K,V>(K) */,
{ 31452, -1, 1880 } /* System.Void LuaInterface.LuaTable::RawSet<K,V>(K,V) */,
{ 11002, 1880, -1 } /* System.Void System.Collections.Generic.Dictionary`2<K,V>::.ctor() */,
{ 31516, 1880, -1 } /* System.Collections.Generic.IEnumerator`1<LuaInterface.LuaDictEntry`2<K,V>> LuaInterface.LuaDictTable`2<K,V>::GetEnumerator() */,
{ 31507, 1880, -1 } /* K LuaInterface.LuaDictEntry`2<K,V>::get_Key() */,
{ 31509, 1880, -1 } /* V LuaInterface.LuaDictEntry`2<K,V>::get_Value() */,
{ 11021, 1880, -1 } /* System.Void System.Collections.Generic.Dictionary`2<K,V>::Add(!0,!1) */,
{ 31518, 1880, -1 } /* System.Void LuaInterface.LuaDictTable`2/Enumerator<K,V>::.ctor(LuaInterface.LuaDictTable`2<K,V>) */,
{ 31519, 1882, -1 } /* LuaInterface.LuaDictEntry`2<K,V> LuaInterface.LuaDictTable`2/Enumerator<K,V>::get_Current() */,
{ 31260, -1, 2727 } /* T LuaInterface.LuaState::CheckValue<K>(System.Int32) */,
{ 31508, 1882, -1 } /* System.Void LuaInterface.LuaDictEntry`2<K,V>::set_Key(K) */,
{ 31260, -1, 2728 } /* T LuaInterface.LuaState::CheckValue<V>(System.Int32) */,
{ 31510, 1882, -1 } /* System.Void LuaInterface.LuaDictEntry`2<K,V>::set_Value(V) */,
{ 1082, 2729, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1082, 2730, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1082, 2731, -1 } /* System.Void System.Action`2<System.IntPtr,T2>::Invoke(!0,!1) */,
{ 1082, 2732, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1082, 2733, -1 } /* System.Void System.Action`2<System.IntPtr,T2>::Invoke(!0,!1) */,
{ 1082, 2734, -1 } /* System.Void System.Action`2<System.IntPtr,T3>::Invoke(!0,!1) */,
{ 1098, 2735, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,R1>::Invoke(!0,!1) */,
{ 1082, 2736, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1098, 2737, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,R1>::Invoke(!0,!1) */,
{ 1082, 2738, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1082, 2739, -1 } /* System.Void System.Action`2<System.IntPtr,T2>::Invoke(!0,!1) */,
{ 1098, 2740, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,R1>::Invoke(!0,!1) */,
{ 1082, 2741, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1082, 2742, -1 } /* System.Void System.Action`2<System.IntPtr,T2>::Invoke(!0,!1) */,
{ 1082, 2743, -1 } /* System.Void System.Action`2<System.IntPtr,T3>::Invoke(!0,!1) */,
{ 1098, 2744, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,R1>::Invoke(!0,!1) */,
{ 1098, 2745, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 3699, 1884, -1 } /* System.Void System.Nullable`1<T>::.ctor(!0) */,
{ 31771, 1934, -1 } /* System.String LuaInterface.TypeTraits`1<T>::GetTypeName() */,
{ 1098, 2746, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1098, 2747, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 3699, 1885, -1 } /* System.Void System.Nullable`1<T>::.ctor(!0) */,
{ 1098, 2748, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 31771, 1937, -1 } /* System.String LuaInterface.TypeTraits`1<T[]>::GetTypeName() */,
{ 1098, 2749, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 31771, 1939, -1 } /* System.String LuaInterface.TypeTraits`1<T[]>::GetTypeName() */,
{ 31771, 1941, -1 } /* System.String LuaInterface.TypeTraits`1<T[]>::GetTypeName() */,
{ 1098, 2750, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1098, 2751, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1098, 2752, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1098, 2753, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1098, 2754, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 31771, 1947, -1 } /* System.String LuaInterface.TypeTraits`1<T[]>::GetTypeName() */,
{ 1098, 2755, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1098, 2756, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1098, 2757, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1082, 2758, -1 } /* System.Void System.Action`2<System.IntPtr,T>::Invoke(!0,!1) */,
{ 3700, 1887, -1 } /* System.Boolean System.Nullable`1<T>::get_HasValue() */,
{ 3701, 1887, -1 } /* !0 System.Nullable`1<T>::get_Value() */,
{ 1082, 2759, -1 } /* System.Void System.Action`2<System.IntPtr,T>::Invoke(!0,!1) */,
{ 31772, 1951, -1 } /* System.Int32 LuaInterface.TypeTraits`1<T>::GetLuaReference(System.IntPtr) */,
{ 31782, 1952, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<T>::Create(LuaInterface.LuaFunction) */,
{ 31771, 1952, -1 } /* System.String LuaInterface.TypeTraits`1<T>::GetTypeName() */,
{ 31780, 2032, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<T>::<GetLuaReference>b__9_0() */,
{ 31774, 2032, -1 } /* System.Boolean LuaInterface.TypeTraits`1<T>::IsNilType() */,
{ 31775, 2032, -1 } /* System.Boolean LuaInterface.TypeTraits`1<T>::IsUserData(System.IntPtr,System.Int32) */,
{ 31776, 2032, -1 } /* System.Boolean LuaInterface.TypeTraits`1<T>::IsUserTable(System.IntPtr,System.Int32) */,
{ 31773, 2032, -1 } /* System.Boolean LuaInterface.TypeTraits`1<T>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 31779, 1888, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<T>::.ctor() */,
{ 31787, 2034, -1 } /* System.Void LuaInterface.StackTraits`1<T>::PushValue(System.IntPtr,T) */,
{ 1081, 1889, -1 } /* System.Void System.Action`2<System.IntPtr,T>::.ctor(System.Object,System.IntPtr) */,
{ 31789, 2034, -1 } /* System.Void LuaInterface.StackTraits`1<T>::PushArray(System.IntPtr,T) */,
{ 31788, 2034, -1 } /* System.Void LuaInterface.StackTraits`1<T>::PushObject(System.IntPtr,T) */,
{ 31771, 2034, -1 } /* System.String LuaInterface.TypeTraits`1<T>::GetTypeName() */,
{ 31786, 2034, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<T>::SelectPush() */,
{ 31791, 2034, -1 } /* T LuaInterface.StackTraits`1<T>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 1097, 1890, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,T>::.ctor(System.Object,System.IntPtr) */,
{ 31790, 2034, -1 } /* T LuaInterface.StackTraits`1<T>::DefaultTo(System.IntPtr,System.Int32) */,
{ 1126, -1, 2760 } /* !!0 System.Activator::CreateInstance<T>() */,
};