yunque9/xcode/Classes/Native/Il2CppGenericMethodDefiniti...

21619 lines
2.9 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[21592] =
{
{ 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() */,
{ 1074, 0, -1 } /* System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 0, -1 } /* System.Void System.Action`1<System.Object>::Invoke(T) */,
{ 1076, 0, -1 } /* System.IAsyncResult System.Action`1<System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 0, -1 } /* System.Void System.Action`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1082, 29, -1 } /* System.Void System.Action`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 29, -1 } /* System.Void System.Action`2<System.Object,System.Object>::Invoke(T1,T2) */,
{ 1084, 29, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 29, -1 } /* System.Void System.Action`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1086, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1087, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::Invoke(T1,T2,T3) */,
{ 1088, 40, -1 } /* System.IAsyncResult System.Action`3<System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1089, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1090, 0, -1 } /* System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1091, 0, -1 } /* TResult System.Func`1<System.Object>::Invoke() */,
{ 1092, 0, -1 } /* System.IAsyncResult System.Func`1<System.Object>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1093, 0, -1 } /* TResult System.Func`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1094, 29, -1 } /* System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1095, 29, -1 } /* TResult System.Func`2<System.Object,System.Object>::Invoke(T) */,
{ 1096, 29, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1097, 29, -1 } /* TResult System.Func`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1098, 40, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 40, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Object>::Invoke(T1,T2) */,
{ 1100, 40, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 40, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1102, 41, -1 } /* System.Void System.Func`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1103, 41, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3) */,
{ 1104, 41, -1 } /* System.IAsyncResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1105, 41, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1106, 53, -1 } /* System.Void System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1107, 53, -1 } /* TResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3,T4) */,
{ 1108, 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) */,
{ 1109, 53, -1 } /* TResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1110, 0, -1 } /* System.Void System.Comparison`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 0, -1 } /* System.Int32 System.Comparison`1<System.Object>::Invoke(T,T) */,
{ 1112, 0, -1 } /* System.IAsyncResult System.Comparison`1<System.Object>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 0, -1 } /* System.Int32 System.Comparison`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1114, 29, -1 } /* System.Void System.Converter`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1115, 29, -1 } /* TOutput System.Converter`2<System.Object,System.Object>::Invoke(TInput) */,
{ 1116, 29, -1 } /* System.IAsyncResult System.Converter`2<System.Object,System.Object>::BeginInvoke(TInput,System.AsyncCallback,System.Object) */,
{ 1117, 29, -1 } /* TOutput System.Converter`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1118, 0, -1 } /* System.Void System.Predicate`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 0, -1 } /* System.Boolean System.Predicate`1<System.Object>::Invoke(T) */,
{ 1120, 0, -1 } /* System.IAsyncResult System.Predicate`1<System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 0, -1 } /* System.Boolean System.Predicate`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1127, -1, 0 } /* T System.Activator::CreateInstance<System.Object>() */,
{ 1158, 0, -1 } /* T[] System.ArraySegment`1<System.Object>::get_Array() */,
{ 1159, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::get_Offset() */,
{ 1160, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::get_Count() */,
{ 1164, 0, -1 } /* T System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 1165, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 1169, 0, -1 } /* T System.ArraySegment`1<System.Object>::System.Collections.Generic.IReadOnlyList<T>.get_Item(System.Int32) */,
{ 1170, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 1161, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::GetHashCode() */,
{ 1162, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::Equals(System.Object) */,
{ 1163, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::Equals(System.ArraySegment`1<T>) */,
{ 1166, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.IndexOf(T) */,
{ 1167, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 1168, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 1171, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 1172, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 1173, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Contains(T) */,
{ 1174, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.CopyTo(T[],System.Int32) */,
{ 1175, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 1176, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.ArraySegment`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 1177, 0, -1 } /* System.Collections.IEnumerator System.ArraySegment`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 1180, 0, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::get_Current() */,
{ 1181, 0, -1 } /* System.Object System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 1178, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::.ctor(System.ArraySegment`1<T>) */,
{ 1179, 0, -1 } /* System.Boolean System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::MoveNext() */,
{ 1182, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 1183, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::Dispose() */,
{ 2012, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 2013, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::Invoke(System.Object,TEventArgs) */,
{ 2014, 0, -1 } /* System.IAsyncResult System.EventHandler`1<System.Object>::BeginInvoke(System.Object,TEventArgs,System.AsyncCallback,System.Object) */,
{ 2015, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 2248, 0, -1 } /* System.Int32 System.IComparable`1<System.Object>::CompareTo(T) */,
{ 2268, 0, -1 } /* System.Boolean System.IEquatable`1<System.Object>::Equals(T) */,
{ 2682, 0, -1 } /* T System.RuntimeType/ListBuilder`1<System.Object>::get_Item(System.Int32) */,
{ 2685, 0, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Object>::get_Count() */,
{ 2681, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::.ctor(System.Int32) */,
{ 2683, 0, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Object>::ToArray() */,
{ 2684, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::CopyTo(System.Object[],System.Int32) */,
{ 2686, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::Add(T) */,
{ 3672, 0, -1 } /* System.Void System.EmptyArray`1<System.Object>::.cctor() */,
{ 4785, -1, 0 } /* T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.Assembly) */,
{ 5028, -1, 0 } /* T[] System.Reflection.CustomAttributeData::UnboxValues<System.Object>(System.Object[]) */,
{ 5307, -1, 29 } /* System.Object System.Reflection.MonoProperty::GetterAdapterFrame<System.Object,System.Object>(System.Reflection.MonoProperty/Getter`2<T,R>,System.Object) */,
{ 5308, -1, 0 } /* System.Object System.Reflection.MonoProperty::StaticGetterAdapterFrame<System.Object>(System.Reflection.MonoProperty/StaticGetter`1<R>,System.Object) */,
{ 5321, 29, -1 } /* System.Void System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 5322, 29, -1 } /* R System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::Invoke(T) */,
{ 5323, 29, -1 } /* System.IAsyncResult System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 5324, 29, -1 } /* R System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 5325, 0, -1 } /* System.Void System.Reflection.MonoProperty/StaticGetter`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 5326, 0, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<System.Object>::Invoke() */,
{ 5327, 0, -1 } /* System.IAsyncResult System.Reflection.MonoProperty/StaticGetter`1<System.Object>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 5328, 0, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 5694, 0, -1 } /* TSource System.IO.Iterator`1<System.Object>::get_Current() */,
{ 5700, 0, -1 } /* System.Object System.IO.Iterator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 5693, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::.ctor() */,
{ 5695, 0, -1 } /* System.IO.Iterator`1<TSource> System.IO.Iterator`1<System.Object>::Clone() */,
{ 5696, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::Dispose() */,
{ 5697, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::Dispose(System.Boolean) */,
{ 5698, 0, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<System.Object>::GetEnumerator() */,
{ 5699, 0, -1 } /* System.Boolean System.IO.Iterator`1<System.Object>::MoveNext() */,
{ 5701, 0, -1 } /* System.Collections.IEnumerator System.IO.Iterator`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 5702, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 5703, 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) */,
{ 5704, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::CommonInit() */,
{ 5705, 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) */,
{ 5706, 0, -1 } /* System.IO.Iterator`1<TSource> System.IO.FileSystemEnumerableIterator`1<System.Object>::Clone() */,
{ 5707, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::Dispose(System.Boolean) */,
{ 5708, 0, -1 } /* System.Boolean System.IO.FileSystemEnumerableIterator`1<System.Object>::MoveNext() */,
{ 5709, 0, -1 } /* System.IO.SearchResult System.IO.FileSystemEnumerableIterator`1<System.Object>::CreateSearchResult(System.IO.Directory/SearchData,Microsoft.Win32.Win32Native/WIN32_FIND_DATA) */,
{ 5710, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::HandleError(System.Int32,System.String) */,
{ 5711, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::AddSearchableDirsToStack(System.IO.Directory/SearchData) */,
{ 5712, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::DoDemand(System.String) */,
{ 5713, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::NormalizeSearchPattern(System.String) */,
{ 5714, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::GetNormalizedSearchCriteria(System.String,System.String) */,
{ 5715, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::GetFullSearchString(System.String,System.String) */,
{ 5716, 0, -1 } /* System.Boolean System.IO.SearchResultHandler`1<System.Object>::IsResultIncluded(System.IO.SearchResult) */,
{ 5717, 0, -1 } /* TSource System.IO.SearchResultHandler`1<System.Object>::CreateObject(System.IO.SearchResult) */,
{ 5718, 0, -1 } /* System.Void System.IO.SearchResultHandler`1<System.Object>::.ctor() */,
{ 6968, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArray`1<System.Object>::get_Tail() */,
{ 6967, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArray`1<System.Object>::.ctor(System.Int32) */,
{ 6969, 0, -1 } /* System.Threading.SparselyPopulatedArrayAddInfo`1<T> System.Threading.SparselyPopulatedArray`1<System.Object>::Add(T) */,
{ 6971, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::get_Source() */,
{ 6972, 0, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::get_Index() */,
{ 6970, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::.ctor(System.Threading.SparselyPopulatedArrayFragment`1<T>,System.Int32) */,
{ 6975, 0, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Item(System.Int32) */,
{ 6976, 0, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Length() */,
{ 6977, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Prev() */,
{ 6973, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::.ctor(System.Int32) */,
{ 6974, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 6978, 0, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::SafeAtomicRemove(System.Int32,T) */,
{ 6979, -1, 0 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Object>(T&,System.Func`1<T>) */,
{ 6980, -1, 0 } /* T System.Threading.LazyInitializer::EnsureInitializedCore<System.Object>(T&,System.Func`1<T>) */,
{ 7054, 0, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Object>::set_Value(T) */,
{ 7053, 0, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Object>::.ctor(System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<T>>) */,
{ 7055, 0, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Object>::System.Threading.IAsyncLocal.OnValueChanged(System.Object,System.Object,System.Boolean) */,
{ 7057, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_PreviousValue(T) */,
{ 7058, 0, -1 } /* T System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::get_CurrentValue() */,
{ 7059, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_CurrentValue(T) */,
{ 7060, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_ThreadContextChanged(System.Boolean) */,
{ 7061, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::.ctor(T,T,System.Boolean) */,
{ 7267, 0, -1 } /* T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::get_Current() */,
{ 7266, 0, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::.ctor(System.Int32) */,
{ 7268, 0, -1 } /* System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::Add(T) */,
{ 7269, 0, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::Remove(T) */,
{ 7363, -1, 0 } /* T System.Threading.Interlocked::CompareExchange<System.Object>(T&,T,T) */,
{ 7367, -1, 0 } /* T System.Threading.Interlocked::Exchange<System.Object>(T&,T) */,
{ 7423, -1, 0 } /* T System.Threading.Volatile::Read<System.Object>(T&) */,
{ 7424, -1, 0 } /* System.Void System.Threading.Volatile::Write<System.Object>(T&,T) */,
{ 7439, 0, -1 } /* System.String System.Threading.Tasks.Task`1<System.Object>::get_DebuggerDisplayResultDescription() */,
{ 7440, 0, -1 } /* System.String System.Threading.Tasks.Task`1<System.Object>::get_DebuggerDisplayMethodDescription() */,
{ 7443, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::get_Result() */,
{ 7444, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::get_ResultOnSuccess() */,
{ 7431, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor() */,
{ 7432, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(TResult) */,
{ 7433, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7434, 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) */,
{ 7435, 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&) */,
{ 7436, 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) */,
{ 7437, 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) */,
{ 7438, 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&) */,
{ 7441, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetResult(TResult) */,
{ 7442, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::DangerousSetResult(TResult) */,
{ 7445, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::GetResultCore(System.Boolean) */,
{ 7446, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetException(System.Object) */,
{ 7447, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7448, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7449, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::InnerInvoke() */,
{ 7450, 0, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Object>::GetAwaiter() */,
{ 7451, 0, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Object>::ConfigureAwait(System.Boolean) */,
{ 7452, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.cctor() */,
{ 7453, 0, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Object>::.cctor() */,
{ 7454, 0, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Object>::.ctor() */,
{ 7455, 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>) */,
{ 7457, 0, -1 } /* TResult System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_Result() */,
{ 7458, 0, -1 } /* System.Object System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_AsyncState() */,
{ 7459, 0, -1 } /* System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_CreationOptions() */,
{ 7460, 0, -1 } /* System.Exception System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_Exception() */,
{ 7461, 0, -1 } /* System.Int32 System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_Id() */,
{ 7462, 0, -1 } /* System.Boolean System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_CancellationPending() */,
{ 7463, 0, -1 } /* System.Threading.Tasks.TaskStatus System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_Status() */,
{ 7456, 0, -1 } /* System.Void System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 7464, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Object>::.ctor() */,
{ 7465, 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) */,
{ 7466, 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>) */,
{ 7467, 29, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 7468, 29, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 7469, 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) */,
{ 7470, 29, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::.cctor() */,
{ 7471, 0, -1 } /* System.Void System.Threading.Tasks.Shared`1<System.Object>::.ctor(T) */,
{ 7590, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Object>(TResult) */,
{ 7592, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Object>(System.Exception) */,
{ 7594, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Object>(System.Threading.CancellationToken) */,
{ 7595, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Object>(System.OperationCanceledException) */,
{ 7597, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::Run<System.Object>(System.Func`1<TResult>) */,
{ 7720, -1, 0 } /* TResult System.Threading.Tasks.TaskToApm::End<System.Object>(System.IAsyncResult) */,
{ 7853, -1, 0 } /* System.Void System.Security.AccessControl.CommonAcl::RemoveAces<System.Object>(System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<T>) */,
{ 7860, 0, -1 } /* System.Void System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 7861, 0, -1 } /* System.Boolean System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Object>::Invoke(T) */,
{ 7862, 0, -1 } /* System.IAsyncResult System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 7863, 0, -1 } /* System.Boolean System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 10431, -1, 0 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Object>(TStateMachine&) */,
{ 10433, -1, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10434, -1, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10444, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::get_Task() */,
{ 10439, 0, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Create() */,
{ 10440, 0, 0 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<System.Object>(TStateMachine&) */,
{ 10441, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 10442, 0, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10443, 0, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10445, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetResult(TResult) */,
{ 10446, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10447, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetException(System.Exception) */,
{ 10448, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::GetTaskForResult(TResult) */,
{ 10449, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::.cctor() */,
{ 10451, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Object>(TResult) */,
{ 10493, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10494, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::OnCompleted(System.Action) */,
{ 10495, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::UnsafeOnCompleted(System.Action) */,
{ 10496, 0, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::GetResult() */,
{ 10504, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10505, 0, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>::GetAwaiter() */,
{ 10507, 0, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::get_IsCompleted() */,
{ 10506, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10508, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::OnCompleted(System.Action) */,
{ 10509, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::UnsafeOnCompleted(System.Action) */,
{ 10510, 0, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::GetResult() */,
{ 10535, -1, 0 } /* T System.Runtime.CompilerServices.JitHelpers::UnsafeCast<System.Object>(System.Object) */,
{ 10538, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::.ctor() */,
{ 10539, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Finalize() */,
{ 10540, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::RehashWithoutResize() */,
{ 10541, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::RecomputeSize() */,
{ 10542, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Rehash() */,
{ 10543, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 10544, 29, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Remove(TKey) */,
{ 10545, 29, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 10546, 29, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::GetValue(TKey,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<TKey,TValue>) */,
{ 10547, 29, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 10548, 29, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::Invoke(TKey) */,
{ 10549, 29, -1 } /* System.IAsyncResult System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::BeginInvoke(TKey,System.AsyncCallback,System.Object) */,
{ 10550, 29, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 10558, -1, 0 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Object>() */,
{ 10657, -1, 0 } /* T System.Runtime.InteropServices.Marshal::PtrToStructure<System.Object>(System.IntPtr) */,
{ 10669, -1, 0 } /* System.Void System.Runtime.InteropServices.Marshal::StructureToPtr<System.Object>(T,System.IntPtr,System.Boolean) */,
{ 10671, -1, 0 } /* System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Object>(T[],System.Int32) */,
{ 10674, -1, 0 } /* System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate<System.Object>(TDelegate) */,
{ 11182, 0, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::get_Count() */,
{ 11183, 0, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.Collection`1<System.Object>::get_Items() */,
{ 11184, 0, -1 } /* T System.Collections.ObjectModel.Collection`1<System.Object>::get_Item(System.Int32) */,
{ 11185, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::set_Item(System.Int32,T) */,
{ 11199, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11201, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11202, 0, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11204, 0, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.get_Item(System.Int32) */,
{ 11205, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11206, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.get_IsReadOnly() */,
{ 11207, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.get_IsFixedSize() */,
{ 11180, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::.ctor() */,
{ 11181, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11186, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::Add(T) */,
{ 11187, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::Clear() */,
{ 11188, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 11189, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::Contains(T) */,
{ 11190, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.Collection`1<System.Object>::GetEnumerator() */,
{ 11191, 0, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::IndexOf(T) */,
{ 11192, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::Insert(System.Int32,T) */,
{ 11193, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::Remove(T) */,
{ 11194, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::RemoveAt(System.Int32) */,
{ 11195, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::ClearItems() */,
{ 11196, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::InsertItem(System.Int32,T) */,
{ 11197, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::RemoveItem(System.Int32) */,
{ 11198, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::SetItem(System.Int32,T) */,
{ 11200, 0, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11203, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11208, 0, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.Add(System.Object) */,
{ 11209, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.Contains(System.Object) */,
{ 11210, 0, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.IndexOf(System.Object) */,
{ 11211, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11212, 0, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<System.Object>::System.Collections.IList.Remove(System.Object) */,
{ 11213, 0, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<System.Object>::IsCompatibleObject(System.Object) */,
{ 11214, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::.ctor() */,
{ 11215, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>,System.Int32) */,
{ 11216, 29, -1 } /* System.Boolean System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::Contains(TKey) */,
{ 11217, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::ClearItems() */,
{ 11218, 29, -1 } /* TKey System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::GetKeyForItem(TItem) */,
{ 11219, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::InsertItem(System.Int32,TItem) */,
{ 11220, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::RemoveItem(System.Int32) */,
{ 11221, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::SetItem(System.Int32,TItem) */,
{ 11222, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::AddKey(TKey,TItem) */,
{ 11223, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::CreateDictionary() */,
{ 11224, 29, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<System.Object,System.Object>::RemoveKey(TKey) */,
{ 11226, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Count() */,
{ 11227, 0, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Item(System.Int32) */,
{ 11232, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 0, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11241, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 0, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11244, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 0, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11225, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11228, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::Contains(T) */,
{ 11229, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 11230, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::GetEnumerator() */,
{ 11231, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::IndexOf(T) */,
{ 11235, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 0, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11243, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11248, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Add(System.Object) */,
{ 11249, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Clear() */,
{ 11250, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::IsCompatibleObject(System.Object) */,
{ 11251, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11275, 29, -1 } /* TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 11276, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 11279, 29, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Count() */,
{ 11284, 29, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Keys() */,
{ 11285, 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() */,
{ 11286, 29, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Values() */,
{ 11287, 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() */,
{ 11290, 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() */,
{ 11296, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11297, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11298, 29, -1 } /* System.Collections.ICollection System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11300, 29, -1 } /* System.Collections.ICollection System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11301, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11302, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11304, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11305, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11309, 29, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_DefaultConcurrencyLevel() */,
{ 11259, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::IsValueWriteAtomic() */,
{ 11260, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.ctor() */,
{ 11261, 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>) */,
{ 11262, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryAdd(TKey,TValue) */,
{ 11263, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 11264, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryRemove(TKey,TValue&) */,
{ 11265, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryRemoveInternal(TKey,TValue&,System.Boolean,TValue) */,
{ 11266, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11267, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryGetValueInternal(TKey,System.Int32,TValue&) */,
{ 11268, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::Clear() */,
{ 11269, 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) */,
{ 11270, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToPairs(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11271, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToEntries(System.Collections.DictionaryEntry[],System.Int32) */,
{ 11272, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToObjects(System.Object[],System.Int32) */,
{ 11273, 29, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetEnumerator() */,
{ 11274, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryAddInternal(TKey,System.Int32,TValue,System.Boolean,System.Boolean,TValue&) */,
{ 11277, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ThrowKeyNotFoundException() */,
{ 11278, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ThrowKeyNullException() */,
{ 11280, 29, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetCountInternal() */,
{ 11281, 29, -1 } /* TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetOrAdd(TKey,System.Func`2<TKey,TValue>) */,
{ 11282, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.Add(TKey,TValue) */,
{ 11283, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.Remove(TKey) */,
{ 11288, 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>) */,
{ 11289, 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>) */,
{ 11291, 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>) */,
{ 11292, 29, -1 } /* System.Collections.IEnumerator System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11293, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11294, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11295, 29, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11299, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11303, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11306, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GrowTable(System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>) */,
{ 11307, 29, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetBucket(System.Int32,System.Int32) */,
{ 11308, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetBucketAndLockNo(System.Int32,System.Int32&,System.Int32&,System.Int32,System.Int32) */,
{ 11310, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::AcquireAllLocks(System.Int32&) */,
{ 11311, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::AcquireLocks(System.Int32,System.Int32,System.Int32&) */,
{ 11312, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ReleaseLocks(System.Int32,System.Int32) */,
{ 11313, 29, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetKeys() */,
{ 11314, 29, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<TValue> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetValues() */,
{ 11315, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.cctor() */,
{ 11316, 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[]) */,
{ 11317, 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>) */,
{ 11319, 29, -1 } /* System.Collections.DictionaryEntry System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Entry() */,
{ 11320, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Key() */,
{ 11321, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Value() */,
{ 11322, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Current() */,
{ 11318, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>) */,
{ 11323, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::MoveNext() */,
{ 11324, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::Reset() */,
{ 11328, 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() */,
{ 11330, 29, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11325, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::.ctor(System.Int32) */,
{ 11326, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.IDisposable.Dispose() */,
{ 11327, 29, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::MoveNext() */,
{ 11329, 29, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11332, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<K,V>[] System.Collections.Concurrent.IDictionaryDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11331, 29, -1 } /* System.Void System.Collections.Concurrent.IDictionaryDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<K,V>) */,
{ 11333, 0, -1 } /* System.Void System.Collections.Generic.ReferenceEqualityComparer`1<System.Object>::.ctor() */,
{ 11334, 0, -1 } /* System.Boolean System.Collections.Generic.ReferenceEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11335, 0, -1 } /* System.Int32 System.Collections.Generic.ReferenceEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11336, 0, -1 } /* System.Void System.Collections.Generic.ReferenceEqualityComparer`1<System.Object>::.cctor() */,
{ 11337, -1, 29 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey) */,
{ 11338, -1, 29 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey,TValue) */,
{ 11339, -1, 29 } /* System.Boolean System.Collections.Generic.CollectionExtensions::TryAdd<System.Object,System.Object>(System.Collections.Generic.IDictionary`2<TKey,TValue>,TKey,TValue) */,
{ 11340, -1, 29 } /* System.Boolean System.Collections.Generic.CollectionExtensions::Remove<System.Object,System.Object>(System.Collections.Generic.IDictionary`2<TKey,TValue>,TKey,TValue&) */,
{ 11341, -1, 29 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.KeyValuePair::Create<System.Object,System.Object>(TKey,TValue) */,
{ 11344, 29, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key() */,
{ 11345, 29, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value() */,
{ 11343, 29, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::.ctor(TKey,TValue) */,
{ 11346, 29, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::ToString() */,
{ 11347, 29, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11350, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::.ctor() */,
{ 11363, 29, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::get_Default() */,
{ 11364, 29, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::CreateArraySortHelper() */,
{ 11365, 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>) */,
{ 11366, 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) */,
{ 11367, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 11368, 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>) */,
{ 11369, 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>) */,
{ 11370, 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>) */,
{ 11371, 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>) */,
{ 11372, 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>) */,
{ 11373, 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>) */,
{ 11374, 29, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::.ctor() */,
{ 11384, 29, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Comparer() */,
{ 11385, 29, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count() */,
{ 11386, 29, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys() */,
{ 11387, 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() */,
{ 11388, 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() */,
{ 11389, 29, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values() */,
{ 11390, 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() */,
{ 11391, 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() */,
{ 11392, 29, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 11393, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 11415, 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() */,
{ 11419, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 29, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 29, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11375, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor() */,
{ 11376, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32) */,
{ 11377, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 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>) */,
{ 11381, 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>>) */,
{ 11382, 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>) */,
{ 11383, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11394, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 11395, 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>) */,
{ 11396, 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>) */,
{ 11397, 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>) */,
{ 11398, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear() */,
{ 11399, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 11400, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsValue(TValue) */,
{ 11401, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 29, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator() */,
{ 11403, 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() */,
{ 11404, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 29, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::FindEntry(TKey) */,
{ 11406, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Initialize(System.Int32) */,
{ 11407, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Resize() */,
{ 11410, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(TKey) */,
{ 11412, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryAdd(TKey,TValue) */,
{ 11416, 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) */,
{ 11417, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11427, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 29, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11434, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current() */,
{ 11436, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11438, 29, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 11435, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose() */,
{ 11437, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11444, 29, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::get_Count() */,
{ 11445, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11453, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 29, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::GetEnumerator() */,
{ 11443, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11446, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 29, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11458, 29, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::get_Current() */,
{ 11459, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11455, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::Dispose() */,
{ 11457, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 11460, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11464, 29, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::get_Count() */,
{ 11465, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11473, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 29, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator() */,
{ 11463, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11466, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 29, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11478, 29, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::get_Current() */,
{ 11479, 29, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11475, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::Dispose() */,
{ 11477, 29, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 11480, 29, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11485, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<K,V>[] System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11484, 29, -1 } /* System.Void System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<K,V>) */,
{ 11487, 29, -1 } /* TKey[] System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11486, 29, -1 } /* System.Void System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TKey>) */,
{ 11489, 29, -1 } /* TValue[] System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11488, 29, -1 } /* System.Void System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TValue>) */,
{ 11498, 0, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::get_Default() */,
{ 11499, 0, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::Create(System.Comparison`1<T>) */,
{ 11500, 0, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::CreateComparer() */,
{ 11501, 0, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Object>::Compare(T,T) */,
{ 11502, 0, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Object>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 0, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Object>::.ctor() */,
{ 11504, 0, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Object>::Compare(T,T) */,
{ 11505, 0, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Object>::Equals(System.Object) */,
{ 11506, 0, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Object>::GetHashCode() */,
{ 11507, 0, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Object>::.ctor() */,
{ 11512, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Object>::Compare(T,T) */,
{ 11513, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Object>::Equals(System.Object) */,
{ 11514, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Object>::GetHashCode() */,
{ 11515, 0, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Object>::.ctor() */,
{ 11516, 0, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Object>::.ctor(System.Comparison`1<T>) */,
{ 11517, 0, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Object>::Compare(T,T) */,
{ 11519, 0, -1 } /* T[] System.Collections.Generic.Mscorlib_CollectionDebugView`1<System.Object>::get_Items() */,
{ 11518, 0, -1 } /* System.Void System.Collections.Generic.Mscorlib_CollectionDebugView`1<System.Object>::.ctor(System.Collections.Generic.ICollection`1<T>) */,
{ 11521, 29, -1 } /* TKey[] System.Collections.Generic.Mscorlib_DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11520, 29, -1 } /* System.Void System.Collections.Generic.Mscorlib_DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TKey>) */,
{ 11523, 29, -1 } /* TValue[] System.Collections.Generic.Mscorlib_DictionaryValueCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11522, 29, -1 } /* System.Void System.Collections.Generic.Mscorlib_DictionaryValueCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TValue>) */,
{ 11525, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<K,V>[] System.Collections.Generic.Mscorlib_DictionaryDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11524, 29, -1 } /* System.Void System.Collections.Generic.Mscorlib_DictionaryDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<K,V>) */,
{ 11527, 29, -1 } /* T[] System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 11526, 29, -1 } /* System.Void System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.ObjectModel.KeyedCollection`2<K,T>) */,
{ 11528, 0, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Object>::get_Default() */,
{ 11529, 0, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Object>::CreateComparer() */,
{ 11530, 0, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11531, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11532, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 0, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Object>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 0, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Object>::.ctor() */,
{ 11537, 0, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11538, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11539, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 0, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Object>::Equals(System.Object) */,
{ 11542, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::GetHashCode() */,
{ 11543, 0, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Object>::.ctor() */,
{ 11551, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11552, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11553, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::Equals(System.Object) */,
{ 11556, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::GetHashCode() */,
{ 11557, 0, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::.ctor() */,
{ 11589, 0, -1 } /* System.Int32 System.Collections.Generic.ICollection`1<System.Object>::get_Count() */,
{ 11590, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::get_IsReadOnly() */,
{ 11591, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::Add(T) */,
{ 11592, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::Clear() */,
{ 11593, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::Contains(T) */,
{ 11594, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 11595, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::Remove(T) */,
{ 11596, 0, -1 } /* System.Int32 System.Collections.Generic.IComparer`1<System.Object>::Compare(T,T) */,
{ 11597, 29, -1 } /* TValue System.Collections.Generic.IDictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 11598, 29, -1 } /* System.Void System.Collections.Generic.IDictionary`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 11599, 29, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.IDictionary`2<System.Object,System.Object>::get_Keys() */,
{ 11600, 29, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.IDictionary`2<System.Object,System.Object>::get_Values() */,
{ 11601, 29, -1 } /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 11602, 29, -1 } /* System.Void System.Collections.Generic.IDictionary`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 11603, 29, -1 } /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::Remove(TKey) */,
{ 11604, 29, -1 } /* System.Boolean System.Collections.Generic.IDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11605, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */,
{ 11606, 0, -1 } /* T System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */,
{ 11607, 0, -1 } /* System.Boolean System.Collections.Generic.IEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 11608, 0, -1 } /* System.Int32 System.Collections.Generic.IEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 11609, 0, -1 } /* T System.Collections.Generic.IList`1<System.Object>::get_Item(System.Int32) */,
{ 11610, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::set_Item(System.Int32,T) */,
{ 11611, 0, -1 } /* System.Int32 System.Collections.Generic.IList`1<System.Object>::IndexOf(T) */,
{ 11612, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::Insert(System.Int32,T) */,
{ 11613, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::RemoveAt(System.Int32) */,
{ 11614, 0, -1 } /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Object>::get_Count() */,
{ 11617, 29, -1 } /* TValue System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 11618, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::get_Keys() */,
{ 11619, 29, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::get_Values() */,
{ 11615, 29, -1 } /* System.Boolean System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 11616, 29, -1 } /* System.Boolean System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11620, 0, -1 } /* T System.Collections.Generic.IReadOnlyList`1<System.Object>::get_Item(System.Int32) */,
{ 11628, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::get_Capacity() */,
{ 11629, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::set_Capacity(System.Int32) */,
{ 11630, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count() */,
{ 11631, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 0, -1 } /* System.Object System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 0, -1 } /* T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32) */,
{ 11637, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::set_Item(System.Int32,T) */,
{ 11639, 0, -1 } /* System.Object System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11625, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor() */,
{ 11626, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32) */,
{ 11627, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11638, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::IsCompatibleObject(System.Object) */,
{ 11641, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Add(T) */,
{ 11642, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Add(System.Object) */,
{ 11643, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 0, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Object>::AsReadOnly() */,
{ 11645, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::BinarySearch(T) */,
{ 11647, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Clear() */,
{ 11649, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(T) */,
{ 11650, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Contains(System.Object) */,
{ 11651, 0, 0 } /* System.Collections.Generic.List`1<TOutput> System.Collections.Generic.List`1<System.Object>::ConvertAll<System.Object>(System.Converter`2<T,TOutput>) */,
{ 11652, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[]) */,
{ 11653, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 11656, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::EnsureCapacity(System.Int32) */,
{ 11657, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::Exists(System.Predicate`1<T>) */,
{ 11658, 0, -1 } /* T System.Collections.Generic.List`1<System.Object>::Find(System.Predicate`1<T>) */,
{ 11659, 0, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Object>::FindAll(System.Predicate`1<T>) */,
{ 11660, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 0, -1 } /* T System.Collections.Generic.List`1<System.Object>::FindLast(System.Predicate`1<T>) */,
{ 11664, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::ForEach(System.Action`1<T>) */,
{ 11668, 0, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator() */,
{ 11669, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 0, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Object>::GetRange(System.Int32,System.Int32) */,
{ 11672, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T) */,
{ 11673, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T,System.Int32) */,
{ 11675, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T) */,
{ 11677, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::LastIndexOf(T) */,
{ 11680, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::LastIndexOf(T,System.Int32) */,
{ 11681, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(T) */,
{ 11683, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32) */,
{ 11686, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Reverse() */,
{ 11688, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Reverse(System.Int32,System.Int32) */,
{ 11689, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort() */,
{ 11690, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Comparison`1<T>) */,
{ 11693, 0, -1 } /* T[] System.Collections.Generic.List`1<System.Object>::ToArray() */,
{ 11694, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::TrimExcess() */,
{ 11695, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 0, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Object>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.cctor() */,
{ 11699, 0, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Object>::get_Count() */,
{ 11700, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Object>::get_IsReadOnly() */,
{ 11708, 0, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Object>::get_Item(System.Int32) */,
{ 11709, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::set_Item(System.Int32,T) */,
{ 11698, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11701, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::Add(T) */,
{ 11702, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::Clear() */,
{ 11703, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Object>::Contains(T) */,
{ 11704, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::CopyTo(T[],System.Int32) */,
{ 11705, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Object>::Remove(T) */,
{ 11706, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11710, 0, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Object>::IndexOf(T) */,
{ 11711, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::Insert(System.Int32,T) */,
{ 11712, 0, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Object>::RemoveAt(System.Int32) */,
{ 11717, 0, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current() */,
{ 11718, 0, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11713, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose() */,
{ 11715, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext() */,
{ 11716, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNextRare() */,
{ 11719, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11761, -1, 0 } /* System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Object>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>) */,
{ 13998, -1, 0 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Object>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 15281, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_ItemTypeHasDefaultConstructor() */,
{ 15289, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_RaiseListChangedEvents() */,
{ 15290, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::set_RaiseListChangedEvents(System.Boolean) */,
{ 15302, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_AddingNewHandled() */,
{ 15304, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_AllowNew() */,
{ 15305, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::set_AllowNew(System.Boolean) */,
{ 15306, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_AllowNew() */,
{ 15307, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_AllowEdit() */,
{ 15308, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::set_AllowEdit(System.Boolean) */,
{ 15309, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_AllowEdit() */,
{ 15310, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_AllowRemove() */,
{ 15311, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::set_AllowRemove(System.Boolean) */,
{ 15312, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_AllowRemove() */,
{ 15313, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SupportsChangeNotification() */,
{ 15314, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_SupportsChangeNotificationCore() */,
{ 15315, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SupportsSearching() */,
{ 15316, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_SupportsSearchingCore() */,
{ 15317, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SupportsSorting() */,
{ 15318, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_SupportsSortingCore() */,
{ 15319, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_IsSorted() */,
{ 15320, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::get_IsSortedCore() */,
{ 15321, 0, -1 } /* System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SortProperty() */,
{ 15322, 0, -1 } /* System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1<System.Object>::get_SortPropertyCore() */,
{ 15323, 0, -1 } /* System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.get_SortDirection() */,
{ 15324, 0, -1 } /* System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1<System.Object>::get_SortDirectionCore() */,
{ 15336, 0, -1 } /* System.Boolean System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IRaiseItemChangedEvents.get_RaisesItemChangedEvents() */,
{ 15278, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::.ctor() */,
{ 15279, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 15280, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::Initialize() */,
{ 15282, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::add_AddingNew(System.ComponentModel.AddingNewEventHandler) */,
{ 15283, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::remove_AddingNew(System.ComponentModel.AddingNewEventHandler) */,
{ 15284, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::OnAddingNew(System.ComponentModel.AddingNewEventArgs) */,
{ 15285, 0, -1 } /* System.Object System.ComponentModel.BindingList`1<System.Object>::FireAddingNew() */,
{ 15286, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::add_ListChanged(System.ComponentModel.ListChangedEventHandler) */,
{ 15287, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::remove_ListChanged(System.ComponentModel.ListChangedEventHandler) */,
{ 15288, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::OnListChanged(System.ComponentModel.ListChangedEventArgs) */,
{ 15291, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::ResetBindings() */,
{ 15292, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::ResetItem(System.Int32) */,
{ 15293, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::FireListChanged(System.ComponentModel.ListChangedType,System.Int32) */,
{ 15294, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::ClearItems() */,
{ 15295, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::InsertItem(System.Int32,T) */,
{ 15296, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::RemoveItem(System.Int32) */,
{ 15297, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::SetItem(System.Int32,T) */,
{ 15298, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::CancelNew(System.Int32) */,
{ 15299, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::EndNew(System.Int32) */,
{ 15300, 0, -1 } /* T System.ComponentModel.BindingList`1<System.Object>::AddNew() */,
{ 15301, 0, -1 } /* System.Object System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.AddNew() */,
{ 15303, 0, -1 } /* System.Object System.ComponentModel.BindingList`1<System.Object>::AddNewCore() */,
{ 15325, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) */,
{ 15326, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) */,
{ 15327, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.RemoveSort() */,
{ 15328, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::RemoveSortCore() */,
{ 15329, 0, -1 } /* System.Int32 System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) */,
{ 15330, 0, -1 } /* System.Int32 System.ComponentModel.BindingList`1<System.Object>::FindCore(System.ComponentModel.PropertyDescriptor,System.Object) */,
{ 15331, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor) */,
{ 15332, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor) */,
{ 15333, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::HookPropertyChanged(T) */,
{ 15334, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::UnhookPropertyChanged(T) */,
{ 15335, 0, -1 } /* System.Void System.ComponentModel.BindingList`1<System.Object>::Child_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) */,
{ 18729, 0, -1 } /* T[] System.Collections.Generic.ICollectionDebugView`1<System.Object>::get_Items() */,
{ 18728, 0, -1 } /* System.Void System.Collections.Generic.ICollectionDebugView`1<System.Object>::.ctor(System.Collections.Generic.ICollection`1<T>) */,
{ 18731, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<K,V>[] System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>::get_Items() */,
{ 18730, 29, -1 } /* System.Void System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<K,V>) */,
{ 18733, 29, -1 } /* TKey[] System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 18732, 29, -1 } /* System.Void System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TKey>) */,
{ 18735, 29, -1 } /* TValue[] System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 18734, 29, -1 } /* System.Void System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TValue>) */,
{ 18738, 0, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Object>::get_Count() */,
{ 18739, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_First() */,
{ 18740, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_Last() */,
{ 18741, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 18762, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18763, 0, -1 } /* System.Object System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 18736, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor() */,
{ 18737, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 18742, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 18743, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(T) */,
{ 18744, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18745, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddLast(T) */,
{ 18746, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::Clear() */,
{ 18747, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::Contains(T) */,
{ 18748, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 18749, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::Find(T) */,
{ 18750, 0, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Object>::GetEnumerator() */,
{ 18751, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18752, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::Remove(T) */,
{ 18753, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18754, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::RemoveLast() */,
{ 18755, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 18756, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::OnDeserialization(System.Object) */,
{ 18757, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalInsertNodeBefore(System.Collections.Generic.LinkedListNode`1<T>,System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18758, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalInsertNodeToEmptyList(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18759, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalRemoveNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18760, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::ValidateNewNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18761, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::ValidateNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18764, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18765, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18768, 0, -1 } /* T System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::get_Current() */,
{ 18769, 0, -1 } /* System.Object System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 18766, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.LinkedList`1<T>) */,
{ 18767, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 18770, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::MoveNext() */,
{ 18771, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 18772, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::Dispose() */,
{ 18773, 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) */,
{ 18774, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) */,
{ 18776, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Object>::get_Next() */,
{ 18777, 0, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Object>::get_Value() */,
{ 18775, 0, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<System.Object>::.ctor(System.Collections.Generic.LinkedList`1<T>,T) */,
{ 18778, 0, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<System.Object>::Invalidate() */,
{ 18780, 0, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.Object>::get_Count() */,
{ 18781, 0, -1 } /* System.Boolean System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18782, 0, -1 } /* System.Object System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 18779, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::.ctor() */,
{ 18783, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18784, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::Enqueue(T) */,
{ 18785, 0, -1 } /* System.Collections.Generic.Queue`1/Enumerator<T> System.Collections.Generic.Queue`1<System.Object>::GetEnumerator() */,
{ 18786, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Queue`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18787, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Queue`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18788, 0, -1 } /* T System.Collections.Generic.Queue`1<System.Object>::Dequeue() */,
{ 18789, 0, -1 } /* T[] System.Collections.Generic.Queue`1<System.Object>::ToArray() */,
{ 18790, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::SetCapacity(System.Int32) */,
{ 18791, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::MoveNext(System.Int32&) */,
{ 18792, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::ThrowForEmptyQueue() */,
{ 18796, 0, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<System.Object>::get_Current() */,
{ 18798, 0, -1 } /* System.Object System.Collections.Generic.Queue`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 18793, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 18794, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::Dispose() */,
{ 18795, 0, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<System.Object>::MoveNext() */,
{ 18797, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::ThrowEnumerationNotStartedOrEnded() */,
{ 18799, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 18801, 0, -1 } /* T[] System.Collections.Generic.QueueDebugView`1<System.Object>::get_Items() */,
{ 18800, 0, -1 } /* System.Void System.Collections.Generic.QueueDebugView`1<System.Object>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 18808, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::set_Capacity(System.Int32) */,
{ 18809, 29, -1 } /* System.Collections.Generic.IComparer`1<TKey> System.Collections.Generic.SortedList`2<System.Object,System.Object>::get_Comparer() */,
{ 18811, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<System.Object,System.Object>::get_Count() */,
{ 18812, 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() */,
{ 18813, 29, -1 } /* System.Collections.ICollection System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 18814, 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() */,
{ 18815, 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() */,
{ 18816, 29, -1 } /* System.Collections.ICollection System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 18817, 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() */,
{ 18820, 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() */,
{ 18821, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 18822, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 18823, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18824, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 18838, 29, -1 } /* TValue System.Collections.Generic.SortedList`2<System.Object,System.Object>::get_Item(TKey) */,
{ 18839, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 18840, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 18841, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 18802, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::.ctor() */,
{ 18803, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IComparer`1<TKey>) */,
{ 18804, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 18805, 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>) */,
{ 18806, 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>) */,
{ 18807, 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>) */,
{ 18810, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 18818, 29, -1 } /* System.Collections.Generic.SortedList`2/KeyList<TKey,TValue> System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetKeyListHelper() */,
{ 18819, 29, -1 } /* System.Collections.Generic.SortedList`2/ValueList<TKey,TValue> System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetValueListHelper() */,
{ 18825, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::Clear() */,
{ 18826, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 18827, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 18828, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::ContainsValue(TValue) */,
{ 18829, 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) */,
{ 18830, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18831, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::EnsureCapacity(System.Int32) */,
{ 18832, 29, -1 } /* TValue System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetByIndex(System.Int32) */,
{ 18833, 29, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetEnumerator() */,
{ 18834, 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() */,
{ 18835, 29, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 18836, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18837, 29, -1 } /* TKey System.Collections.Generic.SortedList`2<System.Object,System.Object>::GetKey(System.Int32) */,
{ 18842, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<System.Object,System.Object>::IndexOfKey(TKey) */,
{ 18843, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<System.Object,System.Object>::IndexOfValue(TValue) */,
{ 18844, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::Insert(System.Int32,TKey,TValue) */,
{ 18845, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 18846, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::RemoveAt(System.Int32) */,
{ 18847, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::Remove(TKey) */,
{ 18848, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.Object,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 18849, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<System.Object,System.Object>::IsCompatibleKey(System.Object) */,
{ 18852, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 18854, 29, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 18855, 29, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::get_Current() */,
{ 18856, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 18857, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 18850, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>,System.Int32) */,
{ 18851, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::Dispose() */,
{ 18853, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 18858, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 18862, 29, -1 } /* TKey System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::get_Current() */,
{ 18863, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 18859, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 18860, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::Dispose() */,
{ 18861, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::MoveNext() */,
{ 18864, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 18868, 29, -1 } /* TValue System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::get_Current() */,
{ 18869, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 18865, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 18866, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::Dispose() */,
{ 18867, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::MoveNext() */,
{ 18870, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListValueEnumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 18872, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::get_Count() */,
{ 18873, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::get_IsReadOnly() */,
{ 18874, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18875, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 18882, 29, -1 } /* TKey System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::get_Item(System.Int32) */,
{ 18883, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::set_Item(System.Int32,TKey) */,
{ 18871, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 18876, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Add(TKey) */,
{ 18877, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Clear() */,
{ 18878, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Contains(TKey) */,
{ 18879, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 18880, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18881, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Insert(System.Int32,TKey) */,
{ 18884, 29, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::GetEnumerator() */,
{ 18885, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18886, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::IndexOf(TKey) */,
{ 18887, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::Remove(TKey) */,
{ 18888, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<System.Object,System.Object>::RemoveAt(System.Int32) */,
{ 18890, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::get_Count() */,
{ 18891, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::get_IsReadOnly() */,
{ 18892, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18893, 29, -1 } /* System.Object System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 18900, 29, -1 } /* TValue System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::get_Item(System.Int32) */,
{ 18901, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::set_Item(System.Int32,TValue) */,
{ 18889, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 18894, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Add(TValue) */,
{ 18895, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Clear() */,
{ 18896, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Contains(TValue) */,
{ 18897, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 18898, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18899, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Insert(System.Int32,TValue) */,
{ 18902, 29, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::GetEnumerator() */,
{ 18903, 29, -1 } /* System.Collections.IEnumerator System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18904, 29, -1 } /* System.Int32 System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::IndexOf(TValue) */,
{ 18905, 29, -1 } /* System.Boolean System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::Remove(TValue) */,
{ 18906, 29, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<System.Object,System.Object>::RemoveAt(System.Int32) */,
{ 18908, 0, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count() */,
{ 18909, 0, -1 } /* System.Boolean System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18910, 0, -1 } /* System.Object System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 18907, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor() */,
{ 18911, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::Clear() */,
{ 18912, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18913, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18914, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18915, 0, -1 } /* T System.Collections.Generic.Stack`1<System.Object>::Peek() */,
{ 18916, 0, -1 } /* T System.Collections.Generic.Stack`1<System.Object>::Pop() */,
{ 18917, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::Push(T) */,
{ 18918, 0, -1 } /* T[] System.Collections.Generic.Stack`1<System.Object>::ToArray() */,
{ 18919, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::ThrowForEmptyStack() */,
{ 18923, 0, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<System.Object>::get_Current() */,
{ 18925, 0, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 18920, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 18921, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::Dispose() */,
{ 18922, 0, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<System.Object>::MoveNext() */,
{ 18924, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::ThrowEnumerationNotStartedOrEnded() */,
{ 18926, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 18928, 0, -1 } /* T[] System.Collections.Generic.StackDebugView`1<System.Object>::get_Items() */,
{ 18927, 0, -1 } /* System.Void System.Collections.Generic.StackDebugView`1<System.Object>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 19537, -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>) */,
{ 19538, -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>) */,
{ 19539, -1, 0 } /* TSource System.Linq.Enumerable::SingleOrDefault<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 19540, -1, 0 } /* System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>) */,
{ 19541, -1, 0 } /* System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 19543, 0, -1 } /* TSource System.Linq.Enumerable/Iterator`1<System.Object>::get_Current() */,
{ 19549, 0, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 19542, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::.ctor() */,
{ 19544, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::Clone() */,
{ 19545, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::Dispose() */,
{ 19546, 0, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::GetEnumerator() */,
{ 19547, 0, -1 } /* System.Boolean System.Linq.Enumerable/Iterator`1<System.Object>::MoveNext() */,
{ 19548, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 19550, 0, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19551, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 19552, 0, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 19553, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Clone() */,
{ 19554, 0, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Dispose() */,
{ 19555, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::MoveNext() */,
{ 19556, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 19557, 0, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 19558, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::Clone() */,
{ 19559, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::MoveNext() */,
{ 19560, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 19561, 0, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<System.Object>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 19562, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereListIterator`1<System.Object>::Clone() */,
{ 19563, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereListIterator`1<System.Object>::MoveNext() */,
{ 19564, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereListIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 19565, 0, -1 } /* System.Void System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>::.ctor() */,
{ 19566, 0, -1 } /* System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>::<CombinePredicates>b__0(TSource) */,
{ 19575, 0, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<System.Object>::get_Count() */,
{ 19576, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 19567, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor() */,
{ 19568, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 19569, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 19570, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 19571, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::Clear() */,
{ 19572, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Contains(T) */,
{ 19573, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 19574, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Remove(T) */,
{ 19577, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 19578, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.HashSet`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19579, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 19580, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::OnDeserialization(System.Object) */,
{ 19581, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Add(T) */,
{ 19582, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[]) */,
{ 19583, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[],System.Int32,System.Int32) */,
{ 19584, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::Initialize(System.Int32) */,
{ 19585, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::IncreaseCapacity() */,
{ 19586, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::SetCapacity(System.Int32) */,
{ 19587, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::AddIfNotPresent(T) */,
{ 19588, 0, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<System.Object>::InternalGetHashCode(T) */,
{ 19592, 0, -1 } /* T System.Collections.Generic.HashSet`1/Enumerator<System.Object>::get_Current() */,
{ 19593, 0, -1 } /* System.Object System.Collections.Generic.HashSet`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 19589, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.HashSet`1<T>) */,
{ 19590, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::Dispose() */,
{ 19591, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1/Enumerator<System.Object>::MoveNext() */,
{ 19594, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 19596, 0, -1 } /* T[] System.Collections.Generic.ICollectionDebugView`1<System.Object>::get_Items() */,
{ 19595, 0, -1 } /* System.Void System.Collections.Generic.ICollectionDebugView`1<System.Object>::.ctor(System.Collections.Generic.ICollection`1<T>) */,
{ 19709, -1, 0 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Object>(System.Void*,System.Int32) */,
{ 19710, -1, 0 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<System.Object>(System.Void*,System.Int32,T) */,
{ 19713, -1, 0 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::InternalEnumToInt<System.Object>(T&,System.Int32&) */,
{ 20868, -1, 0 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) */,
{ 20869, -1, 0 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<System.Object>(UnityEngine.Rendering.VertexAttribute) */,
{ 20871, -1, 0 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,T[]) */,
{ 20872, -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) */,
{ 20873, -1, 0 } /* System.Void UnityEngine.Mesh::SetListForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 20874, -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) */,
{ 20882, -1, 0 } /* System.Void UnityEngine.Mesh::SetUvsImpl<System.Object>(System.Int32,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 21480, -1, 0 } /* T[] UnityEngine.Resources::ConvertObjects<System.Object>(UnityEngine.Object[]) */,
{ 21509, -1, 0 } /* T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType<System.Object>(System.Type) */,
{ 21527, -1, 0 } /* T UnityEngine.Component::GetComponent<System.Object>() */,
{ 21569, -1, 0 } /* T UnityEngine.GameObject::GetComponent<System.Object>() */,
{ 21582, -1, 0 } /* T[] UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean) */,
{ 21583, -1, 0 } /* System.Void UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 21594, -1, 0 } /* T UnityEngine.GameObject::AddComponent<System.Object>() */,
{ 21664, -1, 0 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<System.Object>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21665, -1, 0 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<System.Object>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21667, -1, 0 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<System.Object>(System.Collections.Generic.List`1<T>) */,
{ 21668, -1, 0 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<System.Object>(System.Collections.Generic.List`1<T>) */,
{ 21677, -1, 0 } /* T UnityEngine.ScriptableObject::CreateInstance<System.Object>() */,
{ 21717, -1, 0 } /* T UnityEngine.Object::Instantiate<System.Object>(T) */,
{ 21726, -1, 0 } /* T[] UnityEngine.Object::FindObjectsOfType<System.Object>() */,
{ 21727, -1, 0 } /* T UnityEngine.Object::FindObjectOfType<System.Object>() */,
{ 22122, -1, 0 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Object>(System.Object) */,
{ 22131, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22132, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22133, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22134, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22135, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(System.Object[]) */,
{ 22136, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(T1) */,
{ 22137, 0, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 22138, 29, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22139, 29, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Invoke(System.Object[]) */,
{ 22140, 29, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 22141, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22142, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Invoke(System.Object[]) */,
{ 22143, 40, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 22144, 41, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22145, 41, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::Invoke(System.Object[]) */,
{ 22146, 41, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 22147, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 22148, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::Invoke(System.Object[]) */,
{ 22149, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::Invoke(T) */,
{ 22187, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 22188, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::Invoke(T0) */,
{ 22189, 0, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Object>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 22190, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 22191, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::.ctor() */,
{ 22192, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 22193, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 22194, 0, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 22195, 0, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 22196, 0, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Object>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 22197, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::Invoke(T0) */,
{ 22198, 29, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 22199, 29, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::Invoke(T0,T1) */,
{ 22200, 29, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<System.Object,System.Object>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 22201, 29, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 22202, 29, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::.ctor() */,
{ 22203, 29, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 22204, 29, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 22205, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 22206, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::Invoke(T0,T1,T2) */,
{ 22207, 40, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::BeginInvoke(T0,T1,T2,System.AsyncCallback,System.Object) */,
{ 22208, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 22209, 40, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::.ctor() */,
{ 22210, 40, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 22211, 40, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 22212, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 22213, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::Invoke(T0,T1,T2,T3) */,
{ 22214, 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) */,
{ 22215, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 22216, 41, -1 } /* System.Void UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::.ctor() */,
{ 22217, 41, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 22218, 41, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 22432, -1, 0 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<System.Object>() */,
{ 22514, -1, 0 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Object>(T,T,System.String) */,
{ 22515, -1, 0 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Object>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 23052, 0, -1 } /* System.Void UnityEngine.IntegratedSubsystemDescriptor`1<System.Object>::.ctor() */,
{ 23069, 0, -1 } /* System.Void UnityEngine.IntegratedSubsystem`1<System.Object>::.ctor() */,
{ 23879, -1, 0 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Object>(System.IntPtr) */,
{ 23880, -1, 0 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Object>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24019, -1, 0 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Object>(System.String,System.Object[]) */,
{ 24020, -1, 0 } /* ReturnType UnityEngine.AndroidJavaObject::CallStatic<System.Object>(System.String,System.Object[]) */,
{ 24027, -1, 0 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Object>(System.String,System.Object[]) */,
{ 24028, -1, 0 } /* ReturnType UnityEngine.AndroidJavaObject::_CallStatic<System.Object>(System.String,System.Object[]) */,
{ 24055, -1, 0 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Object>(System.IntPtr) */,
{ 24057, -1, 0 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Object>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24063, -1, 0 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Object>(System.Object[]) */,
{ 24931, 0, -1 } /* System.Int32 UnityEngine.UIElements.ObjectPool`1<System.Object>::get_maxSize() */,
{ 24932, 0, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Object>::set_maxSize(System.Int32) */,
{ 24933, 0, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Object>::.ctor(System.Int32) */,
{ 24934, 0, -1 } /* System.Int32 UnityEngine.UIElements.ObjectPool`1<System.Object>::Size() */,
{ 24935, 0, -1 } /* T UnityEngine.UIElements.ObjectPool`1<System.Object>::Get() */,
{ 24936, 0, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Object>::Release(T) */,
{ 25089, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::set_relatedTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25090, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::set_pointerId(System.Int32) */,
{ 25091, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::Init() */,
{ 25092, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::LocalInit() */,
{ 25093, 0, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 25094, 0, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<System.Object>::.ctor() */,
{ 25097, 0, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<System.Object>::Init() */,
{ 25098, 0, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<System.Object>::.ctor() */,
{ 25104, 0, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<System.Object>::set_commandName(System.String) */,
{ 25105, 0, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<System.Object>::Init() */,
{ 25106, 0, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<System.Object>::LocalInit() */,
{ 25107, 0, -1 } /* T UnityEngine.UIElements.CommandEventBase`1<System.Object>::GetPooled(UnityEngine.Event) */,
{ 25108, 0, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<System.Object>::.ctor() */,
{ 25114, 0, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<System.Object>::.ctor() */,
{ 25208, 0, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<System.Object>::get_eventTypeId() */,
{ 25200, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::.ctor() */,
{ 25201, 0, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<System.Object>::TypeId() */,
{ 25202, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::Init() */,
{ 25203, 0, -1 } /* T UnityEngine.UIElements.EventBase`1<System.Object>::GetPooled() */,
{ 25204, 0, -1 } /* T UnityEngine.UIElements.EventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.EventBase) */,
{ 25205, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::ReleasePooled(T) */,
{ 25206, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::Acquire() */,
{ 25207, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::Dispose() */,
{ 25209, 0, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<System.Object>::.cctor() */,
{ 25240, 0, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<System.Object>::get_relatedTarget() */,
{ 25241, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::set_relatedTarget(UnityEngine.UIElements.Focusable) */,
{ 25242, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::set_direction(UnityEngine.UIElements.FocusChangeDirection) */,
{ 25243, 0, -1 } /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1<System.Object>::get_focusController() */,
{ 25244, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::set_focusController(UnityEngine.UIElements.FocusController) */,
{ 25245, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::Init() */,
{ 25246, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::LocalInit() */,
{ 25247, 0, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 25248, 0, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<System.Object>::.ctor() */,
{ 25270, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::set_modifiers(UnityEngine.EventModifiers) */,
{ 25271, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::set_character(System.Char) */,
{ 25272, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::set_keyCode(UnityEngine.KeyCode) */,
{ 25273, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::Init() */,
{ 25274, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::LocalInit() */,
{ 25275, 0, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::GetPooled(System.Char,UnityEngine.KeyCode,UnityEngine.EventModifiers) */,
{ 25276, 0, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::GetPooled(UnityEngine.Event) */,
{ 25277, 0, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::.ctor() */,
{ 25298, 0, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_modifiers() */,
{ 25299, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_modifiers(UnityEngine.EventModifiers) */,
{ 25300, 0, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_mousePosition() */,
{ 25301, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_mousePosition(UnityEngine.Vector2) */,
{ 25302, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_localMousePosition(UnityEngine.Vector2) */,
{ 25303, 0, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_mouseDelta() */,
{ 25304, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_mouseDelta(UnityEngine.Vector2) */,
{ 25305, 0, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_clickCount() */,
{ 25306, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_clickCount(System.Int32) */,
{ 25307, 0, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_button() */,
{ 25308, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_button(System.Int32) */,
{ 25309, 0, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_pressedButtons() */,
{ 25310, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_pressedButtons(System.Int32) */,
{ 25311, 0, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 0, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 0, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25319, 0, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_currentTarget() */,
{ 25320, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::Init() */,
{ 25318, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::LocalInit() */,
{ 25321, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25323, 0, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.Event) */,
{ 25324, 0, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 25325, 0, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IMouseEvent) */,
{ 25326, 0, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 25327, 0, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::.ctor() */,
{ 25362, -1, 29 } /* System.Void UnityEngine.UIElements.MouseEventsHelper::SendEnterLeave<System.Object,System.Object>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2) */,
{ 25364, -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) */,
{ 25406, 0, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pointerId() */,
{ 25407, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_pointerId(System.Int32) */,
{ 25408, 0, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pointerType() */,
{ 25409, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_pointerType(System.String) */,
{ 25410, 0, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_isPrimary() */,
{ 25411, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_isPrimary(System.Boolean) */,
{ 25412, 0, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_button() */,
{ 25413, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_button(System.Int32) */,
{ 25414, 0, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pressedButtons() */,
{ 25415, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_pressedButtons(System.Int32) */,
{ 25416, 0, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_position() */,
{ 25417, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_position(UnityEngine.Vector3) */,
{ 25418, 0, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_localPosition() */,
{ 25419, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_localPosition(UnityEngine.Vector3) */,
{ 25420, 0, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_deltaPosition() */,
{ 25421, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_deltaPosition(UnityEngine.Vector3) */,
{ 25422, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_deltaTime() */,
{ 25423, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_deltaTime(System.Single) */,
{ 25424, 0, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_clickCount() */,
{ 25425, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_clickCount(System.Int32) */,
{ 25426, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pressure() */,
{ 25427, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_pressure(System.Single) */,
{ 25428, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_tangentialPressure() */,
{ 25429, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_tangentialPressure(System.Single) */,
{ 25430, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_altitudeAngle() */,
{ 25431, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_altitudeAngle(System.Single) */,
{ 25432, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_azimuthAngle() */,
{ 25433, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_azimuthAngle(System.Single) */,
{ 25434, 0, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_twist() */,
{ 25435, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_twist(System.Single) */,
{ 25436, 0, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_radius() */,
{ 25437, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_radius(UnityEngine.Vector2) */,
{ 25438, 0, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_radiusVariance() */,
{ 25439, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_radiusVariance(UnityEngine.Vector2) */,
{ 25440, 0, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_modifiers() */,
{ 25441, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_modifiers(UnityEngine.EventModifiers) */,
{ 25442, 0, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<System.Object>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 0, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<System.Object>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25448, 0, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_currentTarget() */,
{ 25449, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25446, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::Init() */,
{ 25447, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::LocalInit() */,
{ 25450, 0, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<System.Object>::IsMouse(UnityEngine.Event) */,
{ 25451, 0, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<System.Object>::GetPooled(UnityEngine.Event) */,
{ 25452, 0, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 25453, 0, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 25454, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25455, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25456, 0, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::.ctor() */,
{ 25566, 0, -1 } /* T UnityEngine.UIElements.IStyleValue`1<System.Object>::get_value() */,
{ 25567, 0, -1 } /* UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.IStyleValue`1<System.Object>::get_keyword() */,
{ 25571, -1, 0 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<System.Object>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 25710, 0, -1 } /* System.Void ArrayPool`1<System.Object>::.ctor() */,
{ 25711, 0, -1 } /* System.Int32 ArrayPool`1<System.Object>::NextPowerOfTwo(System.Int32) */,
{ 25712, 0, -1 } /* T[] ArrayPool`1<System.Object>::Alloc(System.Int32) */,
{ 25713, 0, -1 } /* System.Void ArrayPool`1<System.Object>::Collect(T[]) */,
{ 25714, 0, -1 } /* System.Int32 ArrayPool`1<System.Object>::GetSlot(System.Int32) */,
{ 25922, -1, 0 } /* T taurus.client.TObject::getValue<System.Object>(System.String) */,
{ 26828, 0, -1 } /* ZXing.BarcodeFormat ZXing.BarcodeWriterGeneric`1<System.Object>::get_Format() */,
{ 26829, 0, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::set_Format(ZXing.BarcodeFormat) */,
{ 26830, 0, -1 } /* ZXing.Common.EncodingOptions ZXing.BarcodeWriterGeneric`1<System.Object>::get_Options() */,
{ 26831, 0, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::set_Options(ZXing.Common.EncodingOptions) */,
{ 26832, 0, -1 } /* ZXing.Writer ZXing.BarcodeWriterGeneric`1<System.Object>::get_Encoder() */,
{ 26833, 0, -1 } /* ZXing.Rendering.IBarcodeRenderer`1<TOutput> ZXing.BarcodeWriterGeneric`1<System.Object>::get_Renderer() */,
{ 26834, 0, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::set_Renderer(ZXing.Rendering.IBarcodeRenderer`1<TOutput>) */,
{ 26835, 0, -1 } /* ZXing.Common.BitMatrix ZXing.BarcodeWriterGeneric`1<System.Object>::Encode(System.String) */,
{ 26836, 0, -1 } /* TOutput ZXing.BarcodeWriterGeneric`1<System.Object>::Write(System.String) */,
{ 26837, 0, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::.ctor() */,
{ 26839, 0, -1 } /* TOutput ZXing.Rendering.IBarcodeRenderer`1<System.Object>::Render(ZXing.Common.BitMatrix,ZXing.BarcodeFormat,System.String,ZXing.Common.EncodingOptions) */,
{ 26881, -1, 0 } /* System.Void ZXing.SupportClass::Fill<System.Object>(T[],T) */,
{ 27375, -1, 0 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Object>(System.IntPtr) */,
{ 28008, 0, -1 } /* T MonoSingleton`1<System.Object>::get_sIntance() */,
{ 28009, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::Awake() */,
{ 28010, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::DestroyInstance() */,
{ 28011, 0, -1 } /* T MonoSingleton`1<System.Object>::GetInstance() */,
{ 28012, 0, -1 } /* System.Boolean MonoSingleton`1<System.Object>::HasInstance() */,
{ 28013, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::Init() */,
{ 28014, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::OnDestroy() */,
{ 28015, 0, -1 } /* System.Void MonoSingleton`1<System.Object>::.ctor() */,
{ 28027, 0, -1 } /* T Singleton`1<System.Object>::get_instance() */,
{ 28028, 0, -1 } /* System.Void Singleton`1<System.Object>::.ctor() */,
{ 28029, 0, -1 } /* System.Void Singleton`1<System.Object>::CreateInstance() */,
{ 28030, 0, -1 } /* System.Void Singleton`1<System.Object>::DestroyInstance() */,
{ 28031, 0, -1 } /* T Singleton`1<System.Object>::GetInstance() */,
{ 28032, 0, -1 } /* System.Boolean Singleton`1<System.Object>::HasInstance() */,
{ 28033, 0, -1 } /* System.Void Singleton`1<System.Object>::Init() */,
{ 28034, 0, -1 } /* System.Void Singleton`1<System.Object>::UnInit() */,
{ 32695, -1, 0 } /* T taurus.unity.ResourcesManager::LoadObject<System.Object>(System.String) */,
{ 32696, -1, 0 } /* T taurus.unity.ResourcesManager::LoadObjectByGroup<System.Object>(System.String,System.String) */,
{ 33008, -1, 0 } /* T LuaInterface.LuaFunction::ToDelegate<System.Object>() */,
{ 33013, -1, 0 } /* System.Void LuaInterface.LuaFunction::Call<System.Object>(T1) */,
{ 33014, -1, 29 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object>(T1,T2) */,
{ 33015, -1, 40 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object>(T1,T2,T3) */,
{ 33016, -1, 41 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4) */,
{ 33017, -1, 53 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5) */,
{ 33018, -1, 2109 } /* System.Void LuaInterface.LuaFunction::Call<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6) */,
{ 33019, -1, 2110 } /* 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) */,
{ 33020, -1, 2111 } /* 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) */,
{ 33021, -1, 2112 } /* 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) */,
{ 33022, -1, 0 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object>() */,
{ 33023, -1, 29 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object>(T1) */,
{ 33024, -1, 40 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object>(T1,T2) */,
{ 33025, -1, 41 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object>(T1,T2,T3) */,
{ 33026, -1, 53 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4) */,
{ 33027, -1, 2109 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5) */,
{ 33028, -1, 2110 } /* R1 LuaInterface.LuaFunction::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,T4,T5,T6) */,
{ 33029, -1, 2111 } /* 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) */,
{ 33030, -1, 2112 } /* 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) */,
{ 33031, -1, 2113 } /* 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) */,
{ 33062, -1, 0 } /* System.Void LuaInterface.LuaFunction::PushSealed<System.Object>(T) */,
{ 33063, -1, 0 } /* System.Void LuaInterface.LuaFunction::PushGeneric<System.Object>(T) */,
{ 33087, -1, 0 } /* T LuaInterface.LuaFunction::CheckValue<System.Object>() */,
{ 33169, 0, -1 } /* System.Void LuaInterface.LuaOut`1<System.Object>::.ctor() */,
{ 33399, -1, 0 } /* T LuaInterface.LuaState::DoString<System.Object>(System.String,System.String) */,
{ 33403, -1, 0 } /* T LuaInterface.LuaState::DoFile<System.Object>(System.String) */,
{ 33405, -1, 0 } /* T LuaInterface.LuaState::Require<System.Object>(System.String) */,
{ 33464, -1, 0 } /* System.Void LuaInterface.LuaState::PushSealed<System.Object>(T) */,
{ 33466, -1, 0 } /* System.Void LuaInterface.LuaState::PushGeneric<System.Object>(T) */,
{ 33489, -1, 0 } /* T LuaInterface.LuaState::CheckValue<System.Object>(System.Int32) */,
{ 33514, -1, 0 } /* T LuaInterface.LuaState::LuaLoadBuffer<System.Object>(System.Byte[],System.String) */,
{ 33518, -1, 0 } /* System.Void LuaInterface.LuaState::Call<System.Object>(System.String,T,System.Boolean) */,
{ 33519, -1, 29 } /* System.Void LuaInterface.LuaState::Call<System.Object,System.Object>(System.String,T1,T2,System.Boolean) */,
{ 33520, -1, 40 } /* System.Void LuaInterface.LuaState::Call<System.Object,System.Object,System.Object>(System.String,T1,T2,T3,System.Boolean) */,
{ 33521, -1, 41 } /* System.Void LuaInterface.LuaState::Call<System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,System.Boolean) */,
{ 33522, -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) */,
{ 33523, -1, 2109 } /* 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) */,
{ 33524, -1, 0 } /* R1 LuaInterface.LuaState::Invoke<System.Object>(System.String,System.Boolean) */,
{ 33525, -1, 29 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object>(System.String,T1,System.Boolean) */,
{ 33526, -1, 40 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object,System.Object>(System.String,T1,T2,System.Boolean) */,
{ 33527, -1, 41 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,System.Boolean) */,
{ 33528, -1, 53 } /* R1 LuaInterface.LuaState::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,System.Boolean) */,
{ 33529, -1, 2109 } /* 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) */,
{ 33530, -1, 2110 } /* 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) */,
{ 33678, -1, 0 } /* T LuaInterface.LuaTable::RawGetIndex<System.Object>(System.Int32) */,
{ 33679, -1, 0 } /* System.Void LuaInterface.LuaTable::RawSetIndex<System.Object>(System.Int32,T) */,
{ 33680, -1, 29 } /* V LuaInterface.LuaTable::RawGet<System.Object,System.Object>(K) */,
{ 33681, -1, 29 } /* System.Void LuaInterface.LuaTable::RawSet<System.Object,System.Object>(K,V) */,
{ 33682, -1, 0 } /* T LuaInterface.LuaTable::GetTable<System.Object>(System.String) */,
{ 33683, -1, 0 } /* System.Void LuaInterface.LuaTable::SetTable<System.Object>(System.String,T) */,
{ 33688, -1, 0 } /* System.Void LuaInterface.LuaTable::Call<System.Object>(System.String,T1) */,
{ 33689, -1, 29 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object>(System.String,T1,T2) */,
{ 33690, -1, 40 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object,System.Object>(System.String,T1,T2,T3) */,
{ 33691, -1, 41 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4) */,
{ 33692, -1, 53 } /* System.Void LuaInterface.LuaTable::Call<System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5) */,
{ 33693, -1, 2109 } /* 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) */,
{ 33694, -1, 0 } /* R1 LuaInterface.LuaTable::Invoke<System.Object>(System.String) */,
{ 33695, -1, 29 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object>(System.String,T1) */,
{ 33696, -1, 40 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object>(System.String,T1,T2) */,
{ 33697, -1, 41 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3) */,
{ 33698, -1, 53 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4) */,
{ 33699, -1, 2109 } /* R1 LuaInterface.LuaTable::Invoke<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.String,T1,T2,T3,T4,T5) */,
{ 33700, -1, 2110 } /* 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) */,
{ 33707, -1, 29 } /* LuaInterface.LuaDictTable`2<K,V> LuaInterface.LuaTable::ToDictTable<System.Object,System.Object>() */,
{ 33736, 29, -1 } /* K LuaInterface.LuaDictEntry`2<System.Object,System.Object>::get_Key() */,
{ 33737, 29, -1 } /* System.Void LuaInterface.LuaDictEntry`2<System.Object,System.Object>::set_Key(K) */,
{ 33738, 29, -1 } /* V LuaInterface.LuaDictEntry`2<System.Object,System.Object>::get_Value() */,
{ 33739, 29, -1 } /* System.Void LuaInterface.LuaDictEntry`2<System.Object,System.Object>::set_Value(V) */,
{ 33735, 29, -1 } /* System.Void LuaInterface.LuaDictEntry`2<System.Object,System.Object>::.ctor(K,V) */,
{ 33742, 29, -1 } /* V LuaInterface.LuaDictTable`2<System.Object,System.Object>::get_Item(K) */,
{ 33743, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2<System.Object,System.Object>::set_Item(K,V) */,
{ 33740, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2<System.Object,System.Object>::.ctor(LuaInterface.LuaTable) */,
{ 33741, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2<System.Object,System.Object>::Dispose() */,
{ 33744, 29, -1 } /* System.Collections.Generic.Dictionary`2<K,V> LuaInterface.LuaDictTable`2<System.Object,System.Object>::ToDictionary() */,
{ 33745, 29, -1 } /* System.Collections.Generic.IEnumerator`1<LuaInterface.LuaDictEntry`2<K,V>> LuaInterface.LuaDictTable`2<System.Object,System.Object>::GetEnumerator() */,
{ 33746, 29, -1 } /* System.Collections.IEnumerator LuaInterface.LuaDictTable`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 33748, 29, -1 } /* LuaInterface.LuaDictEntry`2<K,V> LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::get_Current() */,
{ 33749, 29, -1 } /* System.Object LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 33747, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::.ctor(LuaInterface.LuaDictTable`2<K,V>) */,
{ 33750, 29, -1 } /* System.Boolean LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 33751, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::Reset() */,
{ 33752, 29, -1 } /* System.Void LuaInterface.LuaDictTable`2/Enumerator<System.Object,System.Object>::Dispose() */,
{ 33756, -1, 0 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object>(T1) */,
{ 33757, -1, 29 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object>(T1,T2) */,
{ 33758, -1, 40 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object,System.Object>(T1,T2,T3) */,
{ 33759, -1, 0 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object>(R1&) */,
{ 33760, -1, 29 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object>(T1,R1&) */,
{ 33761, -1, 40 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object,System.Object>(T1,T2,R1&) */,
{ 33762, -1, 41 } /* System.Int32 LuaInterface.LuaThread::Resume<System.Object,System.Object,System.Object,System.Object>(T1,T2,T3,R1&) */,
{ 33869, -1, 0 } /* System.Object LuaInterface.ToLua::CheckObject<System.Object>(System.IntPtr,System.Int32) */,
{ 33884, -1, 0 } /* T[] LuaInterface.ToLua::CheckObjectArray<System.Object>(System.IntPtr,System.Int32) */,
{ 33895, -1, 0 } /* T[] LuaInterface.ToLua::ToParamsObject<System.Object>(System.IntPtr,System.Int32,System.Int32) */,
{ 33903, -1, 0 } /* T[] LuaInterface.ToLua::CheckParamsObject<System.Object>(System.IntPtr,System.Int32,System.Int32) */,
{ 33910, -1, 0 } /* T[] LuaInterface.ToLua::ToObjectArray<System.Object>(System.IntPtr,System.Int32) */,
{ 33933, -1, 0 } /* System.Void LuaInterface.ToLua::PushOut<System.Object>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33943, -1, 0 } /* System.Void LuaInterface.ToLua::PushSealed<System.Object>(System.IntPtr,T) */,
{ 33952, -1, 0 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<System.Object>(System.IntPtr,System.Int32) */,
{ 33979, -1, 0 } /* T LuaInterface.TypeChecker::ChangeType<System.Object>(System.Object,System.Type) */,
{ 33984, -1, 0 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object>(System.IntPtr,System.Int32) */,
{ 33985, -1, 29 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33986, -1, 40 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33987, -1, 41 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33988, -1, 53 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2109 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33990, -1, 2110 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33991, -1, 2111 } /* 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) */,
{ 33992, -1, 2112 } /* 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) */,
{ 33993, -1, 2113 } /* 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) */,
{ 33994, -1, 2114 } /* 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) */,
{ 33995, -1, 2115 } /* 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) */,
{ 33996, -1, 0 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Object>(System.IntPtr,System.Int32,System.Int32) */,
{ 33999, 0, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Object>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 0, -1 } /* System.String LuaInterface.TypeTraits`1<System.Object>::GetTypeName() */,
{ 34001, 0, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Object>::GetLuaReference(System.IntPtr) */,
{ 34002, 0, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Object>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 0, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Object>::IsNilType() */,
{ 34004, 0, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Object>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 0, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Object>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 0, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Object>::.cctor() */,
{ 34007, 0, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Object>::.cctor() */,
{ 34008, 0, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Object>::.ctor() */,
{ 34009, 0, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Object>::<GetLuaReference>b__9_0() */,
{ 34010, 0, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Object>::Init(DelegateFactory/DelegateCreate) */,
{ 34011, 0, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction) */,
{ 34012, 0, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34013, 0, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Object>::.cctor() */,
{ 34014, 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>) */,
{ 34015, 0, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Object>::SelectPush() */,
{ 34016, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::PushValue(System.IntPtr,T) */,
{ 34017, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::PushObject(System.IntPtr,T) */,
{ 34018, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::PushArray(System.IntPtr,T) */,
{ 34019, 0, -1 } /* T LuaInterface.StackTraits`1<System.Object>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 0, -1 } /* T LuaInterface.StackTraits`1<System.Object>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 0, -1 } /* System.Void LuaInterface.StackTraits`1<System.Object>::.cctor() */,
{ 34398, -1, 0 } /* T FairyGUI.NGraphics::GetMeshFactory<System.Object>() */,
{ 11625, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor() */,
{ 11641, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::Add(T) */,
{ 11693, 8, -1 } /* T[] System.Collections.Generic.List`1<System.String>::ToArray() */,
{ 11375, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor() */,
{ 11393, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(TKey,TValue) */,
{ 11385, 28, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Count() */,
{ 11402, 28, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.String>::GetEnumerator() */,
{ 11434, 28, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::get_Current() */,
{ 11345, 28, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Value() */,
{ 11433, 28, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::MoveNext() */,
{ 11435, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::Dispose() */,
{ 11625, 17, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::.ctor() */,
{ 11625, 19, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::.ctor() */,
{ 11641, 17, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::Add(T) */,
{ 11641, 19, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::Add(T) */,
{ 11690, 17, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 1110, 19, -1 } /* System.Void System.Comparison`1<Mono.Globalization.Unicode.Level2Map>::.ctor(System.Object,System.IntPtr) */,
{ 11692, 19, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::Sort(System.Comparison`1<T>) */,
{ 11693, 17, -1 } /* T[] System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::ToArray() */,
{ 11693, 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[]) */,
{ 11630, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.String>::get_Count() */,
{ 11685, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::RemoveAt(System.Int32) */,
{ 11676, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::Insert(System.Int32,T) */,
{ 11636, 8, -1 } /* T System.Collections.Generic.List`1<System.String>::get_Item(System.Int32) */,
{ 11648, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::Clear() */,
{ 11225, 42, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11627, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11627, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11226, 42, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::get_Count() */,
{ 11229, 42, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::CopyTo(T[],System.Int32) */,
{ 11625, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::.ctor() */,
{ 11625, 45, -1 } /* System.Void System.Collections.Generic.List`1<System.AggregateException>::.ctor() */,
{ 11641, 45, -1 } /* System.Void System.Collections.Generic.List`1<System.AggregateException>::Add(T) */,
{ 11636, 45, -1 } /* T System.Collections.Generic.List`1<System.AggregateException>::get_Item(System.Int32) */,
{ 11641, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::Add(T) */,
{ 11630, 45, -1 } /* System.Int32 System.Collections.Generic.List`1<System.AggregateException>::get_Count() */,
{ 11227, 42, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::get_Item(System.Int32) */,
{ 11375, 136, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::.ctor() */,
{ 11399, 136, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Object>::ContainsKey(TKey) */,
{ 11393, 136, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::set_Item(TKey,TValue) */,
{ 11411, 136, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Object>::Remove(TKey) */,
{ 11536, 6, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Byte>::.ctor() */,
{ 10538, 32, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::.ctor() */,
{ 11536, 8, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.String>::.ctor() */,
{ 10543, 32, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::Add(TKey,TValue) */,
{ 10545, 32, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::TryGetValue(TKey,TValue&) */,
{ 10544, 32, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::Remove(TKey) */,
{ 1118, 1, -1 } /* System.Void System.Predicate`1<System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 11761, -1, 1 } /* System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Type>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>) */,
{ 11625, 324, -1 } /* System.Void System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::.ctor() */,
{ 11641, 324, -1 } /* System.Void System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::Add(T) */,
{ 11693, 324, -1 } /* T[] System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::ToArray() */,
{ 11498, 82, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::get_Default() */,
{ 879, -1, 2116 } /* System.Void System.Array::Sort<System.UInt64,System.String>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>) */,
{ 11377, 216, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11413, 216, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::TryGetValue(TKey,TValue&) */,
{ 11393, 216, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::set_Item(TKey,TValue) */,
{ 11375, 234, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::.ctor() */,
{ 11375, 237, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::.ctor() */,
{ 11393, 234, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::set_Item(TKey,TValue) */,
{ 11393, 237, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::set_Item(TKey,TValue) */,
{ 11413, 234, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::TryGetValue(TKey,TValue&) */,
{ 11413, 237, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::TryGetValue(TKey,TValue&) */,
{ 3738, 16, -1 } /* System.Boolean System.Nullable`1<System.Int32>::get_HasValue() */,
{ 3739, 16, -1 } /* T System.Nullable`1<System.Int32>::get_Value() */,
{ 11394, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Add(TKey,TValue) */,
{ 11413, 28, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::TryGetValue(TKey,TValue&) */,
{ 11649, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.String>::Contains(T) */,
{ 3738, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::get_HasValue() */,
{ 3737, 47, -1 } /* System.Void System.Nullable`1<System.Boolean>::.ctor(T) */,
{ 3739, 47, -1 } /* T System.Nullable`1<System.Boolean>::get_Value() */,
{ 11627, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 3738, 59, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::get_HasValue() */,
{ 3737, 59, -1 } /* System.Void System.Nullable`1<System.DateTime>::.ctor(T) */,
{ 3739, 59, -1 } /* T System.Nullable`1<System.DateTime>::get_Value() */,
{ 5703, 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) */,
{ 7594, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.Threading.CancellationToken) */,
{ 7443, 16, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::get_Result() */,
{ 7590, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Int32>(TResult) */,
{ 7595, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.OperationCanceledException) */,
{ 7592, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Int32>(System.Exception) */,
{ 7595, -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>() */,
{ 1090, 192, -1 } /* System.Void System.Func`1<System.Threading.SemaphoreSlim>::.ctor(System.Object,System.IntPtr) */,
{ 6979, -1, 192 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.SemaphoreSlim>(T&,System.Func`1<T>) */,
{ 1094, 188, -1 } /* System.Void System.Func`2<System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 7450, 16, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::GetAwaiter() */,
{ 10496, 16, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::GetResult() */,
{ 1106, 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) */,
{ 1098, 195, -1 } /* System.Void System.Func`3<System.IO.Stream,System.IAsyncResult,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 7466, 16, 2117 } /* 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>) */,
{ 1082, 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) */,
{ 1098, 202, -1 } /* System.Void System.Func`3<System.IO.Stream,System.IAsyncResult,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 7466, 189, 2117 } /* 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() */,
{ 7433, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7434, 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) */,
{ 1090, 207, -1 } /* System.Void System.Func`1<System.Threading.ManualResetEvent>::.ctor(System.Object,System.IntPtr) */,
{ 6979, -1, 207 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.ManualResetEvent>(T&,System.Func`1<T>) */,
{ 5718, 8, -1 } /* System.Void System.IO.SearchResultHandler`1<System.String>::.ctor() */,
{ 1094, 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() */,
{ 11641, 48, -1 } /* System.Void System.Collections.Generic.List`1<System.LocalDataStore>::Add(T) */,
{ 11682, 48, -1 } /* System.Boolean System.Collections.Generic.List`1<System.LocalDataStore>::Remove(T) */,
{ 11394, 49, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::Add(TKey,TValue) */,
{ 11337, -1, 49 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.String,System.LocalDataStoreSlot>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey) */,
{ 11411, 49, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::Remove(TKey) */,
{ 11636, 48, -1 } /* T System.Collections.Generic.List`1<System.LocalDataStore>::get_Item(System.Int32) */,
{ 11630, 48, -1 } /* System.Int32 System.Collections.Generic.List`1<System.LocalDataStore>::get_Count() */,
{ 11625, 48, -1 } /* System.Void System.Collections.Generic.List`1<System.LocalDataStore>::.ctor() */,
{ 11375, 49, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::.ctor() */,
{ 11376, 147, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::.ctor(System.Int32) */,
{ 11413, 147, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::TryGetValue(TKey,TValue&) */,
{ 11394, 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[]) */,
{ 11375, 143, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::.ctor() */,
{ 11413, 143, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::TryGetValue(TKey,TValue&) */,
{ 11393, 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) */,
{ 5028, -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[]) */,
{ 5028, -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[]) */,
{ 11225, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11626, 174, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Module>::.ctor(System.Int32) */,
{ 11641, 174, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Module>::Add(T) */,
{ 11693, 174, -1 } /* T[] System.Collections.Generic.List`1<System.Reflection.Module>::ToArray() */,
{ 11413, 159, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::TryGetValue(TKey,TValue&) */,
{ 4785, -1, 2118 } /* T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Resources.NeutralResourcesLanguageAttribute>(System.Reflection.Assembly) */,
{ 11375, 159, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::.ctor() */,
{ 11400, 159, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::ContainsValue(TValue) */,
{ 11394, 159, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::Add(TKey,TValue) */,
{ 11413, 167, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::TryGetValue(TKey,TValue&) */,
{ 11377, 167, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11393, 167, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::set_Item(TKey,TValue) */,
{ 11394, 167, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::Add(TKey,TValue) */,
{ 10451, -1, 16 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Int32>(TResult) */,
{ 10451, -1, 47 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Boolean>(TResult) */,
{ 10441, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 10444, 189, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::get_Task() */,
{ 10446, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10447, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetException(System.Exception) */,
{ 11226, 44, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Count() */,
{ 11227, 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>() */,
{ 11693, 321, -1 } /* T[] System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::ToArray() */,
{ 11668, 321, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::GetEnumerator() */,
{ 11717, 321, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::get_Current() */,
{ 11715, 321, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::MoveNext() */,
{ 11714, 321, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::Dispose() */,
{ 11625, 321, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::.ctor() */,
{ 11641, 321, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::Add(T) */,
{ 11630, 321, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::get_Count() */,
{ 11636, 321, -1 } /* T System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::get_Item(System.Int32) */,
{ 11260, 274, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::.ctor() */,
{ 11625, 300, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::.ctor() */,
{ 11641, 300, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::Add(T) */,
{ 11630, 300, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::get_Count() */,
{ 1094, 274, -1 } /* System.Void System.Func`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::.ctor(System.Object,System.IntPtr) */,
{ 11281, 274, -1 } /* TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::GetOrAdd(TKey,System.Func`2<TKey,TValue>) */,
{ 11413, 312, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::TryGetValue(TKey,TValue&) */,
{ 11394, 312, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::Add(TKey,TValue) */,
{ 11375, 312, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::.ctor() */,
{ 11266, 136, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11276, 136, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::set_Item(TKey,TValue) */,
{ 11260, 136, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::.ctor() */,
{ 1094, 131, -1 } /* System.Void System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>::.ctor(System.Object,System.IntPtr) */,
{ 1102, 132, -1 } /* System.Void System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 11626, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::.ctor(System.Int32) */,
{ 11636, 1, -1 } /* T System.Collections.Generic.List`1<System.Type>::get_Item(System.Int32) */,
{ 2013, 303, -1 } /* System.Void System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>::Invoke(System.Object,TEventArgs) */,
{ 11625, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor() */,
{ 11641, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Add(T) */,
{ 11687, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Reverse() */,
{ 11630, 96, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodInfo>::get_Count() */,
{ 11668, 96, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Reflection.MethodInfo>::GetEnumerator() */,
{ 11717, 96, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::get_Current() */,
{ 11715, 96, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::MoveNext() */,
{ 11714, 96, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::Dispose() */,
{ 11375, 304, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor() */,
{ 11399, 304, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::ContainsKey(TKey) */,
{ 11394, 304, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::Add(TKey,TValue) */,
{ 11413, 304, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::TryGetValue(TKey,TValue&) */,
{ 2681, 96, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::.ctor(System.Int32) */,
{ 2686, 96, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::Add(T) */,
{ 2681, 99, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::.ctor(System.Int32) */,
{ 2686, 99, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::Add(T) */,
{ 2681, 79, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::.ctor(System.Int32) */,
{ 2686, 79, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::Add(T) */,
{ 2681, 103, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::.ctor(System.Int32) */,
{ 2686, 103, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::Add(T) */,
{ 2681, 55, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::.ctor(System.Int32) */,
{ 2686, 55, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::Add(T) */,
{ 2681, 1, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Type>::.ctor(System.Int32) */,
{ 2686, 1, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Type>::Add(T) */,
{ 2683, 96, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::ToArray() */,
{ 2683, 99, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::ToArray() */,
{ 2683, 79, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::ToArray() */,
{ 2683, 103, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::ToArray() */,
{ 2683, 55, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::ToArray() */,
{ 2683, 1, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Type>::ToArray() */,
{ 2685, 96, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Count() */,
{ 2682, 96, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Item(System.Int32) */,
{ 2685, 99, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Count() */,
{ 2682, 99, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Item(System.Int32) */,
{ 2685, 79, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Count() */,
{ 2682, 79, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Item(System.Int32) */,
{ 11626, 57, -1 } /* System.Void System.Collections.Generic.List`1<System.RuntimeType>::.ctor(System.Int32) */,
{ 11641, 57, -1 } /* System.Void System.Collections.Generic.List`1<System.RuntimeType>::Add(T) */,
{ 11693, 57, -1 } /* T[] System.Collections.Generic.List`1<System.RuntimeType>::ToArray() */,
{ 2685, 103, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::get_Count() */,
{ 2685, 55, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::get_Count() */,
{ 2685, 1, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Type>::get_Count() */,
{ 2684, 96, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2684, 99, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2684, 79, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2684, 103, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2684, 55, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2684, 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) */,
{ 11626, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor(System.Int32) */,
{ 11652, 96, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::CopyTo(T[]) */,
{ 11626, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::.ctor(System.Int32) */,
{ 11641, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::Add(T) */,
{ 11630, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodBase>::get_Count() */,
{ 11652, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::CopyTo(T[]) */,
{ 7860, 267, -1 } /* System.Void System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<System.Security.AccessControl.GenericAce>::.ctor(System.Object,System.IntPtr) */,
{ 7853, -1, 267 } /* System.Void System.Security.AccessControl.CommonAcl::RemoveAces<System.Security.AccessControl.GenericAce>(System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<T>) */,
{ 11626, 267, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::.ctor(System.Int32) */,
{ 11641, 267, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::Add(T) */,
{ 11668, 267, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::GetEnumerator() */,
{ 11717, 267, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Security.AccessControl.GenericAce>::get_Current() */,
{ 11715, 267, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Security.AccessControl.GenericAce>::MoveNext() */,
{ 11714, 267, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Security.AccessControl.GenericAce>::Dispose() */,
{ 11630, 267, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::get_Count() */,
{ 11636, 267, -1 } /* T System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::get_Item(System.Int32) */,
{ 11637, 267, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::set_Item(System.Int32,T) */,
{ 11676, 267, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::Insert(System.Int32,T) */,
{ 11685, 267, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::RemoveAt(System.Int32) */,
{ 10439, 16, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create() */,
{ 10440, 16, 2119 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&) */,
{ 10444, 16, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task() */,
{ 10431, -1, 2120 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TStateMachine&) */,
{ 10442, 16, 2121 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&) */,
{ 10443, 16, 2122 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&) */,
{ 7451, 16, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::ConfigureAwait(System.Boolean) */,
{ 10505, 16, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::GetAwaiter() */,
{ 10507, 16, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::get_IsCompleted() */,
{ 10443, 16, 2123 } /* 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&) */,
{ 10510, 16, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::GetResult() */,
{ 10447, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetException(System.Exception) */,
{ 10445, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(TResult) */,
{ 10441, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 10433, -1, 2124 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 10434, -1, 2125 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 1091, 273, -1 } /* TResult System.Func`1<System.Security.Cryptography.HashAlgorithm>::Invoke() */,
{ 6971, 241, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo>::get_Source() */,
{ 6972, 241, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo>::get_Index() */,
{ 6978, 241, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::SafeAtomicRemove(System.Int32,T) */,
{ 6967, 241, -1 } /* System.Void System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::.ctor(System.Int32) */,
{ 6969, 241, -1 } /* System.Threading.SparselyPopulatedArrayAddInfo`1<T> System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::Add(T) */,
{ 6968, 241, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::get_Tail() */,
{ 6976, 241, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Length() */,
{ 6975, 241, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Item(System.Int32) */,
{ 6977, 241, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Prev() */,
{ 11413, 249, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11375, 249, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::.ctor() */,
{ 11379, 249, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11393, 249, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::set_Item(TKey,TValue) */,
{ 11625, 251, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::.ctor() */,
{ 11627, 251, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11641, 251, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::Add(T) */,
{ 11668, 251, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::GetEnumerator() */,
{ 11717, 251, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::get_Current() */,
{ 11715, 251, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::MoveNext() */,
{ 11714, 251, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::Dispose() */,
{ 10547, 253, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Threading.OSSpecificSynchronizationContext>::.ctor(System.Object,System.IntPtr) */,
{ 10546, 253, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Threading.OSSpecificSynchronizationContext>::GetValue(TKey,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<TKey,TValue>) */,
{ 10674, -1, 2126 } /* System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate<System.Threading.OSSpecificSynchronizationContext/InvocationEntryDelegate>(TDelegate) */,
{ 10538, 253, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Threading.OSSpecificSynchronizationContext>::.ctor() */,
{ 7450, 47, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::GetAwaiter() */,
{ 10496, 47, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::GetResult() */,
{ 7594, -1, 47 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Boolean>(System.Threading.CancellationToken) */,
{ 10439, 47, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Create() */,
{ 10440, 47, 2127 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(!!0&) */,
{ 10444, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::get_Task() */,
{ 7433, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7451, 183, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::ConfigureAwait(System.Boolean) */,
{ 10505, 183, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.Task>::GetAwaiter() */,
{ 10507, 183, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>::get_IsCompleted() */,
{ 10443, 47, 2128 } /* 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&) */,
{ 10510, 183, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>::GetResult() */,
{ 7451, 47, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::ConfigureAwait(System.Boolean) */,
{ 10505, 47, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>::GetAwaiter() */,
{ 10507, 47, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::get_IsCompleted() */,
{ 10443, 47, 2129 } /* 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&) */,
{ 10510, 47, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::GetResult() */,
{ 10447, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetException(System.Exception) */,
{ 10445, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(TResult) */,
{ 10441, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 7431, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor() */,
{ 7441, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetResult(TResult) */,
{ 3737, 16, -1 } /* System.Void System.Nullable`1<System.Int32>::.ctor(T) */,
{ 1075, 183, -1 } /* System.Void System.Action`1<System.Threading.Tasks.Task>::Invoke(T) */,
{ 1083, 200, -1 } /* System.Void System.Action`2<System.Threading.Tasks.Task,System.Object>::Invoke(T1,T2) */,
{ 11393, 260, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>::set_Item(TKey,TValue) */,
{ 11411, 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) */,
{ 7471, 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() */,
{ 6979, -1, 263 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.Tasks.Task/ContingentProperties>(T&,System.Func`1<T>) */,
{ 11225, 44, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11684, 183, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Tasks.Task>::RemoveAll(System.Predicate`1<T>) */,
{ 11625, 183, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Tasks.Task>::.ctor() */,
{ 11641, 183, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Tasks.Task>::Add(T) */,
{ 11668, 183, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Threading.Tasks.Task>::GetEnumerator() */,
{ 11717, 183, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::get_Current() */,
{ 11715, 183, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::MoveNext() */,
{ 11714, 183, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::Dispose() */,
{ 7592, -1, 189 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Threading.Tasks.VoidTaskResult>(System.Exception) */,
{ 11375, 260, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>::.ctor() */,
{ 1090, 263, -1 } /* System.Void System.Func`1<System.Threading.Tasks.Task/ContingentProperties>::.ctor(System.Object,System.IntPtr) */,
{ 1118, 183, -1 } /* System.Void System.Predicate`1<System.Threading.Tasks.Task>::.ctor(System.Object,System.IntPtr) */,
{ 7431, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 7447, 189, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7441, 189, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetResult(TResult) */,
{ 11668, 44, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::GetEnumerator() */,
{ 11717, 44, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Current() */,
{ 11230, 42, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::GetEnumerator() */,
{ 11715, 44, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::MoveNext() */,
{ 11714, 44, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::Dispose() */,
{ 11626, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Int32) */,
{ 11641, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::Add(T) */,
{ 11643, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11636, 44, -1 } /* T System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Item(System.Int32) */,
{ 11630, 44, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Count() */,
{ 7431, 183, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::.ctor() */,
{ 7441, 183, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::TrySetResult(TResult) */,
{ 10538, 265, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Threading.Tasks.TaskScheduler,System.Object>::.ctor() */,
{ 10543, 265, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Threading.Tasks.TaskScheduler,System.Object>::Add(TKey,TValue) */,
{ 2013, 266, -1 } /* System.Void System.EventHandler`1<System.Threading.Tasks.UnobservedTaskExceptionEventArgs>::Invoke(System.Object,TEventArgs) */,
{ 7058, 164, -1 } /* T System.Threading.AsyncLocalValueChangedArgs`1<System.Globalization.CultureInfo>::get_CurrentValue() */,
{ 1074, 254, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Globalization.CultureInfo>>::.ctor(System.Object,System.IntPtr) */,
{ 7053, 164, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>::.ctor(System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<T>>) */,
{ 7054, 164, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>::set_Value(T) */,
{ 7267, 255, -1 } /* T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::get_Current() */,
{ 7266, 255, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::.ctor(System.Int32) */,
{ 7268, 255, -1 } /* System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::Add(T) */,
{ 7269, 255, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::Remove(T) */,
{ 11626, 257, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::.ctor(System.Int32) */,
{ 11641, 257, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::Add(T) */,
{ 11630, 257, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Timer>::get_Count() */,
{ 11636, 257, -1 } /* T System.Collections.Generic.List`1<System.Threading.Timer>::get_Item(System.Int32) */,
{ 11648, 257, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::Clear() */,
{ 11628, 257, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Timer>::get_Capacity() */,
{ 11629, 257, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::set_Capacity(System.Int32) */,
{ 11625, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::.ctor() */,
{ 11641, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Add(T) */,
{ 11630, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::get_Count() */,
{ 11643, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 1110, 116, -1 } /* System.Void System.Comparison`1<System.TimeZoneInfo/AdjustmentRule>::.ctor(System.Object,System.IntPtr) */,
{ 11692, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Sort(System.Comparison`1<T>) */,
{ 11693, 116, -1 } /* T[] System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::ToArray() */,
{ 11230, 111, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>::GetEnumerator() */,
{ 11625, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::.ctor() */,
{ 11641, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::Add(T) */,
{ 11630, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeZoneInfo>::get_Count() */,
{ 11643, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11225, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11682, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Remove(T) */,
{ 11385, 126, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::get_Count() */,
{ 11392, 126, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::get_Item(TKey) */,
{ 11636, 113, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::get_Item(System.Int32) */,
{ 11344, 112, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::get_Key() */,
{ 11345, 112, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::get_Value() */,
{ 11630, 113, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::get_Count() */,
{ 11375, 120, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::.ctor() */,
{ 11394, 120, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::Add(TKey,TValue) */,
{ 11376, 126, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::.ctor(System.Int32) */,
{ 11392, 120, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.String>::get_Item(TKey) */,
{ 11394, 126, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::Add(TKey,TValue) */,
{ 11626, 113, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::.ctor(System.Int32) */,
{ 11343, 112, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::.ctor(TKey,TValue) */,
{ 11641, 113, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::Add(T) */,
{ 11668, 155, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.TypeIdentifier>::GetEnumerator() */,
{ 11717, 155, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::get_Current() */,
{ 11715, 155, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::MoveNext() */,
{ 11714, 155, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::Dispose() */,
{ 11636, 157, -1 } /* T System.Collections.Generic.List`1<System.TypeSpec>::get_Item(System.Int32) */,
{ 11630, 157, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TypeSpec>::get_Count() */,
{ 11668, 154, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.ModifierSpec>::GetEnumerator() */,
{ 11717, 154, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::get_Current() */,
{ 11715, 154, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::MoveNext() */,
{ 11714, 154, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::Dispose() */,
{ 1095, 131, -1 } /* TResult System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>::Invoke(T) */,
{ 1103, 132, -1 } /* TResult System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>::Invoke(T1,T2,T3) */,
{ 11625, 155, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeIdentifier>::.ctor() */,
{ 11641, 155, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeIdentifier>::Add(T) */,
{ 11625, 154, -1 } /* System.Void System.Collections.Generic.List`1<System.ModifierSpec>::.ctor() */,
{ 11641, 154, -1 } /* System.Void System.Collections.Generic.List`1<System.ModifierSpec>::Add(T) */,
{ 11625, 157, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeSpec>::.ctor() */,
{ 11641, 157, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeSpec>::Add(T) */,
{ 11625, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor() */,
{ 11641, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Add(T) */,
{ 11693, 16, -1 } /* T[] System.Collections.Generic.List`1<System.Int32>::ToArray() */,
{ 11389, 337, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::get_Values() */,
{ 11462, 337, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Xml.DtdParser/UndeclaredNotation>::GetEnumerator() */,
{ 11478, 337, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::get_Current() */,
{ 11477, 337, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::MoveNext() */,
{ 11476, 337, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::Dispose() */,
{ 11413, 341, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::TryGetValue(!0,!1&) */,
{ 11394, 341, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Add(!0,!1) */,
{ 11399, 347, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::ContainsKey(!0) */,
{ 11411, 341, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Remove(!0) */,
{ 18907, 351, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::.ctor() */,
{ 18917, 351, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Push(!0) */,
{ 18916, 351, -1 } /* !0 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Pop() */,
{ 18908, 351, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::get_Count() */,
{ 18915, 351, -1 } /* !0 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Peek() */,
{ 11399, 352, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::ContainsKey(!0) */,
{ 11394, 352, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::Add(!0,!1) */,
{ 11411, 337, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::Remove(!0) */,
{ 11394, 347, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::Add(!0,!1) */,
{ 11375, 337, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::.ctor() */,
{ 11413, 337, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::TryGetValue(!0,!1&) */,
{ 11394, 337, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::Add(!0,!1) */,
{ 11413, 352, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::TryGetValue(!0,!1&) */,
{ 18907, 362, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::.ctor() */,
{ 18917, 362, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::Push(!0) */,
{ 18908, 362, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::get_Count() */,
{ 18916, 362, -1 } /* !0 System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::Pop() */,
{ 11375, 382, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::.ctor() */,
{ 11375, 386, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>::.ctor() */,
{ 11394, 382, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::Add(!0,!1) */,
{ 11625, 381, -1 } /* System.Void System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>::.ctor() */,
{ 11641, 381, -1 } /* System.Void System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>::Add(!0) */,
{ 11413, 382, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::TryGetValue(!0,!1&) */,
{ 11375, 341, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::.ctor() */,
{ 11375, 389, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::.ctor() */,
{ 11375, 352, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::.ctor() */,
{ 11375, 347, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::.ctor() */,
{ 11389, 341, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::get_Values() */,
{ 11462, 341, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::GetEnumerator() */,
{ 11478, 341, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::get_Current() */,
{ 11477, 341, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::MoveNext() */,
{ 11476, 341, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Dispose() */,
{ 18907, 364, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor() */,
{ 18917, 364, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Push(!0) */,
{ 18908, 364, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Count() */,
{ 18916, 364, -1 } /* !0 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Pop() */,
{ 13998, -1, 47 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Boolean>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 6 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Byte>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 374 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Byte[]>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 59 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.DateTime>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 60 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.DateTimeOffset>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 61 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Decimal>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 81 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Double>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 95 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int16>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 16 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int32>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 37 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int64>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 108 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.SByte>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 109 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Single>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 8 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.String>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 110 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.TimeSpan>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 134 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt16>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 21 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt32>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 82 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt64>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 380 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Uri>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 372 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.Schema.XmlAtomicValue>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 343 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XmlQualifiedName>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 373 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XPath.XPathItem>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 13998, -1, 394 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XPath.XPathNavigator>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 11399, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::ContainsKey(!0) */,
{ 11392, 357, -1 } /* !1 System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Item(!0) */,
{ 11376, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32) */,
{ 11386, 28, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Keys() */,
{ 11442, 28, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>::GetEnumerator() */,
{ 11399, 333, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::ContainsKey(!0) */,
{ 11375, 333, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::.ctor() */,
{ 11394, 333, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::Add(!0,!1) */,
{ 11411, 333, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::Remove(!0) */,
{ 10547, 422, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::.ctor(System.Object,System.IntPtr) */,
{ 10546, 422, -1 } /* !1 System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::GetValue(!0,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<!0,!1>) */,
{ 10538, 422, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::.ctor() */,
{ 18780, 401, -1 } /* System.Int32 System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::get_Count() */,
{ 18788, 401, -1 } /* T System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::Dequeue() */,
{ 18779, 401, -1 } /* System.Void System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::.ctor() */,
{ 18784, 401, -1 } /* System.Void System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::Enqueue(T) */,
{ 10439, 403, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::Create() */,
{ 10440, 403, 2130 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::Start<Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(!!0&) */,
{ 10444, 403, -1 } /* System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::get_Task() */,
{ 10431, -1, 2131 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(!!0&) */,
{ 10439, 406, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Create() */,
{ 10440, 406, 2132 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Start<Mono.Net.Security.AsyncProtocolRequest/<InnerRead>d__25>(!!0&) */,
{ 10444, 406, -1 } /* System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::get_Task() */,
{ 10443, 406, 2133 } /* 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&) */,
{ 3743, 16, -1 } /* !0 System.Nullable`1<System.Int32>::GetValueOrDefault() */,
{ 10447, 406, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetException(System.Exception) */,
{ 10445, 406, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetResult(!0) */,
{ 10441, 406, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 7451, 406, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::ConfigureAwait(System.Boolean) */,
{ 10505, 406, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Nullable`1<System.Int32>>::GetAwaiter() */,
{ 10507, 406, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::get_IsCompleted() */,
{ 10434, -1, 2134 } /* 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&) */,
{ 10510, 406, -1 } /* !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::GetResult() */,
{ 10434, -1, 2135 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(!!0&,!!1&) */,
{ 10443, 403, 2136 } /* 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&) */,
{ 10447, 403, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetException(System.Exception) */,
{ 10445, 403, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetResult(!0) */,
{ 10441, 403, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 3743, 47, -1 } /* !0 System.Nullable`1<System.Boolean>::GetValueOrDefault() */,
{ 3737, 325, -1 } /* System.Void System.Nullable`1<Mono.Security.Interface.MonoSslPolicyErrors>::.ctor(!0) */,
{ 10431, -1, 2137 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(!!0&) */,
{ 7720, -1, 16 } /* !!0 System.Threading.Tasks.TaskToApm::End<System.Int32>(System.IAsyncResult) */,
{ 10440, 16, 2138 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<Mono.Net.Security.MobileAuthenticatedStream/<StartOperation>d__58>(!!0&) */,
{ 789, 397, -1 } /* System.Void System.ValueTuple`2<System.Int32,System.Boolean>::.ctor(!0,!1) */,
{ 10440, 16, 2139 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<Mono.Net.Security.MobileAuthenticatedStream/<InnerRead>d__66>(!!0&) */,
{ 10431, -1, 2140 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.MobileAuthenticatedStream/<InnerWrite>d__67>(!!0&) */,
{ 1090, 16, -1 } /* System.Void System.Func`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 7597, -1, 16 } /* System.Threading.Tasks.Task`1<!!0> System.Threading.Tasks.Task::Run<System.Int32>(System.Func`1<!!0>) */,
{ 10443, 16, 2141 } /* 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&) */,
{ 10434, -1, 2142 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.MobileAuthenticatedStream/<InnerWrite>d__67>(!!0&,!!1&) */,
{ 7451, 403, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<Mono.Net.Security.AsyncProtocolResult>::ConfigureAwait(System.Boolean) */,
{ 10505, 403, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<Mono.Net.Security.AsyncProtocolResult>::GetAwaiter() */,
{ 10507, 403, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>::get_IsCompleted() */,
{ 10434, -1, 2143 } /* 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&) */,
{ 10510, 403, -1 } /* !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>::GetResult() */,
{ 10443, 16, 2144 } /* 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&) */,
{ 11399, 416, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::ContainsKey(!0) */,
{ 11394, 416, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::Add(!0,!1) */,
{ 11413, 410, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::TryGetValue(!0,!1&) */,
{ 996, 409, -1 } /* !0 System.Tuple`2<System.Guid,System.String>::get_Item1() */,
{ 11413, 416, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::TryGetValue(!0,!1&) */,
{ 997, 409, -1 } /* !1 System.Tuple`2<System.Guid,System.String>::get_Item2() */,
{ 11375, 410, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::.ctor() */,
{ 11375, 416, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::.ctor() */,
{ 998, 409, -1 } /* System.Void System.Tuple`2<System.Guid,System.String>::.ctor(!0,!1) */,
{ 11394, 410, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::Add(!0,!1) */,
{ 10657, -1, 2145 } /* !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<Mono.Unity.UnityTls/unitytls_interface_struct>(System.IntPtr) */,
{ 18809, 136, -1 } /* System.Collections.Generic.IComparer`1<TKey> System.Collections.Generic.SortedList`2<System.String,System.Object>::get_Comparer() */,
{ 18833, 136, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.SortedList`2<System.String,System.Object>::GetEnumerator() */,
{ 11344, 136, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.String,System.Object>::get_Key() */,
{ 11345, 136, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Object>::get_Value() */,
{ 18803, 136, -1 } /* System.Void System.Collections.Generic.SortedList`2<System.String,System.Object>::.ctor(System.Collections.Generic.IComparer`1<TKey>) */,
{ 18839, 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) */,
{ 11399, 28, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::ContainsKey(!0) */,
{ 11392, 28, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Item(!0) */,
{ 11625, 444, -1 } /* System.Void System.Collections.Generic.List`1<System.Enum>::.ctor() */,
{ 11641, 444, -1 } /* System.Void System.Collections.Generic.List`1<System.Enum>::Add(!0) */,
{ 11693, 444, -1 } /* !0[] System.Collections.Generic.List`1<System.Enum>::ToArray() */,
{ 849, -1, 447 } /* System.Int32 System.Array::IndexOf<System.ComponentModel.EventDescriptor>(!!0[],!!0,System.Int32,System.Int32) */,
{ 11625, 450, -1 } /* System.Void System.Collections.Generic.List`1<System.ComponentModel.MaskedTextProvider/CharDescriptor>::.ctor() */,
{ 11641, 450, -1 } /* System.Void System.Collections.Generic.List`1<System.ComponentModel.MaskedTextProvider/CharDescriptor>::Add(!0) */,
{ 11636, 450, -1 } /* !0 System.Collections.Generic.List`1<System.ComponentModel.MaskedTextProvider/CharDescriptor>::get_Item(System.Int32) */,
{ 11668, 450, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.ComponentModel.MaskedTextProvider/CharDescriptor>::GetEnumerator() */,
{ 11717, 450, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.ComponentModel.MaskedTextProvider/CharDescriptor>::get_Current() */,
{ 11715, 450, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.ComponentModel.MaskedTextProvider/CharDescriptor>::MoveNext() */,
{ 11714, 450, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.ComponentModel.MaskedTextProvider/CharDescriptor>::Dispose() */,
{ 849, -1, 437 } /* System.Int32 System.Array::IndexOf<System.ComponentModel.PropertyDescriptor>(!!0[],!!0,System.Int32,System.Int32) */,
{ 11376, 458, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::.ctor(System.Int32) */,
{ 11399, 458, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::ContainsKey(!0) */,
{ 11394, 458, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::Add(!0,!1) */,
{ 11385, 458, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::get_Count() */,
{ 11389, 458, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.EventDescriptor>::get_Values() */,
{ 11463, 458, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.ComponentModel.EventDescriptor>::CopyTo(!1[],System.Int32) */,
{ 11376, 461, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::.ctor(System.Int32) */,
{ 11399, 461, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::ContainsKey(!0) */,
{ 11394, 461, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::Add(!0,!1) */,
{ 11385, 461, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::get_Count() */,
{ 11389, 461, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.ComponentModel.PropertyDescriptor>::get_Values() */,
{ 11463, 461, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.ComponentModel.PropertyDescriptor>::CopyTo(!1[],System.Int32) */,
{ 11413, 120, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.String>::TryGetValue(!0,!1&) */,
{ 11641, 436, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::Add(!0) */,
{ 11630, 436, -1 } /* System.Int32 System.Collections.Generic.List`1<System.WeakReference>::get_Count() */,
{ 11626, 436, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::.ctor(System.Int32) */,
{ 11636, 436, -1 } /* !0 System.Collections.Generic.List`1<System.WeakReference>::get_Item(System.Int32) */,
{ 11648, 436, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::Clear() */,
{ 11643, 436, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11694, 436, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::TrimExcess() */,
{ 11625, 436, -1 } /* System.Void System.Collections.Generic.List`1<System.WeakReference>::.ctor() */,
{ 11344, 427, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key() */,
{ 11345, 427, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value() */,
{ 11343, 427, -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) */,
{ 1094, 475, -1 } /* System.Void System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 474, -1 } /* System.Void System.Action`1<System.IO.Stream>::Invoke(!0) */,
{ 11626, 476, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::.ctor(System.Int32) */,
{ 11641, 476, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::Add(!0) */,
{ 11668, 476, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::GetEnumerator() */,
{ 11717, 476, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::get_Current() */,
{ 11715, 476, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::MoveNext() */,
{ 11714, 476, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::Dispose() */,
{ 11625, 467, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.IPAddress>::.ctor() */,
{ 11641, 467, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.IPAddress>::Add(!0) */,
{ 11630, 467, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Net.IPAddress>::get_Count() */,
{ 11668, 467, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.IPAddress>::GetEnumerator() */,
{ 11717, 467, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::get_Current() */,
{ 11715, 467, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::MoveNext() */,
{ 11714, 467, -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) */,
{ 10657, -1, 2146 } /* !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<System.Net.NetworkInformation.Win32_FIXED_INFO>(System.IntPtr) */,
{ 11413, 477, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::TryGetValue(!0,!1&) */,
{ 11375, 477, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::.ctor() */,
{ 11394, 477, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::Add(!0,!1) */,
{ 11385, 477, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::get_Count() */,
{ 11411, 477, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::Remove(!0) */,
{ 11389, 477, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::get_Values() */,
{ 11627, 479, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11668, 479, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::GetEnumerator() */,
{ 11717, 479, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::get_Current() */,
{ 11625, 479, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::.ctor() */,
{ 11641, 479, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::Add(!0) */,
{ 11715, 479, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::MoveNext() */,
{ 11714, 479, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::Dispose() */,
{ 11399, 477, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::ContainsKey(!0) */,
{ 1095, 475, -1 } /* !1 System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::Invoke(!0) */,
{ 11375, 490, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::.ctor() */,
{ 11668, 487, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Threading.Thread>::GetEnumerator() */,
{ 11717, 487, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::get_Current() */,
{ 11392, 490, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::get_Item(!0) */,
{ 11715, 487, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::MoveNext() */,
{ 11714, 487, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::Dispose() */,
{ 11630, 487, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::get_Count() */,
{ 11636, 487, -1 } /* !0 System.Collections.Generic.List`1<System.Threading.Thread>::get_Item(System.Int32) */,
{ 11625, 487, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Thread>::.ctor() */,
{ 11641, 487, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Thread>::Add(!0) */,
{ 11394, 490, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::Add(!0,!1) */,
{ 11682, 487, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Threading.Thread>::Remove(!0) */,
{ 11672, 487, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::IndexOf(!0) */,
{ 11411, 490, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::Remove(!0) */,
{ 1159, 6, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::get_Offset() */,
{ 1160, 6, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::get_Count() */,
{ 1158, 6, -1 } /* !0[] System.ArraySegment`1<System.Byte>::get_Array() */,
{ 10671, -1, 6 } /* System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Byte>(!!0[],System.Int32) */,
{ 1074, 183, -1 } /* System.Void System.Action`1<System.Threading.Tasks.Task>::.ctor(System.Object,System.IntPtr) */,
{ 2013, 493, -1 } /* System.Void System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs>::Invoke(System.Object,!0) */,
{ 18736, 436, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.WeakReference>::.ctor() */,
{ 18745, 436, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.WeakReference>::AddLast(T) */,
{ 18736, 481, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::.ctor() */,
{ 18750, 481, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::GetEnumerator() */,
{ 18768, 481, -1 } /* T System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::get_Current() */,
{ 18752, 481, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::Remove(T) */,
{ 18743, 481, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::AddFirst(T) */,
{ 18770, 481, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::MoveNext() */,
{ 18772, 481, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::Dispose() */,
{ 18738, 481, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_Count() */,
{ 18740, 481, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_Last() */,
{ 18777, 481, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>::get_Value() */,
{ 18739, 481, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_First() */,
{ 18776, 481, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>::get_Next() */,
{ 11625, 483, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnection>::.ctor() */,
{ 11641, 483, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnection>::Add(!0) */,
{ 18753, 481, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 11668, 483, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.WebConnection>::GetEnumerator() */,
{ 11717, 483, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::get_Current() */,
{ 11715, 483, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::MoveNext() */,
{ 11714, 483, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::Dispose() */,
{ 11625, 465, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::.ctor() */,
{ 11668, 465, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::GetEnumerator() */,
{ 11717, 465, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Current() */,
{ 11641, 465, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Add(!0) */,
{ 11715, 465, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::MoveNext() */,
{ 11714, 465, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Dispose() */,
{ 11630, 465, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Count() */,
{ 11636, 465, -1 } /* !0 System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Item(System.Int32) */,
{ 11648, 465, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Clear() */,
{ 18739, 428, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::get_First() */,
{ 18777, 428, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Value() */,
{ 18753, 428, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18744, 428, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::AddFirst(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18776, 428, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Next() */,
{ 18743, 428, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::AddFirst(T) */,
{ 18738, 428, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Count() */,
{ 18754, 428, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::RemoveLast() */,
{ 18736, 428, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::.ctor() */,
{ 11626, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::.ctor(System.Int32) */,
{ 11641, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::Add(!0) */,
{ 11630, 429, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Count() */,
{ 11636, 429, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Item(System.Int32) */,
{ 11691, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<!0>) */,
{ 11637, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::set_Item(System.Int32,!0) */,
{ 11686, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::RemoveRange(System.Int32,System.Int32) */,
{ 11654, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::CopyTo(System.Int32,!0[],System.Int32,System.Int32) */,
{ 11630, 432, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Count() */,
{ 11636, 432, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Item(System.Int32) */,
{ 11688, 432, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::Reverse(System.Int32,System.Int32) */,
{ 11637, 432, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::set_Item(System.Int32,!0) */,
{ 11678, 432, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11686, 432, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::RemoveRange(System.Int32,System.Int32) */,
{ 11626, 432, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::.ctor(System.Int32) */,
{ 11641, 432, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::Add(!0) */,
{ 11625, 435, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::.ctor() */,
{ 11630, 435, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::get_Count() */,
{ 11686, 435, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::RemoveRange(System.Int32,System.Int32) */,
{ 11498, 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>) */,
{ 11641, 435, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::Add(!0) */,
{ 11636, 435, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::get_Item(System.Int32) */,
{ 11685, 435, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::RemoveAt(System.Int32) */,
{ 11392, 304, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,System.Int32>::get_Item(!0) */,
{ 11393, 304, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::set_Item(!0,!1) */,
{ 11376, 423, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::.ctor(System.Int32) */,
{ 11393, 423, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::set_Item(!0,!1) */,
{ 11413, 423, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::TryGetValue(!0,!1&) */,
{ 11385, 423, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::get_Count() */,
{ 1091, 47, -1 } /* !0 System.Func`1<System.Boolean>::Invoke() */,
{ 1075, 47, -1 } /* System.Void System.Action`1<System.Boolean>::Invoke(!0) */,
{ 1075, 8, -1 } /* System.Void System.Action`1<System.String>::Invoke(!0) */,
{ 22514, -1, 16 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Int32>(T,T,System.String) */,
{ 1075, 529, -1 } /* System.Void System.Action`1<UnityEngine.AsyncOperation>::Invoke(!0) */,
{ 11625, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::.ctor() */,
{ 11641, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::Add(!0) */,
{ 11693, 1, -1 } /* !0[] System.Collections.Generic.List`1<System.Type>::ToArray() */,
{ 21509, -1, 2147 } /* T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType<UnityEngine.DefaultExecutionOrder>(System.Type) */,
{ 11636, 510, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Item(System.Int32) */,
{ 11637, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::set_Item(System.Int32,!0) */,
{ 11630, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Count() */,
{ 11676, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Insert(System.Int32,!0) */,
{ 11685, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveAt(System.Int32) */,
{ 11625, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11641, 542, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::Add(!0) */,
{ 11625, 542, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::.ctor() */,
{ 11636, 542, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::get_Item(System.Int32) */,
{ 11630, 542, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::get_Count() */,
{ 1118, 542, -1 } /* System.Void System.Predicate`1<UnityEngine.Events.BaseInvokableCall>::.ctor(System.Object,System.IntPtr) */,
{ 11684, 542, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::RemoveAll(System.Predicate`1<!0>) */,
{ 11648, 542, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::Clear() */,
{ 11643, 542, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 22147, 109, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 22147, 16, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 22147, 8, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.String>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 22147, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 11625, 541, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>::.ctor() */,
{ 11668, 541, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>::GetEnumerator() */,
{ 11717, 541, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::get_Current() */,
{ 11715, 541, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::MoveNext() */,
{ 11714, 541, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::Dispose() */,
{ 19705, -1, 569 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 11648, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Clear() */,
{ 21665, -1, 109 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<System.Single>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 11648, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Clear() */,
{ 21665, -1, 516 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 11648, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Clear() */,
{ 21665, -1, 518 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Color>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 11648, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Clear() */,
{ 21665, -1, 517 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Matrix4x4>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21668, -1, 109 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<System.Single>(System.Collections.Generic.List`1<T>) */,
{ 11630, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::get_Count() */,
{ 21668, -1, 518 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Color>(System.Collections.Generic.List`1<T>) */,
{ 11630, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::get_Count() */,
{ 21668, -1, 516 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>) */,
{ 11630, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Count() */,
{ 21668, -1, 517 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Matrix4x4>(System.Collections.Generic.List`1<T>) */,
{ 11630, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::get_Count() */,
{ 20869, -1, 502 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute) */,
{ 20871, -1, 502 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,T[]) */,
{ 21667, -1, 502 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Vector3>(System.Collections.Generic.List`1<T>) */,
{ 20873, -1, 502 } /* System.Void UnityEngine.Mesh::SetListForChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 20874, -1, 521 } /* System.Void UnityEngine.Mesh::GetListForChannel<UnityEngine.Color32>(System.Collections.Generic.List`1<T>,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32,UnityEngine.Rendering.VertexAttributeFormat) */,
{ 21667, -1, 521 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Color32>(System.Collections.Generic.List`1<T>) */,
{ 20872, -1, 521 } /* 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) */,
{ 21667, -1, 516 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>) */,
{ 20882, -1, 516 } /* System.Void UnityEngine.Mesh::SetUvsImpl<UnityEngine.Vector4>(System.Int32,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 21667, -1, 16 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<System.Int32>(System.Collections.Generic.List`1<T>) */,
{ 21677, -1, 2148 } /* T UnityEngine.ScriptableObject::CreateInstance<UnityEngine.Networking.PlayerConnection.PlayerConnection>() */,
{ 1094, 550, -1 } /* System.Void System.Func`2<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 19541, -1, 549 } /* System.Boolean System.Linq.Enumerable::Any<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 22192, 548, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 11668, 16, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Int32>::GetEnumerator() */,
{ 11717, 16, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Int32>::get_Current() */,
{ 22188, 16, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::Invoke(T0) */,
{ 11715, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32>::MoveNext() */,
{ 11714, 16, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::Dispose() */,
{ 22192, 16, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 22193, 16, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 22187, 548, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::.ctor(System.Object,System.IntPtr) */,
{ 22197, 16, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::Invoke(T0) */,
{ 11682, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::Remove(!0) */,
{ 19537, -1, 549 } /* 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>) */,
{ 19540, -1, 549 } /* System.Boolean System.Linq.Enumerable::Any<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>) */,
{ 22197, 548, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::Invoke(T0) */,
{ 19539, -1, 549 } /* !!0 System.Linq.Enumerable::SingleOrDefault<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 11641, 549, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::Add(!0) */,
{ 22193, 548, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 11682, 549, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::Remove(!0) */,
{ 11625, 549, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::.ctor() */,
{ 22191, 16, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::.ctor() */,
{ 22191, 548, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::.ctor() */,
{ 1075, 540, -1 } /* System.Void System.Action`1<UnityEngine.Profiling.Memory.Experimental.MetaData>::Invoke(!0) */,
{ 1083, 389, -1 } /* System.Void System.Action`2<System.String,System.Boolean>::Invoke(!0,!1) */,
{ 19705, -1, 6 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<System.Byte>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 1087, 538, -1 } /* System.Void System.Action`3<System.String,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::Invoke(!0,!1,!2) */,
{ 1083, 504, -1 } /* System.Void System.Action`2<UnityEngine.ReflectionProbe,UnityEngine.ReflectionProbe/ReflectionProbeEvent>::Invoke(!0,!1) */,
{ 1075, 506, -1 } /* System.Void System.Action`1<UnityEngine.Cubemap>::Invoke(!0) */,
{ 21665, -1, 514 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Material>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21668, -1, 514 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Material>(System.Collections.Generic.List`1<T>) */,
{ 19705, -1, 559 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<UnityEngine.Plane>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 19705, -1, 561 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<UnityEngine.Rendering.BatchVisibility>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 19705, -1, 16 } /* Unity.Collections.NativeArray`1<T> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray<System.Int32>(System.Void*,System.Int32,Unity.Collections.Allocator) */,
{ 802, -1, 497 } /* System.Void System.Array::Resize<UnityEngine.Camera>(!!0[]&,System.Int32) */,
{ 22199, 543, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>::Invoke(T0,T1) */,
{ 22188, 545, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::Invoke(T0) */,
{ 22199, 546, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::Invoke(T0,T1) */,
{ 11648, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Clear() */,
{ 21665, -1, 508 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Rect>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21668, -1, 508 } /* T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT<UnityEngine.Rect>(System.Collections.Generic.List`1<T>) */,
{ 11630, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Count() */,
{ 1074, 535, -1 } /* System.Void System.Action`1<UnityEngine.U2D.SpriteAtlas>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 536, -1 } /* System.Void System.Action`2<System.String,System.Action`1<UnityEngine.U2D.SpriteAtlas>>::Invoke(!0,!1) */,
{ 1075, 535, -1 } /* System.Void System.Action`1<UnityEngine.U2D.SpriteAtlas>::Invoke(!0) */,
{ 11626, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Int32) */,
{ 11641, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Add(!0) */,
{ 11643, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11648, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Clear() */,
{ 11636, 534, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32) */,
{ 11682, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Remove(!0) */,
{ 11630, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count() */,
{ 11668, 581, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptor>::GetEnumerator() */,
{ 11717, 581, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptor>::get_Current() */,
{ 11715, 581, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptor>::MoveNext() */,
{ 11714, 581, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptor>::Dispose() */,
{ 11641, 581, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptor>::Add(!0) */,
{ 11641, 580, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptorImpl>::Add(!0) */,
{ 11668, 580, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptorImpl>::GetEnumerator() */,
{ 11717, 580, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptorImpl>::get_Current() */,
{ 11715, 580, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptorImpl>::MoveNext() */,
{ 11714, 580, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystemDescriptorImpl>::Dispose() */,
{ 11648, 580, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptorImpl>::Clear() */,
{ 11625, 580, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptorImpl>::.ctor() */,
{ 11625, 581, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystemDescriptor>::.ctor() */,
{ 11641, 579, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystem>::Add(!0) */,
{ 11668, 579, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.ISubsystem>::GetEnumerator() */,
{ 11717, 579, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystem>::get_Current() */,
{ 11715, 579, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystem>::MoveNext() */,
{ 11714, 579, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ISubsystem>::Dispose() */,
{ 11648, 579, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystem>::Clear() */,
{ 11630, 579, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ISubsystem>::get_Count() */,
{ 11636, 579, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.ISubsystem>::get_Item(System.Int32) */,
{ 11685, 579, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystem>::RemoveAt(System.Int32) */,
{ 11625, 579, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ISubsystem>::.ctor() */,
{ 1075, 582, -1 } /* System.Void System.Action`1<UnityEngine.Font>::Invoke(!0) */,
{ 11378, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11344, 28, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Key() */,
{ 11625, 374, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte[]>::.ctor() */,
{ 11641, 374, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte[]>::Add(!0) */,
{ 11636, 374, -1 } /* !0 System.Collections.Generic.List`1<System.Byte[]>::get_Item(System.Int32) */,
{ 11630, 374, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte[]>::get_Count() */,
{ 11625, 590, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::.ctor() */,
{ 11630, 590, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::get_Count() */,
{ 11668, 590, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::GetEnumerator() */,
{ 11717, 590, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::get_Current() */,
{ 11715, 590, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::MoveNext() */,
{ 11714, 590, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::Dispose() */,
{ 11636, 590, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::get_Item(System.Int32) */,
{ 11413, 586, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::TryGetValue(!0,!1&) */,
{ 11393, 586, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::set_Item(!0,!1) */,
{ 11375, 586, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::.ctor() */,
{ 11377, 592, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11393, 592, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::set_Item(!0,!1) */,
{ 11413, 592, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::TryGetValue(!0,!1&) */,
{ 11389, 592, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::get_Values() */,
{ 11462, 592, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.GUIStyle>::GetEnumerator() */,
{ 1099, 595, -1 } /* !2 System.Func`3<System.Int32,System.IntPtr,System.Boolean>::Invoke(!0,!1) */,
{ 1095, 596, -1 } /* !1 System.Func`2<System.Exception,System.Boolean>::Invoke(!0) */,
{ 11625, 602, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rigidbody2D>::.ctor() */,
{ 1075, 606, -1 } /* System.Void System.Action`1<UnityEngine.XR.InputDevice>::Invoke(!0) */,
{ 1075, 604, -1 } /* System.Void System.Action`1<UnityEngine.XR.XRNodeState>::Invoke(!0) */,
{ 23069, 610, -1 } /* System.Void UnityEngine.IntegratedSubsystem`1<UnityEngine.XR.XRDisplaySubsystemDescriptor>::.ctor() */,
{ 23052, 611, -1 } /* System.Void UnityEngine.IntegratedSubsystemDescriptor`1<UnityEngine.XR.XRDisplaySubsystem>::.ctor() */,
{ 1075, 613, -1 } /* System.Void System.Action`1<UnityEngine.XR.XRInputSubsystem>::Invoke(!0) */,
{ 23069, 612, -1 } /* System.Void UnityEngine.IntegratedSubsystem`1<UnityEngine.XR.XRInputSubsystemDescriptor>::.ctor() */,
{ 23052, 613, -1 } /* System.Void UnityEngine.IntegratedSubsystemDescriptor`1<UnityEngine.XR.XRInputSubsystem>::.ctor() */,
{ 1075, 615, -1 } /* System.Void System.Action`1<UnityEngine.XR.MeshGenerationResult>::Invoke(!0) */,
{ 23069, 616, -1 } /* System.Void UnityEngine.IntegratedSubsystem`1<UnityEngine.XR.XRMeshSubsystemDescriptor>::.ctor() */,
{ 23052, 617, -1 } /* System.Void UnityEngine.IntegratedSubsystemDescriptor`1<UnityEngine.XR.XRMeshSubsystem>::.ctor() */,
{ 24019, -1, 619 } /* ReturnType UnityEngine.AndroidJavaObject::Call<UnityEngine.AndroidJavaObject>(System.String,System.Object[]) */,
{ 24019, -1, 8 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.String>(System.String,System.Object[]) */,
{ 24020, -1, 16 } /* ReturnType UnityEngine.AndroidJavaObject::CallStatic<System.Int32>(System.String,System.Object[]) */,
{ 24019, -1, 47 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Boolean>(System.String,System.Object[]) */,
{ 24020, -1, 619 } /* ReturnType UnityEngine.AndroidJavaObject::CallStatic<UnityEngine.AndroidJavaObject>(System.String,System.Object[]) */,
{ 24019, -1, 16 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Int32>(System.String,System.Object[]) */,
{ 24019, -1, 108 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.SByte>(System.String,System.Object[]) */,
{ 24019, -1, 95 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Int16>(System.String,System.Object[]) */,
{ 24019, -1, 37 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Int64>(System.String,System.Object[]) */,
{ 24019, -1, 109 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Single>(System.String,System.Object[]) */,
{ 24019, -1, 81 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Double>(System.String,System.Object[]) */,
{ 24019, -1, 7 } /* ReturnType UnityEngine.AndroidJavaObject::Call<System.Char>(System.String,System.Object[]) */,
{ 22432, -1, 627 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationLayerMixerPlayable>() */,
{ 22432, -1, 628 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMixerPlayable>() */,
{ 22432, -1, 629 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMotionXToDeltaPlayable>() */,
{ 22432, -1, 630 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationOffsetPlayable>() */,
{ 22432, -1, 631 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationPosePlayable>() */,
{ 22432, -1, 632 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationRemoveScalePlayable>() */,
{ 22432, -1, 633 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationScriptPlayable>() */,
{ 22432, -1, 634 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimatorControllerPlayable>() */,
{ 1075, 635, -1 } /* System.Void System.Action`1<UnityEngine.Playables.PlayableDirector>::Invoke(!0) */,
{ 1075, 645, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IAchievementDescription[]>::Invoke(!0) */,
{ 1083, 636, -1 } /* System.Void System.Action`2<System.Boolean,System.String>::Invoke(!0,!1) */,
{ 1075, 646, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IAchievement[]>::Invoke(!0) */,
{ 1075, 650, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IScore[]>::Invoke(!0) */,
{ 1082, 636, -1 } /* System.Void System.Action`2<System.Boolean,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 11641, 644, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::Add(!0) */,
{ 11668, 644, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::GetEnumerator() */,
{ 11717, 644, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::get_Current() */,
{ 11715, 644, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::MoveNext() */,
{ 11714, 644, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::Dispose() */,
{ 1075, 652, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IUserProfile[]>::Invoke(!0) */,
{ 11625, 644, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::.ctor() */,
{ 1075, 653, -1 } /* System.Void System.Action`1<UnityEngineInternal.Input.NativeInputUpdateType>::Invoke(!0) */,
{ 1083, 120, -1 } /* System.Void System.Action`2<System.Int32,System.String>::Invoke(!0,!1) */,
{ 1095, 654, -1 } /* !1 System.Func`2<UnityEngineInternal.Input.NativeInputUpdateType,System.Boolean>::Invoke(!0) */,
{ 19706, -1, 656 } /* System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr<UnityEngine.ParticleSystem/Particle>(Unity.Collections.NativeArray`1<!!0>) */,
{ 11625, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor() */,
{ 11399, 660, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::ContainsKey(!0) */,
{ 11394, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::Add(!0,!1) */,
{ 11385, 660, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Count() */,
{ 11402, 660, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::GetEnumerator() */,
{ 11434, 660, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Current() */,
{ 11344, 660, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Key() */,
{ 11345, 660, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Value() */,
{ 11402, 664, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::GetEnumerator() */,
{ 11434, 664, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Current() */,
{ 11344, 664, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Key() */,
{ 11433, 664, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::MoveNext() */,
{ 11435, 664, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::Dispose() */,
{ 11433, 660, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::MoveNext() */,
{ 11435, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::Dispose() */,
{ 11375, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::.ctor() */,
{ 11413, 664, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::TryGetValue(!0,!1&) */,
{ 11385, 664, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Count() */,
{ 11375, 664, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::.ctor() */,
{ 11394, 664, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::Add(!0,!1) */,
{ 11386, 664, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Keys() */,
{ 11442, 664, -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() */,
{ 11458, 664, -1 } /* !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::get_Current() */,
{ 11457, 664, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::MoveNext() */,
{ 11456, 664, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,UnityEngine.Terrain>::Dispose() */,
{ 25240, 690, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::get_relatedTarget() */,
{ 25243, 690, -1 } /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::get_focusController() */,
{ 25248, 690, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::.ctor() */,
{ 11641, 685, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::Add(!0) */,
{ 25568, -1, 761 } /* UnityEngine.UIElements.StyleEnum`1<T> UnityEngine.UIElements.StyleValueExtensions::ToStyleEnum<UnityEngine.UIElements.Overflow>(UnityEngine.UIElements.StyleInt,T) */,
{ 25568, -1, 760 } /* UnityEngine.UIElements.StyleEnum`1<T> UnityEngine.UIElements.StyleValueExtensions::ToStyleEnum<UnityEngine.UIElements.DisplayStyle>(UnityEngine.UIElements.StyleInt,T) */,
{ 25568, -1, 758 } /* UnityEngine.UIElements.StyleEnum`1<T> UnityEngine.UIElements.StyleValueExtensions::ToStyleEnum<UnityEngine.UIElements.Visibility>(UnityEngine.UIElements.StyleInt,T) */,
{ 25327, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::.ctor() */,
{ 25201, 740, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::TypeId() */,
{ 25201, 763, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::TypeId() */,
{ 25317, 770, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::Init() */,
{ 25114, 770, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragEnterEvent>::.ctor() */,
{ 25317, 766, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::Init() */,
{ 25114, 766, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragExitedEvent>::.ctor() */,
{ 25323, 766, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::GetPooled(UnityEngine.Event) */,
{ 25322, 766, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25317, 774, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::Init() */,
{ 25114, 774, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::.ctor() */,
{ 25114, 746, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragPerformEvent>::.ctor() */,
{ 25323, 778, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::GetPooled(UnityEngine.Event) */,
{ 25308, 778, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::set_button(System.Int32) */,
{ 25322, 778, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25114, 778, -1 } /* System.Void UnityEngine.UIElements.DragAndDropEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::.ctor() */,
{ 25364, -1, 2149 } /* 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) */,
{ 25362, -1, 2150 } /* System.Void UnityEngine.UIElements.MouseEventsHelper::SendEnterLeave<UnityEngine.UIElements.MouseLeaveEvent,UnityEngine.UIElements.MouseEnterEvent>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2) */,
{ 25201, 724, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>::TypeId() */,
{ 25201, 729, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::TypeId() */,
{ 25201, 732, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>::TypeId() */,
{ 25201, 782, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>::TypeId() */,
{ 25201, 785, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>::TypeId() */,
{ 25201, 788, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>::TypeId() */,
{ 25201, 791, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>::TypeId() */,
{ 25201, 794, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::TypeId() */,
{ 25201, 778, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::TypeId() */,
{ 25201, 766, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragExitedEvent>::TypeId() */,
{ 25362, -1, 2151 } /* System.Void UnityEngine.UIElements.MouseEventsHelper::SendEnterLeave<UnityEngine.UIElements.DragLeaveEvent,UnityEngine.UIElements.DragEnterEvent>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2) */,
{ 11649, 685, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::Contains(!0) */,
{ 11648, 685, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::Clear() */,
{ 11625, 685, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::.ctor() */,
{ 11625, 798, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::.ctor() */,
{ 11627, 798, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11643, 798, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11668, 798, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::GetEnumerator() */,
{ 11717, 798, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.EventCallbackFunctorBase>::get_Current() */,
{ 11715, 798, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.EventCallbackFunctorBase>::MoveNext() */,
{ 11714, 798, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.EventCallbackFunctorBase>::Dispose() */,
{ 11630, 798, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::get_Count() */,
{ 11636, 798, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::get_Item(System.Int32) */,
{ 11648, 798, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.EventCallbackFunctorBase>::Clear() */,
{ 18908, 797, -1 } /* System.Int32 System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventCallbackList>::get_Count() */,
{ 18916, 797, -1 } /* !0 System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventCallbackList>::Pop() */,
{ 18917, 797, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventCallbackList>::Push(!0) */,
{ 18907, 797, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventCallbackList>::.ctor() */,
{ 11630, 680, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Count() */,
{ 11636, 680, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Item(System.Int32) */,
{ 11668, 680, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::GetEnumerator() */,
{ 11717, 680, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.VisualElement>::get_Current() */,
{ 11715, 680, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.VisualElement>::MoveNext() */,
{ 11714, 680, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.VisualElement>::Dispose() */,
{ 18907, 676, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.ctor() */,
{ 11625, 673, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>::.ctor() */,
{ 11641, 673, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>::Add(!0) */,
{ 24935, 675, -1 } /* T UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>>::Get() */,
{ 25201, 677, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::TypeId() */,
{ 18784, 674, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::Enqueue(!0) */,
{ 18788, 674, -1 } /* !0 System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::Dequeue() */,
{ 18780, 674, -1 } /* System.Int32 System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::get_Count() */,
{ 24936, 675, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>>::Release(T) */,
{ 11668, 673, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>::GetEnumerator() */,
{ 11717, 673, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.IEventDispatchingStrategy>::get_Current() */,
{ 11715, 673, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.IEventDispatchingStrategy>::MoveNext() */,
{ 11714, 673, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.IEventDispatchingStrategy>::Dispose() */,
{ 24933, 675, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>>::.ctor(System.Int32) */,
{ 25108, 754, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::.ctor() */,
{ 11630, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Count() */,
{ 11636, 686, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Item(System.Int32) */,
{ 11648, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Clear() */,
{ 11641, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Add(!0) */,
{ 25247, 687, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusOutEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 25247, 690, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 25247, 693, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusInEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 25247, 696, -1 } /* T UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection,UnityEngine.UIElements.FocusController) */,
{ 25243, 696, -1 } /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::get_focusController() */,
{ 25248, 696, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::.ctor() */,
{ 25245, 693, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusInEvent>::Init() */,
{ 25248, 693, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusInEvent>::.ctor() */,
{ 25245, 687, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusOutEvent>::Init() */,
{ 25248, 687, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusOutEvent>::.ctor() */,
{ 25275, 699, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::GetPooled(System.Char,UnityEngine.KeyCode,UnityEngine.EventModifiers) */,
{ 25203, 677, -1 } /* T UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::GetPooled() */,
{ 25202, 677, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::Init() */,
{ 25200, 677, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::.ctor() */,
{ 25277, 699, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::.ctor() */,
{ 25277, 743, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>::.ctor() */,
{ 25201, 706, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::TypeId() */,
{ 25098, 713, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::.ctor() */,
{ 25098, 706, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::.ctor() */,
{ 25326, 788, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 25327, 788, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::.ctor() */,
{ 25317, 799, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::Init() */,
{ 25327, 799, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::.ctor() */,
{ 25317, 740, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::Init() */,
{ 25327, 740, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::.ctor() */,
{ 25322, 740, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25309, 763, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_pressedButtons() */,
{ 25324, 808, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 25324, 805, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 25317, 802, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::Init() */,
{ 25327, 802, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::.ctor() */,
{ 25317, 763, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::Init() */,
{ 25327, 763, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::.ctor() */,
{ 25323, 763, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::GetPooled(UnityEngine.Event) */,
{ 25322, 763, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25326, 785, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 25327, 785, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::.ctor() */,
{ 25327, 808, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::.ctor() */,
{ 25327, 805, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::.ctor() */,
{ 25326, 791, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 25327, 791, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::.ctor() */,
{ 11641, 680, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Add(!0) */,
{ 25446, 782, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::Init() */,
{ 25456, 782, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::.ctor() */,
{ 25408, 782, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pointerType() */,
{ 25406, 782, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pointerId() */,
{ 25455, 782, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25201, 703, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::TypeId() */,
{ 25201, 710, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::TypeId() */,
{ 25094, 710, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::.ctor() */,
{ 25094, 703, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::.ctor() */,
{ 25093, 703, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 25093, 706, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 25093, 710, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 25093, 713, -1 } /* T UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::GetPooled(UnityEngine.UIElements.IEventHandler,UnityEngine.UIElements.IEventHandler,System.Int32) */,
{ 25446, 729, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::Init() */,
{ 25456, 729, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::.ctor() */,
{ 25406, 729, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pointerId() */,
{ 25455, 729, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25446, 817, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::Init() */,
{ 25456, 817, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::.ctor() */,
{ 25452, 811, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 25452, 814, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 25446, 820, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::Init() */,
{ 25456, 820, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::.ctor() */,
{ 25446, 724, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::Init() */,
{ 25456, 724, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::.ctor() */,
{ 25455, 724, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25456, 811, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::.ctor() */,
{ 25456, 814, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::.ctor() */,
{ 25446, 732, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::Init() */,
{ 25456, 732, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::.ctor() */,
{ 25408, 732, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pointerType() */,
{ 25406, 732, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pointerId() */,
{ 25455, 732, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 11626, 680, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::.ctor(System.Int32) */,
{ 24935, 823, -1 } /* T UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::Get() */,
{ 11643, 680, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11648, 680, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Clear() */,
{ 24936, 823, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::Release(T) */,
{ 24933, 823, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::.ctor(System.Int32) */,
{ 25571, -1, 518 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<UnityEngine.Color>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 25571, -1, 109 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<System.Single>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 11528, 582, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<UnityEngine.Font>::get_Default() */,
{ 25571, -1, 582 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<UnityEngine.Font>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 25571, -1, 16 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<System.Int32>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 25571, -1, 824 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<UnityEngine.UIElements.Length>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 11377, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11377, 835, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,UnityEngine.UIElements.StyleSheets.StylePropertyID[]>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11375, 848, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyID>::.ctor() */,
{ 11394, 848, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyID>::Add(!0,!1) */,
{ 11668, 717, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>::GetEnumerator() */,
{ 11717, 717, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.Panel>::get_Current() */,
{ 11715, 717, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.Panel>::MoveNext() */,
{ 11714, 717, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.Panel>::Dispose() */,
{ 11625, 717, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>::.ctor() */,
{ 18907, 720, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::.ctor() */,
{ 11375, 721, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>::.ctor() */,
{ 1098, 595, -1 } /* System.Void System.Func`3<System.Int32,System.IntPtr,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 596, -1 } /* System.Void System.Func`2<System.Exception,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 18908, 720, -1 } /* System.Int32 System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::get_Count() */,
{ 18915, 720, -1 } /* !0 System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::Peek() */,
{ 11413, 721, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>::TryGetValue(!0,!1&) */,
{ 11411, 721, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>::Remove(!0) */,
{ 18916, 720, -1 } /* !0 System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::Pop() */,
{ 18917, 720, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>::Push(!0) */,
{ 25451, 724, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::GetPooled(UnityEngine.Event) */,
{ 25451, 729, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::GetPooled(UnityEngine.Event) */,
{ 25451, 732, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::GetPooled(UnityEngine.Event) */,
{ 25323, 735, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::GetPooled(UnityEngine.Event) */,
{ 25323, 740, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::GetPooled(UnityEngine.Event) */,
{ 25276, 699, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::GetPooled(UnityEngine.Event) */,
{ 25276, 743, -1 } /* T UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>::GetPooled(UnityEngine.Event) */,
{ 25323, 746, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::GetPooled(UnityEngine.Event) */,
{ 25107, 750, -1 } /* T UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::GetPooled(UnityEngine.Event) */,
{ 25107, 754, -1 } /* T UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::GetPooled(UnityEngine.Event) */,
{ 11648, 717, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>::Clear() */,
{ 11434, 721, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::get_Current() */,
{ 11345, 721, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>::get_Value() */,
{ 11641, 717, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>::Add(!0) */,
{ 11433, 721, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::MoveNext() */,
{ 11402, 721, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>::GetEnumerator() */,
{ 25108, 750, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::.ctor() */,
{ 25521, 761, -1 } /* T UnityEngine.UIElements.StyleEnum`1<UnityEngine.UIElements.Overflow>::get_value() */,
{ 25521, 758, -1 } /* T UnityEngine.UIElements.StyleEnum`1<UnityEngine.UIElements.Visibility>::get_value() */,
{ 25521, 760, -1 } /* T UnityEngine.UIElements.StyleEnum`1<UnityEngine.UIElements.DisplayStyle>::get_value() */,
{ 11626, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Int32) */,
{ 11625, 680, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::.ctor() */,
{ 24935, 757, -1 } /* T UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>>::Get() */,
{ 11628, 680, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Capacity() */,
{ 11629, 680, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::set_Capacity(System.Int32) */,
{ 24936, 757, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>>::Release(T) */,
{ 24933, 757, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>>::.ctor(System.Int32) */,
{ 25323, 794, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::GetPooled(UnityEngine.Event) */,
{ 25317, 794, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::Init() */,
{ 25327, 794, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::.ctor() */,
{ 1087, 854, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::Invoke(!0,!1,!2) */,
{ 25712, 7, -1 } /* T[] ArrayPool`1<System.Char>::Alloc(System.Int32) */,
{ 25711, 7, -1 } /* System.Int32 ArrayPool`1<System.Char>::NextPowerOfTwo(System.Int32) */,
{ 25713, 7, -1 } /* System.Void ArrayPool`1<System.Char>::Collect(T[]) */,
{ 18780, 865, -1 } /* System.Int32 System.Collections.Generic.Queue`1<CString>::get_Count() */,
{ 18788, 865, -1 } /* !0 System.Collections.Generic.Queue`1<CString>::Dequeue() */,
{ 18784, 865, -1 } /* System.Void System.Collections.Generic.Queue`1<CString>::Enqueue(!0) */,
{ 18780, 866, -1 } /* System.Int32 System.Collections.Generic.Queue`1<CString/CStringBlock>::get_Count() */,
{ 18788, 866, -1 } /* !0 System.Collections.Generic.Queue`1<CString/CStringBlock>::Dequeue() */,
{ 18917, 866, -1 } /* System.Void System.Collections.Generic.Stack`1<CString/CStringBlock>::Push(!0) */,
{ 25710, 7, -1 } /* System.Void ArrayPool`1<System.Char>::.ctor() */,
{ 18779, 865, -1 } /* System.Void System.Collections.Generic.Queue`1<CString>::.ctor() */,
{ 18779, 866, -1 } /* System.Void System.Collections.Generic.Queue`1<CString/CStringBlock>::.ctor() */,
{ 18907, 866, -1 } /* System.Void System.Collections.Generic.Stack`1<CString/CStringBlock>::.ctor() */,
{ 11625, 865, -1 } /* System.Void System.Collections.Generic.List`1<CString>::.ctor() */,
{ 11641, 865, -1 } /* System.Void System.Collections.Generic.List`1<CString>::Add(!0) */,
{ 11636, 865, -1 } /* !0 System.Collections.Generic.List`1<CString>::get_Item(System.Int32) */,
{ 11630, 865, -1 } /* System.Int32 System.Collections.Generic.List`1<CString>::get_Count() */,
{ 11648, 865, -1 } /* System.Void System.Collections.Generic.List`1<CString>::Clear() */,
{ 18784, 866, -1 } /* System.Void System.Collections.Generic.Queue`1<CString/CStringBlock>::Enqueue(!0) */,
{ 18916, 866, -1 } /* !0 System.Collections.Generic.Stack`1<CString/CStringBlock>::Pop() */,
{ 18908, 866, -1 } /* System.Int32 System.Collections.Generic.Stack`1<CString/CStringBlock>::get_Count() */,
{ 18915, 866, -1 } /* !0 System.Collections.Generic.Stack`1<CString/CStringBlock>::Peek() */,
{ 11413, 868, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Queue`1<System.String>>::TryGetValue(!0,!1&) */,
{ 18780, 8, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.String>::get_Count() */,
{ 18784, 8, -1 } /* System.Void System.Collections.Generic.Queue`1<System.String>::Enqueue(!0) */,
{ 18779, 8, -1 } /* System.Void System.Collections.Generic.Queue`1<System.String>::.ctor() */,
{ 11393, 868, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Queue`1<System.String>>::set_Item(!0,!1) */,
{ 18788, 8, -1 } /* !0 System.Collections.Generic.Queue`1<System.String>::Dequeue() */,
{ 11375, 868, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Collections.Generic.Queue`1<System.String>>::.ctor() */,
{ 11668, 921, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<BestHTTP.Extensions.HeaderValue>::GetEnumerator() */,
{ 11717, 921, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<BestHTTP.Extensions.HeaderValue>::get_Current() */,
{ 11715, 921, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<BestHTTP.Extensions.HeaderValue>::MoveNext() */,
{ 11714, 921, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<BestHTTP.Extensions.HeaderValue>::Dispose() */,
{ 11413, 923, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,BestHTTP.Authentication.Digest>::TryGetValue(!0,!1&) */,
{ 11394, 923, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,BestHTTP.Authentication.Digest>::Add(!0,!1) */,
{ 1118, 8, -1 } /* System.Void System.Predicate`1<System.String>::.ctor(System.Object,System.IntPtr) */,
{ 11660, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.String>::FindIndex(System.Predicate`1<!0>) */,
{ 11375, 923, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,BestHTTP.Authentication.Digest>::.ctor() */,
{ 11625, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor() */,
{ 11641, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Add(!0) */,
{ 11693, 6, -1 } /* !0[] System.Collections.Generic.List`1<System.Byte>::ToArray() */,
{ 1094, 919, -1 } /* System.Void System.Func`2<System.Char,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1095, 919, -1 } /* !1 System.Func`2<System.Char,System.Boolean>::Invoke(!0) */,
{ 11630, 920, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.Extensions.IHeartbeat>::get_Count() */,
{ 802, -1, 920 } /* System.Void System.Array::Resize<BestHTTP.Extensions.IHeartbeat>(!!0[]&,System.Int32) */,
{ 11654, 920, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.Extensions.IHeartbeat>::CopyTo(System.Int32,!0[],System.Int32,System.Int32) */,
{ 11625, 921, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.Extensions.HeaderValue>::.ctor() */,
{ 11641, 921, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.Extensions.HeaderValue>::Add(!0) */,
{ 11630, 918, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.Forms.HTTPFieldData>::get_Count() */,
{ 11627, 918, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.Forms.HTTPFieldData>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11636, 918, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.Forms.HTTPFieldData>::get_Item(System.Int32) */,
{ 11375, 902, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::.ctor() */,
{ 11625, 901, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::.ctor() */,
{ 11625, 906, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::.ctor() */,
{ 11641, 906, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Add(!0) */,
{ 11668, 906, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::GetEnumerator() */,
{ 11717, 906, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<BestHTTP.HTTPRequest>::get_Current() */,
{ 11715, 906, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<BestHTTP.HTTPRequest>::MoveNext() */,
{ 11714, 906, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<BestHTTP.HTTPRequest>::Dispose() */,
{ 1118, 901, -1 } /* System.Void System.Predicate`1<BestHTTP.ConnectionBase>::.ctor(System.Object,System.IntPtr) */,
{ 11658, 901, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::Find(System.Predicate`1<!0>) */,
{ 11641, 901, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::Add(!0) */,
{ 11682, 901, -1 } /* System.Boolean System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::Remove(!0) */,
{ 11413, 902, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::TryGetValue(!0,!1&) */,
{ 11636, 901, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::get_Item(System.Int32) */,
{ 11630, 901, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::get_Count() */,
{ 11626, 901, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::.ctor(System.Int32) */,
{ 11394, 902, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::Add(!0,!1) */,
{ 11636, 906, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::get_Item(System.Int32) */,
{ 11630, 906, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::get_Count() */,
{ 11682, 906, -1 } /* System.Boolean System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Remove(!0) */,
{ 11648, 901, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::Clear() */,
{ 11685, 901, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::RemoveAt(System.Int32) */,
{ 1118, 906, -1 } /* System.Void System.Predicate`1<BestHTTP.HTTPRequest>::.ctor(System.Object,System.IntPtr) */,
{ 11658, 906, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Find(System.Predicate`1<!0>) */,
{ 1110, 906, -1 } /* System.Void System.Comparison`1<BestHTTP.HTTPRequest>::.ctor(System.Object,System.IntPtr) */,
{ 11692, 906, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Sort(System.Comparison`1<!0>) */,
{ 11693, 906, -1 } /* !0[] System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::ToArray() */,
{ 11648, 906, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.HTTPRequest>::Clear() */,
{ 11402, 902, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::GetEnumerator() */,
{ 11434, 902, -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() */,
{ 11345, 902, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::get_Value() */,
{ 11668, 901, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<BestHTTP.ConnectionBase>::GetEnumerator() */,
{ 11717, 901, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<BestHTTP.ConnectionBase>::get_Current() */,
{ 11715, 901, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<BestHTTP.ConnectionBase>::MoveNext() */,
{ 11714, 901, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<BestHTTP.ConnectionBase>::Dispose() */,
{ 11433, 902, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::MoveNext() */,
{ 11435, 902, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::Dispose() */,
{ 11398, 902, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<BestHTTP.ConnectionBase>>::Clear() */,
{ 11375, 909, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::.ctor() */,
{ 11413, 909, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::TryGetValue(!0,!1&) */,
{ 11394, 909, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::Add(!0,!1) */,
{ 11411, 909, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::Remove(!0) */,
{ 11399, 909, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::ContainsKey(!0) */,
{ 11402, 909, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>::GetEnumerator() */,
{ 11434, 909, -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() */,
{ 11344, 909, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<System.String>>::get_Key() */,
{ 11345, 909, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.List`1<System.String>>::get_Value() */,
{ 11433, 909, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<System.String>>::MoveNext() */,
{ 11435, 909, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.List`1<System.String>>::Dispose() */,
{ 1103, 913, -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) */,
{ 11625, 917, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::.ctor() */,
{ 11630, 917, -1 } /* System.Int32 System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::get_Count() */,
{ 11636, 917, -1 } /* !0 System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::get_Item(System.Int32) */,
{ 1083, 915, -1 } /* System.Void System.Action`2<BestHTTP.ServerSentEvents.EventSourceResponse,BestHTTP.ServerSentEvents.Message>::Invoke(!0,!1) */,
{ 11648, 917, -1 } /* System.Void System.Collections.Generic.List`1<BestHTTP.ServerSentEvents.Message>::Clear() */,
{ 1075, 916, -1 } /* System.Void System.Action`1<BestHTTP.ServerSentEvents.EventSourceResponse>::Invoke(!0) */,
{ 11375, 895, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::.ctor() */,
{ 11389, 895, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::get_Values() */,
{ 11462, 895, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,taurus.client.FileHead>::GetEnumerator() */,
{ 11478, 895, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::get_Current() */,
{ 11477, 895, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::MoveNext() */,
{ 11476, 895, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,taurus.client.FileHead>::Dispose() */,
{ 11398, 895, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::Clear() */,
{ 11394, 895, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>::Add(!0,!1) */,
{ 18779, 876, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Action>::.ctor() */,
{ 18784, 876, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Action>::Enqueue(!0) */,
{ 18780, 876, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.Action>::get_Count() */,
{ 18788, 876, -1 } /* !0 System.Collections.Generic.Queue`1<System.Action>::Dequeue() */,
{ 1075, 878, -1 } /* System.Void System.Action`1<taurus.client.MessageResponse>::Invoke(!0) */,
{ 18779, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::.ctor() */,
{ 18784, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::Enqueue(!0) */,
{ 18788, 37, -1 } /* !0 System.Collections.Generic.Queue`1<System.Int64>::Dequeue() */,
{ 11630, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count() */,
{ 11685, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::RemoveAt(System.Int32) */,
{ 11636, 16, -1 } /* !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32) */,
{ 1083, 899, -1 } /* System.Void System.Action`2<taurus.client.LoggerLevel,System.String>::Invoke(!0,!1) */,
{ 11625, 886, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::.ctor() */,
{ 11375, 887, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::.ctor() */,
{ 11399, 887, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::ContainsKey(!0) */,
{ 11394, 887, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Add(!0,!1) */,
{ 11641, 886, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::Add(!0) */,
{ 11636, 886, -1 } /* !0 System.Collections.Generic.List`1<taurus.client.TaurusClient>::get_Item(System.Int32) */,
{ 11411, 887, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Remove(!0) */,
{ 11682, 886, -1 } /* System.Boolean System.Collections.Generic.List`1<taurus.client.TaurusClient>::Remove(!0) */,
{ 11630, 886, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.client.TaurusClient>::get_Count() */,
{ 11668, 886, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<taurus.client.TaurusClient>::GetEnumerator() */,
{ 11717, 886, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::get_Current() */,
{ 11715, 886, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::MoveNext() */,
{ 11714, 886, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<taurus.client.TaurusClient>::Dispose() */,
{ 11648, 886, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TaurusClient>::Clear() */,
{ 11398, 887, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>::Clear() */,
{ 1075, 879, -1 } /* System.Void System.Action`1<taurus.client.SocketCode>::Invoke(!0) */,
{ 11625, 880, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.Message>::.ctor() */,
{ 11375, 882, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>>::.ctor() */,
{ 11641, 880, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.Message>::Add(!0) */,
{ 11630, 880, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.client.Message>::get_Count() */,
{ 11636, 880, -1 } /* !0 System.Collections.Generic.List`1<taurus.client.Message>::get_Item(System.Int32) */,
{ 11685, 880, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.Message>::RemoveAt(System.Int32) */,
{ 1075, 880, -1 } /* System.Void System.Action`1<taurus.client.Message>::Invoke(!0) */,
{ 1074, 881, -1 } /* System.Void System.Action`1<taurus.client.Packet>::.ctor(System.Object,System.IntPtr) */,
{ 11393, 882, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Action`1<taurus.client.Packet>>::set_Item(!0,!1) */,
{ 11641, 872, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TDataWrapper>::Add(!0) */,
{ 11636, 872, -1 } /* !0 System.Collections.Generic.List`1<taurus.client.TDataWrapper>::get_Item(System.Int32) */,
{ 11630, 872, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.client.TDataWrapper>::get_Count() */,
{ 11625, 872, -1 } /* System.Void System.Collections.Generic.List`1<taurus.client.TDataWrapper>::.ctor() */,
{ 11399, 873, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::ContainsKey(!0) */,
{ 25922, -1, 6 } /* T taurus.client.TObject::getValue<System.Byte>(System.String) */,
{ 11392, 873, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Item(!0) */,
{ 25922, -1, 16 } /* T taurus.client.TObject::getValue<System.Int32>(System.String) */,
{ 11386, 873, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Keys() */,
{ 11444, 873, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.TDataWrapper>::get_Count() */,
{ 11443, 873, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.TDataWrapper>::CopyTo(!0[],System.Int32) */,
{ 25922, -1, 2152 } /* T taurus.client.TObject::getValue<taurus.client.ITObject>(System.String) */,
{ 25922, -1, 8 } /* T taurus.client.TObject::getValue<System.String>(System.String) */,
{ 11393, 873, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::set_Item(!0,!1) */,
{ 11385, 873, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Count() */,
{ 11375, 873, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::.ctor() */,
{ 11375, 890, -1 } /* System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::.ctor() */,
{ 1074, 879, -1 } /* System.Void System.Action`1<taurus.client.SocketCode>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 880, -1 } /* System.Void System.Action`1<taurus.client.Message>::.ctor(System.Object,System.IntPtr) */,
{ 11398, 890, -1 } /* System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::Clear() */,
{ 11393, 890, -1 } /* System.Void System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::set_Item(!0,!1) */,
{ 1074, 878, -1 } /* System.Void System.Action`1<taurus.client.MessageResponse>::.ctor(System.Object,System.IntPtr) */,
{ 11413, 890, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::TryGetValue(!0,!1&) */,
{ 11411, 890, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<taurus.client.Message,System.Action`1<taurus.client.MessageResponse>>::Remove(!0) */,
{ 18908, 894, -1 } /* System.Int32 System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::get_Count() */,
{ 18916, 894, -1 } /* !0 System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::Pop() */,
{ 18917, 894, -1 } /* System.Void System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::Push(!0) */,
{ 18788, 894, -1 } /* !0 System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::Dequeue() */,
{ 18780, 894, -1 } /* System.Int32 System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::get_Count() */,
{ 18784, 894, -1 } /* System.Void System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::Enqueue(!0) */,
{ 18907, 894, -1 } /* System.Void System.Collections.Generic.Stack`1<taurus.client.ThreadManager/MessgaeThread>::.ctor() */,
{ 18779, 894, -1 } /* System.Void System.Collections.Generic.Queue`1<taurus.client.ThreadManager/MessgaeThread>::.ctor() */,
{ 1082, 899, -1 } /* System.Void System.Action`2<taurus.client.LoggerLevel,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 26881, -1, 16 } /* System.Void ZXing.SupportClass::Fill<System.Int32>(T[],T) */,
{ 11180, 971, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<ZXing.Aztec.Internal.State>::.ctor() */,
{ 18736, 971, -1 } /* System.Void System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.State>::.ctor() */,
{ 11625, 971, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.Aztec.Internal.State>::.ctor() */,
{ 11648, 971, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.Aztec.Internal.State>::Clear() */,
{ 18750, 971, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<!0> System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.State>::GetEnumerator() */,
{ 18768, 971, -1 } /* !0 System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.State>::get_Current() */,
{ 11641, 971, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.Aztec.Internal.State>::Add(!0) */,
{ 18770, 971, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.State>::MoveNext() */,
{ 18772, 971, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.State>::Dispose() */,
{ 18745, 971, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.State>::AddLast(!0) */,
{ 11668, 971, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<ZXing.Aztec.Internal.State>::GetEnumerator() */,
{ 11717, 971, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<ZXing.Aztec.Internal.State>::get_Current() */,
{ 18752, 971, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.State>::Remove(!0) */,
{ 11715, 971, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<ZXing.Aztec.Internal.State>::MoveNext() */,
{ 11714, 971, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<ZXing.Aztec.Internal.State>::Dispose() */,
{ 18736, 960, -1 } /* System.Void System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.Token>::.ctor() */,
{ 18743, 960, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.Token>::AddFirst(!0) */,
{ 18750, 960, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<!0> System.Collections.Generic.LinkedList`1<ZXing.Aztec.Internal.Token>::GetEnumerator() */,
{ 18768, 960, -1 } /* !0 System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.Token>::get_Current() */,
{ 18770, 960, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.Token>::MoveNext() */,
{ 18772, 960, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<ZXing.Aztec.Internal.Token>::Dispose() */,
{ 26837, 946, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::.ctor() */,
{ 26834, 946, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::set_Renderer(ZXing.Rendering.IBarcodeRenderer`1<TOutput>) */,
{ 11375, 938, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,ZXing.Common.CharacterSetECI>::.ctor() */,
{ 11375, 941, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,ZXing.Common.CharacterSetECI>::.ctor() */,
{ 11375, 927, -1 } /* System.Void System.Collections.Generic.Dictionary`2<ZXing.EncodeHintType,System.Object>::.ctor() */,
{ 11625, 947, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.Common.ReedSolomon.GenericGFPoly>::.ctor() */,
{ 26881, -1, 6 } /* System.Void ZXing.SupportClass::Fill<System.Byte>(T[],T) */,
{ 11375, 931, -1 } /* System.Void System.Collections.Generic.Dictionary`2<ZXing.BarcodeFormat,System.Func`1<ZXing.Writer>>::.ctor() */,
{ 1090, 930, -1 } /* System.Void System.Func`1<ZXing.Writer>::.ctor(System.Object,System.IntPtr) */,
{ 11394, 931, -1 } /* System.Void System.Collections.Generic.Dictionary`2<ZXing.BarcodeFormat,System.Func`1<ZXing.Writer>>::Add(!0,!1) */,
{ 1091, 930, -1 } /* !0 System.Func`1<ZXing.Writer>::Invoke() */,
{ 11625, 65, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32[]>::.ctor() */,
{ 11641, 65, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32[]>::Add(!0) */,
{ 11668, 65, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Int32[]>::GetEnumerator() */,
{ 11717, 65, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Int32[]>::get_Current() */,
{ 11715, 65, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32[]>::MoveNext() */,
{ 11714, 65, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32[]>::Dispose() */,
{ 11626, 970, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.QrCode.Internal.BlockPair>::.ctor(System.Int32) */,
{ 11641, 970, -1 } /* System.Void System.Collections.Generic.List`1<ZXing.QrCode.Internal.BlockPair>::Add(!0) */,
{ 11668, 970, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<ZXing.QrCode.Internal.BlockPair>::GetEnumerator() */,
{ 11717, 970, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<ZXing.QrCode.Internal.BlockPair>::get_Current() */,
{ 11715, 970, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<ZXing.QrCode.Internal.BlockPair>::MoveNext() */,
{ 11714, 970, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<ZXing.QrCode.Internal.BlockPair>::Dispose() */,
{ 1091, 1001, -1 } /* !0 System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>::Invoke() */,
{ 1090, 1001, -1 } /* System.Void System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>::.ctor(System.Object,System.IntPtr) */,
{ 33869, -1, 495 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.AnimationCurve>(System.IntPtr,System.Int32) */,
{ 11398, 1009, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::Clear() */,
{ 11394, 1009, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::Add(!0,!1) */,
{ 34010, 876, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1013, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1014, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1015, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1016, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1017, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1018, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1019, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1020, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1021, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1022, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1023, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1024, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1025, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1026, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1027, -1 } /* System.Void LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1028, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1029, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1030, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1031, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1032, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1033, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1034, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1035, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1036, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1037, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1038, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1039, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1040, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1041, -1 } /* System.Void LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Init(DelegateFactory/DelegateCreate) */,
{ 34010, 1042, -1 } /* System.Void LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Init(DelegateFactory/DelegateCreate) */,
{ 1098, 972, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 33999, 876, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1013, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Events.UnityAction>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1014, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Predicate`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1015, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1016, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Comparison`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1017, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Func`2<System.Int32,System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1018, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GTweenCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1019, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Camera/CameraCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1020, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1021, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/LowMemoryCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1022, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/LogCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1023, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`1<System.Boolean>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1024, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`1<System.String>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1025, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Func`1<System.Boolean>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1026, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1027, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1028, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1029, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.EventCallback1>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1030, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.EventCallback0>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1031, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.ListItemRenderer>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1032, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.ListItemProvider>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1033, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.PlayCompleteCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1034, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.TransitionHook>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1035, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1036, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1037, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.TimerCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1038, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1039, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1040, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.UIConfig/SoundLoader>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1041, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Action`2<System.String,System.Action>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1042, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GTweenCallback1>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 1082, 1043, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1045, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Events.UnityAction>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1047, -1 } /* System.Void System.Action`2<System.IntPtr,System.Predicate`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1049, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1051, -1 } /* System.Void System.Action`2<System.IntPtr,System.Comparison`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1053, -1 } /* System.Void System.Action`2<System.IntPtr,System.Func`2<System.Int32,System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1055, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GTweenCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1057, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/CameraCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1059, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Application/AdvertisingIdentifierCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1061, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Application/LowMemoryCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1063, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Application/LogCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1065, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`1<System.Boolean>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1067, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`1<System.String>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1069, -1 } /* System.Void System.Action`2<System.IntPtr,System.Func`1<System.Boolean>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1071, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AudioClip/PCMReaderCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1073, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AudioClip/PCMSetPositionCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1075, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`1<UnityEngine.AsyncOperation>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1077, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.EventCallback1>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1079, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.EventCallback0>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1081, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.ListItemRenderer>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1083, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.ListItemProvider>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1085, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.PlayCompleteCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1087, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.TransitionHook>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1089, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.UIPackage/CreateObjectCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1091, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GObjectPool/InitCallbackDelegate>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1093, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.TimerCallback>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1095, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory/GComponentCreator>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1097, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory/GLoaderCreator>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1099, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.UIConfig/SoundLoader>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1101, -1 } /* System.Void System.Action`2<System.IntPtr,System.Action`2<System.String,System.Action>>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1103, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GTweenCallback1>::.ctor(System.Object,System.IntPtr) */,
{ 11413, 1009, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::TryGetValue(!0,!1&) */,
{ 1118, 16, -1 } /* System.Void System.Predicate`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 16, -1 } /* System.Void System.Action`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1110, 16, -1 } /* System.Void System.Comparison`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1094, 427, -1 } /* System.Void System.Func`2<System.Int32,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 47, -1 } /* System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 8, -1 } /* System.Void System.Action`1<System.String>::.ctor(System.Object,System.IntPtr) */,
{ 1090, 47, -1 } /* System.Void System.Func`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1074, 529, -1 } /* System.Void System.Action`1<UnityEngine.AsyncOperation>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 998, -1 } /* System.Void System.Action`2<System.String,System.Action>::.ctor(System.Object,System.IntPtr) */,
{ 11375, 1009, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::.ctor() */,
{ 33062, -1, 497 } /* System.Void LuaInterface.LuaFunction::PushSealed<UnityEngine.Camera>(T) */,
{ 11641, 1650, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::Add(!0) */,
{ 11625, 1650, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::.ctor() */,
{ 11630, 1650, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::get_Count() */,
{ 11626, 1118, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::.ctor(System.Int32) */,
{ 11636, 1650, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::get_Item(System.Int32) */,
{ 11641, 1118, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Add(!0) */,
{ 11630, 1118, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GObject>::get_Count() */,
{ 11686, 1118, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::RemoveRange(System.Int32,System.Int32) */,
{ 11636, 1118, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.GObject>::get_Item(System.Int32) */,
{ 11375, 1627, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::.ctor() */,
{ 11393, 1627, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::set_Item(!0,!1) */,
{ 11413, 1627, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::TryGetValue(!0,!1&) */,
{ 11399, 1627, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::ContainsKey(!0) */,
{ 21527, -1, 497 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Camera>() */,
{ 21569, -1, 2153 } /* !!0 UnityEngine.GameObject::GetComponent<FairyGUI.CaptureCamera>() */,
{ 21594, -1, 497 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.Camera>() */,
{ 21594, -1, 2153 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.CaptureCamera>() */,
{ 11625, 1617, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::.ctor() */,
{ 11630, 1617, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::get_Count() */,
{ 11636, 1617, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::get_Item(System.Int32) */,
{ 11625, 1108, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::.ctor() */,
{ 11630, 1108, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::get_Count() */,
{ 11641, 1108, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Add(!0) */,
{ 11676, 1108, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Insert(System.Int32,!0) */,
{ 11649, 1108, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Contains(!0) */,
{ 11636, 1108, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::get_Item(System.Int32) */,
{ 11672, 1108, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::IndexOf(!0) */,
{ 11682, 1108, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Remove(!0) */,
{ 11685, 1108, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::RemoveAt(System.Int32) */,
{ 11637, 1108, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::set_Item(System.Int32,!0) */,
{ 3738, 508, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Rect>::get_HasValue() */,
{ 3743, 508, -1 } /* !0 System.Nullable`1<UnityEngine.Rect>::GetValueOrDefault() */,
{ 3739, 508, -1 } /* !0 System.Nullable`1<UnityEngine.Rect>::get_Value() */,
{ 11648, 1108, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Clear() */,
{ 11672, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.String>::IndexOf(!0) */,
{ 11630, 1651, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.ControllerAction>::get_Count() */,
{ 11636, 1651, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.ControllerAction>::get_Item(System.Int32) */,
{ 11629, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::set_Capacity(System.Int32) */,
{ 11626, 1651, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.ControllerAction>::.ctor(System.Int32) */,
{ 11641, 1651, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.ControllerAction>::Add(!0) */,
{ 3738, 517, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::get_HasValue() */,
{ 3737, 517, -1 } /* System.Void System.Nullable`1<UnityEngine.Matrix4x4>::.ctor(!0) */,
{ 3737, 502, -1 } /* System.Void System.Nullable`1<UnityEngine.Vector3>::.ctor(!0) */,
{ 3738, 1115, -1 } /* System.Boolean System.Nullable`1<FairyGUI.Margin>::get_HasValue() */,
{ 3739, 1115, -1 } /* !0 System.Nullable`1<FairyGUI.Margin>::get_Value() */,
{ 3739, 517, -1 } /* !0 System.Nullable`1<UnityEngine.Matrix4x4>::get_Value() */,
{ 11375, 1631, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::.ctor() */,
{ 32695, -1, 582 } /* T taurus.unity.ResourcesManager::LoadObject<UnityEngine.Font>(System.String) */,
{ 1074, 582, -1 } /* System.Void System.Action`1<UnityEngine.Font>::.ctor(System.Object,System.IntPtr) */,
{ 11413, 1631, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::TryGetValue(!0,!1&) */,
{ 11394, 1631, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::Add(!0,!1) */,
{ 11630, 1652, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::get_Count() */,
{ 11649, 1652, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Contains(!0) */,
{ 11641, 1652, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Add(!0) */,
{ 11682, 1652, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Remove(!0) */,
{ 1110, 1652, -1 } /* System.Void System.Comparison`1<FairyGUI.EMRenderTarget>::.ctor(System.Object,System.IntPtr) */,
{ 11692, 1652, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Sort(System.Comparison`1<!0>) */,
{ 11636, 1652, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::get_Item(System.Int32) */,
{ 21726, -1, 1653 } /* !!0[] UnityEngine.Object::FindObjectsOfType<FairyGUI.UIConfig>() */,
{ 11625, 1652, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::.ctor() */,
{ 3738, 521, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color32>::get_HasValue() */,
{ 3739, 521, -1 } /* !0 System.Nullable`1<UnityEngine.Color32>::get_Value() */,
{ 34012, 1029, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 18908, 1643, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.EventContext>::get_Count() */,
{ 18916, 1643, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.EventContext>::Pop() */,
{ 18917, 1643, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.EventContext>::Push(!0) */,
{ 11625, 1626, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::.ctor() */,
{ 18907, 1643, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.EventContext>::.ctor() */,
{ 11375, 1644, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::.ctor() */,
{ 11413, 1644, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::TryGetValue(!0,!1&) */,
{ 11393, 1644, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::set_Item(!0,!1) */,
{ 11402, 1644, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::GetEnumerator() */,
{ 11434, 1644, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::get_Current() */,
{ 11345, 1644, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,FairyGUI.EventBridge>::get_Value() */,
{ 11433, 1644, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::MoveNext() */,
{ 11435, 1644, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::Dispose() */,
{ 11648, 1626, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::Clear() */,
{ 11630, 1626, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EventBridge>::get_Count() */,
{ 11636, 1626, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.EventBridge>::get_Item(System.Int32) */,
{ 11672, 1626, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EventBridge>::IndexOf(!0) */,
{ 11641, 1626, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::Add(!0) */,
{ 11393, 1635, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::set_Item(!0,!1) */,
{ 11411, 1635, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Remove(!0) */,
{ 11413, 1635, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::TryGetValue(!0,!1&) */,
{ 11394, 1635, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Add(!0,!1) */,
{ 11398, 1635, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Clear() */,
{ 11375, 1635, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::.ctor() */,
{ 11625, 1118, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::.ctor() */,
{ 11625, 1119, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Controller>::.ctor() */,
{ 11625, 1655, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Transition>::.ctor() */,
{ 11630, 1655, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Transition>::get_Count() */,
{ 11636, 1655, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Transition>::get_Item(System.Int32) */,
{ 11630, 1119, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Controller>::get_Count() */,
{ 11636, 1119, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Controller>::get_Item(System.Int32) */,
{ 11676, 1118, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Insert(System.Int32,!0) */,
{ 11672, 1118, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GObject>::IndexOf(!0) */,
{ 11685, 1118, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::RemoveAt(System.Int32) */,
{ 11693, 1118, -1 } /* !0[] System.Collections.Generic.List`1<FairyGUI.GObject>::ToArray() */,
{ 11641, 1119, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Controller>::Add(!0) */,
{ 11672, 1119, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Controller>::IndexOf(!0) */,
{ 11685, 1119, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Controller>::RemoveAt(System.Int32) */,
{ 3737, 516, -1 } /* System.Void System.Nullable`1<UnityEngine.Vector4>::.ctor(!0) */,
{ 3737, 508, -1 } /* System.Void System.Nullable`1<UnityEngine.Rect>::.ctor(!0) */,
{ 11641, 1655, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Transition>::Add(!0) */,
{ 33013, -1, 2154 } /* System.Void LuaInterface.LuaFunction::Call<FairyGUI.GComponent>(T1) */,
{ 11636, 1657, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>::get_Item(System.Int32) */,
{ 11649, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(!0) */,
{ 11630, 1657, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>::get_Count() */,
{ 11625, 1657, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>::.ctor() */,
{ 11641, 1657, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>::Add(!0) */,
{ 11375, 1659, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::.ctor() */,
{ 11402, 1659, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::GetEnumerator() */,
{ 11434, 1659, -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() */,
{ 11345, 1659, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::get_Value() */,
{ 18785, 1118, -1 } /* System.Collections.Generic.Queue`1/Enumerator<!0> System.Collections.Generic.Queue`1<FairyGUI.GObject>::GetEnumerator() */,
{ 18796, 1118, -1 } /* !0 System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::get_Current() */,
{ 18795, 1118, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::MoveNext() */,
{ 18794, 1118, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::Dispose() */,
{ 11433, 1659, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::MoveNext() */,
{ 11435, 1659, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Dispose() */,
{ 11398, 1659, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Clear() */,
{ 11385, 1659, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::get_Count() */,
{ 11413, 1659, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::TryGetValue(!0,!1&) */,
{ 18780, 1118, -1 } /* System.Int32 System.Collections.Generic.Queue`1<FairyGUI.GObject>::get_Count() */,
{ 18788, 1118, -1 } /* !0 System.Collections.Generic.Queue`1<FairyGUI.GObject>::Dequeue() */,
{ 18779, 1118, -1 } /* System.Void System.Collections.Generic.Queue`1<FairyGUI.GObject>::.ctor() */,
{ 11394, 1659, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Add(!0,!1) */,
{ 18784, 1118, -1 } /* System.Void System.Collections.Generic.Queue`1<FairyGUI.GObject>::Enqueue(!0) */,
{ 11625, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11625, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor() */,
{ 11648, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Clear() */,
{ 11641, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Add(!0) */,
{ 11648, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Clear() */,
{ 11648, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Clear() */,
{ 11641, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(!0) */,
{ 11630, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count() */,
{ 11641, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Add(!0) */,
{ 11636, 502, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32) */,
{ 11676, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Insert(System.Int32,!0) */,
{ 11643, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11630, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Count() */,
{ 11636, 1647, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Item(System.Int32) */,
{ 11641, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Add(!0) */,
{ 11625, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.ctor() */,
{ 21569, -1, 2155 } /* !!0 UnityEngine.GameObject::GetComponent<FairyGUI.UIContentScaler>() */,
{ 11668, 1118, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.GObject>::GetEnumerator() */,
{ 11717, 1118, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::get_Current() */,
{ 11715, 1118, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::MoveNext() */,
{ 11714, 1118, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::Dispose() */,
{ 11648, 1118, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Clear() */,
{ 11375, 1663, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::.ctor() */,
{ 11393, 1663, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::set_Item(!0,!1) */,
{ 11413, 1663, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::TryGetValue(!0,!1&) */,
{ 11375, 1667, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::.ctor() */,
{ 11393, 1667, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::set_Item(!0,!1) */,
{ 11413, 1667, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::TryGetValue(!0,!1&) */,
{ 11375, 1671, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::.ctor() */,
{ 11393, 1671, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::set_Item(!0,!1) */,
{ 11413, 1671, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::TryGetValue(!0,!1&) */,
{ 11375, 1675, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::.ctor() */,
{ 11393, 1675, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::set_Item(!0,!1) */,
{ 11413, 1675, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::TryGetValue(!0,!1&) */,
{ 11389, 1675, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::get_Values() */,
{ 11462, 1675, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearSizeValue>::GetEnumerator() */,
{ 11478, 1675, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::get_Current() */,
{ 11477, 1675, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::MoveNext() */,
{ 11476, 1675, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::Dispose() */,
{ 11375, 1679, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::.ctor() */,
{ 11393, 1679, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::set_Item(!0,!1) */,
{ 11413, 1679, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::TryGetValue(!0,!1&) */,
{ 11389, 1679, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::get_Values() */,
{ 11462, 1679, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearXYValue>::GetEnumerator() */,
{ 11478, 1679, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::get_Current() */,
{ 11477, 1679, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::MoveNext() */,
{ 11476, 1679, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::Dispose() */,
{ 11625, 514, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Material>::.ctor() */,
{ 11625, 1573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::.ctor() */,
{ 11648, 1573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::Clear() */,
{ 11648, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Clear() */,
{ 11648, 514, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Material>::Clear() */,
{ 21569, -1, 2156 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.Canvas>() */,
{ 21527, -1, 2157 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.RectTransform>() */,
{ 21582, -1, 520 } /* !!0[] UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Transform>(System.Boolean) */,
{ 21583, -1, 1573 } /* System.Void UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Renderer>(System.Boolean,System.Collections.Generic.List`1<!!0>) */,
{ 11630, 1573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Renderer>::get_Count() */,
{ 11636, 1573, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Renderer>::get_Item(System.Int32) */,
{ 11672, 514, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Material>::IndexOf(!0) */,
{ 11641, 514, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Material>::Add(!0) */,
{ 11636, 514, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Material>::get_Item(System.Int32) */,
{ 1110, 1573, -1 } /* System.Void System.Comparison`1<UnityEngine.Renderer>::.ctor(System.Object,System.IntPtr) */,
{ 11692, 1573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::Sort(System.Comparison`1<!0>) */,
{ 11629, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::set_Capacity(System.Int32) */,
{ 11630, 514, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Material>::get_Count() */,
{ 11413, 1574, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::TryGetValue(!0,!1&) */,
{ 3737, 576, -1 } /* System.Void System.Nullable`1<UnityEngine.RaycastHit>::.ctor(!0) */,
{ 11393, 1574, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::set_Item(!0,!1) */,
{ 3738, 576, -1 } /* System.Boolean System.Nullable`1<UnityEngine.RaycastHit>::get_HasValue() */,
{ 3739, 576, -1 } /* !0 System.Nullable`1<UnityEngine.RaycastHit>::get_Value() */,
{ 11398, 1574, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::Clear() */,
{ 11375, 1574, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 11630, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Count() */,
{ 11630, 1138, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::get_Count() */,
{ 11636, 1138, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::get_Item(System.Int32) */,
{ 11636, 1139, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::get_Item(System.Int32) */,
{ 11636, 1140, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Item(System.Int32) */,
{ 11630, 1139, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::get_Count() */,
{ 11636, 109, -1 } /* !0 System.Collections.Generic.List`1<System.Single>::get_Item(System.Int32) */,
{ 11625, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor() */,
{ 11625, 1580, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::.ctor() */,
{ 11630, 1580, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.NMaterial>::get_Count() */,
{ 11636, 1580, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.NMaterial>::get_Item(System.Int32) */,
{ 11641, 1580, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::Add(!0) */,
{ 11648, 1580, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NMaterial>::Clear() */,
{ 21594, -1, 2158 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshFilter>() */,
{ 21594, -1, 2159 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshRenderer>() */,
{ 11636, 6, -1 } /* !0 System.Collections.Generic.List`1<System.Byte>::get_Item(System.Int32) */,
{ 11637, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::set_Item(System.Int32,!0) */,
{ 11636, 521, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Item(System.Int32) */,
{ 11636, 516, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Item(System.Int32) */,
{ 11637, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::set_Item(System.Int32,!0) */,
{ 11648, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Clear() */,
{ 3738, 502, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector3>::get_HasValue() */,
{ 3739, 502, -1 } /* !0 System.Nullable`1<UnityEngine.Vector3>::get_Value() */,
{ 11637, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::set_Item(System.Int32,!0) */,
{ 11375, 1620, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::.ctor() */,
{ 11413, 1620, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::TryGetValue(!0,!1&) */,
{ 11394, 1620, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::Add(!0,!1) */,
{ 11411, 1620, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::Remove(!0) */,
{ 11385, 1620, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::get_Count() */,
{ 11402, 1620, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>::GetEnumerator() */,
{ 11434, 1620, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::get_Current() */,
{ 11345, 1620, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,FairyGUI.MaterialManager>::get_Value() */,
{ 11433, 1620, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::MoveNext() */,
{ 11435, 1620, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.MaterialManager>::Dispose() */,
{ 11625, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor() */,
{ 11641, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Add(!0) */,
{ 11630, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Count() */,
{ 11636, 513, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Item(System.Int32) */,
{ 11399, 1639, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::ContainsKey(!0) */,
{ 11392, 1639, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::get_Item(!0) */,
{ 11648, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Clear() */,
{ 11641, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Add(!0) */,
{ 11693, 7, -1 } /* !0[] System.Collections.Generic.List`1<System.Char>::ToArray() */,
{ 11394, 1639, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::Add(!0,!1) */,
{ 11375, 1639, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char[]>::.ctor() */,
{ 11625, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor() */,
{ 11625, 1683, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::.ctor() */,
{ 11630, 1683, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.RelationDef>::get_Count() */,
{ 11636, 1683, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.RelationDef>::get_Item(System.Int32) */,
{ 11641, 1683, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::Add(!0) */,
{ 11685, 1683, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::RemoveAt(System.Int32) */,
{ 11648, 1683, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationDef>::Clear() */,
{ 11668, 1683, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.RelationDef>::GetEnumerator() */,
{ 11717, 1683, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::get_Current() */,
{ 11715, 1683, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::MoveNext() */,
{ 11714, 1683, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationDef>::Dispose() */,
{ 11625, 1684, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::.ctor() */,
{ 11630, 1684, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.RelationItem>::get_Count() */,
{ 11636, 1684, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.RelationItem>::get_Item(System.Int32) */,
{ 11641, 1684, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::Add(!0) */,
{ 11685, 1684, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::RemoveAt(System.Int32) */,
{ 11648, 1684, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.RelationItem>::Clear() */,
{ 11668, 1684, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.RelationItem>::GetEnumerator() */,
{ 11717, 1684, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::get_Current() */,
{ 11715, 1684, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::MoveNext() */,
{ 11714, 1684, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.RelationItem>::Dispose() */,
{ 11625, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.ctor() */,
{ 11636, 508, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Item(System.Int32) */,
{ 34398, -1, 2160 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RectMesh>() */,
{ 34398, -1, 2161 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RoundedRectMesh>() */,
{ 34398, -1, 2162 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.EllipseMesh>() */,
{ 3737, 521, -1 } /* System.Void System.Nullable`1<UnityEngine.Color32>::.ctor(!0) */,
{ 34398, -1, 2163 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.PolygonMesh>() */,
{ 11648, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Clear() */,
{ 11643, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 34398, -1, 2164 } /* T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RegularPolygonMesh>() */,
{ 11625, 1625, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::.ctor() */,
{ 21727, -1, 2165 } /* !!0 UnityEngine.Object::FindObjectOfType<FairyGUI.StageEngine>() */,
{ 21594, -1, 2165 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.StageEngine>() */,
{ 21594, -1, 2155 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.UIContentScaler>() */,
{ 22198, 543, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>::.ctor(System.Object,System.IntPtr) */,
{ 21594, -1, 2166 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.AudioSource>() */,
{ 11686, 1108, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::RemoveRange(System.Int32,System.Int32) */,
{ 1110, 1108, -1 } /* System.Void System.Comparison`1<FairyGUI.DisplayObject>::.ctor(System.Object,System.IntPtr) */,
{ 11692, 1108, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Sort(System.Comparison`1<!0>) */,
{ 11672, 1625, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.NTexture>::IndexOf(!0) */,
{ 11641, 1625, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::Add(!0) */,
{ 11630, 1625, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.NTexture>::get_Count() */,
{ 11636, 1625, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.NTexture>::get_Item(System.Int32) */,
{ 11685, 1625, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::RemoveAt(System.Int32) */,
{ 11672, 1109, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::IndexOf(!0) */,
{ 11641, 1109, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::Add(!0) */,
{ 11637, 1109, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::set_Item(System.Int32,!0) */,
{ 21727, -1, 2155 } /* !!0 UnityEngine.Object::FindObjectOfType<FairyGUI.UIContentScaler>() */,
{ 21594, -1, 2167 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.StageCamera>() */,
{ 11626, 1138, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::.ctor(System.Int32) */,
{ 11626, 1139, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::.ctor(System.Int32) */,
{ 11625, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11641, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Add(!0) */,
{ 11641, 1139, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::Add(!0) */,
{ 11413, 1124, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>::TryGetValue(!0,!1&) */,
{ 11676, 1138, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Insert(System.Int32,!0) */,
{ 11648, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Clear() */,
{ 11641, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Add(!0) */,
{ 11641, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Add(!0) */,
{ 11641, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Add(!0) */,
{ 11686, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveRange(System.Int32,System.Int32) */,
{ 11686, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveRange(System.Int32,System.Int32) */,
{ 11686, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveRange(System.Int32,System.Int32) */,
{ 18908, 1139, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::get_Count() */,
{ 18916, 1139, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::Pop() */,
{ 18917, 1139, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::Push(!0) */,
{ 11648, 1139, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::Clear() */,
{ 18907, 1139, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::.ctor() */,
{ 21594, -1, 2168 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.TimersEngine>() */,
{ 11375, 1704, -1 } /* System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::.ctor() */,
{ 11625, 1706, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::.ctor() */,
{ 11626, 1706, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::.ctor(System.Int32) */,
{ 11413, 1704, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::TryGetValue(!0,!1&) */,
{ 11393, 1704, -1 } /* System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::set_Item(!0,!1) */,
{ 11399, 1704, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::ContainsKey(!0) */,
{ 11411, 1704, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Remove(!0) */,
{ 11630, 1706, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Anymous_T>::get_Count() */,
{ 11636, 1706, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Anymous_T>::get_Item(System.Int32) */,
{ 11685, 1706, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::RemoveAt(System.Int32) */,
{ 11641, 1706, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::Add(!0) */,
{ 11385, 1704, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Count() */,
{ 11402, 1704, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::GetEnumerator() */,
{ 11434, 1704, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Current() */,
{ 11345, 1704, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Value() */,
{ 11433, 1704, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::MoveNext() */,
{ 11435, 1704, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Dispose() */,
{ 11648, 1706, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::Clear() */,
{ 11344, 1704, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Key() */,
{ 11394, 1704, -1 } /* System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Add(!0,!1) */,
{ 11398, 1704, -1 } /* System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Clear() */,
{ 11625, 1109, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::.ctor() */,
{ 11648, 1109, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::Clear() */,
{ 11630, 1109, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::get_Count() */,
{ 11636, 1109, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::get_Item(System.Int32) */,
{ 11375, 1686, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::.ctor() */,
{ 11413, 1686, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::TryGetValue(!0,!1&) */,
{ 11393, 1686, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::set_Item(!0,!1) */,
{ 11625, 1689, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::.ctor() */,
{ 11630, 1689, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TreeNode>::get_Count() */,
{ 11641, 1689, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::Add(!0) */,
{ 11676, 1689, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::Insert(System.Int32,!0) */,
{ 11672, 1689, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TreeNode>::IndexOf(!0) */,
{ 11636, 1689, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.TreeNode>::get_Item(System.Int32) */,
{ 11685, 1689, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::RemoveAt(System.Int32) */,
{ 11630, 1649, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GTweener>::get_Count() */,
{ 11636, 1649, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.GTweener>::get_Item(System.Int32) */,
{ 11685, 1649, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::RemoveAt(System.Int32) */,
{ 11641, 1649, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::Add(!0) */,
{ 11648, 1649, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::Clear() */,
{ 21594, -1, 2169 } /* !!0 UnityEngine.GameObject::AddComponent<FairyGUI.TweenManager/TweenEngine>() */,
{ 11626, 1649, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::.ctor(System.Int32) */,
{ 11668, 8, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.String>::GetEnumerator() */,
{ 11717, 8, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.String>::get_Current() */,
{ 11715, 8, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.String>::MoveNext() */,
{ 11714, 8, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.String>::Dispose() */,
{ 11630, 1143, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::get_Count() */,
{ 11636, 1143, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::get_Item(System.Int32) */,
{ 11625, 1143, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::.ctor() */,
{ 11393, 1690, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::set_Item(!0,!1) */,
{ 11413, 1690, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::TryGetValue(!0,!1&) */,
{ 11398, 1690, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::Clear() */,
{ 11375, 1690, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::.ctor() */,
{ 11625, 1145, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::.ctor() */,
{ 11375, 1696, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::.ctor() */,
{ 11375, 1699, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::.ctor() */,
{ 11413, 1693, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::TryGetValue(!0,!1&) */,
{ 11399, 1693, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::ContainsKey(!0) */,
{ 11392, 1693, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::get_Item(!0) */,
{ 11393, 1693, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::set_Item(!0,!1) */,
{ 11641, 1144, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::Add(!0) */,
{ 11411, 1693, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::Remove(!0) */,
{ 11682, 1144, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.UIPackage>::Remove(!0) */,
{ 11385, 1693, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::get_Count() */,
{ 11693, 1144, -1 } /* !0[] System.Collections.Generic.List`1<FairyGUI.UIPackage>::ToArray() */,
{ 11648, 1144, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::Clear() */,
{ 11398, 1693, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::Clear() */,
{ 11413, 1696, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::TryGetValue(!0,!1&) */,
{ 11641, 1145, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Add(!0) */,
{ 11393, 1696, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::set_Item(!0,!1) */,
{ 11392, 1696, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::get_Item(!0) */,
{ 11393, 1699, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::set_Item(!0,!1) */,
{ 1110, 1145, -1 } /* System.Void System.Comparison`1<FairyGUI.PackageItem>::.ctor(System.Object,System.IntPtr) */,
{ 11692, 1145, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Sort(System.Comparison`1<!0>) */,
{ 11630, 1145, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.PackageItem>::get_Count() */,
{ 11636, 1145, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.PackageItem>::get_Item(System.Int32) */,
{ 11648, 1145, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Clear() */,
{ 11413, 1699, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::TryGetValue(!0,!1&) */,
{ 11375, 1693, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::.ctor() */,
{ 11625, 1144, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::.ctor() */,
{ 21569, -1, 2170 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.MeshCollider>() */,
{ 21527, -1, 1573 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Renderer>() */,
{ 21594, -1, 2171 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.BoxCollider>() */,
{ 21569, -1, 2171 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.BoxCollider>() */,
{ 21582, -1, 1573 } /* !!0[] UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Renderer>(System.Boolean) */,
{ 11643, 1573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 18907, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::.ctor() */,
{ 18911, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Clear() */,
{ 18917, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Push(!0) */,
{ 3738, 516, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector4>::get_HasValue() */,
{ 3739, 516, -1 } /* !0 System.Nullable`1<UnityEngine.Vector4>::get_Value() */,
{ 18916, 1642, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Pop() */,
{ 18908, 1642, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::get_Count() */,
{ 18908, 1138, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::get_Count() */,
{ 18916, 1138, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::Pop() */,
{ 18917, 1138, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::Push(!0) */,
{ 11648, 1138, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Clear() */,
{ 18907, 1138, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>::.ctor() */,
{ 18907, 1708, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::.ctor() */,
{ 18908, 1708, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::get_Count() */,
{ 18916, 1708, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::Pop() */,
{ 18917, 1708, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.IHtmlObject>::Push(!0) */,
{ 11625, 1709, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::.ctor() */,
{ 11641, 1138, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Add(!0) */,
{ 11630, 1709, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::get_Count() */,
{ 11641, 1709, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::Add(!0) */,
{ 11636, 1709, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>::get_Item(System.Int32) */,
{ 11375, 1711, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::.ctor() */,
{ 11393, 1711, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::set_Item(!0,!1) */,
{ 11413, 1711, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>::TryGetValue(!0,!1&) */,
{ 18911, 1715, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Clear() */,
{ 18917, 1715, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Push(!0) */,
{ 18908, 1715, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::get_Count() */,
{ 18916, 1715, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::Pop() */,
{ 11398, 28, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Clear() */,
{ 18907, 1715, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.Utils.XML>::.ctor() */,
{ 11625, 1715, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::.ctor() */,
{ 11641, 1715, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::Add(!0) */,
{ 11648, 1715, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.Utils.XML>::Clear() */,
{ 11630, 1715, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.XML>::get_Count() */,
{ 11636, 1715, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.Utils.XML>::get_Item(System.Int32) */,
{ 18908, 1618, -1 } /* System.Int32 System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::get_Count() */,
{ 18916, 1618, -1 } /* !0 System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::Pop() */,
{ 11625, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor() */,
{ 18917, 1618, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::Push(!0) */,
{ 11648, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Clear() */,
{ 11643, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11643, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11643, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11678, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11678, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11678, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11637, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::set_Item(System.Int32,!0) */,
{ 11678, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 18907, 1618, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>::.ctor() */,
{ 11625, 1703, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.IUISource>::.ctor() */,
{ 11641, 1703, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.IUISource>::Add(!0) */,
{ 11630, 1703, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.IUISource>::get_Count() */,
{ 11636, 1703, -1 } /* !0 System.Collections.Generic.List`1<FairyGUI.IUISource>::get_Item(System.Int32) */,
{ 33869, -1, 1637 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.BaseFont>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1710 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.TextFormat>(System.IntPtr,System.Int32) */,
{ 1099, 1107, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::Invoke(!0,!1) */,
{ 33935, -1, 1105 } /* System.Void LuaInterface.ToLua::PushValue<FairyGUI.GlyphInfo>(System.IntPtr,T) */,
{ 33869, -1, 1625 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.NTexture>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1145 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.PackageItem>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2172 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.BlurFilter>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1108 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.DisplayObject>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2173 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.ColorFilter>(System.IntPtr,System.Int32) */,
{ 33900, -1, 109 } /* T[] LuaInterface.ToLua::CheckParamsNumber<System.Single>(System.IntPtr,System.Int32,System.Int32) */,
{ 33984, -1, 8 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String>(System.IntPtr,System.Int32) */,
{ 33984, -1, 533 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.GameObject>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2174 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Container>(System.IntPtr,System.Int32) */,
{ 33935, -1, 508 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rect>(System.IntPtr,T) */,
{ 33943, -1, 497 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Camera>(System.IntPtr,T) */,
{ 33869, -1, 2175 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UpdateContext>(System.IntPtr,System.Int32) */,
{ 33936, -1, 516 } /* System.Void LuaInterface.ToLua::PusNullable<UnityEngine.Vector4>(System.IntPtr,System.Nullable`1<T>) */,
{ 33936, -1, 508 } /* System.Void LuaInterface.ToLua::PusNullable<UnityEngine.Rect>(System.IntPtr,System.Nullable`1<T>) */,
{ 33879, -1, 516 } /* System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2176 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IHitTest>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1030 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.EventCallback0>(System.IntPtr,System.Int32) */,
{ 33879, -1, 508 } /* System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<UnityEngine.Rect>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1119 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Controller>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2177 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Utils.ByteBuffer>(System.IntPtr,System.Int32) */,
{ 33879, -1, 1115 } /* System.Nullable`1<T> LuaInterface.ToLua::CheckNullable<FairyGUI.Margin>(System.IntPtr,System.Int32) */,
{ 1099, 1112, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::Invoke(!0,!1) */,
{ 33943, -1, 533 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.GameObject>(System.IntPtr,T) */,
{ 33869, -1, 1118 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GObject>(System.IntPtr,System.Int32) */,
{ 33869, -1, 514 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Material>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2178 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IFilter>(System.IntPtr,System.Int32) */,
{ 33869, -1, 520 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Transform>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2179 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.DynamicFont>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1643 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventContext>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1029 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventCallback1>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1109 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventDispatcher>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1030 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventCallback0>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1643 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.EventContext>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2180 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventListener>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1029 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.EventCallback1>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1430 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaTable>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2154 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.GComponent>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2181 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GButton>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2182 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.NAudioClip>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2183 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GComboBox>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2154 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GComponent>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2184 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GGroup>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1715 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Utils.XML>(System.IntPtr,System.Int32) */,
{ 33935, -1, 1115 } /* System.Void LuaInterface.ToLua::PushValue<FairyGUI.Margin>(System.IntPtr,T) */,
{ 33943, -1, 2185 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.Controller>>(System.IntPtr,T) */,
{ 1099, 1117, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,FairyGUI.Margin>::Invoke(!0,!1) */,
{ 33869, -1, 2186 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GGraph>(System.IntPtr,System.Int32) */,
{ 33888, -1, 109 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Single>(System.IntPtr,System.Int32) */,
{ 33885, -1, 513 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2187 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GImage>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2188 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GLabel>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2189 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GList>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2190 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<System.Int32>>(System.IntPtr,T) */,
{ 33952, -1, 1031 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.ListItemRenderer>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1032 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.ListItemProvider>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2191 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GLoader>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2192 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GMovieClip>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2193 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GObjectPool>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1036 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.GObjectPool/InitCallbackDelegate>(System.IntPtr,System.Int32) */,
{ 34011, 1036, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1036, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 33984, -1, 513 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 33984, -1, 508 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Rect>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2194 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GRoot>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2195 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GProgressBar>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2196 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>>(System.IntPtr,T) */,
{ 33869, -1, 2197 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Window>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2198 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GSlider>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2199 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GTextField>(System.IntPtr,System.Int32) */,
{ 33943, -1, 1001 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.Dictionary`2<System.String,System.String>>(System.IntPtr,T) */,
{ 33869, -1, 2200 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GTextInput>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1649 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GTweener>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2201 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GPath>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1042 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.GTweenCallback1>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1656 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.ITweenListener>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2202 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearAnimation>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1658 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearBase>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2203 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearColor>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2204 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearDisplay>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2205 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearIcon>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2206 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearLook>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2207 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearSize>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2208 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearText>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2209 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GearXY>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2210 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GoWrapper>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2211 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Image>(System.IntPtr,System.Int32) */,
{ 33943, -1, 1006 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AudioClip>(System.IntPtr,T) */,
{ 33984, -1, 523 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Texture>(System.IntPtr,System.Int32) */,
{ 33984, -1, 671 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Sprite>(System.IntPtr,System.Int32) */,
{ 33869, -1, 523 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Texture>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1622 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.MaterialManager>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2212 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.PopupMenu>(System.IntPtr,System.Int32) */,
{ 1082, 1132, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.RelationType>::.ctor(System.Object,System.IntPtr) */,
{ 33869, -1, 2213 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Relations>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2214 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.ScrollPane>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2215 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.GObject,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2216 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Rect,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2217 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Stage>(System.IntPtr,System.Int32) */,
{ 33888, -1, 16 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2218 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2219 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RaycastHit,System.Boolean>(System.IntPtr,System.Int32) */,
{ 1099, 1137, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::Invoke(!0,!1) */,
{ 33986, -1, 2220 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector2,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2221 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RaycastHit,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2222 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IKeyboard>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2223 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.TextField>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2224 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>>(System.IntPtr,T) */,
{ 33943, -1, 2225 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>>(System.IntPtr,T) */,
{ 33943, -1, 2226 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>>(System.IntPtr,T) */,
{ 33885, -1, 521 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Color32>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2227 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Timers>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1037 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.TimerCallback>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1655 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.Transition>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1033 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.PlayCompleteCallback>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1034 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.TransitionHook>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1653 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIConfig>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1143 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIConfig/ConfigValue>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2228 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>>(System.IntPtr,T) */,
{ 33943, -1, 911 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<System.String>>(System.IntPtr,T) */,
{ 33952, -1, 1040 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<FairyGUI.UIConfig/SoundLoader>(System.IntPtr,System.Int32) */,
{ 34011, 1040, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1040, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 33984, -1, 1 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1038 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIObjectFactory/GComponentCreator>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1039 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIObjectFactory/GLoaderCreator>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1145 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.PackageItem>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2229 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.ObjectType>(System.IntPtr,System.Int32) */,
{ 34011, 1038, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1038, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1039, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1039, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 33943, -1, 2230 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.UIPackage>>(System.IntPtr,T) */,
{ 33985, -1, 28 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2231 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2232 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,System.Type>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2233 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String,System.Type>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1035 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2234 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2235 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,System.String,FairyGUI.UIPackage/CreateObjectCallback>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2236 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<FairyGUI.UIPackage,FairyGUI.PackageItem>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1144 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.UIPackage>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2237 } /* System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.List`1<FairyGUI.PackageItem>>(System.IntPtr,T) */,
{ 34011, 1035, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1035, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 33869, -1, 1703 } /* System.Object LuaInterface.ToLua::CheckObject<FairyGUI.IUISource>(System.IntPtr,System.Int32) */,
{ 1075, 999, -1 } /* System.Void System.Action`1<System.String[]>::Invoke(!0) */,
{ 33015, -1, 2238 } /* System.Void LuaInterface.LuaFunction::Call<System.Boolean,System.Int32,System.Int32>(T1,T2,T3) */,
{ 33015, -1, 2239 } /* System.Void LuaInterface.LuaFunction::Call<System.Boolean,System.Single,System.Single>(T1,T2,T3) */,
{ 21717, -1, 533 } /* !!0 UnityEngine.Object::Instantiate<UnityEngine.GameObject>(!!0) */,
{ 32695, -1, 533 } /* T taurus.unity.ResourcesManager::LoadObject<UnityEngine.GameObject>(System.String) */,
{ 1082, 120, -1 } /* System.Void System.Action`2<System.Int32,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 21594, -1, 2240 } /* !!0 UnityEngine.GameObject::AddComponent<DSLuaClient>() */,
{ 33013, -1, 16 } /* System.Void LuaInterface.LuaFunction::Call<System.Int32>(T1) */,
{ 33014, -1, 120 } /* System.Void LuaInterface.LuaFunction::Call<System.Int32,System.String>(T1,T2) */,
{ 32695, -1, 1006 } /* T taurus.unity.ResourcesManager::LoadObject<UnityEngine.AudioClip>(System.String) */,
{ 32696, -1, 1006 } /* T taurus.unity.ResourcesManager::LoadObjectByGroup<UnityEngine.AudioClip>(System.String,System.String) */,
{ 33869, -1, 2241 } /* System.Object LuaInterface.ToLua::CheckObject<GameApplication>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2166 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AudioSource>(System.IntPtr,T) */,
{ 33943, -1, 522 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Texture2D>(System.IntPtr,T) */,
{ 11399, 994, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,Version>::ContainsKey(!0) */,
{ 11392, 994, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,Version>::get_Item(!0) */,
{ 11393, 994, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Version>::set_Item(!0,!1) */,
{ 1083, 998, -1 } /* System.Void System.Action`2<System.String,System.Action>::Invoke(!0,!1) */,
{ 11375, 994, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Version>::.ctor() */,
{ 1075, 16, -1 } /* System.Void System.Action`1<System.Int32>::Invoke(!0) */,
{ 33985, -1, 2242 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<Version,Version>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2243 } /* System.Object LuaInterface.ToLua::CheckObject<Hotupdate>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1041 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<System.Action`2<System.String,System.Action>>(System.IntPtr,System.Int32) */,
{ 28033, 1000, -1 } /* System.Void Singleton`1<LogManager>::Init() */,
{ 28034, 1000, -1 } /* System.Void Singleton`1<LogManager>::UnInit() */,
{ 28028, 1000, -1 } /* System.Void Singleton`1<LogManager>::.ctor() */,
{ 34011, 1013, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1013, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1019, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1019, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1020, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1020, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1021, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1021, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1022, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1022, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1026, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1026, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1027, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1027, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1018, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1018, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1029, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Create(LuaInterface.LuaFunction) */,
{ 34011, 1030, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1030, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1031, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1031, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1032, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1032, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1033, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1033, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1034, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1034, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1037, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1037, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1042, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1042, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 876, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action>::Create(LuaInterface.LuaFunction) */,
{ 34012, 876, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1014, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1014, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1015, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1015, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1016, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1016, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1017, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1017, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1023, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1023, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1024, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1024, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1025, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1025, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1028, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1028, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 34011, 1041, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Create(LuaInterface.LuaFunction) */,
{ 34012, 1041, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable) */,
{ 21594, -1, 2244 } /* !!0 UnityEngine.GameObject::AddComponent<LuaLooper>() */,
{ 33405, -1, 1430 } /* T LuaInterface.LuaState::Require<LuaInterface.LuaTable>(System.String) */,
{ 33688, -1, 1430 } /* System.Void LuaInterface.LuaTable::Call<LuaInterface.LuaTable>(System.String,T1) */,
{ 33943, -1, 2245 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Coroutine>(System.IntPtr,T) */,
{ 33022, -1, 47 } /* R1 LuaInterface.LuaFunction::Invoke<System.Boolean>() */,
{ 11627, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11630, 1, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Type>::get_Count() */,
{ 11648, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::Clear() */,
{ 10674, -1, 1391 } /* System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate<LuaInterface.LuaCSFunction>(!!0) */,
{ 18907, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::.ctor() */,
{ 18917, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::Push(!0) */,
{ 18916, 1334, -1 } /* !0 System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::Pop() */,
{ 11643, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 11413, 1336, -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&) */,
{ 11375, 1335, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>::.ctor() */,
{ 11394, 1336, -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) */,
{ 11413, 1335, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>::TryGetValue(!0,!1&) */,
{ 11394, 1335, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.Reflection.MethodInfo>>::Add(!0,!1) */,
{ 11636, 96, -1 } /* !0 System.Collections.Generic.List`1<System.Reflection.MethodInfo>::get_Item(System.Int32) */,
{ 11375, 1336, -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() */,
{ 11626, 1565, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::.ctor(System.Int32) */,
{ 11641, 1565, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::Add(!0) */,
{ 11630, 1565, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::get_Count() */,
{ 11636, 1565, -1 } /* !0 System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::get_Item(System.Int32) */,
{ 11648, 1565, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaObjectPool/PoolNode>::Clear() */,
{ 1083, 188, -1 } /* System.Void System.Action`2<System.Object,System.Int32>::Invoke(!0,!1) */,
{ 11625, 140, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Assembly>::.ctor() */,
{ 11636, 140, -1 } /* !0 System.Collections.Generic.List`1<System.Reflection.Assembly>::get_Item(System.Int32) */,
{ 11630, 140, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Reflection.Assembly>::get_Count() */,
{ 33943, -1, 2246 } /* System.Void LuaInterface.ToLua::PushSealed<LuaInterface.LuaMethod>(System.IntPtr,T) */,
{ 33943, -1, 2247 } /* System.Void LuaInterface.ToLua::PushSealed<LuaInterface.LuaConstructor>(System.IntPtr,T) */,
{ 33985, -1, 2248 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2249 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type[]>(System.IntPtr,System.Int32) */,
{ 33910, -1, 1 } /* T[] LuaInterface.ToLua::ToObjectArray<System.Type>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2250 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.UInt32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2251 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type[],System.Reflection.ParameterModifier[]>(System.IntPtr,System.Int32) */,
{ 33911, -1, 64 } /* T[] LuaInterface.ToLua::ToStructArray<System.Reflection.ParameterModifier>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2252 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.UInt32,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]>(System.IntPtr,System.Int32) */,
{ 33990, -1, 2253 } /* 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) */,
{ 33943, -1, 2254 } /* System.Void LuaInterface.ToLua::PushSealed<LuaInterface.LuaProperty>(System.IntPtr,T) */,
{ 33986, -1, 2255 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2256 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type,System.Type[]>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2257 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]>(System.IntPtr,System.Int32) */,
{ 33990, -1, 2258 } /* 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) */,
{ 33943, -1, 2259 } /* System.Void LuaInterface.ToLua::PushSealed<LuaInterface.LuaField>(System.IntPtr,T) */,
{ 11649, 140, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Reflection.Assembly>::Contains(!0) */,
{ 11641, 140, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Assembly>::Add(!0) */,
{ 11648, 140, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Assembly>::Clear() */,
{ 34001, 533, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.GameObject>::GetLuaReference(System.IntPtr) */,
{ 34001, 520, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Transform>::GetLuaReference(System.IntPtr) */,
{ 3737, 108, -1 } /* System.Void System.Nullable`1<System.SByte>::.ctor(!0) */,
{ 3737, 6, -1 } /* System.Void System.Nullable`1<System.Byte>::.ctor(!0) */,
{ 3737, 95, -1 } /* System.Void System.Nullable`1<System.Int16>::.ctor(!0) */,
{ 3737, 134, -1 } /* System.Void System.Nullable`1<System.UInt16>::.ctor(!0) */,
{ 3737, 7, -1 } /* System.Void System.Nullable`1<System.Char>::.ctor(!0) */,
{ 3737, 21, -1 } /* System.Void System.Nullable`1<System.UInt32>::.ctor(!0) */,
{ 3737, 61, -1 } /* System.Void System.Nullable`1<System.Decimal>::.ctor(!0) */,
{ 3737, 109, -1 } /* System.Void System.Nullable`1<System.Single>::.ctor(!0) */,
{ 3737, 81, -1 } /* System.Void System.Nullable`1<System.Double>::.ctor(!0) */,
{ 3737, 37, -1 } /* System.Void System.Nullable`1<System.Int64>::.ctor(!0) */,
{ 3737, 82, -1 } /* System.Void System.Nullable`1<System.UInt64>::.ctor(!0) */,
{ 33906, -1, 108 } /* T[] LuaInterface.ToLua::ToNumberArray<System.SByte>(System.IntPtr,System.Int32) */,
{ 33906, -1, 95 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Int16>(System.IntPtr,System.Int32) */,
{ 33906, -1, 134 } /* T[] LuaInterface.ToLua::ToNumberArray<System.UInt16>(System.IntPtr,System.Int32) */,
{ 33906, -1, 61 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Decimal>(System.IntPtr,System.Int32) */,
{ 33906, -1, 109 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Single>(System.IntPtr,System.Int32) */,
{ 33906, -1, 81 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Double>(System.IntPtr,System.Int32) */,
{ 33906, -1, 16 } /* T[] LuaInterface.ToLua::ToNumberArray<System.Int32>(System.IntPtr,System.Int32) */,
{ 33906, -1, 21 } /* T[] LuaInterface.ToLua::ToNumberArray<System.UInt32>(System.IntPtr,System.Int32) */,
{ 33911, -1, 37 } /* T[] LuaInterface.ToLua::ToStructArray<System.Int64>(System.IntPtr,System.Int32) */,
{ 33911, -1, 82 } /* T[] LuaInterface.ToLua::ToStructArray<System.UInt64>(System.IntPtr,System.Int32) */,
{ 3737, 526, -1 } /* System.Void System.Nullable`1<UnityEngine.Quaternion>::.ctor(!0) */,
{ 3737, 513, -1 } /* System.Void System.Nullable`1<UnityEngine.Vector2>::.ctor(!0) */,
{ 3737, 518, -1 } /* System.Void System.Nullable`1<UnityEngine.Color>::.ctor(!0) */,
{ 3737, 1275, -1 } /* System.Void System.Nullable`1<UnityEngine.Ray>::.ctor(!0) */,
{ 3737, 507, -1 } /* System.Void System.Nullable`1<UnityEngine.Bounds>::.ctor(!0) */,
{ 3737, 1363, -1 } /* System.Void System.Nullable`1<UnityEngine.LayerMask>::.ctor(!0) */,
{ 33911, -1, 502 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 33911, -1, 526 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 33911, -1, 513 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 33911, -1, 518 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 33911, -1, 516 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 33888, -1, 108 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.SByte>(System.IntPtr,System.Int32) */,
{ 33888, -1, 95 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Int16>(System.IntPtr,System.Int32) */,
{ 33888, -1, 134 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.UInt16>(System.IntPtr,System.Int32) */,
{ 33888, -1, 61 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Decimal>(System.IntPtr,System.Int32) */,
{ 33888, -1, 81 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.Double>(System.IntPtr,System.Int32) */,
{ 33888, -1, 21 } /* T[] LuaInterface.ToLua::CheckNumberArray<System.UInt32>(System.IntPtr,System.Int32) */,
{ 33885, -1, 37 } /* T[] LuaInterface.ToLua::CheckStructArray<System.Int64>(System.IntPtr,System.Int32) */,
{ 33885, -1, 82 } /* T[] LuaInterface.ToLua::CheckStructArray<System.UInt64>(System.IntPtr,System.Int32) */,
{ 33885, -1, 502 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 33885, -1, 526 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 33885, -1, 518 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 33885, -1, 516 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 33884, -1, 1 } /* T[] LuaInterface.ToLua::CheckObjectArray<System.Type>(System.IntPtr,System.Int32) */,
{ 3738, 108, -1 } /* System.Boolean System.Nullable`1<System.SByte>::get_HasValue() */,
{ 3739, 108, -1 } /* !0 System.Nullable`1<System.SByte>::get_Value() */,
{ 3738, 6, -1 } /* System.Boolean System.Nullable`1<System.Byte>::get_HasValue() */,
{ 3739, 6, -1 } /* !0 System.Nullable`1<System.Byte>::get_Value() */,
{ 3738, 95, -1 } /* System.Boolean System.Nullable`1<System.Int16>::get_HasValue() */,
{ 3739, 95, -1 } /* !0 System.Nullable`1<System.Int16>::get_Value() */,
{ 3738, 134, -1 } /* System.Boolean System.Nullable`1<System.UInt16>::get_HasValue() */,
{ 3739, 134, -1 } /* !0 System.Nullable`1<System.UInt16>::get_Value() */,
{ 3738, 7, -1 } /* System.Boolean System.Nullable`1<System.Char>::get_HasValue() */,
{ 3739, 7, -1 } /* !0 System.Nullable`1<System.Char>::get_Value() */,
{ 3738, 21, -1 } /* System.Boolean System.Nullable`1<System.UInt32>::get_HasValue() */,
{ 3739, 21, -1 } /* !0 System.Nullable`1<System.UInt32>::get_Value() */,
{ 3738, 61, -1 } /* System.Boolean System.Nullable`1<System.Decimal>::get_HasValue() */,
{ 3739, 61, -1 } /* !0 System.Nullable`1<System.Decimal>::get_Value() */,
{ 3738, 109, -1 } /* System.Boolean System.Nullable`1<System.Single>::get_HasValue() */,
{ 3739, 109, -1 } /* !0 System.Nullable`1<System.Single>::get_Value() */,
{ 3738, 81, -1 } /* System.Boolean System.Nullable`1<System.Double>::get_HasValue() */,
{ 3739, 81, -1 } /* !0 System.Nullable`1<System.Double>::get_Value() */,
{ 3738, 37, -1 } /* System.Boolean System.Nullable`1<System.Int64>::get_HasValue() */,
{ 3739, 37, -1 } /* !0 System.Nullable`1<System.Int64>::get_Value() */,
{ 3738, 82, -1 } /* System.Boolean System.Nullable`1<System.UInt64>::get_HasValue() */,
{ 3739, 82, -1 } /* !0 System.Nullable`1<System.UInt64>::get_Value() */,
{ 3738, 526, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Quaternion>::get_HasValue() */,
{ 3739, 526, -1 } /* !0 System.Nullable`1<UnityEngine.Quaternion>::get_Value() */,
{ 3738, 513, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector2>::get_HasValue() */,
{ 3739, 513, -1 } /* !0 System.Nullable`1<UnityEngine.Vector2>::get_Value() */,
{ 3738, 518, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color>::get_HasValue() */,
{ 3739, 518, -1 } /* !0 System.Nullable`1<UnityEngine.Color>::get_Value() */,
{ 3738, 1275, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Ray>::get_HasValue() */,
{ 3739, 1275, -1 } /* !0 System.Nullable`1<UnityEngine.Ray>::get_Value() */,
{ 3738, 507, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Bounds>::get_HasValue() */,
{ 3739, 507, -1 } /* !0 System.Nullable`1<UnityEngine.Bounds>::get_Value() */,
{ 3738, 1363, -1 } /* System.Boolean System.Nullable`1<UnityEngine.LayerMask>::get_HasValue() */,
{ 3739, 1363, -1 } /* !0 System.Nullable`1<UnityEngine.LayerMask>::get_Value() */,
{ 3738, 597, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Touch>::get_HasValue() */,
{ 3739, 597, -1 } /* !0 System.Nullable`1<UnityEngine.Touch>::get_Value() */,
{ 11375, 1369, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::.ctor() */,
{ 11375, 1372, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::.ctor() */,
{ 11375, 1375, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::.ctor() */,
{ 11625, 1381, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.GCRef>::.ctor() */,
{ 11625, 1382, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::.ctor() */,
{ 11375, 1383, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::.ctor() */,
{ 11375, 1386, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Enum,System.Object>::.ctor() */,
{ 11375, 1389, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::.ctor() */,
{ 11375, 1393, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Type>::.ctor() */,
{ 19567, 1, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Type>::.ctor() */,
{ 11394, 1398, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>::Add(!0,!1) */,
{ 11392, 1383, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::get_Item(!0) */,
{ 19567, 8, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.String>::.ctor() */,
{ 11399, 1389, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::ContainsKey(!0) */,
{ 11393, 1389, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::set_Item(!0,!1) */,
{ 19572, 8, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.String>::Contains(!0) */,
{ 19581, 8, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.String>::Add(!0) */,
{ 11413, 1389, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::TryGetValue(!0,!1&) */,
{ 11394, 1383, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::Add(!0,!1) */,
{ 11394, 1393, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Type>::Add(!0,!1) */,
{ 19581, 1, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Type>::Add(!0) */,
{ 11413, 1393, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Type>::TryGetValue(!0,!1&) */,
{ 11413, 1383, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::TryGetValue(!0,!1&) */,
{ 11413, 1369, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::TryGetValue(!0,!1&) */,
{ 11411, 1369, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::Remove(!0) */,
{ 11636, 1381, -1 } /* !0 System.Collections.Generic.List`1<LuaInterface.GCRef>::get_Item(System.Int32) */,
{ 11685, 1381, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.GCRef>::RemoveAt(System.Int32) */,
{ 11630, 1381, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.GCRef>::get_Count() */,
{ 11413, 1372, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::TryGetValue(!0,!1&) */,
{ 11394, 1369, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::Add(!0,!1) */,
{ 11411, 1372, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::Remove(!0) */,
{ 11411, 1375, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::Remove(!0) */,
{ 11394, 1372, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::Add(!0,!1) */,
{ 11413, 1375, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::TryGetValue(!0,!1&) */,
{ 11393, 1375, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::set_Item(!0,!1) */,
{ 11413, 1386, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Enum,System.Object>::TryGetValue(!0,!1&) */,
{ 11394, 1386, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Enum,System.Object>::Add(!0,!1) */,
{ 11641, 1381, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.GCRef>::Add(!0) */,
{ 11641, 1382, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::Add(!0) */,
{ 11648, 1381, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.GCRef>::Clear() */,
{ 11636, 1382, -1 } /* !0 System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::get_Item(System.Int32) */,
{ 11630, 1382, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::get_Count() */,
{ 11648, 1382, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>::Clear() */,
{ 11625, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor() */,
{ 11402, 1375, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::GetEnumerator() */,
{ 11434, 1375, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.WeakReference>::get_Current() */,
{ 11345, 1375, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int64,System.WeakReference>::get_Value() */,
{ 11344, 1375, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.Int64,System.WeakReference>::get_Key() */,
{ 11641, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Add(!0) */,
{ 11433, 1375, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.WeakReference>::MoveNext() */,
{ 11636, 37, -1 } /* !0 System.Collections.Generic.List`1<System.Int64>::get_Item(System.Int32) */,
{ 11630, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::get_Count() */,
{ 19572, 1, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Type>::Contains(!0) */,
{ 11402, 1383, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::GetEnumerator() */,
{ 11434, 1383, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Type,System.Int32>::get_Current() */,
{ 11345, 1383, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Type,System.Int32>::get_Value() */,
{ 11433, 1383, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Type,System.Int32>::MoveNext() */,
{ 11435, 1383, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Type,System.Int32>::Dispose() */,
{ 11402, 1372, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::GetEnumerator() */,
{ 11434, 1372, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.WeakReference>::get_Current() */,
{ 11345, 1372, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,System.WeakReference>::get_Value() */,
{ 11433, 1372, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.WeakReference>::MoveNext() */,
{ 11435, 1372, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.WeakReference>::Dispose() */,
{ 11398, 1375, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>::Clear() */,
{ 11398, 1372, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>::Clear() */,
{ 11398, 1369, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>::Clear() */,
{ 11398, 1383, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Int32>::Clear() */,
{ 11398, 1393, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Type>::Clear() */,
{ 11398, 1386, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Enum,System.Object>::Clear() */,
{ 11398, 1389, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>::Clear() */,
{ 19571, 1, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Type>::Clear() */,
{ 11411, 1398, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>::Remove(!0) */,
{ 33999, 108, -1 } /* System.Void LuaInterface.TypeTraits`1<System.SByte>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 6, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Byte>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 95, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int16>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 134, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt16>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 7, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Char>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 16, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 21, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt32>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 61, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Decimal>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 109, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Single>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 81, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Double>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 47, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Boolean>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 37, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int64>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 82, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt64>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 8, -1 } /* System.Void LuaInterface.TypeTraits`1<System.String>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1405, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1406, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1407, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1408, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1409, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 406, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1410, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1411, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1412, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1413, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1414, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1415, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1416, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 374, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Byte[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 858, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Char[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1417, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Boolean[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 962, -1 } /* System.Void LuaInterface.TypeTraits`1<System.SByte[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1346, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int16[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1349, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt16[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1352, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Decimal[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1120, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Single[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1355, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Double[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 65, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1358, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt32[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 954, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int64[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1366, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt64[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 999, -1 } /* System.Void LuaInterface.TypeTraits`1<System.String[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 502, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector3>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 526, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 513, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector2>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 518, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 516, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector4>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1275, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Ray>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 507, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Bounds>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 597, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Touch>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 576, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1418, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1419, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1420, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1421, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1422, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1423, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1424, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1425, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1426, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1427, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1175, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector3[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1367, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Quaternion[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1123, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector2[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1303, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1368, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector4[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 85, -1 } /* System.Void LuaInterface.TypeTraits`1<System.IntPtr>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1428, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UIntPtr>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1429, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaFunction>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1430, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaTable>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1431, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaThread>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1382, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaBaseRef>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1432, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1433, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.EventObject>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 907, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Collections.IEnumerator>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Type>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 533, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.GameObject>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 520, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Transform>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 1434, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Type[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 33999, 856, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Object[]>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 1082, 1344, -1 } /* System.Void System.Action`2<System.IntPtr,System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1345, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1435, -1 } /* System.Void System.Action`2<System.IntPtr,System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1436, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1347, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1348, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1350, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1351, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1437, -1 } /* System.Void System.Action`2<System.IntPtr,System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1438, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 975, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 976, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1359, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1360, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1353, -1 } /* System.Void System.Action`2<System.IntPtr,System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1354, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1002, -1 } /* System.Void System.Action`2<System.IntPtr,System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1003, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1356, -1 } /* System.Void System.Action`2<System.IntPtr,System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1357, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 993, -1 } /* System.Void System.Action`2<System.IntPtr,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 973, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 974, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1361, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1362, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1439, -1 } /* System.Void System.Action`2<System.IntPtr,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1440, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1441, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.SByte>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1442, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1405, -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>) */,
{ 1082, 1443, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Byte>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1444, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1406, -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>) */,
{ 1082, 1445, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int16>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1446, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1407, -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>) */,
{ 1082, 1447, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt16>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1448, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1408, -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>) */,
{ 1082, 1449, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Char>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1450, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1409, -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>) */,
{ 1082, 1451, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1452, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 406, -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>) */,
{ 1082, 1453, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt32>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1454, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1410, -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>) */,
{ 1082, 1455, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Decimal>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1456, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1411, -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>) */,
{ 1082, 1457, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Single>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1458, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1412, -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>) */,
{ 1082, 1459, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Double>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1460, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1413, -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>) */,
{ 1082, 1461, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Boolean>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1462, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1414, -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>) */,
{ 1082, 1463, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int64>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1464, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1415, -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>) */,
{ 1082, 1465, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt64>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1466, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1416, -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>) */,
{ 1082, 1467, -1 } /* System.Void System.Action`2<System.IntPtr,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1468, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 374, -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>) */,
{ 1082, 1469, -1 } /* System.Void System.Action`2<System.IntPtr,System.Char[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1470, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Char[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 858, -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>) */,
{ 1082, 1471, -1 } /* System.Void System.Action`2<System.IntPtr,System.Boolean[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1472, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Boolean[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1417, -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>) */,
{ 1082, 1473, -1 } /* System.Void System.Action`2<System.IntPtr,System.SByte[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1474, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.SByte[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 962, -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>) */,
{ 1082, 1475, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int16[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1476, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int16[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1346, -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>) */,
{ 1082, 1477, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt16[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1478, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt16[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1349, -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>) */,
{ 1082, 1479, -1 } /* System.Void System.Action`2<System.IntPtr,System.Decimal[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1480, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Decimal[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1352, -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>) */,
{ 1082, 1481, -1 } /* System.Void System.Action`2<System.IntPtr,System.Single[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1482, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Single[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1120, -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>) */,
{ 1082, 1483, -1 } /* System.Void System.Action`2<System.IntPtr,System.Double[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1484, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Double[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1355, -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>) */,
{ 1082, 1485, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1486, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int32[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1487, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt32[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1488, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt32[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1358, -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>) */,
{ 1082, 1489, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int64[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1490, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int64[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 954, -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>) */,
{ 1082, 1491, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt64[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1492, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UInt64[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1366, -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>) */,
{ 1082, 1493, -1 } /* System.Void System.Action`2<System.IntPtr,System.String[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1494, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.String[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 999, -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>) */,
{ 1082, 1173, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1174, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 502, -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>) */,
{ 1082, 1364, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Quaternion>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1365, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 526, -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>) */,
{ 1082, 1121, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1122, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 513, -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>) */,
{ 1082, 1194, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1195, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 518, -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>) */,
{ 1082, 1113, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1114, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 516, -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>) */,
{ 1082, 1495, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Ray>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1496, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1275, -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>) */,
{ 1082, 1497, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Touch>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 597, -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>) */,
{ 1082, 1499, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Bounds>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1500, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 507, -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>) */,
{ 1082, 1501, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LayerMask>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1502, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1363, -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>) */,
{ 1082, 1136, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RaycastHit>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 576, -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>) */,
{ 1082, 1503, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector3>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1504, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1418, -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>) */,
{ 1082, 1505, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Quaternion>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1506, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1419, -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>) */,
{ 1082, 1507, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector2>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1508, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1420, -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>) */,
{ 1082, 1509, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Color>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1510, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1421, -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>) */,
{ 1082, 1511, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector4>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1512, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1422, -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>) */,
{ 1082, 1513, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Ray>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1514, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1423, -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>) */,
{ 1082, 1515, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Touch>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1425, -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>) */,
{ 1082, 1517, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Bounds>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1518, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1424, -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>) */,
{ 1082, 1519, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.LayerMask>>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1520, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1426, -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>) */,
{ 1082, 1521, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1427, -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>) */,
{ 1082, 1523, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector3[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1524, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1175, -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>) */,
{ 1082, 1525, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Quaternion[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1526, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1367, -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>) */,
{ 1082, 1527, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector2[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1528, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1123, -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>) */,
{ 1082, 1529, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1530, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1303, -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>) */,
{ 1082, 1531, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector4[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1532, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1368, -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>) */,
{ 1082, 1533, -1 } /* System.Void System.Action`2<System.IntPtr,System.UIntPtr>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1534, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1428, -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>) */,
{ 1082, 1535, -1 } /* System.Void System.Action`2<System.IntPtr,System.IntPtr>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1536, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1537, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaFunction>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1538, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaFunction>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1429, -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>) */,
{ 1082, 1539, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaTable>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1540, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaTable>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1430, -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>) */,
{ 1082, 1541, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaThread>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1542, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaThread>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1431, -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>) */,
{ 1082, 1543, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaBaseRef>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1544, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaBaseRef>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1382, -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>) */,
{ 1082, 1545, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaByteBuffer>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1546, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaByteBuffer>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1432, -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>) */,
{ 1082, 1547, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.EventObject>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1548, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.EventObject>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1433, -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>) */,
{ 1082, 1549, -1 } /* System.Void System.Action`2<System.IntPtr,System.Collections.IEnumerator>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1550, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Collections.IEnumerator>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 907, -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>) */,
{ 1082, 1551, -1 } /* System.Void System.Action`2<System.IntPtr,System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1552, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 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>) */,
{ 1082, 1553, -1 } /* System.Void System.Action`2<System.IntPtr,System.Type[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1554, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Type[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1434, -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>) */,
{ 1082, 1555, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.GameObject>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1556, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.GameObject>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 533, -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>) */,
{ 1082, 1557, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Transform>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1558, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Transform>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 520, -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>) */,
{ 1082, 980, -1 } /* System.Void System.Action`2<System.IntPtr,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 981, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1559, -1 } /* System.Void System.Action`2<System.IntPtr,System.Object[]>::.ctor(System.Object,System.IntPtr) */,
{ 1098, 1560, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Object[]>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 856, -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>) */,
{ 1082, 1561, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.nil>::.ctor(System.Object,System.IntPtr) */,
{ 34014, 1562, -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>) */,
{ 11375, 1398, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>::.ctor() */,
{ 33169, 502, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Vector3>::.ctor() */,
{ 33933, -1, 502 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector3>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 513, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Vector2>::.ctor() */,
{ 33933, -1, 513 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector2>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 516, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Vector4>::.ctor() */,
{ 33933, -1, 516 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector4>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 518, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Color>::.ctor() */,
{ 33933, -1, 518 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Color>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 526, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Quaternion>::.ctor() */,
{ 33933, -1, 526 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Quaternion>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 1275, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Ray>::.ctor() */,
{ 33933, -1, 1275 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Ray>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 507, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Bounds>::.ctor() */,
{ 33933, -1, 507 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Bounds>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 576, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.RaycastHit>::.ctor() */,
{ 33933, -1, 576 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.RaycastHit>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 597, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.Touch>::.ctor() */,
{ 33933, -1, 597 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.Touch>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33169, 1363, -1 } /* System.Void LuaInterface.LuaOut`1<UnityEngine.LayerMask>::.ctor() */,
{ 33933, -1, 1363 } /* System.Void LuaInterface.ToLua::PushOut<UnityEngine.LayerMask>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 11378, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 11625, 1566, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::.ctor() */,
{ 1082, 188, -1 } /* System.Void System.Action`2<System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 11393, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(!0,!1) */,
{ 11413, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(!0,!1&) */,
{ 11411, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Remove(!0) */,
{ 11641, 1566, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::Add(!0) */,
{ 1118, 1566, -1 } /* System.Void System.Predicate`1<LuaInterface.ObjectTranslator/DelayGC>::.ctor(System.Object,System.IntPtr) */,
{ 11660, 1566, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::FindIndex(System.Predicate`1<!0>) */,
{ 11685, 1566, -1 } /* System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::RemoveAt(System.Int32) */,
{ 11630, 1566, -1 } /* System.Int32 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::get_Count() */,
{ 11636, 1566, -1 } /* !0 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::get_Item(System.Int32) */,
{ 11398, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Clear() */,
{ 11375, 1568, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>::.ctor() */,
{ 1099, 972, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.Boolean>::Invoke(!0,!1) */,
{ 1099, 1440, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.String>::Invoke(!0,!1) */,
{ 11413, 1568, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>::TryGetValue(!0,!1&) */,
{ 27375, -1, 16 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int32>(System.IntPtr) */,
{ 27375, -1, 21 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt32>(System.IntPtr) */,
{ 27375, -1, 109 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Single>(System.IntPtr) */,
{ 27375, -1, 81 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Double>(System.IntPtr) */,
{ 27375, -1, 37 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int64>(System.IntPtr) */,
{ 27375, -1, 82 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt64>(System.IntPtr) */,
{ 27375, -1, 6 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Byte>(System.IntPtr) */,
{ 27375, -1, 108 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.SByte>(System.IntPtr) */,
{ 27375, -1, 7 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Char>(System.IntPtr) */,
{ 27375, -1, 95 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int16>(System.IntPtr) */,
{ 27375, -1, 134 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt16>(System.IntPtr) */,
{ 27375, -1, 47 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Boolean>(System.IntPtr) */,
{ 27375, -1, 8 } /* System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.String>(System.IntPtr) */,
{ 11394, 927, -1 } /* System.Void System.Collections.Generic.Dictionary`2<ZXing.EncodeHintType,System.Object>::Add(!0,!1) */,
{ 26829, 946, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::set_Format(ZXing.BarcodeFormat) */,
{ 26831, 946, -1 } /* System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::set_Options(ZXing.Common.EncodingOptions) */,
{ 26836, 946, -1 } /* !0 ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::Write(System.String) */,
{ 33869, -1, 66 } /* System.Object LuaInterface.ToLua::CheckObject<System.Array>(System.IntPtr,System.Int32) */,
{ 33984, -1, 37 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2260 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 33985, -1, 427 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2261 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2262 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33996, -1, 37 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Int64>(System.IntPtr,System.Int32,System.Int32) */,
{ 33897, -1, 37 } /* T[] LuaInterface.ToLua::ToParamsNumber<System.Int64>(System.IntPtr,System.Int32,System.Int32) */,
{ 33996, -1, 16 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Int32>(System.IntPtr,System.Int32,System.Int32) */,
{ 33897, -1, 16 } /* T[] LuaInterface.ToLua::ToParamsNumber<System.Int32>(System.IntPtr,System.Int32,System.Int32) */,
{ 33985, -1, 2263 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int64>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2264 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2265 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2266 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2267 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int64,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 33985, -1, 1383 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2268 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Int32[],System.Int32[]>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2269 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2270 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Int32,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2271 } /* System.Object LuaInterface.ToLua::CheckObject<System.Collections.IComparer>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2272 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64,System.Array,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2273 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Array,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2271 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.IComparer>(System.IntPtr,System.Int32) */,
{ 33984, -1, 66 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Array>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2274 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Array,System.Collections.IComparer>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2275 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Collections.IComparer>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2276 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Array,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33869, -1, 96 } /* System.Object LuaInterface.ToLua::CheckObject<System.Reflection.MethodInfo>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2277 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Reflection.MethodInfo,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33985, -1, 208 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.String>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2278 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Reflection.MethodInfo>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2279 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2280 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.String,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2281 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Reflection.MethodInfo,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2282 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.String,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2283 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.String,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33869, -1, 142 } /* System.Object LuaInterface.ToLua::CheckObject<System.Delegate>(System.IntPtr,System.Int32) */,
{ 1099, 979, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::Invoke(!0,!1) */,
{ 33985, -1, 2284 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Delegate,System.Delegate>(System.IntPtr,System.Int32) */,
{ 33996, -1, 142 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Delegate>(System.IntPtr,System.Int32,System.Int32) */,
{ 33895, -1, 142 } /* T[] LuaInterface.ToLua::ToParamsObject<System.Delegate>(System.IntPtr,System.Int32,System.Int32) */,
{ 33869, -1, 444 } /* System.Object LuaInterface.ToLua::CheckObject<System.Enum>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2285 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type,System.Object>(System.IntPtr,System.Int32) */,
{ 33943, -1, 24 } /* System.Void LuaInterface.ToLua::PushSealed<System.IO.DirectoryInfo>(System.IntPtr,T) */,
{ 33935, -1, 59 } /* System.Void LuaInterface.ToLua::PushValue<System.DateTime>(System.IntPtr,T) */,
{ 1099, 1147, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.DateTime>::Invoke(!0,!1) */,
{ 33943, -1, 2286 } /* System.Void LuaInterface.ToLua::PushSealed<System.Security.AccessControl.DirectorySecurity>(System.IntPtr,T) */,
{ 33869, -1, 2287 } /* System.Object LuaInterface.ToLua::CheckObject<System.Text.Encoding>(System.IntPtr,System.Int32) */,
{ 33984, -1, 999 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String[]>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1584 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.Generic.IEnumerable`1<System.String>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2288 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String[],System.Text.Encoding>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2289 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.Generic.IEnumerable`1<System.String>,System.Text.Encoding>(System.IntPtr,System.Int32) */,
{ 33869, -1, 1584 } /* System.Object LuaInterface.ToLua::CheckObject<System.Collections.Generic.IEnumerable`1<System.String>>(System.IntPtr,System.Int32) */,
{ 33943, -1, 8 } /* System.Void LuaInterface.ToLua::PushSealed<System.String>(System.IntPtr,T) */,
{ 33986, -1, 2290 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Char[],System.StringSplitOptions>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2291 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Char[],System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2292 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String[],System.StringSplitOptions>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2293 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String[],System.Int32,System.StringSplitOptions>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2294 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Char[],System.Int32,System.StringSplitOptions>(System.IntPtr,System.Int32) */,
{ 33996, -1, 7 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Char>(System.IntPtr,System.Int32,System.Int32) */,
{ 33984, -1, 2295 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.StringComparison>(System.IntPtr,System.Int32) */,
{ 33984, -1, 47 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Boolean>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2296 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Globalization.CultureInfo,System.Globalization.CompareOptions>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2297 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Boolean,System.Globalization.CultureInfo>(System.IntPtr,System.Int32) */,
{ 33869, -1, 164 } /* System.Object LuaInterface.ToLua::CheckObject<System.Globalization.CultureInfo>(System.IntPtr,System.Int32) */,
{ 33984, -1, 7 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Char>(System.IntPtr,System.Int32) */,
{ 33985, -1, 304 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2298 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Char,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2299 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.StringComparison>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2300 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2301 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32,System.StringComparison>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2302 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Char,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2303 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Char,System.Char>(System.IntPtr,System.Int32) */,
{ 33869, -1, 165 } /* System.Object LuaInterface.ToLua::CheckObject<System.IFormatProvider>(System.IntPtr,System.Int32) */,
{ 33985, -1, 136 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Object>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2304 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2305 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2306 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.IFormatProvider,System.String>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2307 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,System.String>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2308 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String,System.String,System.String>(System.IntPtr,System.Int32) */,
{ 33996, -1, 8 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.String>(System.IntPtr,System.Int32,System.Int32) */,
{ 1099, 984, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::Invoke(!0,!1) */,
{ 33935, -1, 982 } /* System.Void LuaInterface.ToLua::PushValue<System.RuntimeTypeHandle>(System.IntPtr,T) */,
{ 33952, -1, 2309 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<System.Reflection.TypeFilter>(System.IntPtr,System.Int32) */,
{ 33935, -1, 985 } /* System.Void LuaInterface.ToLua::PushValue<System.Reflection.InterfaceMapping>(System.IntPtr,T) */,
{ 33952, -1, 2310 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<System.Reflection.MemberFilter>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2311 } /* System.Object LuaInterface.ToLua::CheckObject<System.Reflection.Binder>(System.IntPtr,System.Int32) */,
{ 33885, -1, 64 } /* T[] LuaInterface.ToLua::CheckStructArray<System.Reflection.ParameterModifier>(System.IntPtr,System.Int32) */,
{ 33903, -1, 1 } /* T[] LuaInterface.ToLua::CheckParamsObject<System.Type>(System.IntPtr,System.Int32,System.Int32) */,
{ 33935, -1, 94 } /* System.Void LuaInterface.ToLua::PushValue<System.Guid>(System.IntPtr,T) */,
{ 33943, -1, 2312 } /* System.Void LuaInterface.ToLua::PushSealed<System.Runtime.InteropServices.StructLayoutAttribute>(System.IntPtr,T) */,
{ 1082, 1149, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimationBlendMode>::.ctor(System.Object,System.IntPtr) */,
{ 33943, -1, 2313 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AnimationClip>(System.IntPtr,T) */,
{ 33884, -1, 621 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.AnimationEvent>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2314 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AnimationState>(System.IntPtr,T) */,
{ 33943, -1, 2315 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Animation>(System.IntPtr,T) */,
{ 33984, -1, 1279 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.PlayMode>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2313 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.AnimationClip>(System.IntPtr,System.Int32) */,
{ 33984, -1, 16 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2316 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Animator>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2317 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2318 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2319 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2320 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 397 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33985, -1, 389 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33935, -1, 1151 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.AnimatorStateInfo>(System.IntPtr,T) */,
{ 33935, -1, 1154 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.AnimatorTransitionInfo>(System.IntPtr,T) */,
{ 1099, 1159, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::Invoke(!0,!1) */,
{ 33986, -1, 2321 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2322 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2323 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2324 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2325 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2326 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2327 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2328 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 33935, -1, 1160 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Playables.PlayableGraph>(System.IntPtr,T) */,
{ 33869, -1, 2329 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.RuntimeAnimatorController>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2330 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Avatar>(System.IntPtr,System.Int32) */,
{ 33869, -1, 500 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Object>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1020 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<UnityEngine.Application/AdvertisingIdentifierCallback>(System.IntPtr,System.Int32) */,
{ 33869, -1, 474 } /* System.Object LuaInterface.ToLua::CheckObject<System.IO.Stream>(System.IntPtr,System.Int32) */,
{ 33869, -1, 574 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.AssetBundle>(System.IntPtr,System.Int32) */,
{ 1099, 1165, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::Invoke(!0,!1) */,
{ 33952, -1, 1026 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<UnityEngine.AudioClip/PCMReaderCallback>(System.IntPtr,System.Int32) */,
{ 33952, -1, 1027 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<UnityEngine.AudioClip/PCMSetPositionCallback>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2331 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Audio.AudioMixerGroup>(System.IntPtr,System.Int32) */,
{ 1082, 1167, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.CameraClearFlags>::.ctor(System.Object,System.IntPtr) */,
{ 33985, -1, 2332 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderBuffer,UnityEngine.RenderBuffer>(System.IntPtr,System.Int32) */,
{ 1099, 1170, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::Invoke(!0,!1) */,
{ 33985, -1, 2333 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer>(System.IntPtr,System.Int32) */,
{ 33911, -1, 501 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.RenderBuffer>(System.IntPtr,System.Int32) */,
{ 33935, -1, 517 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Matrix4x4>(System.IntPtr,T) */,
{ 1099, 1178, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>::Invoke(!0,!1) */,
{ 1099, 1172, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::Invoke(!0,!1) */,
{ 33884, -1, 497 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Camera>(System.IntPtr,System.Int32) */,
{ 33984, -1, 506 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Cubemap>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2334 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTexture>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2335 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Cubemap,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2336 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTexture,System.Int32>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2334 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.RenderTexture>(System.IntPtr,System.Int32) */,
{ 33869, -1, 503 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Rendering.CommandBuffer>(System.IntPtr,System.Int32) */,
{ 33935, -1, 555 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rendering.ScriptableCullingParameters>(System.IntPtr,T) */,
{ 33935, -1, 545 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.SceneManagement.Scene>(System.IntPtr,T) */,
{ 33952, -1, 1019 } /* System.Delegate LuaInterface.ToLua::CheckDelegate<UnityEngine.Camera/CameraCallback>(System.IntPtr,System.Int32) */,
{ 1099, 1182, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::Invoke(!0,!1) */,
{ 33869, -1, 2337 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.CharacterController>(System.IntPtr,System.Int32) */,
{ 33869, -1, 578 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Collider>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2338 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.PhysicMaterial>(System.IntPtr,System.Int32) */,
{ 33869, -1, 499 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Component>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2339 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.SendMessageOptions>(System.IntPtr,System.Int32) */,
{ 33996, -1, 1 } /* System.Boolean LuaInterface.TypeChecker::CheckParamsType<System.Type>(System.IntPtr,System.Int32,System.Int32) */,
{ 33895, -1, 1 } /* T[] LuaInterface.ToLua::ToParamsObject<System.Type>(System.IntPtr,System.Int32,System.Int32) */,
{ 33985, -1, 2340 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.SendMessageOptions>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2341 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Object,UnityEngine.SendMessageOptions>(System.IntPtr,System.Int32) */,
{ 33935, -1, 598 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.AccelerationEvent>(System.IntPtr,T) */,
{ 33984, -1, 1185 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.KeyCode>(System.IntPtr,System.Int32) */,
{ 1082, 1186, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.KeyCode>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1189, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LightType>::.ctor(System.Object,System.IntPtr) */,
{ 33943, -1, 519 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Light>(System.IntPtr,T) */,
{ 33943, -1, 2342 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Flare>(System.IntPtr,T) */,
{ 33935, -1, 1191 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.LightBakingOutput>(System.IntPtr,T) */,
{ 1099, 1193, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::Invoke(!0,!1) */,
{ 33984, -1, 2343 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Shader>(System.IntPtr,System.Int32) */,
{ 33984, -1, 514 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Material>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2344 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2345 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2346 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2347 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2348 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Matrix4x4>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2349 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Matrix4x4>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2350 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Texture>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2351 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Texture>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2352 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.RenderTexture,UnityEngine.Rendering.RenderTextureSubElement>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2353 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.RenderTexture,UnityEngine.Rendering.RenderTextureSubElement>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2354 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.ComputeBuffer>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2355 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.ComputeBuffer>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2356 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.ComputeBuffer,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2357 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.ComputeBuffer,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2358 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Collections.Generic.List`1<System.Single>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2359 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single[]>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2360 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Collections.Generic.List`1<System.Single>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2361 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single[]>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2362 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Collections.Generic.List`1<UnityEngine.Color>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2363 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Color[]>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2364 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Collections.Generic.List`1<UnityEngine.Color>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2365 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Color[]>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2366 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Collections.Generic.List`1<UnityEngine.Vector4>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2367 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Vector4[]>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2368 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Collections.Generic.List`1<UnityEngine.Vector4>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2369 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Vector4[]>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2370 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Collections.Generic.List`1<UnityEngine.Matrix4x4>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2371 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Matrix4x4[]>(System.IntPtr,System.Int32) */,
{ 33911, -1, 517 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Matrix4x4>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2372 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Collections.Generic.List`1<UnityEngine.Matrix4x4>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2373 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Matrix4x4[]>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2374 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2375 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2343 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Shader>(System.IntPtr,T) */,
{ 33943, -1, 658 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Mesh>(System.IntPtr,T) */,
{ 33869, -1, 1654 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.MonoBehaviour>(System.IntPtr,System.Int32) */,
{ 33984, -1, 907 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.IEnumerator>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2245 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Coroutine>(System.IntPtr,System.Int32) */,
{ 1082, 1197, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.NetworkReachability>::.ctor(System.Object,System.IntPtr) */,
{ 33985, -1, 2376 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2377 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Transform,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33943, -1, 2378 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.ParticleSystem>(System.IntPtr,T) */,
{ 33984, -1, 2379 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.ParticleSystem/Particle[]>(System.IntPtr,System.Int32) */,
{ 33911, -1, 656 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.ParticleSystem/Particle>(System.IntPtr,System.Int32) */,
{ 33984, -1, 657 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>(System.IntPtr,System.Int32) */,
{ 1099, 1202, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::Invoke(!0,!1) */,
{ 33985, -1, 2380 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.ParticleSystem/Particle[],System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2381 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2382 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.ParticleSystem/Particle[],System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2383 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33935, -1, 1203 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/PlaybackState>(System.IntPtr,T) */,
{ 1099, 1205, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>::Invoke(!0,!1) */,
{ 33935, -1, 1206 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/Trails>(System.IntPtr,T) */,
{ 1099, 1208, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>::Invoke(!0,!1) */,
{ 1099, 1211, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>::Invoke(!0,!1) */,
{ 33984, -1, 656 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.ParticleSystem/Particle>(System.IntPtr,System.Int32) */,
{ 1099, 1200, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>::Invoke(!0,!1) */,
{ 33935, -1, 656 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/Particle>(System.IntPtr,T) */,
{ 33984, -1, 2384 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>>(System.IntPtr,System.Int32) */,
{ 33935, -1, 1212 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/MainModule>(System.IntPtr,T) */,
{ 33935, -1, 1215 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/EmissionModule>(System.IntPtr,T) */,
{ 33935, -1, 1218 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ShapeModule>(System.IntPtr,T) */,
{ 33935, -1, 1221 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>(System.IntPtr,T) */,
{ 33935, -1, 1224 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>(System.IntPtr,T) */,
{ 33935, -1, 1227 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/InheritVelocityModule>(System.IntPtr,T) */,
{ 33935, -1, 1230 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ForceOverLifetimeModule>(System.IntPtr,T) */,
{ 33935, -1, 1233 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ColorOverLifetimeModule>(System.IntPtr,T) */,
{ 33935, -1, 1236 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ColorBySpeedModule>(System.IntPtr,T) */,
{ 33935, -1, 1239 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/SizeOverLifetimeModule>(System.IntPtr,T) */,
{ 33935, -1, 1242 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/SizeBySpeedModule>(System.IntPtr,T) */,
{ 33935, -1, 1245 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/RotationOverLifetimeModule>(System.IntPtr,T) */,
{ 33935, -1, 1248 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/RotationBySpeedModule>(System.IntPtr,T) */,
{ 33935, -1, 1251 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/ExternalForcesModule>(System.IntPtr,T) */,
{ 33935, -1, 1254 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/NoiseModule>(System.IntPtr,T) */,
{ 33935, -1, 1257 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/CollisionModule>(System.IntPtr,T) */,
{ 33935, -1, 1260 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/TriggerModule>(System.IntPtr,T) */,
{ 33935, -1, 1263 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/TextureSheetAnimationModule>(System.IntPtr,T) */,
{ 33935, -1, 1266 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/LightsModule>(System.IntPtr,T) */,
{ 33935, -1, 1269 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/TrailModule>(System.IntPtr,T) */,
{ 33935, -1, 1272 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.ParticleSystem/CustomDataModule>(System.IntPtr,T) */,
{ 33985, -1, 2385 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2386 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2387 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2388 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2389 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2390 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2391 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2392 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2393 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2394 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2395 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2396 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2397 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2398 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2399 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2400 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2401 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Int32>(System.IntPtr,System.Int32) */,
{ 33984, -1, 109 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2402 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2403 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2404 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2405 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2406 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2407 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2408 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2409 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2410 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2411 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2412 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2413 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33984, -1, 526 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2414 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2415 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2416 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2417 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,UnityEngine.Quaternion,System.Single>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2418 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2419 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<LuaInterface.LuaOut`1<UnityEngine.RaycastHit>,UnityEngine.Quaternion,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33885, -1, 576 } /* T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.RaycastHit>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2420 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single>(System.IntPtr,System.Int32) */,
{ 33911, -1, 576 } /* T[] LuaInterface.ToLua::ToStructArray<UnityEngine.RaycastHit>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2421 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[]>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2422 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2423 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2424 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2425 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2426 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2427 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2428 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2429 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33884, -1, 578 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Collider>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2430 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2431 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[]>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2432 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2433 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2434 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2435 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33935, -1, 577 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.PhysicsScene>(System.IntPtr,T) */,
{ 1082, 1280, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.PlayMode>::.ctor(System.Object,System.IntPtr) */,
{ 33869, -1, 2436 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Rendering.RenderPipelineAsset>(System.IntPtr,System.Int32) */,
{ 1082, 1283, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.QueueMode>::.ctor(System.Object,System.IntPtr) */,
{ 33935, -1, 552 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rendering.SphericalHarmonicsL2>(System.IntPtr,T) */,
{ 33943, -1, 506 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Cubemap>(System.IntPtr,T) */,
{ 1099, 1286, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::Invoke(!0,!1) */,
{ 33984, -1, 1287 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureDescriptor>(System.IntPtr,System.Int32) */,
{ 1099, 1289, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::Invoke(!0,!1) */,
{ 33984, -1, 2437 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.DefaultFormat>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2438 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2439 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2440 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2441 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2442 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2443 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32,UnityEngine.RenderTextureMemoryless>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2444 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2445 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32,UnityEngine.RenderTextureMemoryless,UnityEngine.VRTextureUsage>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2446 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,UnityEngine.RenderTextureMemoryless>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2447 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32,UnityEngine.RenderTextureMemoryless,UnityEngine.VRTextureUsage,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2448 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,UnityEngine.RenderTextureMemoryless,UnityEngine.VRTextureUsage>(System.IntPtr,System.Int32) */,
{ 33935, -1, 501 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.RenderBuffer>(System.IntPtr,T) */,
{ 33935, -1, 1287 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.RenderTextureDescriptor>(System.IntPtr,T) */,
{ 33869, -1, 1573 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Renderer>(System.IntPtr,System.Int32) */,
{ 33884, -1, 514 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Material>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2449 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Rigidbody>(System.IntPtr,System.Int32) */,
{ 1082, 1291, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RuntimePlatform>::.ctor(System.Object,System.IntPtr) */,
{ 33984, -1, 2450 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.FullScreenMode>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2451 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Boolean,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2452 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.FullScreenMode,System.Int32>(System.IntPtr,System.Int32) */,
{ 33935, -1, 512 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Resolution>(System.IntPtr,T) */,
{ 1099, 1296, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::Invoke(!0,!1) */,
{ 33935, -1, 558 } /* System.Void LuaInterface.ToLua::PushValue<UnityEngine.Rendering.ShaderTagId>(System.IntPtr,T) */,
{ 1082, 1298, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.SkinWeights>::.ctor(System.Object,System.IntPtr) */,
{ 33869, -1, 2453 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.SkinnedMeshRenderer>(System.IntPtr,System.Int32) */,
{ 33884, -1, 520 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Transform>(System.IntPtr,System.Int32) */,
{ 1082, 1301, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Space>::.ctor(System.Object,System.IntPtr) */,
{ 33943, -1, 2454 } /* System.Void LuaInterface.ToLua::PushSealed<UnityEngine.SystemInfo>(System.IntPtr,T) */,
{ 33985, -1, 2455 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.TextureFormat,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2456 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.DefaultFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2457 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2458 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.TextureFormat,System.Int32,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2459 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.TextureFormat,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2460 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Experimental.Rendering.GraphicsFormat,System.Int32,UnityEngine.Experimental.Rendering.TextureCreationFlags>(System.IntPtr,System.Int32) */,
{ 33884, -1, 522 } /* T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.Texture2D>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2461 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.TrackedReference>(System.IntPtr,System.Int32) */,
{ 33984, -1, 1300 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Space>(System.IntPtr,System.Int32) */,
{ 33984, -1, 520 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Transform>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2462 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2463 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Space>(System.IntPtr,System.Int32) */,
{ 33984, -1, 502 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2464 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Transform,UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 33984, -1, 2465 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.WWWForm>(System.IntPtr,System.Int32) */,
{ 33984, -1, 374 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Byte[]>(System.IntPtr,System.Int32) */,
{ 33984, -1, 524 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Hash128>(System.IntPtr,System.Int32) */,
{ 1099, 1305, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::Invoke(!0,!1) */,
{ 33984, -1, 1306 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.CachedAssetBundle>(System.IntPtr,System.Int32) */,
{ 1099, 1308, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::Invoke(!0,!1) */,
{ 33985, -1, 2466 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.UInt32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2467 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Hash128,System.UInt32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2468 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.CachedAssetBundle,System.UInt32>(System.IntPtr,System.Int32) */,
{ 33869, -1, 2469 } /* System.Object LuaInterface.ToLua::CheckObject<UnityEngine.WWW>(System.IntPtr,System.Int32) */,
{ 1082, 1310, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.WrapMode>::.ctor(System.Object,System.IntPtr) */,
{ 1082, 1008, -1 } /* System.Void System.Action`2<System.Single,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1008, -1 } /* System.Void System.Action`2<System.Single,System.Boolean>::Invoke(!0,!1) */,
{ 21527, -1, 2240 } /* !!0 UnityEngine.Component::GetComponent<DSLuaClient>() */,
{ 33869, -1, 996 } /* System.Object LuaInterface.ToLua::CheckObject<Version>(System.IntPtr,System.Int32) */,
{ 11411, 1004, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::Remove(!0) */,
{ 11393, 1004, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::set_Item(!0,!1) */,
{ 11398, 1004, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::Clear() */,
{ 11413, 1004, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::TryGetValue(!0,!1&) */,
{ 33013, -1, 1006 } /* System.Void LuaInterface.LuaFunction::Call<UnityEngine.AudioClip>(T1) */,
{ 11375, 1004, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::.ctor() */,
{ 33013, -1, 8 } /* System.Void LuaInterface.LuaFunction::Call<System.String>(T1) */,
{ 11399, 1323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::ContainsKey(!0) */,
{ 11392, 1323, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::get_Item(!0) */,
{ 11413, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::TryGetValue(!0,!1&) */,
{ 11399, 1327, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::ContainsKey(!0) */,
{ 11392, 1327, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::get_Item(!0) */,
{ 11394, 1327, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::Add(!0,!1) */,
{ 11630, 1315, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.unity.AssetConfig>::get_Count() */,
{ 11394, 1323, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::Add(!0,!1) */,
{ 11413, 1330, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>::TryGetValue(!0,!1&) */,
{ 11625, 1325, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetEntity>::.ctor() */,
{ 11393, 1330, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>::set_Item(!0,!1) */,
{ 11641, 1325, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetEntity>::Add(!0) */,
{ 11636, 1325, -1 } /* !0 System.Collections.Generic.List`1<taurus.unity.AssetEntity>::get_Item(System.Int32) */,
{ 11685, 1325, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetEntity>::RemoveAt(System.Int32) */,
{ 11630, 1325, -1 } /* System.Int32 System.Collections.Generic.List`1<taurus.unity.AssetEntity>::get_Count() */,
{ 11392, 1319, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::get_Item(!0) */,
{ 11413, 1323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::TryGetValue(!0,!1&) */,
{ 11411, 1323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::Remove(!0) */,
{ 11668, 1315, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<taurus.unity.AssetConfig>::GetEnumerator() */,
{ 11717, 1315, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<taurus.unity.AssetConfig>::get_Current() */,
{ 11715, 1315, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<taurus.unity.AssetConfig>::MoveNext() */,
{ 11714, 1315, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<taurus.unity.AssetConfig>::Dispose() */,
{ 11411, 1327, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::Remove(!0) */,
{ 11402, 1323, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::GetEnumerator() */,
{ 11434, 1323, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,taurus.unity.AssetEntity>::get_Current() */,
{ 11345, 1323, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,taurus.unity.AssetEntity>::get_Value() */,
{ 11433, 1323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,taurus.unity.AssetEntity>::MoveNext() */,
{ 11435, 1323, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,taurus.unity.AssetEntity>::Dispose() */,
{ 11402, 1327, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::GetEnumerator() */,
{ 11434, 1327, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.AssetBundle>::get_Current() */,
{ 11345, 1327, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.AssetBundle>::get_Value() */,
{ 11433, 1327, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.AssetBundle>::MoveNext() */,
{ 11435, 1327, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.AssetBundle>::Dispose() */,
{ 11398, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::Clear() */,
{ 11398, 1319, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::Clear() */,
{ 11398, 389, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::Clear() */,
{ 11398, 1327, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::Clear() */,
{ 11398, 1323, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::Clear() */,
{ 11398, 1330, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>::Clear() */,
{ 11399, 389, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::ContainsKey(!0) */,
{ 11399, 1316, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::ContainsKey(!0) */,
{ 11394, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::Add(!0,!1) */,
{ 11399, 1319, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::ContainsKey(!0) */,
{ 11641, 1315, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetConfig>::Add(!0) */,
{ 11625, 1315, -1 } /* System.Void System.Collections.Generic.List`1<taurus.unity.AssetConfig>::.ctor() */,
{ 11394, 1319, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::Add(!0,!1) */,
{ 11394, 389, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::Add(!0,!1) */,
{ 11375, 1316, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>::.ctor() */,
{ 11375, 1319, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>::.ctor() */,
{ 11375, 1323, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>::.ctor() */,
{ 11375, 1327, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>::.ctor() */,
{ 11375, 1330, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>::.ctor() */,
{ 33869, -1, 2470 } /* System.Object LuaInterface.ToLua::CheckObject<taurus.unity.LuaNetClient>(System.IntPtr,System.Int32) */,
{ 33935, -1, 1312 } /* System.Void LuaInterface.ToLua::PushValue<securityConnection>(System.IntPtr,T) */,
{ 23879, -1, 47 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Boolean>(System.IntPtr) */,
{ 23879, -1, 7 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Char>(System.IntPtr) */,
{ 23879, -1, 81 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Double>(System.IntPtr) */,
{ 23879, -1, 95 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Int16>(System.IntPtr) */,
{ 23879, -1, 16 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Int32>(System.IntPtr) */,
{ 23879, -1, 37 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Int64>(System.IntPtr) */,
{ 23879, -1, 108 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.SByte>(System.IntPtr) */,
{ 23879, -1, 109 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<System.Single>(System.IntPtr) */,
{ 24055, -1, 47 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Boolean>(System.IntPtr) */,
{ 24055, -1, 7 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Char>(System.IntPtr) */,
{ 24055, -1, 81 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Double>(System.IntPtr) */,
{ 24055, -1, 95 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Int16>(System.IntPtr) */,
{ 24055, -1, 16 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Int32>(System.IntPtr) */,
{ 24055, -1, 37 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Int64>(System.IntPtr) */,
{ 24055, -1, 108 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.SByte>(System.IntPtr) */,
{ 24055, -1, 109 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<System.Single>(System.IntPtr) */,
{ 953, -1, 2471 } /* R System.Array::UnsafeMov<System.Int32Enum,System.Int32>(S) */,
{ 24027, -1, 47 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Boolean>(System.String,System.Object[]) */,
{ 24027, -1, 7 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Char>(System.String,System.Object[]) */,
{ 24027, -1, 81 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Double>(System.String,System.Object[]) */,
{ 24027, -1, 95 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Int16>(System.String,System.Object[]) */,
{ 24027, -1, 16 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Int32>(System.String,System.Object[]) */,
{ 24027, -1, 37 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Int64>(System.String,System.Object[]) */,
{ 24027, -1, 108 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.SByte>(System.String,System.Object[]) */,
{ 24027, -1, 109 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<System.Single>(System.String,System.Object[]) */,
{ 24028, -1, 16 } /* ReturnType UnityEngine.AndroidJavaObject::_CallStatic<System.Int32>(System.String,System.Object[]) */,
{ 33985, -1, 637 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Boolean,System.Object>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2472 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Object>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2473 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2474 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Object,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2475 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Object,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33985, -1, 121 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Object>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2476 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33985, -1, 655 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2477 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2478 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32,System.Int32Enum,System.Int32Enum,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2479 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32,System.Int32Enum,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2480 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2471 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2481 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32Enum,System.Int32,System.Int32Enum,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2482 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32Enum,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2483 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32Enum,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2484 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33984, -1, 90 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2485 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int64,System.Object,System.Int64,System.Int64>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2486 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33985, -1, 244 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2487 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2488 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 188 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32>(System.IntPtr,System.Int32) */,
{ 33985, -1, 505 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2489 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Boolean,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2490 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Boolean>(System.IntPtr,System.Int32) */,
{ 33987, -1, 210 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Int32,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2491 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33986, -1, 196 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2492 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33990, -1, 2493 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.UInt32,System.Object,System.Int32Enum,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33990, -1, 2494 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.UInt32,System.Object,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2495 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.UInt32,System.Object,System.Object,System.Object>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2496 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object,System.UInt32>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2497 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2498 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2499 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2500 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2501 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2502 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Color>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2503 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Matrix4x4>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2504 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Quaternion,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2505 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Quaternion,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2506 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Quaternion>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2507 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.RenderBuffer>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2508 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Vector2>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2509 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Vector3>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2510 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Vector4>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2511 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2512 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Quaternion,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2513 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Object,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2514 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2515 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 33985, -1, 2516 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Object>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2517 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2518 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2519 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2520 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2521 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Ray,System.Single,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2522 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 33989, -1, 2523 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2524 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2525 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Object>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2526 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32) */,
{ 33987, -1, 2527 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object,System.Single>(System.IntPtr,System.Int32) */,
{ 33986, -1, 2528 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>(System.IntPtr,System.Int32) */,
{ 33988, -1, 2529 } /* System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,System.Int32Enum>(System.IntPtr,System.Int32) */,
{ 902, -1, 1647 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.GPath/Segment>(T) */,
{ 902, -1, 1648 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.GPathPoint>(T) */,
{ 902, -1, 1140 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.TextField/CharPosition>(T) */,
{ 902, -1, 1642 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<FairyGUI.UpdateContext/ClipInfo>(T) */,
{ 902, -1, 1564 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T) */,
{ 902, -1, 1334 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<LuaInterface.LuaFunction/FuncData>(T) */,
{ 902, -1, 330 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<MS.Internal.Xml.Cache.XPathNode>(T) */,
{ 902, -1, 359 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 902, -1, 418 } /* 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, 934 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T) */,
{ 902, -1, 1378 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 902, -1, 1400 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T) */,
{ 902, -1, 391 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 902, -1, 306 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 902, -1, 850 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T) */,
{ 902, -1, 1577 } /* 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, 1127 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T) */,
{ 902, -1, 668 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 902, -1, 834 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 902, -1, 838 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 902, -1, 494 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 902, -1, 358 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 902, -1, 115 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 902, -1, 417 } /* 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, 928 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T) */,
{ 902, -1, 1377 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 902, -1, 1399 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T) */,
{ 902, -1, 390 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 902, -1, 305 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 902, -1, 849 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T) */,
{ 902, -1, 1576 } /* 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, 1126 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T) */,
{ 902, -1, 666 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 902, -1, 832 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 902, -1, 837 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 902, -1, 322 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Hashtable/bucket>(T) */,
{ 902, -1, 439 } /* 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, 60 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.DateTimeOffset>(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, 471 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 902, -1, 472 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.HeaderVariantInfo>(T) */,
{ 902, -1, 486 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 902, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T) */,
{ 902, -1, 356 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T) */,
{ 902, -1, 332 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Xml.XmlTextReaderImpl/ParsingState>(T) */,
{ 902, -1, 598 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.AccelerationEvent>(T) */,
{ 902, -1, 625 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.AnimatorClipInfo>(T) */,
{ 902, -1, 510 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 902, -1, 521 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Color32>(T) */,
{ 902, -1, 518 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Color>(T) */,
{ 902, -1, 603 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ContactPoint2D>(T) */,
{ 902, -1, 575 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ContactPoint>(T) */,
{ 902, -1, 569 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T) */,
{ 902, -1, 667 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T) */,
{ 902, -1, 496 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Keyframe>(T) */,
{ 902, -1, 547 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.LowLevel.PlayerLoopSystem>(T) */,
{ 902, -1, 517 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Matrix4x4>(T) */,
{ 902, -1, 656 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ParticleSystem/Particle>(T) */,
{ 902, -1, 559 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Plane>(T) */,
{ 902, -1, 565 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Playables.PlayableBinding>(T) */,
{ 902, -1, 526 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Quaternion>(T) */,
{ 902, -1, 601 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RaycastHit2D>(T) */,
{ 902, -1, 576 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RaycastHit>(T) */,
{ 902, -1, 508 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rect>(T) */,
{ 902, -1, 501 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RenderBuffer>(T) */,
{ 902, -1, 561 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rendering.BatchVisibility>(T) */,
{ 902, -1, 515 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T) */,
{ 902, -1, 512 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Resolution>(T) */,
{ 902, -1, 599 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 902, -1, 648 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 902, -1, 651 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 902, -1, 597 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Touch>(T) */,
{ 902, -1, 676 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T) */,
{ 902, -1, 674 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.EventDispatcher/EventRecord>(T) */,
{ 902, -1, 686 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.FocusController/FocusedElement>(T) */,
{ 902, -1, 833 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T) */,
{ 902, -1, 853 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIElements.StyleSheets.StyleValue>(T) */,
{ 902, -1, 534 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 902, -1, 513 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector2>(T) */,
{ 902, -1, 502 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector3>(T) */,
{ 902, -1, 516 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector4>(T) */,
{ 902, -1, 618 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.jvalue>(T) */,
{ 901, -1, 1647 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.GPath/Segment>(T) */,
{ 901, -1, 1648 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.GPathPoint>(T) */,
{ 901, -1, 1140 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.TextField/CharPosition>(T) */,
{ 901, -1, 1642 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<FairyGUI.UpdateContext/ClipInfo>(T) */,
{ 901, -1, 1564 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T) */,
{ 901, -1, 1334 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<LuaInterface.LuaFunction/FuncData>(T) */,
{ 901, -1, 330 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<MS.Internal.Xml.Cache.XPathNode>(T) */,
{ 901, -1, 359 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 901, -1, 418 } /* 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, 934 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T) */,
{ 901, -1, 1378 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 901, -1, 1400 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T) */,
{ 901, -1, 391 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 901, -1, 306 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 901, -1, 850 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T) */,
{ 901, -1, 1577 } /* 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, 1127 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T) */,
{ 901, -1, 668 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 901, -1, 834 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 901, -1, 838 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 901, -1, 494 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 901, -1, 358 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 901, -1, 115 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 901, -1, 417 } /* 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, 928 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T) */,
{ 901, -1, 1377 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 901, -1, 1399 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T) */,
{ 901, -1, 390 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 901, -1, 305 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 901, -1, 849 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T) */,
{ 901, -1, 1576 } /* 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, 1126 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T) */,
{ 901, -1, 666 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 901, -1, 832 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 901, -1, 837 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 901, -1, 322 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Hashtable/bucket>(T) */,
{ 901, -1, 439 } /* 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, 60 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.DateTimeOffset>(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, 471 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 901, -1, 472 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.HeaderVariantInfo>(T) */,
{ 901, -1, 486 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 901, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T) */,
{ 901, -1, 356 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T) */,
{ 901, -1, 332 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Xml.XmlTextReaderImpl/ParsingState>(T) */,
{ 901, -1, 598 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.AccelerationEvent>(T) */,
{ 901, -1, 625 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.AnimatorClipInfo>(T) */,
{ 901, -1, 510 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 901, -1, 521 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Color32>(T) */,
{ 901, -1, 518 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Color>(T) */,
{ 901, -1, 603 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ContactPoint2D>(T) */,
{ 901, -1, 575 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ContactPoint>(T) */,
{ 901, -1, 569 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T) */,
{ 901, -1, 667 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T) */,
{ 901, -1, 496 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Keyframe>(T) */,
{ 901, -1, 547 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.LowLevel.PlayerLoopSystem>(T) */,
{ 901, -1, 517 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Matrix4x4>(T) */,
{ 901, -1, 656 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ParticleSystem/Particle>(T) */,
{ 901, -1, 559 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Plane>(T) */,
{ 901, -1, 565 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Playables.PlayableBinding>(T) */,
{ 901, -1, 526 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Quaternion>(T) */,
{ 901, -1, 601 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RaycastHit2D>(T) */,
{ 901, -1, 576 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RaycastHit>(T) */,
{ 901, -1, 508 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rect>(T) */,
{ 901, -1, 501 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RenderBuffer>(T) */,
{ 901, -1, 561 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rendering.BatchVisibility>(T) */,
{ 901, -1, 515 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T) */,
{ 901, -1, 512 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Resolution>(T) */,
{ 901, -1, 599 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 901, -1, 648 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 901, -1, 651 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 901, -1, 597 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Touch>(T) */,
{ 901, -1, 676 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T) */,
{ 901, -1, 674 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.EventDispatcher/EventRecord>(T) */,
{ 901, -1, 686 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.FocusController/FocusedElement>(T) */,
{ 901, -1, 833 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T) */,
{ 901, -1, 853 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIElements.StyleSheets.StyleValue>(T) */,
{ 901, -1, 534 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 901, -1, 513 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector2>(T) */,
{ 901, -1, 502 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector3>(T) */,
{ 901, -1, 516 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector4>(T) */,
{ 901, -1, 618 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.jvalue>(T) */,
{ 10558, -1, 1642 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<FairyGUI.UpdateContext/ClipInfo>() */,
{ 10558, -1, 1334 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<LuaInterface.LuaFunction/FuncData>() */,
{ 10558, -1, 37 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Int64>() */,
{ 10558, -1, 364 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>() */,
{ 10558, -1, 676 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.UIElements.EventDispatcher/DispatchContext>() */,
{ 10558, -1, 674 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<UnityEngine.UIElements.EventDispatcher/EventRecord>() */,
{ 898, -1, 1647 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.GPath/Segment>() */,
{ 898, -1, 1648 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.GPathPoint>() */,
{ 898, -1, 1140 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.TextField/CharPosition>() */,
{ 898, -1, 1642 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<FairyGUI.UpdateContext/ClipInfo>() */,
{ 898, -1, 1564 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>() */,
{ 898, -1, 1334 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<LuaInterface.LuaFunction/FuncData>() */,
{ 898, -1, 330 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<MS.Internal.Xml.Cache.XPathNode>() */,
{ 898, -1, 359 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<MS.Internal.Xml.Cache.XPathNodeRef>() */,
{ 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, 484 } /* 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, 469 } /* 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, 360 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>() */,
{ 898, -1, 418 } /* 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, 934 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>() */,
{ 898, -1, 1378 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>() */,
{ 898, -1, 1400 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>() */,
{ 898, -1, 391 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>() */,
{ 898, -1, 306 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>() */,
{ 898, -1, 850 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>() */,
{ 898, -1, 1577 } /* 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, 1127 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>() */,
{ 898, -1, 668 } /* 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, 834 } /* 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, 838 } /* 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, 494 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.HashSet`1/Slot<System.Object>>() */,
{ 898, -1, 358 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>() */,
{ 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, 417 } /* 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, 928 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>() */,
{ 898, -1, 1377 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>() */,
{ 898, -1, 1399 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>() */,
{ 898, -1, 390 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>() */,
{ 898, -1, 305 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>() */,
{ 898, -1, 849 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>() */,
{ 898, -1, 1576 } /* 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, 1126 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>() */,
{ 898, -1, 666 } /* 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, 832 } /* 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, 837 } /* 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, 322 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Hashtable/bucket>() */,
{ 898, -1, 439 } /* 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, 60 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.DateTimeOffset>() */,
{ 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, 471 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.CookieTokenizer/RecognizedAttribute>() */,
{ 898, -1, 472 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.HeaderVariantInfo>() */,
{ 898, -1, 486 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.Sockets.Socket/WSABUF>() */,
{ 898, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>() */,
{ 898, -1, 356 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Xml.XmlNamespaceManager/NamespaceDeclaration>() */,
{ 898, -1, 332 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Xml.XmlTextReaderImpl/ParsingState>() */,
{ 898, -1, 598 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.AccelerationEvent>() */,
{ 898, -1, 625 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.AnimatorClipInfo>() */,
{ 898, -1, 510 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.BeforeRenderHelper/OrderBlock>() */,
{ 898, -1, 521 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Color32>() */,
{ 898, -1, 518 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Color>() */,
{ 898, -1, 603 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ContactPoint2D>() */,
{ 898, -1, 575 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ContactPoint>() */,
{ 898, -1, 569 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>() */,
{ 898, -1, 667 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>() */,
{ 898, -1, 496 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Keyframe>() */,
{ 898, -1, 547 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.LowLevel.PlayerLoopSystem>() */,
{ 898, -1, 517 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Matrix4x4>() */,
{ 898, -1, 656 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ParticleSystem/Particle>() */,
{ 898, -1, 559 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Plane>() */,
{ 898, -1, 565 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Playables.PlayableBinding>() */,
{ 898, -1, 526 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Quaternion>() */,
{ 898, -1, 601 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.RaycastHit2D>() */,
{ 898, -1, 576 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.RaycastHit>() */,
{ 898, -1, 508 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Rect>() */,
{ 898, -1, 501 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.RenderBuffer>() */,
{ 898, -1, 561 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Rendering.BatchVisibility>() */,
{ 898, -1, 515 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>() */,
{ 898, -1, 512 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Resolution>() */,
{ 898, -1, 599 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SendMouseEvents/HitInfo>() */,
{ 898, -1, 648 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>() */,
{ 898, -1, 651 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>() */,
{ 898, -1, 597 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Touch>() */,
{ 898, -1, 676 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>() */,
{ 898, -1, 674 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>() */,
{ 898, -1, 686 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.FocusController/FocusedElement>() */,
{ 898, -1, 833 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>() */,
{ 898, -1, 853 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIElements.StyleSheets.StyleValue>() */,
{ 898, -1, 534 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>() */,
{ 898, -1, 513 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector2>() */,
{ 898, -1, 502 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector3>() */,
{ 898, -1, 516 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector4>() */,
{ 898, -1, 618 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.jvalue>() */,
{ 843, -1, 1647 } /* System.Int32 System.Array::BinarySearch<FairyGUI.GPath/Segment>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 1648 } /* System.Int32 System.Array::BinarySearch<FairyGUI.GPathPoint>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 1140 } /* System.Int32 System.Array::BinarySearch<FairyGUI.TextField/CharPosition>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 47 } /* System.Int32 System.Array::BinarySearch<System.Boolean>(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, 59 } /* System.Int32 System.Array::BinarySearch<System.DateTime>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 60 } /* System.Int32 System.Array::BinarySearch<System.DateTimeOffset>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 61 } /* System.Int32 System.Array::BinarySearch<System.Decimal>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 81 } /* System.Int32 System.Array::BinarySearch<System.Double>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 95 } /* System.Int32 System.Array::BinarySearch<System.Int16>(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, 108 } /* System.Int32 System.Array::BinarySearch<System.SByte>(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, 110 } /* System.Int32 System.Array::BinarySearch<System.TimeSpan>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 134 } /* System.Int32 System.Array::BinarySearch<System.UInt16>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 21 } /* System.Int32 System.Array::BinarySearch<System.UInt32>(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, 625 } /* System.Int32 System.Array::BinarySearch<UnityEngine.AnimatorClipInfo>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 510 } /* System.Int32 System.Array::BinarySearch<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 521 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Color32>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 518 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Color>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 517 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Matrix4x4>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 656 } /* System.Int32 System.Array::BinarySearch<UnityEngine.ParticleSystem/Particle>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 601 } /* System.Int32 System.Array::BinarySearch<UnityEngine.RaycastHit2D>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 508 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Rect>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 515 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 686 } /* System.Int32 System.Array::BinarySearch<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 534 } /* System.Int32 System.Array::BinarySearch<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 513 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Vector2>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 502 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Vector3>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 516 } /* System.Int32 System.Array::BinarySearch<UnityEngine.Vector4>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 849, -1, 1647 } /* System.Int32 System.Array::IndexOf<FairyGUI.GPath/Segment>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 1648 } /* System.Int32 System.Array::IndexOf<FairyGUI.GPathPoint>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 1140 } /* System.Int32 System.Array::IndexOf<FairyGUI.TextField/CharPosition>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 47 } /* System.Int32 System.Array::IndexOf<System.Boolean>(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, 59 } /* System.Int32 System.Array::IndexOf<System.DateTime>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 60 } /* System.Int32 System.Array::IndexOf<System.DateTimeOffset>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 61 } /* System.Int32 System.Array::IndexOf<System.Decimal>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 81 } /* System.Int32 System.Array::IndexOf<System.Double>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 95 } /* System.Int32 System.Array::IndexOf<System.Int16>(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, 108 } /* System.Int32 System.Array::IndexOf<System.SByte>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 109 } /* System.Int32 System.Array::IndexOf<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 110 } /* System.Int32 System.Array::IndexOf<System.TimeSpan>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 134 } /* System.Int32 System.Array::IndexOf<System.UInt16>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 21 } /* System.Int32 System.Array::IndexOf<System.UInt32>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 82 } /* System.Int32 System.Array::IndexOf<System.UInt64>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 625 } /* System.Int32 System.Array::IndexOf<UnityEngine.AnimatorClipInfo>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 510 } /* System.Int32 System.Array::IndexOf<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 521 } /* System.Int32 System.Array::IndexOf<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 518 } /* System.Int32 System.Array::IndexOf<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 517 } /* System.Int32 System.Array::IndexOf<UnityEngine.Matrix4x4>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 656 } /* System.Int32 System.Array::IndexOf<UnityEngine.ParticleSystem/Particle>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 601 } /* System.Int32 System.Array::IndexOf<UnityEngine.RaycastHit2D>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 508 } /* System.Int32 System.Array::IndexOf<UnityEngine.Rect>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 515 } /* System.Int32 System.Array::IndexOf<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 686 } /* System.Int32 System.Array::IndexOf<UnityEngine.UIElements.FocusController/FocusedElement>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 534 } /* System.Int32 System.Array::IndexOf<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 513 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 502 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 516 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 1647 } /* System.Int32 System.Array::IndexOfImpl<FairyGUI.GPath/Segment>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 1648 } /* System.Int32 System.Array::IndexOfImpl<FairyGUI.GPathPoint>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 1140 } /* System.Int32 System.Array::IndexOfImpl<FairyGUI.TextField/CharPosition>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 47 } /* System.Int32 System.Array::IndexOfImpl<System.Boolean>(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, 59 } /* System.Int32 System.Array::IndexOfImpl<System.DateTime>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 60 } /* System.Int32 System.Array::IndexOfImpl<System.DateTimeOffset>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 61 } /* System.Int32 System.Array::IndexOfImpl<System.Decimal>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 81 } /* System.Int32 System.Array::IndexOfImpl<System.Double>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 95 } /* System.Int32 System.Array::IndexOfImpl<System.Int16>(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, 108 } /* System.Int32 System.Array::IndexOfImpl<System.SByte>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 109 } /* System.Int32 System.Array::IndexOfImpl<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 110 } /* System.Int32 System.Array::IndexOfImpl<System.TimeSpan>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 134 } /* System.Int32 System.Array::IndexOfImpl<System.UInt16>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 21 } /* System.Int32 System.Array::IndexOfImpl<System.UInt32>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 82 } /* System.Int32 System.Array::IndexOfImpl<System.UInt64>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 625 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.AnimatorClipInfo>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 510 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 521 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 518 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 517 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Matrix4x4>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 656 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.ParticleSystem/Particle>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 601 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.RaycastHit2D>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 508 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Rect>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 515 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 686 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.UIElements.FocusController/FocusedElement>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 534 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 513 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 502 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 516 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 908, -1, 1647 } /* System.Int32 System.Array::InternalArray__IndexOf<FairyGUI.GPath/Segment>(T) */,
{ 908, -1, 1648 } /* System.Int32 System.Array::InternalArray__IndexOf<FairyGUI.GPathPoint>(T) */,
{ 908, -1, 1140 } /* System.Int32 System.Array::InternalArray__IndexOf<FairyGUI.TextField/CharPosition>(T) */,
{ 908, -1, 1642 } /* System.Int32 System.Array::InternalArray__IndexOf<FairyGUI.UpdateContext/ClipInfo>(T) */,
{ 908, -1, 1564 } /* System.Int32 System.Array::InternalArray__IndexOf<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T) */,
{ 908, -1, 1334 } /* System.Int32 System.Array::InternalArray__IndexOf<LuaInterface.LuaFunction/FuncData>(T) */,
{ 908, -1, 330 } /* System.Int32 System.Array::InternalArray__IndexOf<MS.Internal.Xml.Cache.XPathNode>(T) */,
{ 908, -1, 359 } /* System.Int32 System.Array::InternalArray__IndexOf<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 908, -1, 418 } /* 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, 934 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T) */,
{ 908, -1, 1378 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 908, -1, 1400 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T) */,
{ 908, -1, 391 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 908, -1, 306 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 908, -1, 850 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T) */,
{ 908, -1, 1577 } /* 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, 1127 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T) */,
{ 908, -1, 668 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 908, -1, 834 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 908, -1, 838 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 908, -1, 494 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 908, -1, 358 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 908, -1, 115 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 908, -1, 417 } /* 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, 928 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T) */,
{ 908, -1, 1377 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 908, -1, 1399 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T) */,
{ 908, -1, 390 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 908, -1, 305 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 908, -1, 849 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T) */,
{ 908, -1, 1576 } /* 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, 1126 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T) */,
{ 908, -1, 666 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 908, -1, 832 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 908, -1, 837 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 908, -1, 322 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Hashtable/bucket>(T) */,
{ 908, -1, 439 } /* 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, 60 } /* System.Int32 System.Array::InternalArray__IndexOf<System.DateTimeOffset>(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, 471 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 908, -1, 472 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.HeaderVariantInfo>(T) */,
{ 908, -1, 486 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 908, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt16Enum>(T) */,
{ 908, -1, 21 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt32>(T) */,
{ 908, -1, 400 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt32Enum>(T) */,
{ 908, -1, 82 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt64>(T) */,
{ 908, -1, 364 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T) */,
{ 908, -1, 356 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T) */,
{ 908, -1, 332 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Xml.XmlTextReaderImpl/ParsingState>(T) */,
{ 908, -1, 598 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.AccelerationEvent>(T) */,
{ 908, -1, 625 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.AnimatorClipInfo>(T) */,
{ 908, -1, 510 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 908, -1, 521 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Color32>(T) */,
{ 908, -1, 518 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Color>(T) */,
{ 908, -1, 603 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.ContactPoint2D>(T) */,
{ 908, -1, 575 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.ContactPoint>(T) */,
{ 908, -1, 569 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T) */,
{ 908, -1, 667 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T) */,
{ 908, -1, 496 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Keyframe>(T) */,
{ 908, -1, 547 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.LowLevel.PlayerLoopSystem>(T) */,
{ 908, -1, 517 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Matrix4x4>(T) */,
{ 908, -1, 656 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.ParticleSystem/Particle>(T) */,
{ 908, -1, 559 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Plane>(T) */,
{ 908, -1, 565 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Playables.PlayableBinding>(T) */,
{ 908, -1, 526 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Quaternion>(T) */,
{ 908, -1, 601 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.RaycastHit2D>(T) */,
{ 908, -1, 576 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.RaycastHit>(T) */,
{ 908, -1, 508 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Rect>(T) */,
{ 908, -1, 501 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.RenderBuffer>(T) */,
{ 908, -1, 561 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Rendering.BatchVisibility>(T) */,
{ 908, -1, 515 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T) */,
{ 908, -1, 512 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Resolution>(T) */,
{ 908, -1, 599 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 908, -1, 648 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 908, -1, 651 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 908, -1, 597 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Touch>(T) */,
{ 908, -1, 676 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T) */,
{ 908, -1, 674 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.EventDispatcher/EventRecord>(T) */,
{ 908, -1, 686 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.FocusController/FocusedElement>(T) */,
{ 908, -1, 833 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T) */,
{ 908, -1, 853 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIElements.StyleSheets.StyleValue>(T) */,
{ 908, -1, 534 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 908, -1, 513 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector2>(T) */,
{ 908, -1, 502 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector3>(T) */,
{ 908, -1, 516 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector4>(T) */,
{ 908, -1, 618 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.jvalue>(T) */,
{ 855, -1, 1647 } /* System.Int32 System.Array::LastIndexOf<FairyGUI.GPath/Segment>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 1648 } /* System.Int32 System.Array::LastIndexOf<FairyGUI.GPathPoint>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 1140 } /* System.Int32 System.Array::LastIndexOf<FairyGUI.TextField/CharPosition>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 47 } /* System.Int32 System.Array::LastIndexOf<System.Boolean>(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, 59 } /* System.Int32 System.Array::LastIndexOf<System.DateTime>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 60 } /* System.Int32 System.Array::LastIndexOf<System.DateTimeOffset>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 61 } /* System.Int32 System.Array::LastIndexOf<System.Decimal>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 81 } /* System.Int32 System.Array::LastIndexOf<System.Double>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 95 } /* System.Int32 System.Array::LastIndexOf<System.Int16>(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, 108 } /* System.Int32 System.Array::LastIndexOf<System.SByte>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 109 } /* System.Int32 System.Array::LastIndexOf<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 110 } /* System.Int32 System.Array::LastIndexOf<System.TimeSpan>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 134 } /* System.Int32 System.Array::LastIndexOf<System.UInt16>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 21 } /* System.Int32 System.Array::LastIndexOf<System.UInt32>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 82 } /* System.Int32 System.Array::LastIndexOf<System.UInt64>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 625 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.AnimatorClipInfo>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 510 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 521 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 518 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 517 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Matrix4x4>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 656 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.ParticleSystem/Particle>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 601 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.RaycastHit2D>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 508 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Rect>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 515 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 686 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.UIElements.FocusController/FocusedElement>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 534 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 513 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 502 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 516 } /* System.Int32 System.Array::LastIndexOf<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 1647 } /* System.Int32 System.Array::LastIndexOfImpl<FairyGUI.GPath/Segment>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 1648 } /* System.Int32 System.Array::LastIndexOfImpl<FairyGUI.GPathPoint>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 1140 } /* System.Int32 System.Array::LastIndexOfImpl<FairyGUI.TextField/CharPosition>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 47 } /* System.Int32 System.Array::LastIndexOfImpl<System.Boolean>(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, 59 } /* System.Int32 System.Array::LastIndexOfImpl<System.DateTime>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 60 } /* System.Int32 System.Array::LastIndexOfImpl<System.DateTimeOffset>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 61 } /* System.Int32 System.Array::LastIndexOfImpl<System.Decimal>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 81 } /* System.Int32 System.Array::LastIndexOfImpl<System.Double>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 95 } /* System.Int32 System.Array::LastIndexOfImpl<System.Int16>(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, 108 } /* System.Int32 System.Array::LastIndexOfImpl<System.SByte>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 109 } /* System.Int32 System.Array::LastIndexOfImpl<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 110 } /* System.Int32 System.Array::LastIndexOfImpl<System.TimeSpan>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 134 } /* System.Int32 System.Array::LastIndexOfImpl<System.UInt16>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 21 } /* System.Int32 System.Array::LastIndexOfImpl<System.UInt32>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 82 } /* System.Int32 System.Array::LastIndexOfImpl<System.UInt64>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 625 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.AnimatorClipInfo>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 510 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 521 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 518 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 517 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Matrix4x4>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 656 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.ParticleSystem/Particle>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 601 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.RaycastHit2D>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 508 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Rect>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 515 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 686 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.UIElements.FocusController/FocusedElement>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 534 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 513 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 502 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 516 } /* System.Int32 System.Array::LastIndexOfImpl<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 10536, -1, 90 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<System.Int32Enum>(T) */,
{ 19712, -1, 90 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::EnumToInt<System.Int32Enum>(T) */,
{ 19711, -1, 6 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<System.Byte>() */,
{ 19711, -1, 16 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<System.Int32>() */,
{ 19711, -1, 569 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<UnityEngine.Experimental.GlobalIllumination.LightDataGI>() */,
{ 19711, -1, 656 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<UnityEngine.ParticleSystem/Particle>() */,
{ 19711, -1, 559 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<UnityEngine.Plane>() */,
{ 19711, -1, 561 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<UnityEngine.Rendering.BatchVisibility>() */,
{ 23880, -1, 47 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Boolean>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23880, -1, 7 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Char>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23880, -1, 81 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Double>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23880, -1, 95 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Int16>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23880, -1, 16 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Int32>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23880, -1, 37 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Int64>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23880, -1, 108 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.SByte>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23880, -1, 109 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<System.Single>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24057, -1, 47 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Boolean>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24057, -1, 7 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Char>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24057, -1, 81 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Double>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24057, -1, 95 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Int16>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24057, -1, 16 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Int32>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24057, -1, 37 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Int64>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24057, -1, 108 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.SByte>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24057, -1, 109 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<System.Single>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 25571, -1, 90 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<System.Int32Enum>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 24063, -1, 47 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Boolean>(System.Object[]) */,
{ 24063, -1, 7 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Char>(System.Object[]) */,
{ 24063, -1, 81 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Double>(System.Object[]) */,
{ 24063, -1, 95 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Int16>(System.Object[]) */,
{ 24063, -1, 16 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Int32>(System.Object[]) */,
{ 24063, -1, 37 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Int64>(System.Object[]) */,
{ 24063, -1, 108 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.SByte>(System.Object[]) */,
{ 24063, -1, 109 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<System.Single>(System.Object[]) */,
{ 10451, -1, 406 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Nullable`1<System.Int32>>(TResult) */,
{ 10451, -1, 189 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Threading.Tasks.VoidTaskResult>(TResult) */,
{ 7466, 16, 2530 } /* 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>) */,
{ 7466, 189, 2530 } /* 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>) */,
{ 33014, -1, 121 } /* System.Void LuaInterface.LuaFunction::Call<System.Int32,System.Object>(T1,T2) */,
{ 33063, -1, 47 } /* System.Void LuaInterface.LuaFunction::PushGeneric<System.Boolean>(T) */,
{ 33063, -1, 16 } /* System.Void LuaInterface.LuaFunction::PushGeneric<System.Int32>(T) */,
{ 33063, -1, 109 } /* System.Void LuaInterface.LuaFunction::PushGeneric<System.Single>(T) */,
{ 33466, -1, 47 } /* System.Void LuaInterface.LuaState::PushGeneric<System.Boolean>(T) */,
{ 33466, -1, 16 } /* System.Void LuaInterface.LuaState::PushGeneric<System.Int32>(T) */,
{ 33466, -1, 109 } /* System.Void LuaInterface.LuaState::PushGeneric<System.Single>(T) */,
{ 33933, -1, 47 } /* System.Void LuaInterface.ToLua::PushOut<System.Boolean>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 6 } /* System.Void LuaInterface.ToLua::PushOut<System.Byte>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 7 } /* System.Void LuaInterface.ToLua::PushOut<System.Char>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 81 } /* System.Void LuaInterface.ToLua::PushOut<System.Double>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 95 } /* System.Void LuaInterface.ToLua::PushOut<System.Int16>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 16 } /* System.Void LuaInterface.ToLua::PushOut<System.Int32>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 37 } /* System.Void LuaInterface.ToLua::PushOut<System.Int64>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 108 } /* System.Void LuaInterface.ToLua::PushOut<System.SByte>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 109 } /* System.Void LuaInterface.ToLua::PushOut<System.Single>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 134 } /* System.Void LuaInterface.ToLua::PushOut<System.UInt16>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 21 } /* System.Void LuaInterface.ToLua::PushOut<System.UInt32>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 33933, -1, 82 } /* System.Void LuaInterface.ToLua::PushOut<System.UInt64>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 900, -1, 1647 } /* System.Void System.Array::InternalArray__ICollection_Add<FairyGUI.GPath/Segment>(T) */,
{ 900, -1, 1648 } /* System.Void System.Array::InternalArray__ICollection_Add<FairyGUI.GPathPoint>(T) */,
{ 900, -1, 1140 } /* System.Void System.Array::InternalArray__ICollection_Add<FairyGUI.TextField/CharPosition>(T) */,
{ 900, -1, 1642 } /* System.Void System.Array::InternalArray__ICollection_Add<FairyGUI.UpdateContext/ClipInfo>(T) */,
{ 900, -1, 1564 } /* System.Void System.Array::InternalArray__ICollection_Add<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T) */,
{ 900, -1, 1334 } /* System.Void System.Array::InternalArray__ICollection_Add<LuaInterface.LuaFunction/FuncData>(T) */,
{ 900, -1, 330 } /* System.Void System.Array::InternalArray__ICollection_Add<MS.Internal.Xml.Cache.XPathNode>(T) */,
{ 900, -1, 359 } /* System.Void System.Array::InternalArray__ICollection_Add<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 900, -1, 418 } /* 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, 934 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T) */,
{ 900, -1, 1378 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 900, -1, 1400 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T) */,
{ 900, -1, 391 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 900, -1, 306 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 900, -1, 850 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T) */,
{ 900, -1, 1577 } /* 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, 1127 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T) */,
{ 900, -1, 668 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 900, -1, 834 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 900, -1, 838 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 900, -1, 494 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 900, -1, 358 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 900, -1, 115 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 900, -1, 417 } /* 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, 928 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T) */,
{ 900, -1, 1377 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 900, -1, 1399 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T) */,
{ 900, -1, 390 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 900, -1, 305 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 900, -1, 849 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T) */,
{ 900, -1, 1576 } /* 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, 1126 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T) */,
{ 900, -1, 666 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(T) */,
{ 900, -1, 832 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T) */,
{ 900, -1, 837 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T) */,
{ 900, -1, 322 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Hashtable/bucket>(T) */,
{ 900, -1, 439 } /* 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, 60 } /* System.Void System.Array::InternalArray__ICollection_Add<System.DateTimeOffset>(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, 471 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 900, -1, 472 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.HeaderVariantInfo>(T) */,
{ 900, -1, 486 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 900, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T) */,
{ 900, -1, 356 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T) */,
{ 900, -1, 332 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Xml.XmlTextReaderImpl/ParsingState>(T) */,
{ 900, -1, 598 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.AccelerationEvent>(T) */,
{ 900, -1, 625 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.AnimatorClipInfo>(T) */,
{ 900, -1, 510 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 900, -1, 521 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Color32>(T) */,
{ 900, -1, 518 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Color>(T) */,
{ 900, -1, 603 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.ContactPoint2D>(T) */,
{ 900, -1, 575 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.ContactPoint>(T) */,
{ 900, -1, 569 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T) */,
{ 900, -1, 667 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T) */,
{ 900, -1, 496 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Keyframe>(T) */,
{ 900, -1, 547 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.LowLevel.PlayerLoopSystem>(T) */,
{ 900, -1, 517 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Matrix4x4>(T) */,
{ 900, -1, 656 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.ParticleSystem/Particle>(T) */,
{ 900, -1, 559 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Plane>(T) */,
{ 900, -1, 565 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Playables.PlayableBinding>(T) */,
{ 900, -1, 526 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Quaternion>(T) */,
{ 900, -1, 601 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.RaycastHit2D>(T) */,
{ 900, -1, 576 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.RaycastHit>(T) */,
{ 900, -1, 508 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Rect>(T) */,
{ 900, -1, 501 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.RenderBuffer>(T) */,
{ 900, -1, 561 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Rendering.BatchVisibility>(T) */,
{ 900, -1, 515 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T) */,
{ 900, -1, 512 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Resolution>(T) */,
{ 900, -1, 599 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 900, -1, 648 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 900, -1, 651 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 900, -1, 597 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Touch>(T) */,
{ 900, -1, 676 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T) */,
{ 900, -1, 674 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.EventDispatcher/EventRecord>(T) */,
{ 900, -1, 686 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.FocusController/FocusedElement>(T) */,
{ 900, -1, 833 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T) */,
{ 900, -1, 853 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIElements.StyleSheets.StyleValue>(T) */,
{ 900, -1, 534 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 900, -1, 513 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector2>(T) */,
{ 900, -1, 502 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector3>(T) */,
{ 900, -1, 516 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector4>(T) */,
{ 900, -1, 618 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.jvalue>(T) */,
{ 903, -1, 1647 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<FairyGUI.GPath/Segment>(T[],System.Int32) */,
{ 903, -1, 1648 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<FairyGUI.GPathPoint>(T[],System.Int32) */,
{ 903, -1, 1140 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<FairyGUI.TextField/CharPosition>(T[],System.Int32) */,
{ 903, -1, 1642 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<FairyGUI.UpdateContext/ClipInfo>(T[],System.Int32) */,
{ 903, -1, 1564 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1334 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<LuaInterface.LuaFunction/FuncData>(T[],System.Int32) */,
{ 903, -1, 330 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<MS.Internal.Xml.Cache.XPathNode>(T[],System.Int32) */,
{ 903, -1, 359 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T[],System.Int32) */,
{ 903, -1, 418 } /* 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, 934 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1378 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1400 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(T[],System.Int32) */,
{ 903, -1, 391 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T[],System.Int32) */,
{ 903, -1, 306 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T[],System.Int32) */,
{ 903, -1, 850 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(T[],System.Int32) */,
{ 903, -1, 1577 } /* 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, 1127 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(T[],System.Int32) */,
{ 903, -1, 668 } /* 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, 834 } /* 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, 838 } /* 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, 494 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T[],System.Int32) */,
{ 903, -1, 358 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(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, 417 } /* 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, 928 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1377 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T[],System.Int32) */,
{ 903, -1, 1399 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(T[],System.Int32) */,
{ 903, -1, 390 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T[],System.Int32) */,
{ 903, -1, 305 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T[],System.Int32) */,
{ 903, -1, 849 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(T[],System.Int32) */,
{ 903, -1, 1576 } /* 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, 1126 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(T[],System.Int32) */,
{ 903, -1, 666 } /* 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, 832 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(T[],System.Int32) */,
{ 903, -1, 837 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(T[],System.Int32) */,
{ 903, -1, 322 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Hashtable/bucket>(T[],System.Int32) */,
{ 903, -1, 439 } /* 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, 60 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.DateTimeOffset>(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, 471 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.CookieTokenizer/RecognizedAttribute>(T[],System.Int32) */,
{ 903, -1, 472 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.HeaderVariantInfo>(T[],System.Int32) */,
{ 903, -1, 486 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.Sockets.Socket/WSABUF>(T[],System.Int32) */,
{ 903, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T[],System.Int32) */,
{ 903, -1, 356 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T[],System.Int32) */,
{ 903, -1, 332 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Xml.XmlTextReaderImpl/ParsingState>(T[],System.Int32) */,
{ 903, -1, 598 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.AccelerationEvent>(T[],System.Int32) */,
{ 903, -1, 625 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.AnimatorClipInfo>(T[],System.Int32) */,
{ 903, -1, 510 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32) */,
{ 903, -1, 521 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Color32>(T[],System.Int32) */,
{ 903, -1, 518 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Color>(T[],System.Int32) */,
{ 903, -1, 603 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.ContactPoint2D>(T[],System.Int32) */,
{ 903, -1, 575 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.ContactPoint>(T[],System.Int32) */,
{ 903, -1, 569 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(T[],System.Int32) */,
{ 903, -1, 667 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(T[],System.Int32) */,
{ 903, -1, 496 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Keyframe>(T[],System.Int32) */,
{ 903, -1, 547 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.LowLevel.PlayerLoopSystem>(T[],System.Int32) */,
{ 903, -1, 517 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Matrix4x4>(T[],System.Int32) */,
{ 903, -1, 656 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.ParticleSystem/Particle>(T[],System.Int32) */,
{ 903, -1, 559 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Plane>(T[],System.Int32) */,
{ 903, -1, 565 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Playables.PlayableBinding>(T[],System.Int32) */,
{ 903, -1, 526 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Quaternion>(T[],System.Int32) */,
{ 903, -1, 601 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.RaycastHit2D>(T[],System.Int32) */,
{ 903, -1, 576 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.RaycastHit>(T[],System.Int32) */,
{ 903, -1, 508 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Rect>(T[],System.Int32) */,
{ 903, -1, 501 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.RenderBuffer>(T[],System.Int32) */,
{ 903, -1, 561 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Rendering.BatchVisibility>(T[],System.Int32) */,
{ 903, -1, 515 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32) */,
{ 903, -1, 512 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Resolution>(T[],System.Int32) */,
{ 903, -1, 599 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SendMouseEvents/HitInfo>(T[],System.Int32) */,
{ 903, -1, 648 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T[],System.Int32) */,
{ 903, -1, 651 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T[],System.Int32) */,
{ 903, -1, 597 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Touch>(T[],System.Int32) */,
{ 903, -1, 676 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T[],System.Int32) */,
{ 903, -1, 674 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.EventDispatcher/EventRecord>(T[],System.Int32) */,
{ 903, -1, 686 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32) */,
{ 903, -1, 833 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(T[],System.Int32) */,
{ 903, -1, 853 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIElements.StyleSheets.StyleValue>(T[],System.Int32) */,
{ 903, -1, 534 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32) */,
{ 903, -1, 513 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector2>(T[],System.Int32) */,
{ 903, -1, 502 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector3>(T[],System.Int32) */,
{ 903, -1, 516 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector4>(T[],System.Int32) */,
{ 903, -1, 618 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.jvalue>(T[],System.Int32) */,
{ 906, -1, 1647 } /* System.Void System.Array::InternalArray__Insert<FairyGUI.GPath/Segment>(System.Int32,T) */,
{ 906, -1, 1648 } /* System.Void System.Array::InternalArray__Insert<FairyGUI.GPathPoint>(System.Int32,T) */,
{ 906, -1, 1140 } /* System.Void System.Array::InternalArray__Insert<FairyGUI.TextField/CharPosition>(System.Int32,T) */,
{ 906, -1, 1642 } /* System.Void System.Array::InternalArray__Insert<FairyGUI.UpdateContext/ClipInfo>(System.Int32,T) */,
{ 906, -1, 1564 } /* System.Void System.Array::InternalArray__Insert<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32,T) */,
{ 906, -1, 1334 } /* System.Void System.Array::InternalArray__Insert<LuaInterface.LuaFunction/FuncData>(System.Int32,T) */,
{ 906, -1, 330 } /* System.Void System.Array::InternalArray__Insert<MS.Internal.Xml.Cache.XPathNode>(System.Int32,T) */,
{ 906, -1, 359 } /* System.Void System.Array::InternalArray__Insert<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32,T) */,
{ 906, -1, 418 } /* 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, 934 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(System.Int32,T) */,
{ 906, -1, 1378 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32,T) */,
{ 906, -1, 1400 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(System.Int32,T) */,
{ 906, -1, 391 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32,T) */,
{ 906, -1, 306 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32,T) */,
{ 906, -1, 850 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(System.Int32,T) */,
{ 906, -1, 1577 } /* 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, 1127 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(System.Int32,T) */,
{ 906, -1, 668 } /* 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, 834 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32,T) */,
{ 906, -1, 838 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32,T) */,
{ 906, -1, 494 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32,T) */,
{ 906, -1, 358 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(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, 417 } /* 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, 928 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32,T) */,
{ 906, -1, 1377 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32,T) */,
{ 906, -1, 1399 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32,T) */,
{ 906, -1, 390 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32,T) */,
{ 906, -1, 305 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32,T) */,
{ 906, -1, 849 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32,T) */,
{ 906, -1, 1576 } /* 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, 1126 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32,T) */,
{ 906, -1, 666 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32,T) */,
{ 906, -1, 832 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32,T) */,
{ 906, -1, 837 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32,T) */,
{ 906, -1, 322 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Hashtable/bucket>(System.Int32,T) */,
{ 906, -1, 439 } /* 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, 60 } /* System.Void System.Array::InternalArray__Insert<System.DateTimeOffset>(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, 471 } /* System.Void System.Array::InternalArray__Insert<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32,T) */,
{ 906, -1, 472 } /* System.Void System.Array::InternalArray__Insert<System.Net.HeaderVariantInfo>(System.Int32,T) */,
{ 906, -1, 486 } /* System.Void System.Array::InternalArray__Insert<System.Net.Sockets.Socket/WSABUF>(System.Int32,T) */,
{ 906, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* System.Void System.Array::InternalArray__Insert<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(System.Int32,T) */,
{ 906, -1, 356 } /* System.Void System.Array::InternalArray__Insert<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(System.Int32,T) */,
{ 906, -1, 332 } /* System.Void System.Array::InternalArray__Insert<System.Xml.XmlTextReaderImpl/ParsingState>(System.Int32,T) */,
{ 906, -1, 598 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.AccelerationEvent>(System.Int32,T) */,
{ 906, -1, 625 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.AnimatorClipInfo>(System.Int32,T) */,
{ 906, -1, 510 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32,T) */,
{ 906, -1, 521 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Color32>(System.Int32,T) */,
{ 906, -1, 518 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Color>(System.Int32,T) */,
{ 906, -1, 603 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.ContactPoint2D>(System.Int32,T) */,
{ 906, -1, 575 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.ContactPoint>(System.Int32,T) */,
{ 906, -1, 569 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32,T) */,
{ 906, -1, 667 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(System.Int32,T) */,
{ 906, -1, 496 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Keyframe>(System.Int32,T) */,
{ 906, -1, 547 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32,T) */,
{ 906, -1, 517 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Matrix4x4>(System.Int32,T) */,
{ 906, -1, 656 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.ParticleSystem/Particle>(System.Int32,T) */,
{ 906, -1, 559 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Plane>(System.Int32,T) */,
{ 906, -1, 565 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Playables.PlayableBinding>(System.Int32,T) */,
{ 906, -1, 526 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Quaternion>(System.Int32,T) */,
{ 906, -1, 601 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.RaycastHit2D>(System.Int32,T) */,
{ 906, -1, 576 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.RaycastHit>(System.Int32,T) */,
{ 906, -1, 508 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Rect>(System.Int32,T) */,
{ 906, -1, 501 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.RenderBuffer>(System.Int32,T) */,
{ 906, -1, 561 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Rendering.BatchVisibility>(System.Int32,T) */,
{ 906, -1, 515 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32,T) */,
{ 906, -1, 512 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Resolution>(System.Int32,T) */,
{ 906, -1, 599 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SendMouseEvents/HitInfo>(System.Int32,T) */,
{ 906, -1, 648 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32,T) */,
{ 906, -1, 651 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32,T) */,
{ 906, -1, 597 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Touch>(System.Int32,T) */,
{ 906, -1, 676 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.EventDispatcher/DispatchContext>(System.Int32,T) */,
{ 906, -1, 674 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.EventDispatcher/EventRecord>(System.Int32,T) */,
{ 906, -1, 686 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.FocusController/FocusedElement>(System.Int32,T) */,
{ 906, -1, 833 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(System.Int32,T) */,
{ 906, -1, 853 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32,T) */,
{ 906, -1, 534 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32,T) */,
{ 906, -1, 513 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector2>(System.Int32,T) */,
{ 906, -1, 502 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector3>(System.Int32,T) */,
{ 906, -1, 516 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector4>(System.Int32,T) */,
{ 906, -1, 618 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.jvalue>(System.Int32,T) */,
{ 910, -1, 1647 } /* System.Void System.Array::InternalArray__set_Item<FairyGUI.GPath/Segment>(System.Int32,T) */,
{ 910, -1, 1648 } /* System.Void System.Array::InternalArray__set_Item<FairyGUI.GPathPoint>(System.Int32,T) */,
{ 910, -1, 1140 } /* System.Void System.Array::InternalArray__set_Item<FairyGUI.TextField/CharPosition>(System.Int32,T) */,
{ 910, -1, 1642 } /* System.Void System.Array::InternalArray__set_Item<FairyGUI.UpdateContext/ClipInfo>(System.Int32,T) */,
{ 910, -1, 1564 } /* System.Void System.Array::InternalArray__set_Item<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32,T) */,
{ 910, -1, 1334 } /* System.Void System.Array::InternalArray__set_Item<LuaInterface.LuaFunction/FuncData>(System.Int32,T) */,
{ 910, -1, 330 } /* System.Void System.Array::InternalArray__set_Item<MS.Internal.Xml.Cache.XPathNode>(System.Int32,T) */,
{ 910, -1, 359 } /* System.Void System.Array::InternalArray__set_Item<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32,T) */,
{ 910, -1, 418 } /* 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, 934 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(System.Int32,T) */,
{ 910, -1, 1378 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32,T) */,
{ 910, -1, 1400 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(System.Int32,T) */,
{ 910, -1, 391 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32,T) */,
{ 910, -1, 306 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32,T) */,
{ 910, -1, 850 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(System.Int32,T) */,
{ 910, -1, 1577 } /* 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, 1127 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(System.Int32,T) */,
{ 910, -1, 668 } /* 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, 834 } /* 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, 838 } /* 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, 494 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32,T) */,
{ 910, -1, 358 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(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, 417 } /* 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, 928 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32,T) */,
{ 910, -1, 1377 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32,T) */,
{ 910, -1, 1399 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32,T) */,
{ 910, -1, 390 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32,T) */,
{ 910, -1, 305 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32,T) */,
{ 910, -1, 849 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32,T) */,
{ 910, -1, 1576 } /* 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, 1126 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32,T) */,
{ 910, -1, 666 } /* 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, 832 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32,T) */,
{ 910, -1, 837 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32,T) */,
{ 910, -1, 322 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Hashtable/bucket>(System.Int32,T) */,
{ 910, -1, 439 } /* 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, 60 } /* System.Void System.Array::InternalArray__set_Item<System.DateTimeOffset>(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, 471 } /* System.Void System.Array::InternalArray__set_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32,T) */,
{ 910, -1, 472 } /* System.Void System.Array::InternalArray__set_Item<System.Net.HeaderVariantInfo>(System.Int32,T) */,
{ 910, -1, 486 } /* System.Void System.Array::InternalArray__set_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32,T) */,
{ 910, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* System.Void System.Array::InternalArray__set_Item<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(System.Int32,T) */,
{ 910, -1, 356 } /* System.Void System.Array::InternalArray__set_Item<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(System.Int32,T) */,
{ 910, -1, 332 } /* System.Void System.Array::InternalArray__set_Item<System.Xml.XmlTextReaderImpl/ParsingState>(System.Int32,T) */,
{ 910, -1, 598 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.AccelerationEvent>(System.Int32,T) */,
{ 910, -1, 625 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.AnimatorClipInfo>(System.Int32,T) */,
{ 910, -1, 510 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32,T) */,
{ 910, -1, 521 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Color32>(System.Int32,T) */,
{ 910, -1, 518 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Color>(System.Int32,T) */,
{ 910, -1, 603 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.ContactPoint2D>(System.Int32,T) */,
{ 910, -1, 575 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.ContactPoint>(System.Int32,T) */,
{ 910, -1, 569 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32,T) */,
{ 910, -1, 667 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(System.Int32,T) */,
{ 910, -1, 496 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Keyframe>(System.Int32,T) */,
{ 910, -1, 547 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32,T) */,
{ 910, -1, 517 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Matrix4x4>(System.Int32,T) */,
{ 910, -1, 656 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.ParticleSystem/Particle>(System.Int32,T) */,
{ 910, -1, 559 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Plane>(System.Int32,T) */,
{ 910, -1, 565 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Playables.PlayableBinding>(System.Int32,T) */,
{ 910, -1, 526 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Quaternion>(System.Int32,T) */,
{ 910, -1, 601 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.RaycastHit2D>(System.Int32,T) */,
{ 910, -1, 576 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.RaycastHit>(System.Int32,T) */,
{ 910, -1, 508 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Rect>(System.Int32,T) */,
{ 910, -1, 501 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.RenderBuffer>(System.Int32,T) */,
{ 910, -1, 561 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Rendering.BatchVisibility>(System.Int32,T) */,
{ 910, -1, 515 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32,T) */,
{ 910, -1, 512 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Resolution>(System.Int32,T) */,
{ 910, -1, 599 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32,T) */,
{ 910, -1, 648 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32,T) */,
{ 910, -1, 651 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32,T) */,
{ 910, -1, 597 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Touch>(System.Int32,T) */,
{ 910, -1, 676 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.EventDispatcher/DispatchContext>(System.Int32,T) */,
{ 910, -1, 674 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.EventDispatcher/EventRecord>(System.Int32,T) */,
{ 910, -1, 686 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.FocusController/FocusedElement>(System.Int32,T) */,
{ 910, -1, 833 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(System.Int32,T) */,
{ 910, -1, 853 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32,T) */,
{ 910, -1, 534 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32,T) */,
{ 910, -1, 513 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector2>(System.Int32,T) */,
{ 910, -1, 502 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector3>(System.Int32,T) */,
{ 910, -1, 516 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector4>(System.Int32,T) */,
{ 910, -1, 618 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.jvalue>(System.Int32,T) */,
{ 802, -1, 1642 } /* System.Void System.Array::Resize<FairyGUI.UpdateContext/ClipInfo>(T[]&,System.Int32) */,
{ 802, -1, 1334 } /* System.Void System.Array::Resize<LuaInterface.LuaFunction/FuncData>(T[]&,System.Int32) */,
{ 802, -1, 364 } /* System.Void System.Array::Resize<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T[]&,System.Int32) */,
{ 802, -1, 676 } /* System.Void System.Array::Resize<UnityEngine.UIElements.EventDispatcher/DispatchContext>(T[]&,System.Int32) */,
{ 859, -1, 1647 } /* System.Void System.Array::Reverse<FairyGUI.GPath/Segment>(T[],System.Int32,System.Int32) */,
{ 859, -1, 1648 } /* System.Void System.Array::Reverse<FairyGUI.GPathPoint>(T[],System.Int32,System.Int32) */,
{ 859, -1, 1140 } /* System.Void System.Array::Reverse<FairyGUI.TextField/CharPosition>(T[],System.Int32,System.Int32) */,
{ 859, -1, 47 } /* System.Void System.Array::Reverse<System.Boolean>(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, 59 } /* System.Void System.Array::Reverse<System.DateTime>(T[],System.Int32,System.Int32) */,
{ 859, -1, 60 } /* System.Void System.Array::Reverse<System.DateTimeOffset>(T[],System.Int32,System.Int32) */,
{ 859, -1, 61 } /* System.Void System.Array::Reverse<System.Decimal>(T[],System.Int32,System.Int32) */,
{ 859, -1, 81 } /* System.Void System.Array::Reverse<System.Double>(T[],System.Int32,System.Int32) */,
{ 859, -1, 95 } /* System.Void System.Array::Reverse<System.Int16>(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, 108 } /* System.Void System.Array::Reverse<System.SByte>(T[],System.Int32,System.Int32) */,
{ 859, -1, 109 } /* System.Void System.Array::Reverse<System.Single>(T[],System.Int32,System.Int32) */,
{ 859, -1, 110 } /* System.Void System.Array::Reverse<System.TimeSpan>(T[],System.Int32,System.Int32) */,
{ 859, -1, 134 } /* System.Void System.Array::Reverse<System.UInt16>(T[],System.Int32,System.Int32) */,
{ 859, -1, 21 } /* System.Void System.Array::Reverse<System.UInt32>(T[],System.Int32,System.Int32) */,
{ 859, -1, 82 } /* System.Void System.Array::Reverse<System.UInt64>(T[],System.Int32,System.Int32) */,
{ 859, -1, 625 } /* System.Void System.Array::Reverse<UnityEngine.AnimatorClipInfo>(T[],System.Int32,System.Int32) */,
{ 859, -1, 510 } /* System.Void System.Array::Reverse<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32,System.Int32) */,
{ 859, -1, 521 } /* System.Void System.Array::Reverse<UnityEngine.Color32>(T[],System.Int32,System.Int32) */,
{ 859, -1, 518 } /* System.Void System.Array::Reverse<UnityEngine.Color>(T[],System.Int32,System.Int32) */,
{ 859, -1, 517 } /* System.Void System.Array::Reverse<UnityEngine.Matrix4x4>(T[],System.Int32,System.Int32) */,
{ 859, -1, 656 } /* System.Void System.Array::Reverse<UnityEngine.ParticleSystem/Particle>(T[],System.Int32,System.Int32) */,
{ 859, -1, 601 } /* System.Void System.Array::Reverse<UnityEngine.RaycastHit2D>(T[],System.Int32,System.Int32) */,
{ 859, -1, 508 } /* System.Void System.Array::Reverse<UnityEngine.Rect>(T[],System.Int32,System.Int32) */,
{ 859, -1, 515 } /* System.Void System.Array::Reverse<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32,System.Int32) */,
{ 859, -1, 686 } /* System.Void System.Array::Reverse<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32,System.Int32) */,
{ 859, -1, 534 } /* System.Void System.Array::Reverse<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32,System.Int32) */,
{ 859, -1, 513 } /* System.Void System.Array::Reverse<UnityEngine.Vector2>(T[],System.Int32,System.Int32) */,
{ 859, -1, 502 } /* System.Void System.Array::Reverse<UnityEngine.Vector3>(T[],System.Int32,System.Int32) */,
{ 859, -1, 516 } /* System.Void System.Array::Reverse<UnityEngine.Vector4>(T[],System.Int32,System.Int32) */,
{ 875, -1, 1647 } /* System.Void System.Array::Sort<FairyGUI.GPath/Segment>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 1648 } /* System.Void System.Array::Sort<FairyGUI.GPathPoint>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 1140 } /* System.Void System.Array::Sort<FairyGUI.TextField/CharPosition>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 47 } /* System.Void System.Array::Sort<System.Boolean>(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, 59 } /* System.Void System.Array::Sort<System.DateTime>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 60 } /* System.Void System.Array::Sort<System.DateTimeOffset>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 61 } /* System.Void System.Array::Sort<System.Decimal>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 81 } /* System.Void System.Array::Sort<System.Double>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 95 } /* System.Void System.Array::Sort<System.Int16>(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, 108 } /* System.Void System.Array::Sort<System.SByte>(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>) */,
{ 875, -1, 110 } /* System.Void System.Array::Sort<System.TimeSpan>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 134 } /* System.Void System.Array::Sort<System.UInt16>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 21 } /* System.Void System.Array::Sort<System.UInt32>(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, 625 } /* System.Void System.Array::Sort<UnityEngine.AnimatorClipInfo>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 510 } /* System.Void System.Array::Sort<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 521 } /* System.Void System.Array::Sort<UnityEngine.Color32>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 518 } /* System.Void System.Array::Sort<UnityEngine.Color>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 517 } /* System.Void System.Array::Sort<UnityEngine.Matrix4x4>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 656 } /* System.Void System.Array::Sort<UnityEngine.ParticleSystem/Particle>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 601 } /* System.Void System.Array::Sort<UnityEngine.RaycastHit2D>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 508 } /* System.Void System.Array::Sort<UnityEngine.Rect>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 515 } /* System.Void System.Array::Sort<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 686 } /* System.Void System.Array::Sort<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 534 } /* System.Void System.Array::Sort<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 513 } /* System.Void System.Array::Sort<UnityEngine.Vector2>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 502 } /* System.Void System.Array::Sort<UnityEngine.Vector3>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 516 } /* System.Void System.Array::Sort<UnityEngine.Vector4>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10434, -1, 2531 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(TAwaiter&,TStateMachine&) */,
{ 10443, 47, 2532 } /* 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&) */,
{ 10443, 16, 2533 } /* 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&) */,
{ 10443, 0, 2136 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(TAwaiter&,TStateMachine&) */,
{ 10440, 0, 2130 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(TStateMachine&) */,
{ 10442, 189, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10442, 189, 2124 } /* 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&) */,
{ 10443, 189, 29 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 10443, 189, 2135 } /* 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&) */,
{ 10443, 189, 2142 } /* 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&) */,
{ 10443, 189, 2125 } /* 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&) */,
{ 10443, 189, 2134 } /* 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&) */,
{ 10443, 189, 2531 } /* 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, 1647 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<FairyGUI.GPath/Segment>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 1648 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<FairyGUI.GPathPoint>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 1140 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<FairyGUI.TextField/CharPosition>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 47 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Boolean>(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, 59 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.DateTime>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 60 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.DateTimeOffset>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 61 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Decimal>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 81 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Double>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 95 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Int16>(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, 108 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.SByte>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 109 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Single>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 110 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.TimeSpan>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 134 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.UInt16>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 21 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.UInt32>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 82 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.UInt64>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 625 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.AnimatorClipInfo>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 510 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 521 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Color32>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 518 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Color>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 517 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Matrix4x4>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 656 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.ParticleSystem/Particle>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 601 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.RaycastHit2D>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 508 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Rect>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 515 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 686 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.UIElements.FocusController/FocusedElement>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 534 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 513 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector2>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 502 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector3>(System.Object,System.ExceptionArgument) */,
{ 776, -1, 516 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector4>(System.Object,System.ExceptionArgument) */,
{ 19713, -1, 90 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::InternalEnumToInt<System.Int32Enum>(T&,System.Int32&) */,
{ 19710, -1, 6 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<System.Byte>(System.Void*,System.Int32,T) */,
{ 19710, -1, 16 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<System.Int32>(System.Void*,System.Int32,T) */,
{ 19710, -1, 569 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Void*,System.Int32,T) */,
{ 19710, -1, 656 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<UnityEngine.ParticleSystem/Particle>(System.Void*,System.Int32,T) */,
{ 19710, -1, 559 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<UnityEngine.Plane>(System.Void*,System.Int32,T) */,
{ 19710, -1, 561 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<UnityEngine.Rendering.BatchVisibility>(System.Void*,System.Int32,T) */,
{ 22515, -1, 16 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Int32>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 22122, -1, 47 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Boolean>(System.Object) */,
{ 22122, -1, 16 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Int32>(System.Object) */,
{ 22122, -1, 109 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Single>(System.Object) */,
{ 20872, -1, 516 } /* 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) */,
{ 21665, -1, 521 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Color32>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21664, -1, 109 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<System.Single>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21664, -1, 521 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Color32>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21664, -1, 518 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Color>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21664, -1, 517 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Matrix4x4>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21664, -1, 508 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Rect>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 21664, -1, 516 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 33087, -1, 47 } /* T LuaInterface.LuaFunction::CheckValue<System.Boolean>() */,
{ 33489, -1, 47 } /* T LuaInterface.LuaState::CheckValue<System.Boolean>(System.Int32) */,
{ 904, -1, 1647 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.GPath/Segment>(System.Int32) */,
{ 904, -1, 1648 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.GPathPoint>(System.Int32) */,
{ 904, -1, 1140 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.TextField/CharPosition>(System.Int32) */,
{ 904, -1, 1642 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.UpdateContext/ClipInfo>(System.Int32) */,
{ 904, -1, 1564 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32) */,
{ 904, -1, 1334 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<LuaInterface.LuaFunction/FuncData>(System.Int32) */,
{ 904, -1, 330 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<MS.Internal.Xml.Cache.XPathNode>(System.Int32) */,
{ 904, -1, 359 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32) */,
{ 904, -1, 418 } /* 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, 934 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(System.Int32) */,
{ 904, -1, 1378 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32) */,
{ 904, -1, 1400 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(System.Int32) */,
{ 904, -1, 391 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32) */,
{ 904, -1, 306 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32) */,
{ 904, -1, 850 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(System.Int32) */,
{ 904, -1, 1577 } /* 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, 1127 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(System.Int32) */,
{ 904, -1, 668 } /* 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, 834 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32) */,
{ 904, -1, 838 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32) */,
{ 904, -1, 494 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32) */,
{ 904, -1, 358 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(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, 417 } /* 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, 928 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32) */,
{ 904, -1, 1377 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32) */,
{ 904, -1, 1399 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32) */,
{ 904, -1, 390 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32) */,
{ 904, -1, 305 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32) */,
{ 904, -1, 849 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32) */,
{ 904, -1, 1576 } /* 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, 1126 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32) */,
{ 904, -1, 666 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32) */,
{ 904, -1, 832 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32) */,
{ 904, -1, 837 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32) */,
{ 904, -1, 322 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Hashtable/bucket>(System.Int32) */,
{ 904, -1, 439 } /* 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, 60 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.DateTimeOffset>(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, 471 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32) */,
{ 904, -1, 472 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.HeaderVariantInfo>(System.Int32) */,
{ 904, -1, 486 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32) */,
{ 904, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(System.Int32) */,
{ 904, -1, 356 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(System.Int32) */,
{ 904, -1, 332 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.XmlTextReaderImpl/ParsingState>(System.Int32) */,
{ 904, -1, 598 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.AccelerationEvent>(System.Int32) */,
{ 904, -1, 625 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.AnimatorClipInfo>(System.Int32) */,
{ 904, -1, 510 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32) */,
{ 904, -1, 521 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Color32>(System.Int32) */,
{ 904, -1, 518 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Color>(System.Int32) */,
{ 904, -1, 603 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ContactPoint2D>(System.Int32) */,
{ 904, -1, 575 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ContactPoint>(System.Int32) */,
{ 904, -1, 569 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32) */,
{ 904, -1, 667 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(System.Int32) */,
{ 904, -1, 496 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Keyframe>(System.Int32) */,
{ 904, -1, 547 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32) */,
{ 904, -1, 517 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Matrix4x4>(System.Int32) */,
{ 904, -1, 656 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ParticleSystem/Particle>(System.Int32) */,
{ 904, -1, 559 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Plane>(System.Int32) */,
{ 904, -1, 565 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Playables.PlayableBinding>(System.Int32) */,
{ 904, -1, 526 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Quaternion>(System.Int32) */,
{ 904, -1, 601 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RaycastHit2D>(System.Int32) */,
{ 904, -1, 576 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RaycastHit>(System.Int32) */,
{ 904, -1, 508 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rect>(System.Int32) */,
{ 904, -1, 501 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RenderBuffer>(System.Int32) */,
{ 904, -1, 561 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rendering.BatchVisibility>(System.Int32) */,
{ 904, -1, 515 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32) */,
{ 904, -1, 512 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Resolution>(System.Int32) */,
{ 904, -1, 599 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32) */,
{ 904, -1, 648 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32) */,
{ 904, -1, 651 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32) */,
{ 904, -1, 597 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Touch>(System.Int32) */,
{ 904, -1, 676 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.EventDispatcher/DispatchContext>(System.Int32) */,
{ 904, -1, 674 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.EventDispatcher/EventRecord>(System.Int32) */,
{ 904, -1, 686 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.FocusController/FocusedElement>(System.Int32) */,
{ 904, -1, 833 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(System.Int32) */,
{ 904, -1, 853 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32) */,
{ 904, -1, 534 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32) */,
{ 904, -1, 513 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector2>(System.Int32) */,
{ 904, -1, 502 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector3>(System.Int32) */,
{ 904, -1, 516 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector4>(System.Int32) */,
{ 904, -1, 618 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.jvalue>(System.Int32) */,
{ 909, -1, 1647 } /* T System.Array::InternalArray__get_Item<FairyGUI.GPath/Segment>(System.Int32) */,
{ 909, -1, 1648 } /* T System.Array::InternalArray__get_Item<FairyGUI.GPathPoint>(System.Int32) */,
{ 909, -1, 1140 } /* T System.Array::InternalArray__get_Item<FairyGUI.TextField/CharPosition>(System.Int32) */,
{ 909, -1, 1642 } /* T System.Array::InternalArray__get_Item<FairyGUI.UpdateContext/ClipInfo>(System.Int32) */,
{ 909, -1, 1564 } /* T System.Array::InternalArray__get_Item<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32) */,
{ 909, -1, 1334 } /* T System.Array::InternalArray__get_Item<LuaInterface.LuaFunction/FuncData>(System.Int32) */,
{ 909, -1, 330 } /* T System.Array::InternalArray__get_Item<MS.Internal.Xml.Cache.XPathNode>(System.Int32) */,
{ 909, -1, 359 } /* T System.Array::InternalArray__get_Item<MS.Internal.Xml.Cache.XPathNodeRef>(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, 484 } /* 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, 469 } /* 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, 360 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32) */,
{ 909, -1, 418 } /* 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, 934 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>(System.Int32) */,
{ 909, -1, 1378 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32) */,
{ 909, -1, 1400 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>(System.Int32) */,
{ 909, -1, 391 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32) */,
{ 909, -1, 306 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32) */,
{ 909, -1, 850 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>(System.Int32) */,
{ 909, -1, 1577 } /* 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, 1127 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>(System.Int32) */,
{ 909, -1, 668 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32) */,
{ 909, -1, 834 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32) */,
{ 909, -1, 838 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32) */,
{ 909, -1, 494 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32) */,
{ 909, -1, 358 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32) */,
{ 909, -1, 115 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32) */,
{ 909, -1, 417 } /* 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, 928 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32) */,
{ 909, -1, 1377 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32) */,
{ 909, -1, 1399 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32) */,
{ 909, -1, 390 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32) */,
{ 909, -1, 305 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32) */,
{ 909, -1, 849 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32) */,
{ 909, -1, 1576 } /* 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, 1126 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32) */,
{ 909, -1, 666 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>(System.Int32) */,
{ 909, -1, 832 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>(System.Int32) */,
{ 909, -1, 837 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>(System.Int32) */,
{ 909, -1, 322 } /* T System.Array::InternalArray__get_Item<System.Collections.Hashtable/bucket>(System.Int32) */,
{ 909, -1, 439 } /* 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, 60 } /* T System.Array::InternalArray__get_Item<System.DateTimeOffset>(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, 471 } /* T System.Array::InternalArray__get_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32) */,
{ 909, -1, 472 } /* T System.Array::InternalArray__get_Item<System.Net.HeaderVariantInfo>(System.Int32) */,
{ 909, -1, 486 } /* T System.Array::InternalArray__get_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32) */,
{ 909, -1, 1427 } /* 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, 485 } /* 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, 466 } /* 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, 430 } /* 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, 328 } /* 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, 400 } /* 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, 364 } /* T System.Array::InternalArray__get_Item<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(System.Int32) */,
{ 909, -1, 356 } /* T System.Array::InternalArray__get_Item<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(System.Int32) */,
{ 909, -1, 332 } /* T System.Array::InternalArray__get_Item<System.Xml.XmlTextReaderImpl/ParsingState>(System.Int32) */,
{ 909, -1, 598 } /* T System.Array::InternalArray__get_Item<UnityEngine.AccelerationEvent>(System.Int32) */,
{ 909, -1, 625 } /* T System.Array::InternalArray__get_Item<UnityEngine.AnimatorClipInfo>(System.Int32) */,
{ 909, -1, 510 } /* T System.Array::InternalArray__get_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32) */,
{ 909, -1, 521 } /* T System.Array::InternalArray__get_Item<UnityEngine.Color32>(System.Int32) */,
{ 909, -1, 518 } /* T System.Array::InternalArray__get_Item<UnityEngine.Color>(System.Int32) */,
{ 909, -1, 603 } /* T System.Array::InternalArray__get_Item<UnityEngine.ContactPoint2D>(System.Int32) */,
{ 909, -1, 575 } /* T System.Array::InternalArray__get_Item<UnityEngine.ContactPoint>(System.Int32) */,
{ 909, -1, 569 } /* T System.Array::InternalArray__get_Item<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32) */,
{ 909, -1, 667 } /* T System.Array::InternalArray__get_Item<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>(System.Int32) */,
{ 909, -1, 496 } /* T System.Array::InternalArray__get_Item<UnityEngine.Keyframe>(System.Int32) */,
{ 909, -1, 547 } /* T System.Array::InternalArray__get_Item<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32) */,
{ 909, -1, 517 } /* T System.Array::InternalArray__get_Item<UnityEngine.Matrix4x4>(System.Int32) */,
{ 909, -1, 656 } /* T System.Array::InternalArray__get_Item<UnityEngine.ParticleSystem/Particle>(System.Int32) */,
{ 909, -1, 559 } /* T System.Array::InternalArray__get_Item<UnityEngine.Plane>(System.Int32) */,
{ 909, -1, 565 } /* T System.Array::InternalArray__get_Item<UnityEngine.Playables.PlayableBinding>(System.Int32) */,
{ 909, -1, 526 } /* T System.Array::InternalArray__get_Item<UnityEngine.Quaternion>(System.Int32) */,
{ 909, -1, 601 } /* T System.Array::InternalArray__get_Item<UnityEngine.RaycastHit2D>(System.Int32) */,
{ 909, -1, 576 } /* T System.Array::InternalArray__get_Item<UnityEngine.RaycastHit>(System.Int32) */,
{ 909, -1, 508 } /* T System.Array::InternalArray__get_Item<UnityEngine.Rect>(System.Int32) */,
{ 909, -1, 501 } /* T System.Array::InternalArray__get_Item<UnityEngine.RenderBuffer>(System.Int32) */,
{ 909, -1, 561 } /* T System.Array::InternalArray__get_Item<UnityEngine.Rendering.BatchVisibility>(System.Int32) */,
{ 909, -1, 515 } /* T System.Array::InternalArray__get_Item<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32) */,
{ 909, -1, 512 } /* T System.Array::InternalArray__get_Item<UnityEngine.Resolution>(System.Int32) */,
{ 909, -1, 599 } /* T System.Array::InternalArray__get_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32) */,
{ 909, -1, 648 } /* T System.Array::InternalArray__get_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32) */,
{ 909, -1, 651 } /* T System.Array::InternalArray__get_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32) */,
{ 909, -1, 597 } /* T System.Array::InternalArray__get_Item<UnityEngine.Touch>(System.Int32) */,
{ 909, -1, 676 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.EventDispatcher/DispatchContext>(System.Int32) */,
{ 909, -1, 674 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.EventDispatcher/EventRecord>(System.Int32) */,
{ 909, -1, 686 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.FocusController/FocusedElement>(System.Int32) */,
{ 909, -1, 833 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>(System.Int32) */,
{ 909, -1, 853 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32) */,
{ 909, -1, 534 } /* T System.Array::InternalArray__get_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32) */,
{ 909, -1, 513 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector2>(System.Int32) */,
{ 909, -1, 502 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector3>(System.Int32) */,
{ 909, -1, 516 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector4>(System.Int32) */,
{ 909, -1, 618 } /* T System.Array::InternalArray__get_Item<UnityEngine.jvalue>(System.Int32) */,
{ 951, -1, 1647 } /* T System.Array::UnsafeLoad<FairyGUI.GPath/Segment>(T[],System.Int32) */,
{ 951, -1, 1648 } /* T System.Array::UnsafeLoad<FairyGUI.GPathPoint>(T[],System.Int32) */,
{ 951, -1, 1140 } /* T System.Array::UnsafeLoad<FairyGUI.TextField/CharPosition>(T[],System.Int32) */,
{ 951, -1, 47 } /* T System.Array::UnsafeLoad<System.Boolean>(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, 59 } /* T System.Array::UnsafeLoad<System.DateTime>(T[],System.Int32) */,
{ 951, -1, 60 } /* T System.Array::UnsafeLoad<System.DateTimeOffset>(T[],System.Int32) */,
{ 951, -1, 61 } /* T System.Array::UnsafeLoad<System.Decimal>(T[],System.Int32) */,
{ 951, -1, 81 } /* T System.Array::UnsafeLoad<System.Double>(T[],System.Int32) */,
{ 951, -1, 95 } /* T System.Array::UnsafeLoad<System.Int16>(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, 108 } /* T System.Array::UnsafeLoad<System.SByte>(T[],System.Int32) */,
{ 951, -1, 109 } /* T System.Array::UnsafeLoad<System.Single>(T[],System.Int32) */,
{ 951, -1, 110 } /* T System.Array::UnsafeLoad<System.TimeSpan>(T[],System.Int32) */,
{ 951, -1, 134 } /* T System.Array::UnsafeLoad<System.UInt16>(T[],System.Int32) */,
{ 951, -1, 21 } /* T System.Array::UnsafeLoad<System.UInt32>(T[],System.Int32) */,
{ 951, -1, 82 } /* T System.Array::UnsafeLoad<System.UInt64>(T[],System.Int32) */,
{ 951, -1, 625 } /* T System.Array::UnsafeLoad<UnityEngine.AnimatorClipInfo>(T[],System.Int32) */,
{ 951, -1, 510 } /* T System.Array::UnsafeLoad<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32) */,
{ 951, -1, 521 } /* T System.Array::UnsafeLoad<UnityEngine.Color32>(T[],System.Int32) */,
{ 951, -1, 518 } /* T System.Array::UnsafeLoad<UnityEngine.Color>(T[],System.Int32) */,
{ 951, -1, 517 } /* T System.Array::UnsafeLoad<UnityEngine.Matrix4x4>(T[],System.Int32) */,
{ 951, -1, 656 } /* T System.Array::UnsafeLoad<UnityEngine.ParticleSystem/Particle>(T[],System.Int32) */,
{ 951, -1, 601 } /* T System.Array::UnsafeLoad<UnityEngine.RaycastHit2D>(T[],System.Int32) */,
{ 951, -1, 508 } /* T System.Array::UnsafeLoad<UnityEngine.Rect>(T[],System.Int32) */,
{ 951, -1, 515 } /* T System.Array::UnsafeLoad<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32) */,
{ 951, -1, 686 } /* T System.Array::UnsafeLoad<UnityEngine.UIElements.FocusController/FocusedElement>(T[],System.Int32) */,
{ 951, -1, 534 } /* T System.Array::UnsafeLoad<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32) */,
{ 951, -1, 513 } /* T System.Array::UnsafeLoad<UnityEngine.Vector2>(T[],System.Int32) */,
{ 951, -1, 502 } /* T System.Array::UnsafeLoad<UnityEngine.Vector3>(T[],System.Int32) */,
{ 951, -1, 516 } /* T System.Array::UnsafeLoad<UnityEngine.Vector4>(T[],System.Int32) */,
{ 19709, -1, 6 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Byte>(System.Void*,System.Int32) */,
{ 19709, -1, 16 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Int32>(System.Void*,System.Int32) */,
{ 19709, -1, 569 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Void*,System.Int32) */,
{ 19709, -1, 656 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.ParticleSystem/Particle>(System.Void*,System.Int32) */,
{ 19709, -1, 559 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Plane>(System.Void*,System.Int32) */,
{ 19709, -1, 561 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Rendering.BatchVisibility>(System.Void*,System.Int32) */,
{ 946, -1, 1642 } /* T[] System.Array::Empty<FairyGUI.UpdateContext/ClipInfo>() */,
{ 946, -1, 1334 } /* T[] System.Array::Empty<LuaInterface.LuaFunction/FuncData>() */,
{ 946, -1, 37 } /* T[] System.Array::Empty<System.Int64>() */,
{ 946, -1, 364 } /* T[] System.Array::Empty<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>() */,
{ 946, -1, 676 } /* T[] System.Array::Empty<UnityEngine.UIElements.EventDispatcher/DispatchContext>() */,
{ 946, -1, 674 } /* T[] System.Array::Empty<UnityEngine.UIElements.EventDispatcher/EventRecord>() */,
{ 20868, -1, 502 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) */,
{ 25568, -1, 90 } /* UnityEngine.UIElements.StyleEnum`1<T> UnityEngine.UIElements.StyleValueExtensions::ToStyleEnum<System.Int32Enum>(UnityEngine.UIElements.StyleInt,T) */,
{ 25714, 7, -1 } /* System.Int32 ArrayPool`1<System.Char>::GetSlot(System.Int32) */,
{ 33169, 47, -1 } /* System.Void LuaInterface.LuaOut`1<System.Boolean>::.ctor() */,
{ 33169, 6, -1 } /* System.Void LuaInterface.LuaOut`1<System.Byte>::.ctor() */,
{ 33169, 7, -1 } /* System.Void LuaInterface.LuaOut`1<System.Char>::.ctor() */,
{ 33169, 81, -1 } /* System.Void LuaInterface.LuaOut`1<System.Double>::.ctor() */,
{ 33169, 95, -1 } /* System.Void LuaInterface.LuaOut`1<System.Int16>::.ctor() */,
{ 33169, 16, -1 } /* System.Void LuaInterface.LuaOut`1<System.Int32>::.ctor() */,
{ 33169, 37, -1 } /* System.Void LuaInterface.LuaOut`1<System.Int64>::.ctor() */,
{ 33169, 108, -1 } /* System.Void LuaInterface.LuaOut`1<System.SByte>::.ctor() */,
{ 33169, 109, -1 } /* System.Void LuaInterface.LuaOut`1<System.Single>::.ctor() */,
{ 33169, 134, -1 } /* System.Void LuaInterface.LuaOut`1<System.UInt16>::.ctor() */,
{ 33169, 21, -1 } /* System.Void LuaInterface.LuaOut`1<System.UInt32>::.ctor() */,
{ 33169, 82, -1 } /* System.Void LuaInterface.LuaOut`1<System.UInt64>::.ctor() */,
{ 34014, 1105, -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>) */,
{ 34015, 1105, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::SelectPush() */,
{ 34016, 1105, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::PushValue(System.IntPtr,T) */,
{ 34017, 1105, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::PushObject(System.IntPtr,T) */,
{ 34018, 1105, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::PushArray(System.IntPtr,T) */,
{ 34019, 1105, -1 } /* T LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1105, -1 } /* T LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1105, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.GlyphInfo>::.cctor() */,
{ 34014, 1115, -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>) */,
{ 34015, 1115, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<FairyGUI.Margin>::SelectPush() */,
{ 34016, 1115, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::PushValue(System.IntPtr,T) */,
{ 34017, 1115, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::PushObject(System.IntPtr,T) */,
{ 34018, 1115, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::PushArray(System.IntPtr,T) */,
{ 34019, 1115, -1 } /* T LuaInterface.StackTraits`1<FairyGUI.Margin>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1115, -1 } /* T LuaInterface.StackTraits`1<FairyGUI.Margin>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1115, -1 } /* System.Void LuaInterface.StackTraits`1<FairyGUI.Margin>::.cctor() */,
{ 34015, 1432, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::SelectPush() */,
{ 34016, 1432, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::PushValue(System.IntPtr,T) */,
{ 34017, 1432, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::PushObject(System.IntPtr,T) */,
{ 34018, 1432, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::PushArray(System.IntPtr,T) */,
{ 34019, 1432, -1 } /* T LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1432, -1 } /* T LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1432, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.LuaByteBuffer>::.cctor() */,
{ 34015, 1562, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<LuaInterface.nil>::SelectPush() */,
{ 34016, 1562, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::PushValue(System.IntPtr,T) */,
{ 34017, 1562, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::PushObject(System.IntPtr,T) */,
{ 34018, 1562, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::PushArray(System.IntPtr,T) */,
{ 34019, 1562, -1 } /* T LuaInterface.StackTraits`1<LuaInterface.nil>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1562, -1 } /* T LuaInterface.StackTraits`1<LuaInterface.nil>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1562, -1 } /* System.Void LuaInterface.StackTraits`1<LuaInterface.nil>::.cctor() */,
{ 34015, 47, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Boolean>::SelectPush() */,
{ 34016, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::PushValue(System.IntPtr,T) */,
{ 34017, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::PushObject(System.IntPtr,T) */,
{ 34018, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::PushArray(System.IntPtr,T) */,
{ 34019, 47, -1 } /* T LuaInterface.StackTraits`1<System.Boolean>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 47, -1 } /* T LuaInterface.StackTraits`1<System.Boolean>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 47, -1 } /* System.Void LuaInterface.StackTraits`1<System.Boolean>::.cctor() */,
{ 34015, 6, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Byte>::SelectPush() */,
{ 34016, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::PushValue(System.IntPtr,T) */,
{ 34017, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::PushObject(System.IntPtr,T) */,
{ 34018, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::PushArray(System.IntPtr,T) */,
{ 34019, 6, -1 } /* T LuaInterface.StackTraits`1<System.Byte>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 6, -1 } /* T LuaInterface.StackTraits`1<System.Byte>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 6, -1 } /* System.Void LuaInterface.StackTraits`1<System.Byte>::.cctor() */,
{ 34015, 7, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Char>::SelectPush() */,
{ 34016, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::PushValue(System.IntPtr,T) */,
{ 34017, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::PushObject(System.IntPtr,T) */,
{ 34018, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::PushArray(System.IntPtr,T) */,
{ 34019, 7, -1 } /* T LuaInterface.StackTraits`1<System.Char>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 7, -1 } /* T LuaInterface.StackTraits`1<System.Char>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 7, -1 } /* System.Void LuaInterface.StackTraits`1<System.Char>::.cctor() */,
{ 34014, 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>) */,
{ 34015, 59, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.DateTime>::SelectPush() */,
{ 34016, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::PushValue(System.IntPtr,T) */,
{ 34017, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::PushObject(System.IntPtr,T) */,
{ 34018, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::PushArray(System.IntPtr,T) */,
{ 34019, 59, -1 } /* T LuaInterface.StackTraits`1<System.DateTime>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 59, -1 } /* T LuaInterface.StackTraits`1<System.DateTime>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 59, -1 } /* System.Void LuaInterface.StackTraits`1<System.DateTime>::.cctor() */,
{ 34015, 61, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Decimal>::SelectPush() */,
{ 34016, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::PushValue(System.IntPtr,T) */,
{ 34017, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::PushObject(System.IntPtr,T) */,
{ 34018, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::PushArray(System.IntPtr,T) */,
{ 34019, 61, -1 } /* T LuaInterface.StackTraits`1<System.Decimal>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 61, -1 } /* T LuaInterface.StackTraits`1<System.Decimal>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 61, -1 } /* System.Void LuaInterface.StackTraits`1<System.Decimal>::.cctor() */,
{ 34015, 81, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Double>::SelectPush() */,
{ 34016, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::PushValue(System.IntPtr,T) */,
{ 34017, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::PushObject(System.IntPtr,T) */,
{ 34018, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::PushArray(System.IntPtr,T) */,
{ 34019, 81, -1 } /* T LuaInterface.StackTraits`1<System.Double>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 81, -1 } /* T LuaInterface.StackTraits`1<System.Double>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 81, -1 } /* System.Void LuaInterface.StackTraits`1<System.Double>::.cctor() */,
{ 34014, 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>) */,
{ 34015, 94, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Guid>::SelectPush() */,
{ 34016, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::PushValue(System.IntPtr,T) */,
{ 34017, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::PushObject(System.IntPtr,T) */,
{ 34018, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::PushArray(System.IntPtr,T) */,
{ 34019, 94, -1 } /* T LuaInterface.StackTraits`1<System.Guid>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 94, -1 } /* T LuaInterface.StackTraits`1<System.Guid>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 94, -1 } /* System.Void LuaInterface.StackTraits`1<System.Guid>::.cctor() */,
{ 34015, 95, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Int16>::SelectPush() */,
{ 34016, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::PushValue(System.IntPtr,T) */,
{ 34017, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::PushObject(System.IntPtr,T) */,
{ 34018, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::PushArray(System.IntPtr,T) */,
{ 34019, 95, -1 } /* T LuaInterface.StackTraits`1<System.Int16>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 95, -1 } /* T LuaInterface.StackTraits`1<System.Int16>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 95, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int16>::.cctor() */,
{ 34015, 16, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Int32>::SelectPush() */,
{ 34016, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::PushValue(System.IntPtr,T) */,
{ 34017, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::PushObject(System.IntPtr,T) */,
{ 34018, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::PushArray(System.IntPtr,T) */,
{ 34019, 16, -1 } /* T LuaInterface.StackTraits`1<System.Int32>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 16, -1 } /* T LuaInterface.StackTraits`1<System.Int32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 16, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32>::.cctor() */,
{ 34014, 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>) */,
{ 34015, 90, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Int32Enum>::SelectPush() */,
{ 34016, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::PushValue(System.IntPtr,T) */,
{ 34017, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::PushObject(System.IntPtr,T) */,
{ 34018, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::PushArray(System.IntPtr,T) */,
{ 34019, 90, -1 } /* T LuaInterface.StackTraits`1<System.Int32Enum>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 90, -1 } /* T LuaInterface.StackTraits`1<System.Int32Enum>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 90, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int32Enum>::.cctor() */,
{ 34015, 37, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Int64>::SelectPush() */,
{ 34016, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::PushValue(System.IntPtr,T) */,
{ 34017, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::PushObject(System.IntPtr,T) */,
{ 34018, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::PushArray(System.IntPtr,T) */,
{ 34019, 37, -1 } /* T LuaInterface.StackTraits`1<System.Int64>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 37, -1 } /* T LuaInterface.StackTraits`1<System.Int64>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 37, -1 } /* System.Void LuaInterface.StackTraits`1<System.Int64>::.cctor() */,
{ 34015, 85, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.IntPtr>::SelectPush() */,
{ 34016, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::PushValue(System.IntPtr,T) */,
{ 34017, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::PushObject(System.IntPtr,T) */,
{ 34018, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::PushArray(System.IntPtr,T) */,
{ 34019, 85, -1 } /* T LuaInterface.StackTraits`1<System.IntPtr>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 85, -1 } /* T LuaInterface.StackTraits`1<System.IntPtr>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 85, -1 } /* System.Void LuaInterface.StackTraits`1<System.IntPtr>::.cctor() */,
{ 34015, 1414, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::SelectPush() */,
{ 34016, 1414, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::PushValue(System.IntPtr,T) */,
{ 34017, 1414, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::PushObject(System.IntPtr,T) */,
{ 34018, 1414, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::PushArray(System.IntPtr,T) */,
{ 34019, 1414, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1414, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1414, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Boolean>>::.cctor() */,
{ 34015, 1406, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::SelectPush() */,
{ 34016, 1406, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::PushValue(System.IntPtr,T) */,
{ 34017, 1406, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::PushObject(System.IntPtr,T) */,
{ 34018, 1406, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::PushArray(System.IntPtr,T) */,
{ 34019, 1406, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1406, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1406, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Byte>>::.cctor() */,
{ 34015, 1409, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::SelectPush() */,
{ 34016, 1409, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::PushValue(System.IntPtr,T) */,
{ 34017, 1409, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::PushObject(System.IntPtr,T) */,
{ 34018, 1409, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::PushArray(System.IntPtr,T) */,
{ 34019, 1409, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1409, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1409, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Char>>::.cctor() */,
{ 34015, 1411, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::SelectPush() */,
{ 34016, 1411, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::PushValue(System.IntPtr,T) */,
{ 34017, 1411, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::PushObject(System.IntPtr,T) */,
{ 34018, 1411, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::PushArray(System.IntPtr,T) */,
{ 34019, 1411, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1411, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1411, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Decimal>>::.cctor() */,
{ 34015, 1413, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::SelectPush() */,
{ 34016, 1413, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::PushValue(System.IntPtr,T) */,
{ 34017, 1413, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::PushObject(System.IntPtr,T) */,
{ 34018, 1413, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::PushArray(System.IntPtr,T) */,
{ 34019, 1413, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1413, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1413, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Double>>::.cctor() */,
{ 34015, 1407, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::SelectPush() */,
{ 34016, 1407, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::PushValue(System.IntPtr,T) */,
{ 34017, 1407, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::PushObject(System.IntPtr,T) */,
{ 34018, 1407, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::PushArray(System.IntPtr,T) */,
{ 34019, 1407, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1407, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1407, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int16>>::.cctor() */,
{ 34015, 406, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::SelectPush() */,
{ 34016, 406, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::PushValue(System.IntPtr,T) */,
{ 34017, 406, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::PushObject(System.IntPtr,T) */,
{ 34018, 406, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::PushArray(System.IntPtr,T) */,
{ 34019, 406, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 406, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 406, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 34015, 1415, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::SelectPush() */,
{ 34016, 1415, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::PushValue(System.IntPtr,T) */,
{ 34017, 1415, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::PushObject(System.IntPtr,T) */,
{ 34018, 1415, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::PushArray(System.IntPtr,T) */,
{ 34019, 1415, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1415, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1415, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Int64>>::.cctor() */,
{ 34015, 1405, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::SelectPush() */,
{ 34016, 1405, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::PushValue(System.IntPtr,T) */,
{ 34017, 1405, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::PushObject(System.IntPtr,T) */,
{ 34018, 1405, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::PushArray(System.IntPtr,T) */,
{ 34019, 1405, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1405, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1405, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.SByte>>::.cctor() */,
{ 34015, 1412, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::SelectPush() */,
{ 34016, 1412, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::PushValue(System.IntPtr,T) */,
{ 34017, 1412, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::PushObject(System.IntPtr,T) */,
{ 34018, 1412, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::PushArray(System.IntPtr,T) */,
{ 34019, 1412, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1412, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1412, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.Single>>::.cctor() */,
{ 34015, 1408, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::SelectPush() */,
{ 34016, 1408, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::PushValue(System.IntPtr,T) */,
{ 34017, 1408, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::PushObject(System.IntPtr,T) */,
{ 34018, 1408, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::PushArray(System.IntPtr,T) */,
{ 34019, 1408, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1408, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1408, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt16>>::.cctor() */,
{ 34015, 1410, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::SelectPush() */,
{ 34016, 1410, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::PushValue(System.IntPtr,T) */,
{ 34017, 1410, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::PushObject(System.IntPtr,T) */,
{ 34018, 1410, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::PushArray(System.IntPtr,T) */,
{ 34019, 1410, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1410, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1410, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt32>>::.cctor() */,
{ 34015, 1416, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::SelectPush() */,
{ 34016, 1416, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::PushValue(System.IntPtr,T) */,
{ 34017, 1416, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::PushObject(System.IntPtr,T) */,
{ 34018, 1416, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::PushArray(System.IntPtr,T) */,
{ 34019, 1416, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1416, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1416, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<System.UInt64>>::.cctor() */,
{ 34015, 1424, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::SelectPush() */,
{ 34016, 1424, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::PushValue(System.IntPtr,T) */,
{ 34017, 1424, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::PushObject(System.IntPtr,T) */,
{ 34018, 1424, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::PushArray(System.IntPtr,T) */,
{ 34019, 1424, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1424, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1424, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Bounds>>::.cctor() */,
{ 34015, 1421, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::SelectPush() */,
{ 34016, 1421, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::PushValue(System.IntPtr,T) */,
{ 34017, 1421, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::PushObject(System.IntPtr,T) */,
{ 34018, 1421, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::PushArray(System.IntPtr,T) */,
{ 34019, 1421, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1421, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1421, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Color>>::.cctor() */,
{ 34015, 1426, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::SelectPush() */,
{ 34016, 1426, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::PushValue(System.IntPtr,T) */,
{ 34017, 1426, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::PushObject(System.IntPtr,T) */,
{ 34018, 1426, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::PushArray(System.IntPtr,T) */,
{ 34019, 1426, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1426, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1426, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::.cctor() */,
{ 34015, 1419, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::SelectPush() */,
{ 34016, 1419, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::PushValue(System.IntPtr,T) */,
{ 34017, 1419, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::PushObject(System.IntPtr,T) */,
{ 34018, 1419, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::PushArray(System.IntPtr,T) */,
{ 34019, 1419, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1419, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1419, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::.cctor() */,
{ 34015, 1423, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::SelectPush() */,
{ 34016, 1423, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::PushValue(System.IntPtr,T) */,
{ 34017, 1423, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::PushObject(System.IntPtr,T) */,
{ 34018, 1423, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::PushArray(System.IntPtr,T) */,
{ 34019, 1423, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1423, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1423, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Ray>>::.cctor() */,
{ 34015, 1427, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::SelectPush() */,
{ 34016, 1427, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::PushValue(System.IntPtr,T) */,
{ 34017, 1427, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::PushObject(System.IntPtr,T) */,
{ 34018, 1427, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::PushArray(System.IntPtr,T) */,
{ 34019, 1427, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1427, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1427, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::.cctor() */,
{ 34015, 1425, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::SelectPush() */,
{ 34016, 1425, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::PushValue(System.IntPtr,T) */,
{ 34017, 1425, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::PushObject(System.IntPtr,T) */,
{ 34018, 1425, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::PushArray(System.IntPtr,T) */,
{ 34019, 1425, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1425, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1425, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Touch>>::.cctor() */,
{ 34015, 1420, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::SelectPush() */,
{ 34016, 1420, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::PushValue(System.IntPtr,T) */,
{ 34017, 1420, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::PushObject(System.IntPtr,T) */,
{ 34018, 1420, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::PushArray(System.IntPtr,T) */,
{ 34019, 1420, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1420, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1420, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector2>>::.cctor() */,
{ 34015, 1418, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::SelectPush() */,
{ 34016, 1418, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::PushValue(System.IntPtr,T) */,
{ 34017, 1418, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::PushObject(System.IntPtr,T) */,
{ 34018, 1418, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::PushArray(System.IntPtr,T) */,
{ 34019, 1418, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1418, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1418, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector3>>::.cctor() */,
{ 34015, 1422, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::SelectPush() */,
{ 34016, 1422, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::PushValue(System.IntPtr,T) */,
{ 34017, 1422, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::PushObject(System.IntPtr,T) */,
{ 34018, 1422, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::PushArray(System.IntPtr,T) */,
{ 34019, 1422, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1422, -1 } /* T LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1422, -1 } /* System.Void LuaInterface.StackTraits`1<System.Nullable`1<UnityEngine.Vector4>>::.cctor() */,
{ 34014, 985, -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>) */,
{ 34015, 985, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::SelectPush() */,
{ 34016, 985, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::PushValue(System.IntPtr,T) */,
{ 34017, 985, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::PushObject(System.IntPtr,T) */,
{ 34018, 985, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::PushArray(System.IntPtr,T) */,
{ 34019, 985, -1 } /* T LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 985, -1 } /* T LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 985, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.InterfaceMapping>::.cctor() */,
{ 34014, 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>) */,
{ 34015, 64, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::SelectPush() */,
{ 34016, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::PushValue(System.IntPtr,T) */,
{ 34017, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::PushObject(System.IntPtr,T) */,
{ 34018, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::PushArray(System.IntPtr,T) */,
{ 34019, 64, -1 } /* T LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 64, -1 } /* T LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 64, -1 } /* System.Void LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 34014, 977, -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>) */,
{ 34015, 977, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::SelectPush() */,
{ 34016, 977, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::PushValue(System.IntPtr,T) */,
{ 34017, 977, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::PushObject(System.IntPtr,T) */,
{ 34018, 977, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::PushArray(System.IntPtr,T) */,
{ 34019, 977, -1 } /* T LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 977, -1 } /* T LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 977, -1 } /* System.Void LuaInterface.StackTraits`1<System.Runtime.Serialization.StreamingContext>::.cctor() */,
{ 34014, 982, -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>) */,
{ 34015, 982, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::SelectPush() */,
{ 34016, 982, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::PushValue(System.IntPtr,T) */,
{ 34017, 982, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::PushObject(System.IntPtr,T) */,
{ 34018, 982, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::PushArray(System.IntPtr,T) */,
{ 34019, 982, -1 } /* T LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 982, -1 } /* T LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 982, -1 } /* System.Void LuaInterface.StackTraits`1<System.RuntimeTypeHandle>::.cctor() */,
{ 34015, 108, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.SByte>::SelectPush() */,
{ 34016, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::PushValue(System.IntPtr,T) */,
{ 34017, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::PushObject(System.IntPtr,T) */,
{ 34018, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::PushArray(System.IntPtr,T) */,
{ 34019, 108, -1 } /* T LuaInterface.StackTraits`1<System.SByte>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 108, -1 } /* T LuaInterface.StackTraits`1<System.SByte>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 108, -1 } /* System.Void LuaInterface.StackTraits`1<System.SByte>::.cctor() */,
{ 34015, 109, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.Single>::SelectPush() */,
{ 34016, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::PushValue(System.IntPtr,T) */,
{ 34017, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::PushObject(System.IntPtr,T) */,
{ 34018, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::PushArray(System.IntPtr,T) */,
{ 34019, 109, -1 } /* T LuaInterface.StackTraits`1<System.Single>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 109, -1 } /* T LuaInterface.StackTraits`1<System.Single>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 109, -1 } /* System.Void LuaInterface.StackTraits`1<System.Single>::.cctor() */,
{ 34015, 134, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.UInt16>::SelectPush() */,
{ 34016, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::PushValue(System.IntPtr,T) */,
{ 34017, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::PushObject(System.IntPtr,T) */,
{ 34018, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::PushArray(System.IntPtr,T) */,
{ 34019, 134, -1 } /* T LuaInterface.StackTraits`1<System.UInt16>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 134, -1 } /* T LuaInterface.StackTraits`1<System.UInt16>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 134, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt16>::.cctor() */,
{ 34015, 21, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.UInt32>::SelectPush() */,
{ 34016, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::PushValue(System.IntPtr,T) */,
{ 34017, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::PushObject(System.IntPtr,T) */,
{ 34018, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::PushArray(System.IntPtr,T) */,
{ 34019, 21, -1 } /* T LuaInterface.StackTraits`1<System.UInt32>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 21, -1 } /* T LuaInterface.StackTraits`1<System.UInt32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 21, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt32>::.cctor() */,
{ 34015, 82, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.UInt64>::SelectPush() */,
{ 34016, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::PushValue(System.IntPtr,T) */,
{ 34017, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::PushObject(System.IntPtr,T) */,
{ 34018, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::PushArray(System.IntPtr,T) */,
{ 34019, 82, -1 } /* T LuaInterface.StackTraits`1<System.UInt64>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 82, -1 } /* T LuaInterface.StackTraits`1<System.UInt64>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 82, -1 } /* System.Void LuaInterface.StackTraits`1<System.UInt64>::.cctor() */,
{ 34015, 1428, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<System.UIntPtr>::SelectPush() */,
{ 34016, 1428, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::PushValue(System.IntPtr,T) */,
{ 34017, 1428, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::PushObject(System.IntPtr,T) */,
{ 34018, 1428, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::PushArray(System.IntPtr,T) */,
{ 34019, 1428, -1 } /* T LuaInterface.StackTraits`1<System.UIntPtr>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1428, -1 } /* T LuaInterface.StackTraits`1<System.UIntPtr>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1428, -1 } /* System.Void LuaInterface.StackTraits`1<System.UIntPtr>::.cctor() */,
{ 34014, 657, -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>) */,
{ 34015, 657, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::SelectPush() */,
{ 34016, 657, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::PushValue(System.IntPtr,T) */,
{ 34017, 657, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::PushObject(System.IntPtr,T) */,
{ 34018, 657, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::PushArray(System.IntPtr,T) */,
{ 34019, 657, -1 } /* T LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 657, -1 } /* T LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 657, -1 } /* System.Void LuaInterface.StackTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.cctor() */,
{ 34014, 598, -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>) */,
{ 34015, 598, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::SelectPush() */,
{ 34016, 598, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::PushValue(System.IntPtr,T) */,
{ 34017, 598, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::PushObject(System.IntPtr,T) */,
{ 34018, 598, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::PushArray(System.IntPtr,T) */,
{ 34019, 598, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 598, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 598, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AccelerationEvent>::.cctor() */,
{ 34014, 1151, -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>) */,
{ 34015, 1151, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::SelectPush() */,
{ 34016, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::PushValue(System.IntPtr,T) */,
{ 34017, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::PushObject(System.IntPtr,T) */,
{ 34018, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::PushArray(System.IntPtr,T) */,
{ 34019, 1151, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1151, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1151, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorStateInfo>::.cctor() */,
{ 34014, 1154, -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>) */,
{ 34015, 1154, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::SelectPush() */,
{ 34016, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::PushValue(System.IntPtr,T) */,
{ 34017, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::PushObject(System.IntPtr,T) */,
{ 34018, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::PushArray(System.IntPtr,T) */,
{ 34019, 1154, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1154, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1154, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.AnimatorTransitionInfo>::.cctor() */,
{ 34015, 507, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Bounds>::SelectPush() */,
{ 34016, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::PushValue(System.IntPtr,T) */,
{ 34017, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::PushObject(System.IntPtr,T) */,
{ 34018, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::PushArray(System.IntPtr,T) */,
{ 34019, 507, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Bounds>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 507, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Bounds>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 507, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Bounds>::.cctor() */,
{ 34014, 1163, -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>) */,
{ 34015, 1163, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::SelectPush() */,
{ 34016, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::PushValue(System.IntPtr,T) */,
{ 34017, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::PushObject(System.IntPtr,T) */,
{ 34018, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::PushArray(System.IntPtr,T) */,
{ 34019, 1163, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1163, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1163, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.BuildCompression>::.cctor() */,
{ 34014, 1306, -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>) */,
{ 34015, 1306, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::SelectPush() */,
{ 34016, 1306, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::PushValue(System.IntPtr,T) */,
{ 34017, 1306, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::PushObject(System.IntPtr,T) */,
{ 34018, 1306, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::PushArray(System.IntPtr,T) */,
{ 34019, 1306, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1306, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1306, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>::.cctor() */,
{ 34014, 1176, -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>) */,
{ 34015, 1176, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::SelectPush() */,
{ 34016, 1176, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::PushValue(System.IntPtr,T) */,
{ 34017, 1176, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::PushObject(System.IntPtr,T) */,
{ 34018, 1176, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::PushArray(System.IntPtr,T) */,
{ 34019, 1176, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1176, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1176, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Camera/GateFitParameters>::.cctor() */,
{ 34014, 521, -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>) */,
{ 34015, 521, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Color32>::SelectPush() */,
{ 34016, 521, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::PushValue(System.IntPtr,T) */,
{ 34017, 521, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::PushObject(System.IntPtr,T) */,
{ 34018, 521, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::PushArray(System.IntPtr,T) */,
{ 34019, 521, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Color32>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 521, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Color32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 521, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color32>::.cctor() */,
{ 34015, 518, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Color>::SelectPush() */,
{ 34016, 518, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::PushValue(System.IntPtr,T) */,
{ 34017, 518, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::PushObject(System.IntPtr,T) */,
{ 34018, 518, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::PushArray(System.IntPtr,T) */,
{ 34019, 518, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Color>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 518, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Color>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 518, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Color>::.cctor() */,
{ 34014, 524, -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>) */,
{ 34015, 524, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Hash128>::SelectPush() */,
{ 34016, 524, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::PushValue(System.IntPtr,T) */,
{ 34017, 524, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::PushObject(System.IntPtr,T) */,
{ 34018, 524, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::PushArray(System.IntPtr,T) */,
{ 34019, 524, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Hash128>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 524, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Hash128>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 524, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Hash128>::.cctor() */,
{ 34015, 1363, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.LayerMask>::SelectPush() */,
{ 34016, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::PushValue(System.IntPtr,T) */,
{ 34017, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::PushObject(System.IntPtr,T) */,
{ 34018, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::PushArray(System.IntPtr,T) */,
{ 34019, 1363, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.LayerMask>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1363, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.LayerMask>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1363, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LayerMask>::.cctor() */,
{ 34014, 1191, -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>) */,
{ 34015, 1191, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::SelectPush() */,
{ 34016, 1191, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::PushValue(System.IntPtr,T) */,
{ 34017, 1191, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::PushObject(System.IntPtr,T) */,
{ 34018, 1191, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::PushArray(System.IntPtr,T) */,
{ 34019, 1191, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1191, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1191, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.LightBakingOutput>::.cctor() */,
{ 34014, 1157, -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>) */,
{ 34015, 1157, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::SelectPush() */,
{ 34016, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::PushValue(System.IntPtr,T) */,
{ 34017, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::PushObject(System.IntPtr,T) */,
{ 34018, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::PushArray(System.IntPtr,T) */,
{ 34019, 1157, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1157, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1157, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>::.cctor() */,
{ 34014, 517, -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>) */,
{ 34015, 517, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::SelectPush() */,
{ 34016, 517, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::PushValue(System.IntPtr,T) */,
{ 34017, 517, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::PushObject(System.IntPtr,T) */,
{ 34018, 517, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::PushArray(System.IntPtr,T) */,
{ 34019, 517, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 517, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 517, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>::.cctor() */,
{ 34014, 1257, -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>) */,
{ 34015, 1257, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::SelectPush() */,
{ 34016, 1257, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1257, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1257, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1257, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1257, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1257, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CollisionModule>::.cctor() */,
{ 34014, 1236, -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>) */,
{ 34015, 1236, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::SelectPush() */,
{ 34016, 1236, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1236, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1236, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1236, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1236, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1236, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::.cctor() */,
{ 34014, 1233, -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>) */,
{ 34015, 1233, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::SelectPush() */,
{ 34016, 1233, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1233, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1233, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1233, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1233, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1233, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.cctor() */,
{ 34014, 1272, -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>) */,
{ 34015, 1272, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::SelectPush() */,
{ 34016, 1272, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1272, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1272, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1272, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1272, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1272, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::.cctor() */,
{ 34014, 1215, -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>) */,
{ 34015, 1215, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::SelectPush() */,
{ 34016, 1215, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1215, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1215, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1215, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1215, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1215, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmissionModule>::.cctor() */,
{ 34014, 1209, -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>) */,
{ 34015, 1209, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::SelectPush() */,
{ 34016, 1209, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::PushValue(System.IntPtr,T) */,
{ 34017, 1209, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::PushObject(System.IntPtr,T) */,
{ 34018, 1209, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::PushArray(System.IntPtr,T) */,
{ 34019, 1209, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1209, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1209, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/EmitParams>::.cctor() */,
{ 34014, 1251, -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>) */,
{ 34015, 1251, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::SelectPush() */,
{ 34016, 1251, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1251, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1251, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1251, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1251, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1251, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::.cctor() */,
{ 34014, 1230, -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>) */,
{ 34015, 1230, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::SelectPush() */,
{ 34016, 1230, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1230, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1230, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1230, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1230, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1230, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.cctor() */,
{ 34014, 1227, -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>) */,
{ 34015, 1227, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::SelectPush() */,
{ 34016, 1227, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1227, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1227, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1227, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1227, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1227, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::.cctor() */,
{ 34014, 1266, -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>) */,
{ 34015, 1266, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::SelectPush() */,
{ 34016, 1266, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1266, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1266, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1266, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1266, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1266, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LightsModule>::.cctor() */,
{ 34014, 1224, -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>) */,
{ 34015, 1224, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::SelectPush() */,
{ 34016, 1224, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1224, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1224, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1224, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1224, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1224, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.cctor() */,
{ 34014, 1212, -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>) */,
{ 34015, 1212, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::SelectPush() */,
{ 34016, 1212, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1212, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1212, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1212, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1212, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1212, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/MainModule>::.cctor() */,
{ 34014, 1254, -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>) */,
{ 34015, 1254, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::SelectPush() */,
{ 34016, 1254, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1254, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1254, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1254, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1254, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1254, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/NoiseModule>::.cctor() */,
{ 34014, 656, -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>) */,
{ 34015, 656, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::SelectPush() */,
{ 34016, 656, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::PushValue(System.IntPtr,T) */,
{ 34017, 656, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::PushObject(System.IntPtr,T) */,
{ 34018, 656, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::PushArray(System.IntPtr,T) */,
{ 34019, 656, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 656, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 656, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 34014, 1203, -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>) */,
{ 34015, 1203, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::SelectPush() */,
{ 34016, 1203, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::PushValue(System.IntPtr,T) */,
{ 34017, 1203, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::PushObject(System.IntPtr,T) */,
{ 34018, 1203, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::PushArray(System.IntPtr,T) */,
{ 34019, 1203, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1203, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1203, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/PlaybackState>::.cctor() */,
{ 34014, 1248, -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>) */,
{ 34015, 1248, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::SelectPush() */,
{ 34016, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1248, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1248, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1248, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::.cctor() */,
{ 34014, 1245, -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>) */,
{ 34015, 1245, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::SelectPush() */,
{ 34016, 1245, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1245, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1245, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1245, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1245, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1245, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.cctor() */,
{ 34014, 1218, -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>) */,
{ 34015, 1218, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::SelectPush() */,
{ 34016, 1218, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1218, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1218, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1218, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1218, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1218, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/ShapeModule>::.cctor() */,
{ 34014, 1242, -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>) */,
{ 34015, 1242, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::SelectPush() */,
{ 34016, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1242, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1242, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1242, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::.cctor() */,
{ 34014, 1239, -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>) */,
{ 34015, 1239, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::SelectPush() */,
{ 34016, 1239, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1239, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1239, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1239, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1239, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1239, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.cctor() */,
{ 34014, 1263, -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>) */,
{ 34015, 1263, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::SelectPush() */,
{ 34016, 1263, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1263, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1263, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1263, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1263, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1263, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.cctor() */,
{ 34014, 1269, -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>) */,
{ 34015, 1269, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::SelectPush() */,
{ 34016, 1269, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1269, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1269, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1269, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1269, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1269, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TrailModule>::.cctor() */,
{ 34014, 1206, -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>) */,
{ 34015, 1206, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::SelectPush() */,
{ 34016, 1206, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::PushValue(System.IntPtr,T) */,
{ 34017, 1206, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::PushObject(System.IntPtr,T) */,
{ 34018, 1206, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::PushArray(System.IntPtr,T) */,
{ 34019, 1206, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1206, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1206, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/Trails>::.cctor() */,
{ 34014, 1260, -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>) */,
{ 34015, 1260, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::SelectPush() */,
{ 34016, 1260, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1260, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1260, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1260, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1260, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1260, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/TriggerModule>::.cctor() */,
{ 34014, 1221, -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>) */,
{ 34015, 1221, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::SelectPush() */,
{ 34016, 1221, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::PushValue(System.IntPtr,T) */,
{ 34017, 1221, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::PushObject(System.IntPtr,T) */,
{ 34018, 1221, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::PushArray(System.IntPtr,T) */,
{ 34019, 1221, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1221, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1221, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.cctor() */,
{ 34014, 577, -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>) */,
{ 34015, 577, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::SelectPush() */,
{ 34016, 577, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::PushValue(System.IntPtr,T) */,
{ 34017, 577, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::PushObject(System.IntPtr,T) */,
{ 34018, 577, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::PushArray(System.IntPtr,T) */,
{ 34019, 577, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 577, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 577, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.PhysicsScene>::.cctor() */,
{ 34014, 1160, -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>) */,
{ 34015, 1160, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::SelectPush() */,
{ 34016, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::PushValue(System.IntPtr,T) */,
{ 34017, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::PushObject(System.IntPtr,T) */,
{ 34018, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::PushArray(System.IntPtr,T) */,
{ 34019, 1160, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1160, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1160, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Playables.PlayableGraph>::.cctor() */,
{ 34015, 526, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Quaternion>::SelectPush() */,
{ 34016, 526, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::PushValue(System.IntPtr,T) */,
{ 34017, 526, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::PushObject(System.IntPtr,T) */,
{ 34018, 526, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::PushArray(System.IntPtr,T) */,
{ 34019, 526, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Quaternion>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 526, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Quaternion>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 526, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Quaternion>::.cctor() */,
{ 34015, 1275, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Ray>::SelectPush() */,
{ 34016, 1275, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::PushValue(System.IntPtr,T) */,
{ 34017, 1275, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::PushObject(System.IntPtr,T) */,
{ 34018, 1275, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::PushArray(System.IntPtr,T) */,
{ 34019, 1275, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Ray>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1275, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Ray>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1275, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Ray>::.cctor() */,
{ 34015, 576, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::SelectPush() */,
{ 34016, 576, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::PushValue(System.IntPtr,T) */,
{ 34017, 576, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::PushObject(System.IntPtr,T) */,
{ 34018, 576, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::PushArray(System.IntPtr,T) */,
{ 34019, 576, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 576, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 576, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RaycastHit>::.cctor() */,
{ 34014, 508, -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>) */,
{ 34015, 508, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Rect>::SelectPush() */,
{ 34016, 508, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::PushValue(System.IntPtr,T) */,
{ 34017, 508, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::PushObject(System.IntPtr,T) */,
{ 34018, 508, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::PushArray(System.IntPtr,T) */,
{ 34019, 508, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rect>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 508, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rect>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 508, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rect>::.cctor() */,
{ 34014, 501, -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>) */,
{ 34015, 501, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::SelectPush() */,
{ 34016, 501, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::PushValue(System.IntPtr,T) */,
{ 34017, 501, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::PushObject(System.IntPtr,T) */,
{ 34018, 501, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::PushArray(System.IntPtr,T) */,
{ 34019, 501, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 501, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 501, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>::.cctor() */,
{ 34014, 1287, -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>) */,
{ 34015, 1287, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::SelectPush() */,
{ 34016, 1287, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::PushValue(System.IntPtr,T) */,
{ 34017, 1287, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::PushObject(System.IntPtr,T) */,
{ 34018, 1287, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::PushArray(System.IntPtr,T) */,
{ 34019, 1287, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1287, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1287, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.RenderTextureDescriptor>::.cctor() */,
{ 34014, 555, -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>) */,
{ 34015, 555, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::SelectPush() */,
{ 34016, 555, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::PushValue(System.IntPtr,T) */,
{ 34017, 555, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::PushObject(System.IntPtr,T) */,
{ 34018, 555, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::PushArray(System.IntPtr,T) */,
{ 34019, 555, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 555, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 555, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::.cctor() */,
{ 34014, 558, -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>) */,
{ 34015, 558, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::SelectPush() */,
{ 34016, 558, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::PushValue(System.IntPtr,T) */,
{ 34017, 558, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::PushObject(System.IntPtr,T) */,
{ 34018, 558, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::PushArray(System.IntPtr,T) */,
{ 34019, 558, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 558, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 558, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.ShaderTagId>::.cctor() */,
{ 34014, 552, -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>) */,
{ 34015, 552, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::SelectPush() */,
{ 34016, 552, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::PushValue(System.IntPtr,T) */,
{ 34017, 552, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::PushObject(System.IntPtr,T) */,
{ 34018, 552, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::PushArray(System.IntPtr,T) */,
{ 34019, 552, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 552, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 552, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::.cctor() */,
{ 34014, 512, -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>) */,
{ 34015, 512, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Resolution>::SelectPush() */,
{ 34016, 512, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::PushValue(System.IntPtr,T) */,
{ 34017, 512, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::PushObject(System.IntPtr,T) */,
{ 34018, 512, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::PushArray(System.IntPtr,T) */,
{ 34019, 512, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Resolution>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 512, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Resolution>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 512, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Resolution>::.cctor() */,
{ 34014, 545, -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>) */,
{ 34015, 545, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::SelectPush() */,
{ 34016, 545, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::PushValue(System.IntPtr,T) */,
{ 34017, 545, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::PushObject(System.IntPtr,T) */,
{ 34018, 545, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::PushArray(System.IntPtr,T) */,
{ 34019, 545, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 545, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 545, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.SceneManagement.Scene>::.cctor() */,
{ 34015, 597, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Touch>::SelectPush() */,
{ 34016, 597, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::PushValue(System.IntPtr,T) */,
{ 34017, 597, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::PushObject(System.IntPtr,T) */,
{ 34018, 597, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::PushArray(System.IntPtr,T) */,
{ 34019, 597, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Touch>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 597, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Touch>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 597, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Touch>::.cctor() */,
{ 34015, 513, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Vector2>::SelectPush() */,
{ 34016, 513, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::PushValue(System.IntPtr,T) */,
{ 34017, 513, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::PushObject(System.IntPtr,T) */,
{ 34018, 513, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::PushArray(System.IntPtr,T) */,
{ 34019, 513, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector2>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 513, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector2>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 513, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector2>::.cctor() */,
{ 34015, 502, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Vector3>::SelectPush() */,
{ 34016, 502, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::PushValue(System.IntPtr,T) */,
{ 34017, 502, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::PushObject(System.IntPtr,T) */,
{ 34018, 502, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::PushArray(System.IntPtr,T) */,
{ 34019, 502, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector3>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 502, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector3>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 502, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector3>::.cctor() */,
{ 34015, 516, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<UnityEngine.Vector4>::SelectPush() */,
{ 34016, 516, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::PushValue(System.IntPtr,T) */,
{ 34017, 516, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::PushObject(System.IntPtr,T) */,
{ 34018, 516, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::PushArray(System.IntPtr,T) */,
{ 34019, 516, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector4>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 516, -1 } /* T LuaInterface.StackTraits`1<UnityEngine.Vector4>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 516, -1 } /* System.Void LuaInterface.StackTraits`1<UnityEngine.Vector4>::.cctor() */,
{ 34014, 1312, -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>) */,
{ 34015, 1312, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<securityConnection>::SelectPush() */,
{ 34016, 1312, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::PushValue(System.IntPtr,T) */,
{ 34017, 1312, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::PushObject(System.IntPtr,T) */,
{ 34018, 1312, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::PushArray(System.IntPtr,T) */,
{ 34019, 1312, -1 } /* T LuaInterface.StackTraits`1<securityConnection>::DefaultTo(System.IntPtr,System.Int32) */,
{ 34020, 1312, -1 } /* T LuaInterface.StackTraits`1<securityConnection>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34021, 1312, -1 } /* System.Void LuaInterface.StackTraits`1<securityConnection>::.cctor() */,
{ 34007, 1105, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.GlyphInfo>::.cctor() */,
{ 34008, 1105, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.GlyphInfo>::.ctor() */,
{ 34009, 1105, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.GlyphInfo>::<GetLuaReference>b__9_0() */,
{ 34007, 1115, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.Margin>::.cctor() */,
{ 34008, 1115, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.Margin>::.ctor() */,
{ 34009, 1115, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<FairyGUI.Margin>::<GetLuaReference>b__9_0() */,
{ 34007, 1432, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.LuaByteBuffer>::.cctor() */,
{ 34008, 1432, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.LuaByteBuffer>::.ctor() */,
{ 34009, 1432, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.LuaByteBuffer>::<GetLuaReference>b__9_0() */,
{ 34007, 1562, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.nil>::.cctor() */,
{ 34008, 1562, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.nil>::.ctor() */,
{ 34009, 1562, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<LuaInterface.nil>::<GetLuaReference>b__9_0() */,
{ 34007, 47, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Boolean>::.cctor() */,
{ 34008, 47, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Boolean>::.ctor() */,
{ 34009, 47, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Boolean>::<GetLuaReference>b__9_0() */,
{ 34007, 6, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Byte>::.cctor() */,
{ 34008, 6, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Byte>::.ctor() */,
{ 34009, 6, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Byte>::<GetLuaReference>b__9_0() */,
{ 34007, 7, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Char>::.cctor() */,
{ 34008, 7, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Char>::.ctor() */,
{ 34009, 7, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Char>::<GetLuaReference>b__9_0() */,
{ 34007, 59, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.DateTime>::.cctor() */,
{ 34008, 59, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.DateTime>::.ctor() */,
{ 34009, 59, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.DateTime>::<GetLuaReference>b__9_0() */,
{ 34007, 61, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Decimal>::.cctor() */,
{ 34008, 61, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Decimal>::.ctor() */,
{ 34009, 61, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Decimal>::<GetLuaReference>b__9_0() */,
{ 34007, 81, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Double>::.cctor() */,
{ 34008, 81, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Double>::.ctor() */,
{ 34009, 81, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Double>::<GetLuaReference>b__9_0() */,
{ 34007, 94, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Guid>::.cctor() */,
{ 34008, 94, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Guid>::.ctor() */,
{ 34009, 94, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Guid>::<GetLuaReference>b__9_0() */,
{ 34007, 95, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int16>::.cctor() */,
{ 34008, 95, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int16>::.ctor() */,
{ 34009, 95, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int16>::<GetLuaReference>b__9_0() */,
{ 34007, 16, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32>::.cctor() */,
{ 34008, 16, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32>::.ctor() */,
{ 34009, 16, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32>::<GetLuaReference>b__9_0() */,
{ 34007, 90, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32Enum>::.cctor() */,
{ 34008, 90, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32Enum>::.ctor() */,
{ 34009, 90, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int32Enum>::<GetLuaReference>b__9_0() */,
{ 34007, 37, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int64>::.cctor() */,
{ 34008, 37, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int64>::.ctor() */,
{ 34009, 37, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Int64>::<GetLuaReference>b__9_0() */,
{ 34007, 85, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.IntPtr>::.cctor() */,
{ 34008, 85, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.IntPtr>::.ctor() */,
{ 34009, 85, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.IntPtr>::<GetLuaReference>b__9_0() */,
{ 34007, 1414, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Boolean>>::.cctor() */,
{ 34008, 1414, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Boolean>>::.ctor() */,
{ 34009, 1414, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Boolean>>::<GetLuaReference>b__9_0() */,
{ 34007, 1406, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Byte>>::.cctor() */,
{ 34008, 1406, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Byte>>::.ctor() */,
{ 34009, 1406, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Byte>>::<GetLuaReference>b__9_0() */,
{ 34007, 1409, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Char>>::.cctor() */,
{ 34008, 1409, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Char>>::.ctor() */,
{ 34009, 1409, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Char>>::<GetLuaReference>b__9_0() */,
{ 34007, 1411, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Decimal>>::.cctor() */,
{ 34008, 1411, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Decimal>>::.ctor() */,
{ 34009, 1411, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Decimal>>::<GetLuaReference>b__9_0() */,
{ 34007, 1413, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Double>>::.cctor() */,
{ 34008, 1413, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Double>>::.ctor() */,
{ 34009, 1413, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Double>>::<GetLuaReference>b__9_0() */,
{ 34007, 1407, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int16>>::.cctor() */,
{ 34008, 1407, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int16>>::.ctor() */,
{ 34009, 1407, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int16>>::<GetLuaReference>b__9_0() */,
{ 34007, 406, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int32>>::.cctor() */,
{ 34008, 406, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int32>>::.ctor() */,
{ 34009, 406, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int32>>::<GetLuaReference>b__9_0() */,
{ 34007, 1415, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int64>>::.cctor() */,
{ 34008, 1415, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int64>>::.ctor() */,
{ 34009, 1415, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Int64>>::<GetLuaReference>b__9_0() */,
{ 34007, 1405, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.SByte>>::.cctor() */,
{ 34008, 1405, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.SByte>>::.ctor() */,
{ 34009, 1405, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.SByte>>::<GetLuaReference>b__9_0() */,
{ 34007, 1412, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Single>>::.cctor() */,
{ 34008, 1412, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Single>>::.ctor() */,
{ 34009, 1412, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.Single>>::<GetLuaReference>b__9_0() */,
{ 34007, 1408, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt16>>::.cctor() */,
{ 34008, 1408, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt16>>::.ctor() */,
{ 34009, 1408, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt16>>::<GetLuaReference>b__9_0() */,
{ 34007, 1410, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt32>>::.cctor() */,
{ 34008, 1410, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt32>>::.ctor() */,
{ 34009, 1410, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt32>>::<GetLuaReference>b__9_0() */,
{ 34007, 1416, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt64>>::.cctor() */,
{ 34008, 1416, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt64>>::.ctor() */,
{ 34009, 1416, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<System.UInt64>>::<GetLuaReference>b__9_0() */,
{ 34007, 1424, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Bounds>>::.cctor() */,
{ 34008, 1424, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Bounds>>::.ctor() */,
{ 34009, 1424, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Bounds>>::<GetLuaReference>b__9_0() */,
{ 34007, 1421, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Color>>::.cctor() */,
{ 34008, 1421, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Color>>::.ctor() */,
{ 34009, 1421, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Color>>::<GetLuaReference>b__9_0() */,
{ 34007, 1426, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.LayerMask>>::.cctor() */,
{ 34008, 1426, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.LayerMask>>::.ctor() */,
{ 34009, 1426, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.LayerMask>>::<GetLuaReference>b__9_0() */,
{ 34007, 1419, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Quaternion>>::.cctor() */,
{ 34008, 1419, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Quaternion>>::.ctor() */,
{ 34009, 1419, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Quaternion>>::<GetLuaReference>b__9_0() */,
{ 34007, 1423, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Ray>>::.cctor() */,
{ 34008, 1423, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Ray>>::.ctor() */,
{ 34009, 1423, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Ray>>::<GetLuaReference>b__9_0() */,
{ 34007, 1427, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.RaycastHit>>::.cctor() */,
{ 34008, 1427, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 34009, 1427, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.RaycastHit>>::<GetLuaReference>b__9_0() */,
{ 34007, 1425, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Touch>>::.cctor() */,
{ 34008, 1425, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Touch>>::.ctor() */,
{ 34009, 1425, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Touch>>::<GetLuaReference>b__9_0() */,
{ 34007, 1420, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector2>>::.cctor() */,
{ 34008, 1420, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector2>>::.ctor() */,
{ 34009, 1420, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector2>>::<GetLuaReference>b__9_0() */,
{ 34007, 1418, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector3>>::.cctor() */,
{ 34008, 1418, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector3>>::.ctor() */,
{ 34009, 1418, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector3>>::<GetLuaReference>b__9_0() */,
{ 34007, 1422, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector4>>::.cctor() */,
{ 34008, 1422, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector4>>::.ctor() */,
{ 34009, 1422, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Nullable`1<UnityEngine.Vector4>>::<GetLuaReference>b__9_0() */,
{ 34007, 985, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.InterfaceMapping>::.cctor() */,
{ 34008, 985, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.InterfaceMapping>::.ctor() */,
{ 34009, 985, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.InterfaceMapping>::<GetLuaReference>b__9_0() */,
{ 34007, 64, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.ParameterModifier>::.cctor() */,
{ 34008, 64, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.ParameterModifier>::.ctor() */,
{ 34009, 64, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Reflection.ParameterModifier>::<GetLuaReference>b__9_0() */,
{ 34007, 977, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Runtime.Serialization.StreamingContext>::.cctor() */,
{ 34008, 977, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Runtime.Serialization.StreamingContext>::.ctor() */,
{ 34009, 977, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Runtime.Serialization.StreamingContext>::<GetLuaReference>b__9_0() */,
{ 34007, 982, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.RuntimeTypeHandle>::.cctor() */,
{ 34008, 982, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.RuntimeTypeHandle>::.ctor() */,
{ 34009, 982, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.RuntimeTypeHandle>::<GetLuaReference>b__9_0() */,
{ 34007, 108, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.SByte>::.cctor() */,
{ 34008, 108, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.SByte>::.ctor() */,
{ 34009, 108, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.SByte>::<GetLuaReference>b__9_0() */,
{ 34007, 109, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Single>::.cctor() */,
{ 34008, 109, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Single>::.ctor() */,
{ 34009, 109, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.Single>::<GetLuaReference>b__9_0() */,
{ 34007, 134, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt16>::.cctor() */,
{ 34008, 134, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt16>::.ctor() */,
{ 34009, 134, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt16>::<GetLuaReference>b__9_0() */,
{ 34007, 21, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt32>::.cctor() */,
{ 34008, 21, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt32>::.ctor() */,
{ 34009, 21, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt32>::<GetLuaReference>b__9_0() */,
{ 34007, 82, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt64>::.cctor() */,
{ 34008, 82, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt64>::.ctor() */,
{ 34009, 82, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UInt64>::<GetLuaReference>b__9_0() */,
{ 34007, 1428, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UIntPtr>::.cctor() */,
{ 34008, 1428, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UIntPtr>::.ctor() */,
{ 34009, 1428, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<System.UIntPtr>::<GetLuaReference>b__9_0() */,
{ 34007, 657, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.cctor() */,
{ 34008, 657, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.ctor() */,
{ 34009, 657, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::<GetLuaReference>b__9_0() */,
{ 34007, 598, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AccelerationEvent>::.cctor() */,
{ 34008, 598, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AccelerationEvent>::.ctor() */,
{ 34009, 598, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AccelerationEvent>::<GetLuaReference>b__9_0() */,
{ 34007, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorStateInfo>::.cctor() */,
{ 34008, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorStateInfo>::.ctor() */,
{ 34009, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorStateInfo>::<GetLuaReference>b__9_0() */,
{ 34007, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorTransitionInfo>::.cctor() */,
{ 34008, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorTransitionInfo>::.ctor() */,
{ 34009, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.AnimatorTransitionInfo>::<GetLuaReference>b__9_0() */,
{ 34007, 507, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Bounds>::.cctor() */,
{ 34008, 507, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Bounds>::.ctor() */,
{ 34009, 507, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Bounds>::<GetLuaReference>b__9_0() */,
{ 34007, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.BuildCompression>::.cctor() */,
{ 34008, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.BuildCompression>::.ctor() */,
{ 34009, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.BuildCompression>::<GetLuaReference>b__9_0() */,
{ 34007, 1306, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.CachedAssetBundle>::.cctor() */,
{ 34008, 1306, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.CachedAssetBundle>::.ctor() */,
{ 34009, 1306, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.CachedAssetBundle>::<GetLuaReference>b__9_0() */,
{ 34007, 1176, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Camera/GateFitParameters>::.cctor() */,
{ 34008, 1176, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Camera/GateFitParameters>::.ctor() */,
{ 34009, 1176, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Camera/GateFitParameters>::<GetLuaReference>b__9_0() */,
{ 34007, 521, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color32>::.cctor() */,
{ 34008, 521, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color32>::.ctor() */,
{ 34009, 521, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color32>::<GetLuaReference>b__9_0() */,
{ 34007, 518, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color>::.cctor() */,
{ 34008, 518, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color>::.ctor() */,
{ 34009, 518, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Color>::<GetLuaReference>b__9_0() */,
{ 34007, 524, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Hash128>::.cctor() */,
{ 34008, 524, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Hash128>::.ctor() */,
{ 34009, 524, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Hash128>::<GetLuaReference>b__9_0() */,
{ 34007, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LayerMask>::.cctor() */,
{ 34008, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LayerMask>::.ctor() */,
{ 34009, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LayerMask>::<GetLuaReference>b__9_0() */,
{ 34007, 1191, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LightBakingOutput>::.cctor() */,
{ 34008, 1191, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LightBakingOutput>::.ctor() */,
{ 34009, 1191, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.LightBakingOutput>::<GetLuaReference>b__9_0() */,
{ 34007, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.MatchTargetWeightMask>::.cctor() */,
{ 34008, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.MatchTargetWeightMask>::.ctor() */,
{ 34009, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.MatchTargetWeightMask>::<GetLuaReference>b__9_0() */,
{ 34007, 517, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Matrix4x4>::.cctor() */,
{ 34008, 517, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Matrix4x4>::.ctor() */,
{ 34009, 517, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Matrix4x4>::<GetLuaReference>b__9_0() */,
{ 34007, 1257, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CollisionModule>::.cctor() */,
{ 34008, 1257, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CollisionModule>::.ctor() */,
{ 34009, 1257, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CollisionModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1236, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorBySpeedModule>::.cctor() */,
{ 34008, 1236, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorBySpeedModule>::.ctor() */,
{ 34009, 1236, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorBySpeedModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1233, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.cctor() */,
{ 34008, 1233, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.ctor() */,
{ 34009, 1233, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1272, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CustomDataModule>::.cctor() */,
{ 34008, 1272, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CustomDataModule>::.ctor() */,
{ 34009, 1272, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/CustomDataModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1215, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmissionModule>::.cctor() */,
{ 34008, 1215, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmissionModule>::.ctor() */,
{ 34009, 1215, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmissionModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1209, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmitParams>::.cctor() */,
{ 34008, 1209, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmitParams>::.ctor() */,
{ 34009, 1209, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/EmitParams>::<GetLuaReference>b__9_0() */,
{ 34007, 1251, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ExternalForcesModule>::.cctor() */,
{ 34008, 1251, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ExternalForcesModule>::.ctor() */,
{ 34009, 1251, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ExternalForcesModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1230, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.cctor() */,
{ 34008, 1230, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.ctor() */,
{ 34009, 1230, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1227, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/InheritVelocityModule>::.cctor() */,
{ 34008, 1227, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/InheritVelocityModule>::.ctor() */,
{ 34009, 1227, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/InheritVelocityModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1266, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LightsModule>::.cctor() */,
{ 34008, 1266, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LightsModule>::.ctor() */,
{ 34009, 1266, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LightsModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1224, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.cctor() */,
{ 34008, 1224, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.ctor() */,
{ 34009, 1224, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1212, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/MainModule>::.cctor() */,
{ 34008, 1212, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/MainModule>::.ctor() */,
{ 34009, 1212, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/MainModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1254, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/NoiseModule>::.cctor() */,
{ 34008, 1254, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/NoiseModule>::.ctor() */,
{ 34009, 1254, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/NoiseModule>::<GetLuaReference>b__9_0() */,
{ 34007, 656, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 34008, 656, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 34009, 656, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Particle>::<GetLuaReference>b__9_0() */,
{ 34007, 1203, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/PlaybackState>::.cctor() */,
{ 34008, 1203, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/PlaybackState>::.ctor() */,
{ 34009, 1203, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/PlaybackState>::<GetLuaReference>b__9_0() */,
{ 34007, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationBySpeedModule>::.cctor() */,
{ 34008, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationBySpeedModule>::.ctor() */,
{ 34009, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationBySpeedModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1245, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.cctor() */,
{ 34008, 1245, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.ctor() */,
{ 34009, 1245, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1218, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ShapeModule>::.cctor() */,
{ 34008, 1218, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ShapeModule>::.ctor() */,
{ 34009, 1218, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/ShapeModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeBySpeedModule>::.cctor() */,
{ 34008, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeBySpeedModule>::.ctor() */,
{ 34009, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeBySpeedModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1239, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.cctor() */,
{ 34008, 1239, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.ctor() */,
{ 34009, 1239, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1263, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.cctor() */,
{ 34008, 1263, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.ctor() */,
{ 34009, 1263, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1269, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TrailModule>::.cctor() */,
{ 34008, 1269, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TrailModule>::.ctor() */,
{ 34009, 1269, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TrailModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1206, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Trails>::.cctor() */,
{ 34008, 1206, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Trails>::.ctor() */,
{ 34009, 1206, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/Trails>::<GetLuaReference>b__9_0() */,
{ 34007, 1260, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TriggerModule>::.cctor() */,
{ 34008, 1260, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TriggerModule>::.ctor() */,
{ 34009, 1260, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/TriggerModule>::<GetLuaReference>b__9_0() */,
{ 34007, 1221, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.cctor() */,
{ 34008, 1221, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.ctor() */,
{ 34009, 1221, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::<GetLuaReference>b__9_0() */,
{ 34007, 577, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.PhysicsScene>::.cctor() */,
{ 34008, 577, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.PhysicsScene>::.ctor() */,
{ 34009, 577, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.PhysicsScene>::<GetLuaReference>b__9_0() */,
{ 34007, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Playables.PlayableGraph>::.cctor() */,
{ 34008, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Playables.PlayableGraph>::.ctor() */,
{ 34009, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Playables.PlayableGraph>::<GetLuaReference>b__9_0() */,
{ 34007, 526, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Quaternion>::.cctor() */,
{ 34008, 526, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Quaternion>::.ctor() */,
{ 34009, 526, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Quaternion>::<GetLuaReference>b__9_0() */,
{ 34007, 1275, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Ray>::.cctor() */,
{ 34008, 1275, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Ray>::.ctor() */,
{ 34009, 1275, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Ray>::<GetLuaReference>b__9_0() */,
{ 34007, 576, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RaycastHit>::.cctor() */,
{ 34008, 576, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RaycastHit>::.ctor() */,
{ 34009, 576, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RaycastHit>::<GetLuaReference>b__9_0() */,
{ 34007, 508, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rect>::.cctor() */,
{ 34008, 508, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rect>::.ctor() */,
{ 34009, 508, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rect>::<GetLuaReference>b__9_0() */,
{ 34007, 501, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderBuffer>::.cctor() */,
{ 34008, 501, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderBuffer>::.ctor() */,
{ 34009, 501, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderBuffer>::<GetLuaReference>b__9_0() */,
{ 34007, 1287, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderTextureDescriptor>::.cctor() */,
{ 34008, 1287, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderTextureDescriptor>::.ctor() */,
{ 34009, 1287, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.RenderTextureDescriptor>::<GetLuaReference>b__9_0() */,
{ 34007, 555, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ScriptableCullingParameters>::.cctor() */,
{ 34008, 555, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ScriptableCullingParameters>::.ctor() */,
{ 34009, 555, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ScriptableCullingParameters>::<GetLuaReference>b__9_0() */,
{ 34007, 558, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ShaderTagId>::.cctor() */,
{ 34008, 558, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ShaderTagId>::.ctor() */,
{ 34009, 558, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.ShaderTagId>::<GetLuaReference>b__9_0() */,
{ 34007, 552, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.SphericalHarmonicsL2>::.cctor() */,
{ 34008, 552, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.SphericalHarmonicsL2>::.ctor() */,
{ 34009, 552, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Rendering.SphericalHarmonicsL2>::<GetLuaReference>b__9_0() */,
{ 34007, 512, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Resolution>::.cctor() */,
{ 34008, 512, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Resolution>::.ctor() */,
{ 34009, 512, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Resolution>::<GetLuaReference>b__9_0() */,
{ 34007, 545, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.SceneManagement.Scene>::.cctor() */,
{ 34008, 545, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.SceneManagement.Scene>::.ctor() */,
{ 34009, 545, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.SceneManagement.Scene>::<GetLuaReference>b__9_0() */,
{ 34007, 597, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Touch>::.cctor() */,
{ 34008, 597, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Touch>::.ctor() */,
{ 34009, 597, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Touch>::<GetLuaReference>b__9_0() */,
{ 34007, 513, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector2>::.cctor() */,
{ 34008, 513, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector2>::.ctor() */,
{ 34009, 513, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector2>::<GetLuaReference>b__9_0() */,
{ 34007, 502, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector3>::.cctor() */,
{ 34008, 502, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector3>::.ctor() */,
{ 34009, 502, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector3>::<GetLuaReference>b__9_0() */,
{ 34007, 516, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector4>::.cctor() */,
{ 34008, 516, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector4>::.ctor() */,
{ 34009, 516, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<UnityEngine.Vector4>::<GetLuaReference>b__9_0() */,
{ 34007, 1312, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<securityConnection>::.cctor() */,
{ 34008, 1312, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<securityConnection>::.ctor() */,
{ 34009, 1312, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<securityConnection>::<GetLuaReference>b__9_0() */,
{ 33999, 1105, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1105, -1 } /* System.String LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::GetTypeName() */,
{ 34001, 1105, -1 } /* System.Int32 LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::GetLuaReference(System.IntPtr) */,
{ 34002, 1105, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1105, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::IsNilType() */,
{ 34004, 1105, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1105, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1105, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.GlyphInfo>::.cctor() */,
{ 33999, 1115, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.Margin>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1115, -1 } /* System.String LuaInterface.TypeTraits`1<FairyGUI.Margin>::GetTypeName() */,
{ 34001, 1115, -1 } /* System.Int32 LuaInterface.TypeTraits`1<FairyGUI.Margin>::GetLuaReference(System.IntPtr) */,
{ 34002, 1115, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.Margin>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1115, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.Margin>::IsNilType() */,
{ 34004, 1115, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.Margin>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1115, -1 } /* System.Boolean LuaInterface.TypeTraits`1<FairyGUI.Margin>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1115, -1 } /* System.Void LuaInterface.TypeTraits`1<FairyGUI.Margin>::.cctor() */,
{ 34000, 1432, -1 } /* System.String LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::GetTypeName() */,
{ 34001, 1432, -1 } /* System.Int32 LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::GetLuaReference(System.IntPtr) */,
{ 34002, 1432, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1432, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::IsNilType() */,
{ 34004, 1432, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1432, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1432, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.LuaByteBuffer>::.cctor() */,
{ 33999, 1562, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.nil>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1562, -1 } /* System.String LuaInterface.TypeTraits`1<LuaInterface.nil>::GetTypeName() */,
{ 34001, 1562, -1 } /* System.Int32 LuaInterface.TypeTraits`1<LuaInterface.nil>::GetLuaReference(System.IntPtr) */,
{ 34002, 1562, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.nil>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1562, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.nil>::IsNilType() */,
{ 34004, 1562, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.nil>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1562, -1 } /* System.Boolean LuaInterface.TypeTraits`1<LuaInterface.nil>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1562, -1 } /* System.Void LuaInterface.TypeTraits`1<LuaInterface.nil>::.cctor() */,
{ 34000, 47, -1 } /* System.String LuaInterface.TypeTraits`1<System.Boolean>::GetTypeName() */,
{ 34001, 47, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Boolean>::GetLuaReference(System.IntPtr) */,
{ 34002, 47, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Boolean>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 47, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Boolean>::IsNilType() */,
{ 34004, 47, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Boolean>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 47, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Boolean>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 47, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Boolean>::.cctor() */,
{ 34000, 6, -1 } /* System.String LuaInterface.TypeTraits`1<System.Byte>::GetTypeName() */,
{ 34001, 6, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Byte>::GetLuaReference(System.IntPtr) */,
{ 34002, 6, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Byte>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 6, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Byte>::IsNilType() */,
{ 34004, 6, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Byte>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 6, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Byte>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 6, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Byte>::.cctor() */,
{ 34000, 7, -1 } /* System.String LuaInterface.TypeTraits`1<System.Char>::GetTypeName() */,
{ 34001, 7, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Char>::GetLuaReference(System.IntPtr) */,
{ 34002, 7, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Char>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 7, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Char>::IsNilType() */,
{ 34004, 7, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Char>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 7, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Char>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 7, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Char>::.cctor() */,
{ 33999, 59, -1 } /* System.Void LuaInterface.TypeTraits`1<System.DateTime>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 59, -1 } /* System.String LuaInterface.TypeTraits`1<System.DateTime>::GetTypeName() */,
{ 34001, 59, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.DateTime>::GetLuaReference(System.IntPtr) */,
{ 34002, 59, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.DateTime>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 59, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.DateTime>::IsNilType() */,
{ 34004, 59, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.DateTime>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 59, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.DateTime>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 59, -1 } /* System.Void LuaInterface.TypeTraits`1<System.DateTime>::.cctor() */,
{ 34000, 61, -1 } /* System.String LuaInterface.TypeTraits`1<System.Decimal>::GetTypeName() */,
{ 34001, 61, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Decimal>::GetLuaReference(System.IntPtr) */,
{ 34002, 61, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Decimal>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 61, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Decimal>::IsNilType() */,
{ 34004, 61, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Decimal>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 61, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Decimal>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 61, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Decimal>::.cctor() */,
{ 34000, 81, -1 } /* System.String LuaInterface.TypeTraits`1<System.Double>::GetTypeName() */,
{ 34001, 81, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Double>::GetLuaReference(System.IntPtr) */,
{ 34002, 81, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Double>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 81, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Double>::IsNilType() */,
{ 34004, 81, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Double>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 81, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Double>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 81, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Double>::.cctor() */,
{ 33999, 94, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Guid>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 94, -1 } /* System.String LuaInterface.TypeTraits`1<System.Guid>::GetTypeName() */,
{ 34001, 94, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Guid>::GetLuaReference(System.IntPtr) */,
{ 34002, 94, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Guid>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 94, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Guid>::IsNilType() */,
{ 34004, 94, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Guid>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 94, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Guid>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 94, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Guid>::.cctor() */,
{ 34000, 95, -1 } /* System.String LuaInterface.TypeTraits`1<System.Int16>::GetTypeName() */,
{ 34001, 95, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Int16>::GetLuaReference(System.IntPtr) */,
{ 34002, 95, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int16>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 95, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int16>::IsNilType() */,
{ 34004, 95, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int16>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 95, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int16>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 95, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int16>::.cctor() */,
{ 34000, 16, -1 } /* System.String LuaInterface.TypeTraits`1<System.Int32>::GetTypeName() */,
{ 34001, 16, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Int32>::GetLuaReference(System.IntPtr) */,
{ 34002, 16, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 16, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32>::IsNilType() */,
{ 34004, 16, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 16, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 16, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32>::.cctor() */,
{ 33999, 90, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32Enum>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 90, -1 } /* System.String LuaInterface.TypeTraits`1<System.Int32Enum>::GetTypeName() */,
{ 34001, 90, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Int32Enum>::GetLuaReference(System.IntPtr) */,
{ 34002, 90, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32Enum>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 90, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32Enum>::IsNilType() */,
{ 34004, 90, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32Enum>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 90, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int32Enum>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 90, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int32Enum>::.cctor() */,
{ 34000, 37, -1 } /* System.String LuaInterface.TypeTraits`1<System.Int64>::GetTypeName() */,
{ 34001, 37, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Int64>::GetLuaReference(System.IntPtr) */,
{ 34002, 37, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int64>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 37, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int64>::IsNilType() */,
{ 34004, 37, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int64>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 37, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Int64>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 37, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Int64>::.cctor() */,
{ 34000, 85, -1 } /* System.String LuaInterface.TypeTraits`1<System.IntPtr>::GetTypeName() */,
{ 34001, 85, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.IntPtr>::GetLuaReference(System.IntPtr) */,
{ 34002, 85, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.IntPtr>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 85, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.IntPtr>::IsNilType() */,
{ 34004, 85, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.IntPtr>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 85, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.IntPtr>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 85, -1 } /* System.Void LuaInterface.TypeTraits`1<System.IntPtr>::.cctor() */,
{ 34000, 1414, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::GetTypeName() */,
{ 34001, 1414, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1414, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1414, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::IsNilType() */,
{ 34004, 1414, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1414, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1414, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Boolean>>::.cctor() */,
{ 34000, 1406, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::GetTypeName() */,
{ 34001, 1406, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1406, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1406, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::IsNilType() */,
{ 34004, 1406, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1406, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1406, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Byte>>::.cctor() */,
{ 34000, 1409, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::GetTypeName() */,
{ 34001, 1409, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1409, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1409, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::IsNilType() */,
{ 34004, 1409, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1409, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1409, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Char>>::.cctor() */,
{ 34000, 1411, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::GetTypeName() */,
{ 34001, 1411, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1411, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1411, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::IsNilType() */,
{ 34004, 1411, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1411, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1411, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Decimal>>::.cctor() */,
{ 34000, 1413, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::GetTypeName() */,
{ 34001, 1413, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1413, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1413, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::IsNilType() */,
{ 34004, 1413, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1413, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1413, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Double>>::.cctor() */,
{ 34000, 1407, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::GetTypeName() */,
{ 34001, 1407, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1407, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1407, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::IsNilType() */,
{ 34004, 1407, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1407, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1407, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int16>>::.cctor() */,
{ 34000, 406, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::GetTypeName() */,
{ 34001, 406, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::GetLuaReference(System.IntPtr) */,
{ 34002, 406, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 406, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::IsNilType() */,
{ 34004, 406, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 406, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 406, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 34000, 1415, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::GetTypeName() */,
{ 34001, 1415, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1415, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1415, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::IsNilType() */,
{ 34004, 1415, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1415, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1415, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Int64>>::.cctor() */,
{ 34000, 1405, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::GetTypeName() */,
{ 34001, 1405, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1405, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1405, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::IsNilType() */,
{ 34004, 1405, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1405, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1405, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.SByte>>::.cctor() */,
{ 34000, 1412, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::GetTypeName() */,
{ 34001, 1412, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1412, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1412, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::IsNilType() */,
{ 34004, 1412, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1412, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1412, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.Single>>::.cctor() */,
{ 34000, 1408, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::GetTypeName() */,
{ 34001, 1408, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1408, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1408, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::IsNilType() */,
{ 34004, 1408, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1408, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1408, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt16>>::.cctor() */,
{ 34000, 1410, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::GetTypeName() */,
{ 34001, 1410, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1410, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1410, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::IsNilType() */,
{ 34004, 1410, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1410, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1410, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt32>>::.cctor() */,
{ 34000, 1416, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::GetTypeName() */,
{ 34001, 1416, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1416, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1416, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::IsNilType() */,
{ 34004, 1416, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1416, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1416, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<System.UInt64>>::.cctor() */,
{ 34000, 1424, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::GetTypeName() */,
{ 34001, 1424, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1424, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1424, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::IsNilType() */,
{ 34004, 1424, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1424, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1424, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Bounds>>::.cctor() */,
{ 34000, 1421, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::GetTypeName() */,
{ 34001, 1421, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1421, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1421, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::IsNilType() */,
{ 34004, 1421, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1421, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1421, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Color>>::.cctor() */,
{ 34000, 1426, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::GetTypeName() */,
{ 34001, 1426, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1426, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1426, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::IsNilType() */,
{ 34004, 1426, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1426, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1426, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.LayerMask>>::.cctor() */,
{ 34000, 1419, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::GetTypeName() */,
{ 34001, 1419, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1419, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1419, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::IsNilType() */,
{ 34004, 1419, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1419, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1419, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Quaternion>>::.cctor() */,
{ 34000, 1423, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::GetTypeName() */,
{ 34001, 1423, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1423, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1423, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::IsNilType() */,
{ 34004, 1423, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1423, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1423, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Ray>>::.cctor() */,
{ 34000, 1427, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::GetTypeName() */,
{ 34001, 1427, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1427, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1427, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::IsNilType() */,
{ 34004, 1427, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1427, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1427, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.RaycastHit>>::.cctor() */,
{ 34000, 1425, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::GetTypeName() */,
{ 34001, 1425, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1425, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1425, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::IsNilType() */,
{ 34004, 1425, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1425, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1425, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Touch>>::.cctor() */,
{ 34000, 1420, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::GetTypeName() */,
{ 34001, 1420, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1420, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1420, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::IsNilType() */,
{ 34004, 1420, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1420, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1420, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector2>>::.cctor() */,
{ 34000, 1418, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::GetTypeName() */,
{ 34001, 1418, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1418, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1418, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::IsNilType() */,
{ 34004, 1418, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1418, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1418, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector3>>::.cctor() */,
{ 34000, 1422, -1 } /* System.String LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::GetTypeName() */,
{ 34001, 1422, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::GetLuaReference(System.IntPtr) */,
{ 34002, 1422, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1422, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::IsNilType() */,
{ 34004, 1422, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1422, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1422, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Nullable`1<UnityEngine.Vector4>>::.cctor() */,
{ 33999, 985, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 985, -1 } /* System.String LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::GetTypeName() */,
{ 34001, 985, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::GetLuaReference(System.IntPtr) */,
{ 34002, 985, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 985, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::IsNilType() */,
{ 34004, 985, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 985, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 985, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Reflection.InterfaceMapping>::.cctor() */,
{ 33999, 64, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 64, -1 } /* System.String LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::GetTypeName() */,
{ 34001, 64, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::GetLuaReference(System.IntPtr) */,
{ 34002, 64, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 64, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::IsNilType() */,
{ 34004, 64, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 64, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 64, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 33999, 977, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 977, -1 } /* System.String LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::GetTypeName() */,
{ 34001, 977, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::GetLuaReference(System.IntPtr) */,
{ 34002, 977, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 977, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::IsNilType() */,
{ 34004, 977, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 977, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 977, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Runtime.Serialization.StreamingContext>::.cctor() */,
{ 33999, 982, -1 } /* System.Void LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 982, -1 } /* System.String LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::GetTypeName() */,
{ 34001, 982, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::GetLuaReference(System.IntPtr) */,
{ 34002, 982, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 982, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::IsNilType() */,
{ 34004, 982, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 982, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 982, -1 } /* System.Void LuaInterface.TypeTraits`1<System.RuntimeTypeHandle>::.cctor() */,
{ 34000, 108, -1 } /* System.String LuaInterface.TypeTraits`1<System.SByte>::GetTypeName() */,
{ 34001, 108, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.SByte>::GetLuaReference(System.IntPtr) */,
{ 34002, 108, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.SByte>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 108, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.SByte>::IsNilType() */,
{ 34004, 108, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.SByte>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 108, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.SByte>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 108, -1 } /* System.Void LuaInterface.TypeTraits`1<System.SByte>::.cctor() */,
{ 34000, 109, -1 } /* System.String LuaInterface.TypeTraits`1<System.Single>::GetTypeName() */,
{ 34001, 109, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.Single>::GetLuaReference(System.IntPtr) */,
{ 34002, 109, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Single>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 109, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Single>::IsNilType() */,
{ 34004, 109, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Single>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 109, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.Single>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 109, -1 } /* System.Void LuaInterface.TypeTraits`1<System.Single>::.cctor() */,
{ 34000, 134, -1 } /* System.String LuaInterface.TypeTraits`1<System.UInt16>::GetTypeName() */,
{ 34001, 134, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.UInt16>::GetLuaReference(System.IntPtr) */,
{ 34002, 134, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt16>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 134, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt16>::IsNilType() */,
{ 34004, 134, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt16>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 134, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt16>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 134, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt16>::.cctor() */,
{ 34000, 21, -1 } /* System.String LuaInterface.TypeTraits`1<System.UInt32>::GetTypeName() */,
{ 34001, 21, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.UInt32>::GetLuaReference(System.IntPtr) */,
{ 34002, 21, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 21, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt32>::IsNilType() */,
{ 34004, 21, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt32>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 21, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt32>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 21, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt32>::.cctor() */,
{ 34000, 82, -1 } /* System.String LuaInterface.TypeTraits`1<System.UInt64>::GetTypeName() */,
{ 34001, 82, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.UInt64>::GetLuaReference(System.IntPtr) */,
{ 34002, 82, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt64>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 82, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt64>::IsNilType() */,
{ 34004, 82, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt64>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 82, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UInt64>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 82, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UInt64>::.cctor() */,
{ 34000, 1428, -1 } /* System.String LuaInterface.TypeTraits`1<System.UIntPtr>::GetTypeName() */,
{ 34001, 1428, -1 } /* System.Int32 LuaInterface.TypeTraits`1<System.UIntPtr>::GetLuaReference(System.IntPtr) */,
{ 34002, 1428, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UIntPtr>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1428, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UIntPtr>::IsNilType() */,
{ 34004, 1428, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UIntPtr>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1428, -1 } /* System.Boolean LuaInterface.TypeTraits`1<System.UIntPtr>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1428, -1 } /* System.Void LuaInterface.TypeTraits`1<System.UIntPtr>::.cctor() */,
{ 33999, 657, -1 } /* System.Void LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 657, -1 } /* System.String LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::GetTypeName() */,
{ 34001, 657, -1 } /* System.Int32 LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::GetLuaReference(System.IntPtr) */,
{ 34002, 657, -1 } /* System.Boolean LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 657, -1 } /* System.Boolean LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::IsNilType() */,
{ 34004, 657, -1 } /* System.Boolean LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 657, -1 } /* System.Boolean LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 657, -1 } /* System.Void LuaInterface.TypeTraits`1<Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.cctor() */,
{ 33999, 598, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 598, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::GetTypeName() */,
{ 34001, 598, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::GetLuaReference(System.IntPtr) */,
{ 34002, 598, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 598, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::IsNilType() */,
{ 34004, 598, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 598, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 598, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AccelerationEvent>::.cctor() */,
{ 33999, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1151, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::GetTypeName() */,
{ 34001, 1151, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::GetLuaReference(System.IntPtr) */,
{ 34002, 1151, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1151, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::IsNilType() */,
{ 34004, 1151, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1151, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1151, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AnimatorStateInfo>::.cctor() */,
{ 33999, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1154, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::GetTypeName() */,
{ 34001, 1154, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::GetLuaReference(System.IntPtr) */,
{ 34002, 1154, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1154, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::IsNilType() */,
{ 34004, 1154, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1154, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1154, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.AnimatorTransitionInfo>::.cctor() */,
{ 34000, 507, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Bounds>::GetTypeName() */,
{ 34001, 507, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Bounds>::GetLuaReference(System.IntPtr) */,
{ 34002, 507, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Bounds>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 507, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Bounds>::IsNilType() */,
{ 34004, 507, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Bounds>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 507, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Bounds>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 507, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Bounds>::.cctor() */,
{ 33999, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1163, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::GetTypeName() */,
{ 34001, 1163, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::GetLuaReference(System.IntPtr) */,
{ 34002, 1163, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1163, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::IsNilType() */,
{ 34004, 1163, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1163, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1163, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.BuildCompression>::.cctor() */,
{ 33999, 1306, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1306, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::GetTypeName() */,
{ 34001, 1306, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::GetLuaReference(System.IntPtr) */,
{ 34002, 1306, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1306, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::IsNilType() */,
{ 34004, 1306, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1306, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1306, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.CachedAssetBundle>::.cctor() */,
{ 33999, 1176, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1176, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::GetTypeName() */,
{ 34001, 1176, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::GetLuaReference(System.IntPtr) */,
{ 34002, 1176, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1176, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::IsNilType() */,
{ 34004, 1176, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1176, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1176, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Camera/GateFitParameters>::.cctor() */,
{ 33999, 521, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color32>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 521, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Color32>::GetTypeName() */,
{ 34001, 521, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Color32>::GetLuaReference(System.IntPtr) */,
{ 34002, 521, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color32>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 521, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color32>::IsNilType() */,
{ 34004, 521, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color32>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 521, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color32>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 521, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color32>::.cctor() */,
{ 34000, 518, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Color>::GetTypeName() */,
{ 34001, 518, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Color>::GetLuaReference(System.IntPtr) */,
{ 34002, 518, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 518, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color>::IsNilType() */,
{ 34004, 518, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 518, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Color>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 518, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Color>::.cctor() */,
{ 33999, 524, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Hash128>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 524, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Hash128>::GetTypeName() */,
{ 34001, 524, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Hash128>::GetLuaReference(System.IntPtr) */,
{ 34002, 524, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Hash128>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 524, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Hash128>::IsNilType() */,
{ 34004, 524, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Hash128>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 524, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Hash128>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 524, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Hash128>::.cctor() */,
{ 34000, 1363, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::GetTypeName() */,
{ 34001, 1363, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::GetLuaReference(System.IntPtr) */,
{ 34002, 1363, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1363, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::IsNilType() */,
{ 34004, 1363, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1363, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1363, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.LayerMask>::.cctor() */,
{ 33999, 1191, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1191, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::GetTypeName() */,
{ 34001, 1191, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::GetLuaReference(System.IntPtr) */,
{ 34002, 1191, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1191, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::IsNilType() */,
{ 34004, 1191, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1191, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1191, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.LightBakingOutput>::.cctor() */,
{ 33999, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1157, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::GetTypeName() */,
{ 34001, 1157, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::GetLuaReference(System.IntPtr) */,
{ 34002, 1157, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1157, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::IsNilType() */,
{ 34004, 1157, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1157, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1157, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.MatchTargetWeightMask>::.cctor() */,
{ 33999, 517, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 517, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::GetTypeName() */,
{ 34001, 517, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::GetLuaReference(System.IntPtr) */,
{ 34002, 517, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 517, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::IsNilType() */,
{ 34004, 517, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 517, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 517, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>::.cctor() */,
{ 33999, 1257, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1257, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::GetTypeName() */,
{ 34001, 1257, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1257, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1257, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::IsNilType() */,
{ 34004, 1257, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1257, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1257, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CollisionModule>::.cctor() */,
{ 33999, 1236, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1236, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::GetTypeName() */,
{ 34001, 1236, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1236, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1236, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::IsNilType() */,
{ 34004, 1236, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1236, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1236, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorBySpeedModule>::.cctor() */,
{ 33999, 1233, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1233, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::GetTypeName() */,
{ 34001, 1233, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1233, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1233, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::IsNilType() */,
{ 34004, 1233, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1233, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1233, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.cctor() */,
{ 33999, 1272, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1272, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::GetTypeName() */,
{ 34001, 1272, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1272, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1272, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::IsNilType() */,
{ 34004, 1272, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1272, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1272, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/CustomDataModule>::.cctor() */,
{ 33999, 1215, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1215, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::GetTypeName() */,
{ 34001, 1215, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1215, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1215, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::IsNilType() */,
{ 34004, 1215, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1215, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1215, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmissionModule>::.cctor() */,
{ 33999, 1209, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1209, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::GetTypeName() */,
{ 34001, 1209, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::GetLuaReference(System.IntPtr) */,
{ 34002, 1209, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1209, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::IsNilType() */,
{ 34004, 1209, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1209, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1209, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/EmitParams>::.cctor() */,
{ 33999, 1251, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1251, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::GetTypeName() */,
{ 34001, 1251, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1251, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1251, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::IsNilType() */,
{ 34004, 1251, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1251, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1251, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ExternalForcesModule>::.cctor() */,
{ 33999, 1230, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1230, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::GetTypeName() */,
{ 34001, 1230, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1230, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1230, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::IsNilType() */,
{ 34004, 1230, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1230, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1230, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.cctor() */,
{ 33999, 1227, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1227, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::GetTypeName() */,
{ 34001, 1227, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1227, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1227, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::IsNilType() */,
{ 34004, 1227, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1227, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1227, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/InheritVelocityModule>::.cctor() */,
{ 33999, 1266, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1266, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::GetTypeName() */,
{ 34001, 1266, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1266, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1266, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::IsNilType() */,
{ 34004, 1266, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1266, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1266, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LightsModule>::.cctor() */,
{ 33999, 1224, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1224, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::GetTypeName() */,
{ 34001, 1224, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1224, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1224, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::IsNilType() */,
{ 34004, 1224, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1224, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1224, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.cctor() */,
{ 33999, 1212, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1212, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::GetTypeName() */,
{ 34001, 1212, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1212, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1212, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::IsNilType() */,
{ 34004, 1212, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1212, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1212, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/MainModule>::.cctor() */,
{ 33999, 1254, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1254, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::GetTypeName() */,
{ 34001, 1254, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1254, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1254, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::IsNilType() */,
{ 34004, 1254, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1254, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1254, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/NoiseModule>::.cctor() */,
{ 33999, 656, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 656, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::GetTypeName() */,
{ 34001, 656, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::GetLuaReference(System.IntPtr) */,
{ 34002, 656, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 656, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::IsNilType() */,
{ 34004, 656, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 656, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 656, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 33999, 1203, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1203, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::GetTypeName() */,
{ 34001, 1203, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::GetLuaReference(System.IntPtr) */,
{ 34002, 1203, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1203, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::IsNilType() */,
{ 34004, 1203, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1203, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1203, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/PlaybackState>::.cctor() */,
{ 33999, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1248, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::GetTypeName() */,
{ 34001, 1248, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1248, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1248, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::IsNilType() */,
{ 34004, 1248, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1248, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1248, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationBySpeedModule>::.cctor() */,
{ 33999, 1245, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1245, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::GetTypeName() */,
{ 34001, 1245, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1245, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1245, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::IsNilType() */,
{ 34004, 1245, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1245, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1245, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.cctor() */,
{ 33999, 1218, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1218, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::GetTypeName() */,
{ 34001, 1218, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1218, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1218, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::IsNilType() */,
{ 34004, 1218, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1218, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1218, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/ShapeModule>::.cctor() */,
{ 33999, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1242, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::GetTypeName() */,
{ 34001, 1242, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1242, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1242, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::IsNilType() */,
{ 34004, 1242, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1242, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1242, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeBySpeedModule>::.cctor() */,
{ 33999, 1239, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1239, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::GetTypeName() */,
{ 34001, 1239, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1239, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1239, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::IsNilType() */,
{ 34004, 1239, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1239, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1239, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.cctor() */,
{ 33999, 1263, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1263, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::GetTypeName() */,
{ 34001, 1263, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1263, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1263, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::IsNilType() */,
{ 34004, 1263, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1263, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1263, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.cctor() */,
{ 33999, 1269, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1269, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::GetTypeName() */,
{ 34001, 1269, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1269, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1269, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::IsNilType() */,
{ 34004, 1269, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1269, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1269, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TrailModule>::.cctor() */,
{ 33999, 1206, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1206, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::GetTypeName() */,
{ 34001, 1206, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::GetLuaReference(System.IntPtr) */,
{ 34002, 1206, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1206, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::IsNilType() */,
{ 34004, 1206, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1206, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1206, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/Trails>::.cctor() */,
{ 33999, 1260, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1260, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::GetTypeName() */,
{ 34001, 1260, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1260, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1260, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::IsNilType() */,
{ 34004, 1260, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1260, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1260, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/TriggerModule>::.cctor() */,
{ 33999, 1221, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1221, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::GetTypeName() */,
{ 34001, 1221, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::GetLuaReference(System.IntPtr) */,
{ 34002, 1221, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1221, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::IsNilType() */,
{ 34004, 1221, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1221, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1221, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.cctor() */,
{ 33999, 577, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 577, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::GetTypeName() */,
{ 34001, 577, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::GetLuaReference(System.IntPtr) */,
{ 34002, 577, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 577, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::IsNilType() */,
{ 34004, 577, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 577, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 577, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.PhysicsScene>::.cctor() */,
{ 33999, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1160, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::GetTypeName() */,
{ 34001, 1160, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::GetLuaReference(System.IntPtr) */,
{ 34002, 1160, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1160, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::IsNilType() */,
{ 34004, 1160, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1160, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1160, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Playables.PlayableGraph>::.cctor() */,
{ 34000, 526, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::GetTypeName() */,
{ 34001, 526, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::GetLuaReference(System.IntPtr) */,
{ 34002, 526, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 526, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::IsNilType() */,
{ 34004, 526, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 526, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 526, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Quaternion>::.cctor() */,
{ 34000, 1275, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Ray>::GetTypeName() */,
{ 34001, 1275, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Ray>::GetLuaReference(System.IntPtr) */,
{ 34002, 1275, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Ray>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1275, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Ray>::IsNilType() */,
{ 34004, 1275, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Ray>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1275, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Ray>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1275, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Ray>::.cctor() */,
{ 34000, 576, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::GetTypeName() */,
{ 34001, 576, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::GetLuaReference(System.IntPtr) */,
{ 34002, 576, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 576, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::IsNilType() */,
{ 34004, 576, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 576, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 576, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>::.cctor() */,
{ 33999, 508, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rect>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 508, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Rect>::GetTypeName() */,
{ 34001, 508, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Rect>::GetLuaReference(System.IntPtr) */,
{ 34002, 508, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rect>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 508, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rect>::IsNilType() */,
{ 34004, 508, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rect>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 508, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rect>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 508, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rect>::.cctor() */,
{ 33999, 501, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 501, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::GetTypeName() */,
{ 34001, 501, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::GetLuaReference(System.IntPtr) */,
{ 34002, 501, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 501, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::IsNilType() */,
{ 34004, 501, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 501, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 501, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>::.cctor() */,
{ 33999, 1287, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1287, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::GetTypeName() */,
{ 34001, 1287, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::GetLuaReference(System.IntPtr) */,
{ 34002, 1287, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1287, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::IsNilType() */,
{ 34004, 1287, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1287, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1287, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.RenderTextureDescriptor>::.cctor() */,
{ 33999, 555, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 555, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::GetTypeName() */,
{ 34001, 555, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::GetLuaReference(System.IntPtr) */,
{ 34002, 555, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 555, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::IsNilType() */,
{ 34004, 555, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 555, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 555, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.ScriptableCullingParameters>::.cctor() */,
{ 33999, 558, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 558, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::GetTypeName() */,
{ 34001, 558, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::GetLuaReference(System.IntPtr) */,
{ 34002, 558, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 558, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::IsNilType() */,
{ 34004, 558, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 558, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 558, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.ShaderTagId>::.cctor() */,
{ 33999, 552, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 552, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::GetTypeName() */,
{ 34001, 552, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::GetLuaReference(System.IntPtr) */,
{ 34002, 552, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 552, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::IsNilType() */,
{ 34004, 552, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 552, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 552, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Rendering.SphericalHarmonicsL2>::.cctor() */,
{ 33999, 512, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Resolution>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 512, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Resolution>::GetTypeName() */,
{ 34001, 512, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Resolution>::GetLuaReference(System.IntPtr) */,
{ 34002, 512, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Resolution>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 512, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Resolution>::IsNilType() */,
{ 34004, 512, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Resolution>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 512, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Resolution>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 512, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Resolution>::.cctor() */,
{ 33999, 545, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 545, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::GetTypeName() */,
{ 34001, 545, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::GetLuaReference(System.IntPtr) */,
{ 34002, 545, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 545, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::IsNilType() */,
{ 34004, 545, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 545, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 545, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.SceneManagement.Scene>::.cctor() */,
{ 34000, 597, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Touch>::GetTypeName() */,
{ 34001, 597, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Touch>::GetLuaReference(System.IntPtr) */,
{ 34002, 597, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Touch>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 597, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Touch>::IsNilType() */,
{ 34004, 597, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Touch>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 597, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Touch>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 597, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Touch>::.cctor() */,
{ 34000, 513, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Vector2>::GetTypeName() */,
{ 34001, 513, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Vector2>::GetLuaReference(System.IntPtr) */,
{ 34002, 513, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector2>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 513, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector2>::IsNilType() */,
{ 34004, 513, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector2>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 513, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector2>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 513, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector2>::.cctor() */,
{ 34000, 502, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Vector3>::GetTypeName() */,
{ 34001, 502, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Vector3>::GetLuaReference(System.IntPtr) */,
{ 34002, 502, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector3>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 502, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector3>::IsNilType() */,
{ 34004, 502, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector3>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 502, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector3>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 502, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector3>::.cctor() */,
{ 34000, 516, -1 } /* System.String LuaInterface.TypeTraits`1<UnityEngine.Vector4>::GetTypeName() */,
{ 34001, 516, -1 } /* System.Int32 LuaInterface.TypeTraits`1<UnityEngine.Vector4>::GetLuaReference(System.IntPtr) */,
{ 34002, 516, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector4>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 516, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector4>::IsNilType() */,
{ 34004, 516, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector4>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 516, -1 } /* System.Boolean LuaInterface.TypeTraits`1<UnityEngine.Vector4>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 516, -1 } /* System.Void LuaInterface.TypeTraits`1<UnityEngine.Vector4>::.cctor() */,
{ 33999, 1312, -1 } /* System.Void LuaInterface.TypeTraits`1<securityConnection>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>) */,
{ 34000, 1312, -1 } /* System.String LuaInterface.TypeTraits`1<securityConnection>::GetTypeName() */,
{ 34001, 1312, -1 } /* System.Int32 LuaInterface.TypeTraits`1<securityConnection>::GetLuaReference(System.IntPtr) */,
{ 34002, 1312, -1 } /* System.Boolean LuaInterface.TypeTraits`1<securityConnection>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34003, 1312, -1 } /* System.Boolean LuaInterface.TypeTraits`1<securityConnection>::IsNilType() */,
{ 34004, 1312, -1 } /* System.Boolean LuaInterface.TypeTraits`1<securityConnection>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 1312, -1 } /* System.Boolean LuaInterface.TypeTraits`1<securityConnection>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34006, 1312, -1 } /* System.Void LuaInterface.TypeTraits`1<securityConnection>::.cctor() */,
{ 1074, 1647, -1 } /* System.Void System.Action`1<FairyGUI.GPath/Segment>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 1647, -1 } /* System.Void System.Action`1<FairyGUI.GPath/Segment>::Invoke(T) */,
{ 1076, 1647, -1 } /* System.IAsyncResult System.Action`1<FairyGUI.GPath/Segment>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 1647, -1 } /* System.Void System.Action`1<FairyGUI.GPath/Segment>::EndInvoke(System.IAsyncResult) */,
{ 1074, 1648, -1 } /* System.Void System.Action`1<FairyGUI.GPathPoint>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 1648, -1 } /* System.Void System.Action`1<FairyGUI.GPathPoint>::Invoke(T) */,
{ 1076, 1648, -1 } /* System.IAsyncResult System.Action`1<FairyGUI.GPathPoint>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 1648, -1 } /* System.Void System.Action`1<FairyGUI.GPathPoint>::EndInvoke(System.IAsyncResult) */,
{ 1074, 1140, -1 } /* System.Void System.Action`1<FairyGUI.TextField/CharPosition>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 1140, -1 } /* System.Void System.Action`1<FairyGUI.TextField/CharPosition>::Invoke(T) */,
{ 1076, 1140, -1 } /* System.IAsyncResult System.Action`1<FairyGUI.TextField/CharPosition>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 1140, -1 } /* System.Void System.Action`1<FairyGUI.TextField/CharPosition>::EndInvoke(System.IAsyncResult) */,
{ 1076, 47, -1 } /* System.IAsyncResult System.Action`1<System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 47, -1 } /* System.Void System.Action`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1074, 6, -1 } /* System.Void System.Action`1<System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 6, -1 } /* System.Void System.Action`1<System.Byte>::Invoke(T) */,
{ 1076, 6, -1 } /* System.IAsyncResult System.Action`1<System.Byte>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 6, -1 } /* System.Void System.Action`1<System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1074, 7, -1 } /* System.Void System.Action`1<System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 7, -1 } /* System.Void System.Action`1<System.Char>::Invoke(T) */,
{ 1076, 7, -1 } /* System.IAsyncResult System.Action`1<System.Char>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 7, -1 } /* System.Void System.Action`1<System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1074, 115, -1 } /* System.Void System.Action`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 115, -1 } /* System.Void System.Action`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Invoke(T) */,
{ 1076, 115, -1 } /* System.IAsyncResult System.Action`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 115, -1 } /* System.Void System.Action`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1074, 59, -1 } /* System.Void System.Action`1<System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 59, -1 } /* System.Void System.Action`1<System.DateTime>::Invoke(T) */,
{ 1076, 59, -1 } /* System.IAsyncResult System.Action`1<System.DateTime>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 59, -1 } /* System.Void System.Action`1<System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1074, 60, -1 } /* System.Void System.Action`1<System.DateTimeOffset>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 60, -1 } /* System.Void System.Action`1<System.DateTimeOffset>::Invoke(T) */,
{ 1076, 60, -1 } /* System.IAsyncResult System.Action`1<System.DateTimeOffset>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 60, -1 } /* System.Void System.Action`1<System.DateTimeOffset>::EndInvoke(System.IAsyncResult) */,
{ 1074, 61, -1 } /* System.Void System.Action`1<System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 61, -1 } /* System.Void System.Action`1<System.Decimal>::Invoke(T) */,
{ 1076, 61, -1 } /* System.IAsyncResult System.Action`1<System.Decimal>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 61, -1 } /* System.Void System.Action`1<System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1074, 81, -1 } /* System.Void System.Action`1<System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 81, -1 } /* System.Void System.Action`1<System.Double>::Invoke(T) */,
{ 1076, 81, -1 } /* System.IAsyncResult System.Action`1<System.Double>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 81, -1 } /* System.Void System.Action`1<System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1074, 95, -1 } /* System.Void System.Action`1<System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 95, -1 } /* System.Void System.Action`1<System.Int16>::Invoke(T) */,
{ 1076, 95, -1 } /* System.IAsyncResult System.Action`1<System.Int16>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 95, -1 } /* System.Void System.Action`1<System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1076, 16, -1 } /* System.IAsyncResult System.Action`1<System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 16, -1 } /* System.Void System.Action`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1074, 90, -1 } /* System.Void System.Action`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 90, -1 } /* System.Void System.Action`1<System.Int32Enum>::Invoke(T) */,
{ 1076, 90, -1 } /* System.IAsyncResult System.Action`1<System.Int32Enum>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 90, -1 } /* System.Void System.Action`1<System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1074, 37, -1 } /* System.Void System.Action`1<System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 37, -1 } /* System.Void System.Action`1<System.Int64>::Invoke(T) */,
{ 1076, 37, -1 } /* System.IAsyncResult System.Action`1<System.Int64>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 37, -1 } /* System.Void System.Action`1<System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1074, 108, -1 } /* System.Void System.Action`1<System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 108, -1 } /* System.Void System.Action`1<System.SByte>::Invoke(T) */,
{ 1076, 108, -1 } /* System.IAsyncResult System.Action`1<System.SByte>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 108, -1 } /* System.Void System.Action`1<System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1074, 109, -1 } /* System.Void System.Action`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 109, -1 } /* System.Void System.Action`1<System.Single>::Invoke(T) */,
{ 1076, 109, -1 } /* System.IAsyncResult System.Action`1<System.Single>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 109, -1 } /* System.Void System.Action`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1074, 248, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 248, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::Invoke(T) */,
{ 1076, 248, -1 } /* System.IAsyncResult System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 248, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1074, 110, -1 } /* System.Void System.Action`1<System.TimeSpan>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 110, -1 } /* System.Void System.Action`1<System.TimeSpan>::Invoke(T) */,
{ 1076, 110, -1 } /* System.IAsyncResult System.Action`1<System.TimeSpan>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 110, -1 } /* System.Void System.Action`1<System.TimeSpan>::EndInvoke(System.IAsyncResult) */,
{ 1074, 134, -1 } /* System.Void System.Action`1<System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 134, -1 } /* System.Void System.Action`1<System.UInt16>::Invoke(T) */,
{ 1076, 134, -1 } /* System.IAsyncResult System.Action`1<System.UInt16>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 134, -1 } /* System.Void System.Action`1<System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1074, 21, -1 } /* System.Void System.Action`1<System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 21, -1 } /* System.Void System.Action`1<System.UInt32>::Invoke(T) */,
{ 1076, 21, -1 } /* System.IAsyncResult System.Action`1<System.UInt32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 21, -1 } /* System.Void System.Action`1<System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1074, 82, -1 } /* System.Void System.Action`1<System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 82, -1 } /* System.Void System.Action`1<System.UInt64>::Invoke(T) */,
{ 1076, 82, -1 } /* System.IAsyncResult System.Action`1<System.UInt64>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 82, -1 } /* System.Void System.Action`1<System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1074, 625, -1 } /* System.Void System.Action`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 625, -1 } /* System.Void System.Action`1<UnityEngine.AnimatorClipInfo>::Invoke(T) */,
{ 1076, 625, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.AnimatorClipInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 625, -1 } /* System.Void System.Action`1<UnityEngine.AnimatorClipInfo>::EndInvoke(System.IAsyncResult) */,
{ 1074, 510, -1 } /* System.Void System.Action`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 510, -1 } /* System.Void System.Action`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Invoke(T) */,
{ 1076, 510, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 510, -1 } /* System.Void System.Action`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EndInvoke(System.IAsyncResult) */,
{ 1074, 521, -1 } /* System.Void System.Action`1<UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 521, -1 } /* System.Void System.Action`1<UnityEngine.Color32>::Invoke(T) */,
{ 1076, 521, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Color32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 521, -1 } /* System.Void System.Action`1<UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1074, 518, -1 } /* System.Void System.Action`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 518, -1 } /* System.Void System.Action`1<UnityEngine.Color>::Invoke(T) */,
{ 1076, 518, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Color>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 518, -1 } /* System.Void System.Action`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1074, 517, -1 } /* System.Void System.Action`1<UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 517, -1 } /* System.Void System.Action`1<UnityEngine.Matrix4x4>::Invoke(T) */,
{ 1076, 517, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Matrix4x4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 517, -1 } /* System.Void System.Action`1<UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1074, 656, -1 } /* System.Void System.Action`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 656, -1 } /* System.Void System.Action`1<UnityEngine.ParticleSystem/Particle>::Invoke(T) */,
{ 1076, 656, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.ParticleSystem/Particle>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 656, -1 } /* System.Void System.Action`1<UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1074, 601, -1 } /* System.Void System.Action`1<UnityEngine.RaycastHit2D>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 601, -1 } /* System.Void System.Action`1<UnityEngine.RaycastHit2D>::Invoke(T) */,
{ 1076, 601, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.RaycastHit2D>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 601, -1 } /* System.Void System.Action`1<UnityEngine.RaycastHit2D>::EndInvoke(System.IAsyncResult) */,
{ 1074, 508, -1 } /* System.Void System.Action`1<UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 508, -1 } /* System.Void System.Action`1<UnityEngine.Rect>::Invoke(T) */,
{ 1076, 508, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Rect>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 508, -1 } /* System.Void System.Action`1<UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1074, 515, -1 } /* System.Void System.Action`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 515, -1 } /* System.Void System.Action`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Invoke(T) */,
{ 1076, 515, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 515, -1 } /* System.Void System.Action`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::EndInvoke(System.IAsyncResult) */,
{ 1074, 686, -1 } /* System.Void System.Action`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 686, -1 } /* System.Void System.Action`1<UnityEngine.UIElements.FocusController/FocusedElement>::Invoke(T) */,
{ 1076, 686, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.UIElements.FocusController/FocusedElement>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 686, -1 } /* System.Void System.Action`1<UnityEngine.UIElements.FocusController/FocusedElement>::EndInvoke(System.IAsyncResult) */,
{ 1074, 534, -1 } /* System.Void System.Action`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 534, -1 } /* System.Void System.Action`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Invoke(T) */,
{ 1076, 534, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 534, -1 } /* System.Void System.Action`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EndInvoke(System.IAsyncResult) */,
{ 1074, 513, -1 } /* System.Void System.Action`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 513, -1 } /* System.Void System.Action`1<UnityEngine.Vector2>::Invoke(T) */,
{ 1076, 513, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Vector2>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 513, -1 } /* System.Void System.Action`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1074, 502, -1 } /* System.Void System.Action`1<UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 502, -1 } /* System.Void System.Action`1<UnityEngine.Vector3>::Invoke(T) */,
{ 1076, 502, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Vector3>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 502, -1 } /* System.Void System.Action`1<UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1074, 516, -1 } /* System.Void System.Action`1<UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1075, 516, -1 } /* System.Void System.Action`1<UnityEngine.Vector4>::Invoke(T) */,
{ 1076, 516, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.Vector4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 516, -1 } /* System.Void System.Action`1<UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 1074, 606, -1 } /* System.Void System.Action`1<UnityEngine.XR.InputDevice>::.ctor(System.Object,System.IntPtr) */,
{ 1076, 606, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.XR.InputDevice>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 606, -1 } /* System.Void System.Action`1<UnityEngine.XR.InputDevice>::EndInvoke(System.IAsyncResult) */,
{ 1074, 615, -1 } /* System.Void System.Action`1<UnityEngine.XR.MeshGenerationResult>::.ctor(System.Object,System.IntPtr) */,
{ 1076, 615, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.XR.MeshGenerationResult>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 615, -1 } /* System.Void System.Action`1<UnityEngine.XR.MeshGenerationResult>::EndInvoke(System.IAsyncResult) */,
{ 1074, 604, -1 } /* System.Void System.Action`1<UnityEngine.XR.XRNodeState>::.ctor(System.Object,System.IntPtr) */,
{ 1076, 604, -1 } /* System.IAsyncResult System.Action`1<UnityEngine.XR.XRNodeState>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1077, 604, -1 } /* System.Void System.Action`1<UnityEngine.XR.XRNodeState>::EndInvoke(System.IAsyncResult) */,
{ 1082, 637, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 637, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::Invoke(T1,T2) */,
{ 1084, 637, -1 } /* System.IAsyncResult System.Action`2<System.Boolean,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 637, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1082, 121, -1 } /* System.Void System.Action`2<System.Int32,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 121, -1 } /* System.Void System.Action`2<System.Int32,System.Object>::Invoke(T1,T2) */,
{ 1084, 121, -1 } /* System.IAsyncResult System.Action`2<System.Int32,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 121, -1 } /* System.Void System.Action`2<System.Int32,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1082, 900, -1 } /* System.Void System.Action`2<System.Int32Enum,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 900, -1 } /* System.Void System.Action`2<System.Int32Enum,System.Object>::Invoke(T1,T2) */,
{ 1084, 900, -1 } /* System.IAsyncResult System.Action`2<System.Int32Enum,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 900, -1 } /* System.Void System.Action`2<System.Int32Enum,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1106, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1106, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>::Invoke(T1,T2) */,
{ 1084, 1106, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1106, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.GlyphInfo>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1116, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.Margin>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1116, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.Margin>::Invoke(T1,T2) */,
{ 1084, 1116, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,FairyGUI.Margin>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1116, -1 } /* System.Void System.Action`2<System.IntPtr,FairyGUI.Margin>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1545, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaByteBuffer>::Invoke(T1,T2) */,
{ 1084, 1545, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,LuaInterface.LuaByteBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1545, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.LuaByteBuffer>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1561, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.nil>::Invoke(T1,T2) */,
{ 1084, 1561, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,LuaInterface.nil>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1561, -1 } /* System.Void System.Action`2<System.IntPtr,LuaInterface.nil>::EndInvoke(System.IAsyncResult) */,
{ 1083, 993, -1 } /* System.Void System.Action`2<System.IntPtr,System.Boolean>::Invoke(T1,T2) */,
{ 1084, 993, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 993, -1 } /* System.Void System.Action`2<System.IntPtr,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1435, -1 } /* System.Void System.Action`2<System.IntPtr,System.Byte>::Invoke(T1,T2) */,
{ 1084, 1435, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Byte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1435, -1 } /* System.Void System.Action`2<System.IntPtr,System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1437, -1 } /* System.Void System.Action`2<System.IntPtr,System.Char>::Invoke(T1,T2) */,
{ 1084, 1437, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Char>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1437, -1 } /* System.Void System.Action`2<System.IntPtr,System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1146, -1 } /* System.Void System.Action`2<System.IntPtr,System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1146, -1 } /* System.Void System.Action`2<System.IntPtr,System.DateTime>::Invoke(T1,T2) */,
{ 1084, 1146, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.DateTime>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1146, -1 } /* System.Void System.Action`2<System.IntPtr,System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1353, -1 } /* System.Void System.Action`2<System.IntPtr,System.Decimal>::Invoke(T1,T2) */,
{ 1084, 1353, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Decimal>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1353, -1 } /* System.Void System.Action`2<System.IntPtr,System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1356, -1 } /* System.Void System.Action`2<System.IntPtr,System.Double>::Invoke(T1,T2) */,
{ 1084, 1356, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Double>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1356, -1 } /* System.Void System.Action`2<System.IntPtr,System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1082, 991, -1 } /* System.Void System.Action`2<System.IntPtr,System.Guid>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 991, -1 } /* System.Void System.Action`2<System.IntPtr,System.Guid>::Invoke(T1,T2) */,
{ 1084, 991, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Guid>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 991, -1 } /* System.Void System.Action`2<System.IntPtr,System.Guid>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1347, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int16>::Invoke(T1,T2) */,
{ 1084, 1347, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Int16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1347, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1083, 975, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32>::Invoke(T1,T2) */,
{ 1084, 975, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 975, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1133, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1133, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32Enum>::Invoke(T1,T2) */,
{ 1084, 1133, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Int32Enum>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1133, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1083, 973, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int64>::Invoke(T1,T2) */,
{ 1084, 973, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Int64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 973, -1 } /* System.Void System.Action`2<System.IntPtr,System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1535, -1 } /* System.Void System.Action`2<System.IntPtr,System.IntPtr>::Invoke(T1,T2) */,
{ 1084, 1535, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.IntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1535, -1 } /* System.Void System.Action`2<System.IntPtr,System.IntPtr>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1461, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Boolean>>::Invoke(T1,T2) */,
{ 1084, 1461, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Boolean>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1461, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Boolean>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1443, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Byte>>::Invoke(T1,T2) */,
{ 1084, 1443, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Byte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1443, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Byte>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1449, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Char>>::Invoke(T1,T2) */,
{ 1084, 1449, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Char>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1449, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Char>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1455, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Decimal>>::Invoke(T1,T2) */,
{ 1084, 1455, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Decimal>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1455, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Decimal>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1459, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Double>>::Invoke(T1,T2) */,
{ 1084, 1459, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Double>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1459, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Double>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1445, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int16>>::Invoke(T1,T2) */,
{ 1084, 1445, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Int16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1445, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int16>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1451, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int32>>::Invoke(T1,T2) */,
{ 1084, 1451, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Int32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1451, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1463, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int64>>::Invoke(T1,T2) */,
{ 1084, 1463, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Int64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1463, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Int64>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1441, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.SByte>>::Invoke(T1,T2) */,
{ 1084, 1441, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.SByte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1441, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.SByte>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1457, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Single>>::Invoke(T1,T2) */,
{ 1084, 1457, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.Single>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1457, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.Single>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1447, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt16>>::Invoke(T1,T2) */,
{ 1084, 1447, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.UInt16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1447, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt16>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1453, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt32>>::Invoke(T1,T2) */,
{ 1084, 1453, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.UInt32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1453, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt32>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1465, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt64>>::Invoke(T1,T2) */,
{ 1084, 1465, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<System.UInt64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1465, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<System.UInt64>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1517, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Bounds>>::Invoke(T1,T2) */,
{ 1084, 1517, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Bounds>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1517, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Bounds>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1509, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Color>>::Invoke(T1,T2) */,
{ 1084, 1509, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Color>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1509, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Color>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1519, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.LayerMask>>::Invoke(T1,T2) */,
{ 1084, 1519, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.LayerMask>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1519, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.LayerMask>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1505, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Quaternion>>::Invoke(T1,T2) */,
{ 1084, 1505, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Quaternion>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1505, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Quaternion>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1513, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Ray>>::Invoke(T1,T2) */,
{ 1084, 1513, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Ray>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1513, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Ray>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1521, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.RaycastHit>>::Invoke(T1,T2) */,
{ 1084, 1521, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.RaycastHit>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1521, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.RaycastHit>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1515, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Touch>>::Invoke(T1,T2) */,
{ 1084, 1515, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Touch>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1515, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Touch>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1507, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector2>>::Invoke(T1,T2) */,
{ 1084, 1507, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector2>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1507, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector2>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1503, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector3>>::Invoke(T1,T2) */,
{ 1084, 1503, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector3>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1503, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector3>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1511, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector4>>::Invoke(T1,T2) */,
{ 1084, 1511, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector4>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1511, -1 } /* System.Void System.Action`2<System.IntPtr,System.Nullable`1<UnityEngine.Vector4>>::EndInvoke(System.IAsyncResult) */,
{ 1083, 980, -1 } /* System.Void System.Action`2<System.IntPtr,System.Object>::Invoke(T1,T2) */,
{ 1084, 980, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 980, -1 } /* System.Void System.Action`2<System.IntPtr,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1082, 986, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.InterfaceMapping>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 986, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.InterfaceMapping>::Invoke(T1,T2) */,
{ 1084, 986, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Reflection.InterfaceMapping>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 986, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.InterfaceMapping>::EndInvoke(System.IAsyncResult) */,
{ 1082, 988, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 988, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>::Invoke(T1,T2) */,
{ 1084, 988, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 988, -1 } /* System.Void System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>::EndInvoke(System.IAsyncResult) */,
{ 1082, 978, -1 } /* System.Void System.Action`2<System.IntPtr,System.Runtime.Serialization.StreamingContext>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 978, -1 } /* System.Void System.Action`2<System.IntPtr,System.Runtime.Serialization.StreamingContext>::Invoke(T1,T2) */,
{ 1084, 978, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Runtime.Serialization.StreamingContext>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 978, -1 } /* System.Void System.Action`2<System.IntPtr,System.Runtime.Serialization.StreamingContext>::EndInvoke(System.IAsyncResult) */,
{ 1082, 983, -1 } /* System.Void System.Action`2<System.IntPtr,System.RuntimeTypeHandle>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 983, -1 } /* System.Void System.Action`2<System.IntPtr,System.RuntimeTypeHandle>::Invoke(T1,T2) */,
{ 1084, 983, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.RuntimeTypeHandle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 983, -1 } /* System.Void System.Action`2<System.IntPtr,System.RuntimeTypeHandle>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1344, -1 } /* System.Void System.Action`2<System.IntPtr,System.SByte>::Invoke(T1,T2) */,
{ 1084, 1344, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.SByte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1344, -1 } /* System.Void System.Action`2<System.IntPtr,System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1002, -1 } /* System.Void System.Action`2<System.IntPtr,System.Single>::Invoke(T1,T2) */,
{ 1084, 1002, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.Single>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1002, -1 } /* System.Void System.Action`2<System.IntPtr,System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1350, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt16>::Invoke(T1,T2) */,
{ 1084, 1350, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.UInt16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1350, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1359, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt32>::Invoke(T1,T2) */,
{ 1084, 1359, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.UInt32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1359, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1361, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt64>::Invoke(T1,T2) */,
{ 1084, 1361, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.UInt64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1361, -1 } /* System.Void System.Action`2<System.IntPtr,System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1533, -1 } /* System.Void System.Action`2<System.IntPtr,System.UIntPtr>::Invoke(T1,T2) */,
{ 1084, 1533, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,System.UIntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1533, -1 } /* System.Void System.Action`2<System.IntPtr,System.UIntPtr>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1201, -1 } /* System.Void System.Action`2<System.IntPtr,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1201, -1 } /* System.Void System.Action`2<System.IntPtr,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::Invoke(T1,T2) */,
{ 1084, 1201, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1201, -1 } /* System.Void System.Action`2<System.IntPtr,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1183, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AccelerationEvent>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1183, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AccelerationEvent>::Invoke(T1,T2) */,
{ 1084, 1183, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.AccelerationEvent>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1183, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AccelerationEvent>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1152, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorStateInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1152, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorStateInfo>::Invoke(T1,T2) */,
{ 1084, 1152, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.AnimatorStateInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1152, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorStateInfo>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1155, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorTransitionInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1155, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorTransitionInfo>::Invoke(T1,T2) */,
{ 1084, 1155, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.AnimatorTransitionInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1155, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.AnimatorTransitionInfo>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1499, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Bounds>::Invoke(T1,T2) */,
{ 1084, 1499, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Bounds>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1499, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Bounds>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1164, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.BuildCompression>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1164, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.BuildCompression>::Invoke(T1,T2) */,
{ 1084, 1164, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.BuildCompression>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1164, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.BuildCompression>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1307, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1307, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>::Invoke(T1,T2) */,
{ 1084, 1307, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1307, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1177, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/GateFitParameters>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1177, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/GateFitParameters>::Invoke(T1,T2) */,
{ 1084, 1177, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Camera/GateFitParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1177, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/GateFitParameters>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1141, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1141, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color32>::Invoke(T1,T2) */,
{ 1084, 1141, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Color32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1141, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1194, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color>::Invoke(T1,T2) */,
{ 1084, 1194, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Color>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1194, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1304, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Hash128>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1304, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Hash128>::Invoke(T1,T2) */,
{ 1084, 1304, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Hash128>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1304, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Hash128>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1501, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LayerMask>::Invoke(T1,T2) */,
{ 1084, 1501, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.LayerMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1501, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LayerMask>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1192, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LightBakingOutput>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1192, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LightBakingOutput>::Invoke(T1,T2) */,
{ 1084, 1192, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.LightBakingOutput>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1192, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.LightBakingOutput>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1158, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1158, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>::Invoke(T1,T2) */,
{ 1084, 1158, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1158, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1171, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1171, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>::Invoke(T1,T2) */,
{ 1084, 1171, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1171, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1258, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CollisionModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1258, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CollisionModule>::Invoke(T1,T2) */,
{ 1084, 1258, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CollisionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1258, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CollisionModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1237, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1237, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorBySpeedModule>::Invoke(T1,T2) */,
{ 1084, 1237, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1237, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1234, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1234, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::Invoke(T1,T2) */,
{ 1084, 1234, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1234, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1273, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CustomDataModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1273, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CustomDataModule>::Invoke(T1,T2) */,
{ 1084, 1273, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CustomDataModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1273, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/CustomDataModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1216, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmissionModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1216, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmissionModule>::Invoke(T1,T2) */,
{ 1084, 1216, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmissionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1216, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmissionModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1210, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmitParams>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1210, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmitParams>::Invoke(T1,T2) */,
{ 1084, 1210, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmitParams>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1210, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/EmitParams>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1252, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ExternalForcesModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1252, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ExternalForcesModule>::Invoke(T1,T2) */,
{ 1084, 1252, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ExternalForcesModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1252, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ExternalForcesModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1231, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1231, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::Invoke(T1,T2) */,
{ 1084, 1231, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1231, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1228, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/InheritVelocityModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1228, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/InheritVelocityModule>::Invoke(T1,T2) */,
{ 1084, 1228, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/InheritVelocityModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1228, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/InheritVelocityModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1267, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LightsModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1267, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LightsModule>::Invoke(T1,T2) */,
{ 1084, 1267, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LightsModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1267, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LightsModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1225, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1225, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::Invoke(T1,T2) */,
{ 1084, 1225, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1225, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1213, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/MainModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1213, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/MainModule>::Invoke(T1,T2) */,
{ 1084, 1213, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/MainModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1213, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/MainModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1255, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/NoiseModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1255, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/NoiseModule>::Invoke(T1,T2) */,
{ 1084, 1255, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/NoiseModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1255, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/NoiseModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1199, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1199, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>::Invoke(T1,T2) */,
{ 1084, 1199, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1199, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1204, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/PlaybackState>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1204, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/PlaybackState>::Invoke(T1,T2) */,
{ 1084, 1204, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/PlaybackState>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1204, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/PlaybackState>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1249, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1249, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationBySpeedModule>::Invoke(T1,T2) */,
{ 1084, 1249, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1249, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1246, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1246, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::Invoke(T1,T2) */,
{ 1084, 1246, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1246, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1219, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ShapeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1219, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ShapeModule>::Invoke(T1,T2) */,
{ 1084, 1219, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ShapeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1219, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/ShapeModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1243, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1243, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeBySpeedModule>::Invoke(T1,T2) */,
{ 1084, 1243, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1243, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1240, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1240, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::Invoke(T1,T2) */,
{ 1084, 1240, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1240, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1264, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1264, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::Invoke(T1,T2) */,
{ 1084, 1264, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1264, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1270, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TrailModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1270, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TrailModule>::Invoke(T1,T2) */,
{ 1084, 1270, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TrailModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1270, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TrailModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1207, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Trails>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1207, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Trails>::Invoke(T1,T2) */,
{ 1084, 1207, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Trails>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1207, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Trails>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1261, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TriggerModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1261, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TriggerModule>::Invoke(T1,T2) */,
{ 1084, 1261, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TriggerModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1261, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/TriggerModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1222, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1222, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::Invoke(T1,T2) */,
{ 1084, 1222, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1222, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1277, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.PhysicsScene>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1277, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.PhysicsScene>::Invoke(T1,T2) */,
{ 1084, 1277, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.PhysicsScene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1277, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.PhysicsScene>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1161, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Playables.PlayableGraph>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1161, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Playables.PlayableGraph>::Invoke(T1,T2) */,
{ 1084, 1161, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Playables.PlayableGraph>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1161, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Playables.PlayableGraph>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1364, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Quaternion>::Invoke(T1,T2) */,
{ 1084, 1364, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Quaternion>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1364, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Quaternion>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1495, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Ray>::Invoke(T1,T2) */,
{ 1084, 1495, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Ray>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1495, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Ray>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1136, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RaycastHit>::Invoke(T1,T2) */,
{ 1084, 1136, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.RaycastHit>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1136, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RaycastHit>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1111, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1111, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rect>::Invoke(T1,T2) */,
{ 1084, 1111, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Rect>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1111, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1169, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1169, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>::Invoke(T1,T2) */,
{ 1084, 1169, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1169, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1288, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderTextureDescriptor>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1288, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderTextureDescriptor>::Invoke(T1,T2) */,
{ 1084, 1288, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.RenderTextureDescriptor>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1288, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.RenderTextureDescriptor>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1179, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ScriptableCullingParameters>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1179, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ScriptableCullingParameters>::Invoke(T1,T2) */,
{ 1084, 1179, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Rendering.ScriptableCullingParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1179, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ScriptableCullingParameters>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1295, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ShaderTagId>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1295, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ShaderTagId>::Invoke(T1,T2) */,
{ 1084, 1295, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Rendering.ShaderTagId>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1295, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.ShaderTagId>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1285, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.SphericalHarmonicsL2>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1285, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.SphericalHarmonicsL2>::Invoke(T1,T2) */,
{ 1084, 1285, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Rendering.SphericalHarmonicsL2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1285, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Rendering.SphericalHarmonicsL2>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1293, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Resolution>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1293, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Resolution>::Invoke(T1,T2) */,
{ 1084, 1293, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Resolution>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1293, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Resolution>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1181, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1181, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.SceneManagement.Scene>::Invoke(T1,T2) */,
{ 1084, 1181, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.SceneManagement.Scene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1181, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1497, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Touch>::Invoke(T1,T2) */,
{ 1084, 1497, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Touch>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1497, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Touch>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1121, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector2>::Invoke(T1,T2) */,
{ 1084, 1121, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Vector2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1121, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1173, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector3>::Invoke(T1,T2) */,
{ 1084, 1173, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Vector3>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1173, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1083, 1113, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector4>::Invoke(T1,T2) */,
{ 1084, 1113, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,UnityEngine.Vector4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1113, -1 } /* System.Void System.Action`2<System.IntPtr,UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 1082, 1313, -1 } /* System.Void System.Action`2<System.IntPtr,securityConnection>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 1313, -1 } /* System.Void System.Action`2<System.IntPtr,securityConnection>::Invoke(T1,T2) */,
{ 1084, 1313, -1 } /* System.IAsyncResult System.Action`2<System.IntPtr,securityConnection>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1313, -1 } /* System.Void System.Action`2<System.IntPtr,securityConnection>::EndInvoke(System.IAsyncResult) */,
{ 1082, 244, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 244, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::Invoke(T1,T2) */,
{ 1084, 244, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 244, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1084, 188, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 188, -1 } /* System.Void System.Action`2<System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1082, 505, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1083, 505, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::Invoke(T1,T2) */,
{ 1084, 505, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Int32Enum>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 505, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1084, 1008, -1 } /* System.IAsyncResult System.Action`2<System.Single,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1085, 1008, -1 } /* System.Void System.Action`2<System.Single,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1086, 854, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1088, 854, -1 } /* System.IAsyncResult System.Action`3<System.Boolean,System.Boolean,System.Int32>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1089, 854, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1086, 539, -1 } /* System.Void System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::.ctor(System.Object,System.IntPtr) */,
{ 1087, 539, -1 } /* System.Void System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::Invoke(T1,T2,T3) */,
{ 1088, 539, -1 } /* System.IAsyncResult System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1089, 539, -1 } /* System.Void System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>::EndInvoke(System.IAsyncResult) */,
{ 965, 1647, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::Dispose() */,
{ 966, 1647, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::MoveNext() */,
{ 967, 1647, -1 } /* T System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::get_Current() */,
{ 968, 1647, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1647, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.Reset() */,
{ 970, 1647, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 971, 1647, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPath/Segment>::.cctor() */,
{ 965, 1648, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::Dispose() */,
{ 966, 1648, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::MoveNext() */,
{ 967, 1648, -1 } /* T System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::get_Current() */,
{ 968, 1648, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1648, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::System.Collections.IEnumerator.Reset() */,
{ 970, 1648, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::.ctor() */,
{ 971, 1648, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.GPathPoint>::.cctor() */,
{ 965, 1140, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::Dispose() */,
{ 966, 1140, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::MoveNext() */,
{ 967, 1140, -1 } /* T System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::get_Current() */,
{ 968, 1140, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1140, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.Reset() */,
{ 970, 1140, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 971, 1140, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.TextField/CharPosition>::.cctor() */,
{ 965, 1642, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::Dispose() */,
{ 966, 1642, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::MoveNext() */,
{ 967, 1642, -1 } /* T System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::get_Current() */,
{ 968, 1642, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1642, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 1642, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::.ctor() */,
{ 971, 1642, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::.cctor() */,
{ 965, 1564, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::Dispose() */,
{ 966, 1564, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::MoveNext() */,
{ 967, 1564, -1 } /* T System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::get_Current() */,
{ 968, 1564, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1564, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1564, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::.ctor() */,
{ 971, 1564, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::.cctor() */,
{ 965, 1334, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::Dispose() */,
{ 966, 1334, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::MoveNext() */,
{ 967, 1334, -1 } /* T System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::get_Current() */,
{ 968, 1334, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1334, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.Reset() */,
{ 970, 1334, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::.ctor() */,
{ 971, 1334, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::.cctor() */,
{ 965, 330, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::Dispose() */,
{ 966, 330, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::MoveNext() */,
{ 967, 330, -1 } /* T System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::get_Current() */,
{ 968, 330, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::System.Collections.IEnumerator.get_Current() */,
{ 969, 330, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::System.Collections.IEnumerator.Reset() */,
{ 970, 330, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::.ctor() */,
{ 971, 330, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::.cctor() */,
{ 965, 359, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 966, 359, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 967, 359, -1 } /* T System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 968, 359, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 969, 359, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 970, 359, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::.ctor() */,
{ 971, 359, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::.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, 484, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::Dispose() */,
{ 966, 484, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::MoveNext() */,
{ 967, 484, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::get_Current() */,
{ 968, 484, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 484, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.Reset() */,
{ 970, 484, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.ctor() */,
{ 971, 484, -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, 469, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::Dispose() */,
{ 966, 469, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::MoveNext() */,
{ 967, 469, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::get_Current() */,
{ 968, 469, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.get_Current() */,
{ 969, 469, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.Reset() */,
{ 970, 469, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::.ctor() */,
{ 971, 469, -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, 360, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::Dispose() */,
{ 966, 360, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::MoveNext() */,
{ 967, 360, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::get_Current() */,
{ 968, 360, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 360, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.Reset() */,
{ 970, 360, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.ctor() */,
{ 971, 360, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.cctor() */,
{ 965, 418, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::Dispose() */,
{ 966, 418, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::MoveNext() */,
{ 967, 418, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::get_Current() */,
{ 968, 418, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 418, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 418, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.ctor() */,
{ 971, 418, -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, 934, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::Dispose() */,
{ 966, 934, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::MoveNext() */,
{ 967, 934, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::get_Current() */,
{ 968, 934, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 934, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 934, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::.ctor() */,
{ 971, 934, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::.cctor() */,
{ 965, 1378, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::Dispose() */,
{ 966, 1378, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::MoveNext() */,
{ 967, 1378, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::get_Current() */,
{ 968, 1378, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1378, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1378, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.ctor() */,
{ 971, 1378, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.cctor() */,
{ 965, 1400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::Dispose() */,
{ 966, 1400, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::MoveNext() */,
{ 967, 1400, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::get_Current() */,
{ 968, 1400, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::.ctor() */,
{ 971, 1400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::.cctor() */,
{ 965, 391, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::Dispose() */,
{ 966, 391, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::MoveNext() */,
{ 967, 391, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::get_Current() */,
{ 968, 391, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 391, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 970, 391, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.ctor() */,
{ 971, 391, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.cctor() */,
{ 965, 306, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::Dispose() */,
{ 966, 306, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::MoveNext() */,
{ 967, 306, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::get_Current() */,
{ 968, 306, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 306, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 970, 306, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.ctor() */,
{ 971, 306, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.cctor() */,
{ 965, 850, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::Dispose() */,
{ 966, 850, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::MoveNext() */,
{ 967, 850, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::get_Current() */,
{ 968, 850, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 850, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.Reset() */,
{ 970, 850, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::.ctor() */,
{ 971, 850, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::.cctor() */,
{ 965, 1577, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::Dispose() */,
{ 966, 1577, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::MoveNext() */,
{ 967, 1577, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::get_Current() */,
{ 968, 1577, -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, 1577, -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, 1577, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor() */,
{ 971, 1577, -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, 1127, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::Dispose() */,
{ 966, 1127, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::MoveNext() */,
{ 967, 1127, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::get_Current() */,
{ 968, 1127, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1127, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1127, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::.ctor() */,
{ 971, 1127, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::.cctor() */,
{ 965, 668, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::Dispose() */,
{ 966, 668, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::MoveNext() */,
{ 967, 668, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::get_Current() */,
{ 968, 668, -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, 668, -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, 668, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor() */,
{ 971, 668, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.cctor() */,
{ 965, 834, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::Dispose() */,
{ 966, 834, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::MoveNext() */,
{ 967, 834, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::get_Current() */,
{ 968, 834, -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, 834, -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, 834, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor() */,
{ 971, 834, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.cctor() */,
{ 965, 838, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::Dispose() */,
{ 966, 838, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::MoveNext() */,
{ 967, 838, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::get_Current() */,
{ 968, 838, -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, 838, -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, 838, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor() */,
{ 971, 838, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.cctor() */,
{ 965, 494, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::Dispose() */,
{ 966, 494, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::MoveNext() */,
{ 967, 494, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::get_Current() */,
{ 968, 494, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 494, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 494, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.ctor() */,
{ 971, 494, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.cctor() */,
{ 965, 358, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::Dispose() */,
{ 966, 358, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::MoveNext() */,
{ 967, 358, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::get_Current() */,
{ 968, 358, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 358, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.Reset() */,
{ 970, 358, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.ctor() */,
{ 971, 358, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.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, 417, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::Dispose() */,
{ 966, 417, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::MoveNext() */,
{ 967, 417, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::get_Current() */,
{ 968, 417, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 417, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 417, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.ctor() */,
{ 971, 417, -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, 928, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::Dispose() */,
{ 966, 928, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::MoveNext() */,
{ 967, 928, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::get_Current() */,
{ 968, 928, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 928, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 928, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::.ctor() */,
{ 971, 928, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::.cctor() */,
{ 965, 1377, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::Dispose() */,
{ 966, 1377, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::MoveNext() */,
{ 967, 1377, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::get_Current() */,
{ 968, 1377, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1377, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1377, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.ctor() */,
{ 971, 1377, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.cctor() */,
{ 965, 1399, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::Dispose() */,
{ 966, 1399, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::MoveNext() */,
{ 967, 1399, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::get_Current() */,
{ 968, 1399, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1399, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1399, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::.ctor() */,
{ 971, 1399, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::.cctor() */,
{ 965, 390, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::Dispose() */,
{ 966, 390, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::MoveNext() */,
{ 967, 390, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::get_Current() */,
{ 968, 390, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 390, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 970, 390, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.ctor() */,
{ 971, 390, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.cctor() */,
{ 965, 305, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::Dispose() */,
{ 966, 305, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::MoveNext() */,
{ 967, 305, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::get_Current() */,
{ 968, 305, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 305, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 970, 305, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.ctor() */,
{ 971, 305, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.cctor() */,
{ 965, 849, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::Dispose() */,
{ 966, 849, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::MoveNext() */,
{ 967, 849, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::get_Current() */,
{ 968, 849, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 849, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.Reset() */,
{ 970, 849, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::.ctor() */,
{ 971, 849, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::.cctor() */,
{ 965, 1576, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::Dispose() */,
{ 966, 1576, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::MoveNext() */,
{ 967, 1576, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::get_Current() */,
{ 968, 1576, -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, 1576, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1576, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor() */,
{ 971, 1576, -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, 1126, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::Dispose() */,
{ 966, 1126, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::MoveNext() */,
{ 967, 1126, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::get_Current() */,
{ 968, 1126, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1126, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1126, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::.ctor() */,
{ 971, 1126, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::.cctor() */,
{ 965, 666, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::Dispose() */,
{ 966, 666, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::MoveNext() */,
{ 967, 666, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::get_Current() */,
{ 968, 666, -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, 666, -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, 666, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor() */,
{ 971, 666, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.cctor() */,
{ 965, 832, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::Dispose() */,
{ 966, 832, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::MoveNext() */,
{ 967, 832, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::get_Current() */,
{ 968, 832, -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, 832, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 970, 832, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor() */,
{ 971, 832, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.cctor() */,
{ 965, 837, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::Dispose() */,
{ 966, 837, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::MoveNext() */,
{ 967, 837, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::get_Current() */,
{ 968, 837, -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, 837, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 970, 837, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor() */,
{ 971, 837, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.cctor() */,
{ 965, 322, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::Dispose() */,
{ 966, 322, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::MoveNext() */,
{ 967, 322, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::get_Current() */,
{ 968, 322, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.get_Current() */,
{ 969, 322, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.Reset() */,
{ 970, 322, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::.ctor() */,
{ 971, 322, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::.cctor() */,
{ 965, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::Dispose() */,
{ 966, 439, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::MoveNext() */,
{ 967, 439, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::get_Current() */,
{ 968, 439, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::System.Collections.IEnumerator.get_Current() */,
{ 969, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::System.Collections.IEnumerator.Reset() */,
{ 970, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::.ctor() */,
{ 971, 439, -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, 60, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::Dispose() */,
{ 966, 60, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::MoveNext() */,
{ 967, 60, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::get_Current() */,
{ 968, 60, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::System.Collections.IEnumerator.get_Current() */,
{ 969, 60, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::System.Collections.IEnumerator.Reset() */,
{ 970, 60, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::.ctor() */,
{ 971, 60, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::.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, 471, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::Dispose() */,
{ 966, 471, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::MoveNext() */,
{ 967, 471, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::get_Current() */,
{ 968, 471, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.get_Current() */,
{ 969, 471, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.Reset() */,
{ 970, 471, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.ctor() */,
{ 971, 471, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.cctor() */,
{ 965, 472, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::Dispose() */,
{ 966, 472, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::MoveNext() */,
{ 967, 472, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::get_Current() */,
{ 968, 472, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 472, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 472, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::.ctor() */,
{ 971, 472, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::.cctor() */,
{ 965, 486, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::Dispose() */,
{ 966, 486, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::MoveNext() */,
{ 967, 486, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::get_Current() */,
{ 968, 486, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.get_Current() */,
{ 969, 486, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.Reset() */,
{ 970, 486, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.ctor() */,
{ 971, 486, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.cctor() */,
{ 965, 1427, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 966, 1427, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 967, 1427, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 968, 1427, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 969, 1427, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 970, 1427, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 971, 1427, -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, 485, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::Dispose() */,
{ 966, 485, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::MoveNext() */,
{ 967, 485, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::get_Current() */,
{ 968, 485, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.get_Current() */,
{ 969, 485, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.Reset() */,
{ 970, 485, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.ctor() */,
{ 971, 485, -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, 466, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::Dispose() */,
{ 966, 466, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::MoveNext() */,
{ 967, 466, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::get_Current() */,
{ 968, 466, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.get_Current() */,
{ 969, 466, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.Reset() */,
{ 970, 466, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.ctor() */,
{ 971, 466, -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, 430, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::Dispose() */,
{ 966, 430, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::MoveNext() */,
{ 967, 430, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::get_Current() */,
{ 968, 430, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.get_Current() */,
{ 969, 430, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.Reset() */,
{ 970, 430, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.ctor() */,
{ 971, 430, -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, 328, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::Dispose() */,
{ 966, 328, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::MoveNext() */,
{ 967, 328, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::get_Current() */,
{ 968, 328, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.get_Current() */,
{ 969, 328, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.Reset() */,
{ 970, 328, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::.ctor() */,
{ 971, 328, -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, 400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::Dispose() */,
{ 966, 400, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::MoveNext() */,
{ 967, 400, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::get_Current() */,
{ 968, 400, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 969, 400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.Reset() */,
{ 970, 400, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::.ctor() */,
{ 971, 400, -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, 364, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Dispose() */,
{ 966, 364, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::MoveNext() */,
{ 967, 364, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Current() */,
{ 968, 364, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.get_Current() */,
{ 969, 364, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.Reset() */,
{ 970, 364, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor() */,
{ 971, 364, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.cctor() */,
{ 965, 356, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::Dispose() */,
{ 966, 356, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::MoveNext() */,
{ 967, 356, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::get_Current() */,
{ 968, 356, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::System.Collections.IEnumerator.get_Current() */,
{ 969, 356, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::System.Collections.IEnumerator.Reset() */,
{ 970, 356, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::.ctor() */,
{ 971, 356, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::.cctor() */,
{ 965, 332, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::Dispose() */,
{ 966, 332, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::MoveNext() */,
{ 967, 332, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::get_Current() */,
{ 968, 332, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::System.Collections.IEnumerator.get_Current() */,
{ 969, 332, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::System.Collections.IEnumerator.Reset() */,
{ 970, 332, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::.ctor() */,
{ 971, 332, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::.cctor() */,
{ 965, 598, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::Dispose() */,
{ 966, 598, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::MoveNext() */,
{ 967, 598, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::get_Current() */,
{ 968, 598, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::System.Collections.IEnumerator.get_Current() */,
{ 969, 598, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::System.Collections.IEnumerator.Reset() */,
{ 970, 598, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::.ctor() */,
{ 971, 598, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AccelerationEvent>::.cctor() */,
{ 965, 625, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::Dispose() */,
{ 966, 625, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::MoveNext() */,
{ 967, 625, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::get_Current() */,
{ 968, 625, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 625, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 625, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 971, 625, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.AnimatorClipInfo>::.cctor() */,
{ 965, 510, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 966, 510, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 967, 510, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 968, 510, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 969, 510, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 970, 510, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 971, 510, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.cctor() */,
{ 965, 521, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::Dispose() */,
{ 966, 521, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::MoveNext() */,
{ 967, 521, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::get_Current() */,
{ 968, 521, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 969, 521, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 970, 521, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::.ctor() */,
{ 971, 521, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::.cctor() */,
{ 965, 518, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::Dispose() */,
{ 966, 518, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::MoveNext() */,
{ 967, 518, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::get_Current() */,
{ 968, 518, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 969, 518, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 970, 518, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::.ctor() */,
{ 971, 518, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::.cctor() */,
{ 965, 603, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::Dispose() */,
{ 966, 603, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::MoveNext() */,
{ 967, 603, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::get_Current() */,
{ 968, 603, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::System.Collections.IEnumerator.get_Current() */,
{ 969, 603, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::System.Collections.IEnumerator.Reset() */,
{ 970, 603, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::.ctor() */,
{ 971, 603, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>::.cctor() */,
{ 965, 575, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::Dispose() */,
{ 966, 575, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::MoveNext() */,
{ 967, 575, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::get_Current() */,
{ 968, 575, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.get_Current() */,
{ 969, 575, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.Reset() */,
{ 970, 575, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::.ctor() */,
{ 971, 575, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::.cctor() */,
{ 965, 569, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Dispose() */,
{ 966, 569, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::MoveNext() */,
{ 967, 569, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Current() */,
{ 968, 569, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.get_Current() */,
{ 969, 569, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.Reset() */,
{ 970, 569, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.ctor() */,
{ 971, 569, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.cctor() */,
{ 965, 667, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::Dispose() */,
{ 966, 667, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::MoveNext() */,
{ 967, 667, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::get_Current() */,
{ 968, 667, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEnumerator.get_Current() */,
{ 969, 667, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEnumerator.Reset() */,
{ 970, 667, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor() */,
{ 971, 667, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.cctor() */,
{ 965, 496, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::Dispose() */,
{ 966, 496, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::MoveNext() */,
{ 967, 496, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::get_Current() */,
{ 968, 496, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.get_Current() */,
{ 969, 496, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.Reset() */,
{ 970, 496, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::.ctor() */,
{ 971, 496, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::.cctor() */,
{ 965, 547, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::Dispose() */,
{ 966, 547, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::MoveNext() */,
{ 967, 547, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::get_Current() */,
{ 968, 547, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.get_Current() */,
{ 969, 547, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.Reset() */,
{ 970, 547, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::.ctor() */,
{ 971, 547, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::.cctor() */,
{ 965, 517, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::Dispose() */,
{ 966, 517, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::MoveNext() */,
{ 967, 517, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::get_Current() */,
{ 968, 517, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.get_Current() */,
{ 969, 517, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.Reset() */,
{ 970, 517, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 971, 517, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Matrix4x4>::.cctor() */,
{ 965, 656, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 966, 656, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::MoveNext() */,
{ 967, 656, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::get_Current() */,
{ 968, 656, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.get_Current() */,
{ 969, 656, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.Reset() */,
{ 970, 656, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 971, 656, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 965, 559, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::Dispose() */,
{ 966, 559, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::MoveNext() */,
{ 967, 559, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::get_Current() */,
{ 968, 559, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::System.Collections.IEnumerator.get_Current() */,
{ 969, 559, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::System.Collections.IEnumerator.Reset() */,
{ 970, 559, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::.ctor() */,
{ 971, 559, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>::.cctor() */,
{ 965, 565, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::Dispose() */,
{ 966, 565, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::MoveNext() */,
{ 967, 565, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::get_Current() */,
{ 968, 565, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.get_Current() */,
{ 969, 565, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.Reset() */,
{ 970, 565, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.ctor() */,
{ 971, 565, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.cctor() */,
{ 965, 526, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::Dispose() */,
{ 966, 526, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::MoveNext() */,
{ 967, 526, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::get_Current() */,
{ 968, 526, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.get_Current() */,
{ 969, 526, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.Reset() */,
{ 970, 526, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::.ctor() */,
{ 971, 526, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::.cctor() */,
{ 965, 601, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::Dispose() */,
{ 966, 601, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::MoveNext() */,
{ 967, 601, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::get_Current() */,
{ 968, 601, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.get_Current() */,
{ 969, 601, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.Reset() */,
{ 970, 601, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 971, 601, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::.cctor() */,
{ 965, 576, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::Dispose() */,
{ 966, 576, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::MoveNext() */,
{ 967, 576, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::get_Current() */,
{ 968, 576, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.get_Current() */,
{ 969, 576, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.Reset() */,
{ 970, 576, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::.ctor() */,
{ 971, 576, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::.cctor() */,
{ 965, 508, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::Dispose() */,
{ 966, 508, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::MoveNext() */,
{ 967, 508, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::get_Current() */,
{ 968, 508, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::System.Collections.IEnumerator.get_Current() */,
{ 969, 508, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::System.Collections.IEnumerator.Reset() */,
{ 970, 508, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::.ctor() */,
{ 971, 508, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rect>::.cctor() */,
{ 965, 501, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::Dispose() */,
{ 966, 501, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::MoveNext() */,
{ 967, 501, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::get_Current() */,
{ 968, 501, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::System.Collections.IEnumerator.get_Current() */,
{ 969, 501, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::System.Collections.IEnumerator.Reset() */,
{ 970, 501, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::.ctor() */,
{ 971, 501, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RenderBuffer>::.cctor() */,
{ 965, 561, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::Dispose() */,
{ 966, 561, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::MoveNext() */,
{ 967, 561, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::get_Current() */,
{ 968, 561, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.get_Current() */,
{ 969, 561, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.Reset() */,
{ 970, 561, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::.ctor() */,
{ 971, 561, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::.cctor() */,
{ 965, 515, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Dispose() */,
{ 966, 515, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::MoveNext() */,
{ 967, 515, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Current() */,
{ 968, 515, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 515, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 515, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 971, 515, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.cctor() */,
{ 965, 512, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::Dispose() */,
{ 966, 512, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::MoveNext() */,
{ 967, 512, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::get_Current() */,
{ 968, 512, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::System.Collections.IEnumerator.get_Current() */,
{ 969, 512, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::System.Collections.IEnumerator.Reset() */,
{ 970, 512, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::.ctor() */,
{ 971, 512, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Resolution>::.cctor() */,
{ 965, 599, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::Dispose() */,
{ 966, 599, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::MoveNext() */,
{ 967, 599, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::get_Current() */,
{ 968, 599, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.get_Current() */,
{ 969, 599, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.Reset() */,
{ 970, 599, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.ctor() */,
{ 971, 599, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.cctor() */,
{ 965, 648, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::Dispose() */,
{ 966, 648, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::MoveNext() */,
{ 967, 648, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::get_Current() */,
{ 968, 648, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.get_Current() */,
{ 969, 648, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.Reset() */,
{ 970, 648, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.ctor() */,
{ 971, 648, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.cctor() */,
{ 965, 651, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::Dispose() */,
{ 966, 651, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::MoveNext() */,
{ 967, 651, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::get_Current() */,
{ 968, 651, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.get_Current() */,
{ 969, 651, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.Reset() */,
{ 970, 651, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.ctor() */,
{ 971, 651, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.cctor() */,
{ 965, 597, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::Dispose() */,
{ 966, 597, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::MoveNext() */,
{ 967, 597, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::get_Current() */,
{ 968, 597, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.get_Current() */,
{ 969, 597, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.Reset() */,
{ 970, 597, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::.ctor() */,
{ 971, 597, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::.cctor() */,
{ 965, 676, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Dispose() */,
{ 966, 676, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::MoveNext() */,
{ 967, 676, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::get_Current() */,
{ 968, 676, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.get_Current() */,
{ 969, 676, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.Reset() */,
{ 970, 676, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.ctor() */,
{ 971, 676, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.cctor() */,
{ 965, 674, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::Dispose() */,
{ 966, 674, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::MoveNext() */,
{ 967, 674, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::get_Current() */,
{ 968, 674, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.get_Current() */,
{ 969, 674, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.Reset() */,
{ 970, 674, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.ctor() */,
{ 971, 674, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.cctor() */,
{ 965, 686, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::Dispose() */,
{ 966, 686, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::MoveNext() */,
{ 967, 686, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Current() */,
{ 968, 686, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.get_Current() */,
{ 969, 686, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.Reset() */,
{ 970, 686, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 971, 686, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::.cctor() */,
{ 965, 833, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::Dispose() */,
{ 966, 833, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::MoveNext() */,
{ 967, 833, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::get_Current() */,
{ 968, 833, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEnumerator.get_Current() */,
{ 969, 833, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEnumerator.Reset() */,
{ 970, 833, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.ctor() */,
{ 971, 833, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.cctor() */,
{ 965, 853, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::Dispose() */,
{ 966, 853, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::MoveNext() */,
{ 967, 853, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::get_Current() */,
{ 968, 853, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::System.Collections.IEnumerator.get_Current() */,
{ 969, 853, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::System.Collections.IEnumerator.Reset() */,
{ 970, 853, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::.ctor() */,
{ 971, 853, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::.cctor() */,
{ 965, 534, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 966, 534, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 967, 534, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 968, 534, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 969, 534, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 970, 534, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 971, 534, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.cctor() */,
{ 965, 513, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::Dispose() */,
{ 966, 513, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::MoveNext() */,
{ 967, 513, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::get_Current() */,
{ 968, 513, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 969, 513, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 970, 513, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::.ctor() */,
{ 971, 513, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::.cctor() */,
{ 965, 502, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::Dispose() */,
{ 966, 502, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::MoveNext() */,
{ 967, 502, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::get_Current() */,
{ 968, 502, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 969, 502, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 970, 502, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::.ctor() */,
{ 971, 502, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::.cctor() */,
{ 965, 516, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::Dispose() */,
{ 966, 516, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::MoveNext() */,
{ 967, 516, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::get_Current() */,
{ 968, 516, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 969, 516, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 970, 516, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::.ctor() */,
{ 971, 516, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::.cctor() */,
{ 965, 618, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::Dispose() */,
{ 966, 618, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::MoveNext() */,
{ 967, 618, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::get_Current() */,
{ 968, 618, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::System.Collections.IEnumerator.get_Current() */,
{ 969, 618, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::System.Collections.IEnumerator.Reset() */,
{ 970, 618, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::.ctor() */,
{ 971, 618, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.jvalue>::.cctor() */,
{ 959, 1647, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::.ctor(System.Array) */,
{ 960, 1647, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::Dispose() */,
{ 961, 1647, -1 } /* System.Boolean System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::MoveNext() */,
{ 962, 1647, -1 } /* T System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::get_Current() */,
{ 963, 1647, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.Reset() */,
{ 964, 1647, -1 } /* System.Object System.Array/InternalEnumerator`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1648, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::.ctor(System.Array) */,
{ 960, 1648, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::Dispose() */,
{ 961, 1648, -1 } /* System.Boolean System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::MoveNext() */,
{ 962, 1648, -1 } /* T System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::get_Current() */,
{ 963, 1648, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::System.Collections.IEnumerator.Reset() */,
{ 964, 1648, -1 } /* System.Object System.Array/InternalEnumerator`1<FairyGUI.GPathPoint>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1140, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::.ctor(System.Array) */,
{ 960, 1140, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::Dispose() */,
{ 961, 1140, -1 } /* System.Boolean System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::MoveNext() */,
{ 962, 1140, -1 } /* T System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::get_Current() */,
{ 963, 1140, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.Reset() */,
{ 964, 1140, -1 } /* System.Object System.Array/InternalEnumerator`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1642, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::.ctor(System.Array) */,
{ 960, 1642, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::Dispose() */,
{ 961, 1642, -1 } /* System.Boolean System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::MoveNext() */,
{ 962, 1642, -1 } /* T System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::get_Current() */,
{ 963, 1642, -1 } /* System.Void System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 1642, -1 } /* System.Object System.Array/InternalEnumerator`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1564, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::.ctor(System.Array) */,
{ 960, 1564, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::Dispose() */,
{ 961, 1564, -1 } /* System.Boolean System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::MoveNext() */,
{ 962, 1564, -1 } /* T System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::get_Current() */,
{ 963, 1564, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1564, -1 } /* System.Object System.Array/InternalEnumerator`1<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1334, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::.ctor(System.Array) */,
{ 960, 1334, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::Dispose() */,
{ 961, 1334, -1 } /* System.Boolean System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::MoveNext() */,
{ 962, 1334, -1 } /* T System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::get_Current() */,
{ 963, 1334, -1 } /* System.Void System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.Reset() */,
{ 964, 1334, -1 } /* System.Object System.Array/InternalEnumerator`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.get_Current() */,
{ 959, 330, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::.ctor(System.Array) */,
{ 960, 330, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::Dispose() */,
{ 961, 330, -1 } /* System.Boolean System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::MoveNext() */,
{ 962, 330, -1 } /* T System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::get_Current() */,
{ 963, 330, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::System.Collections.IEnumerator.Reset() */,
{ 964, 330, -1 } /* System.Object System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::System.Collections.IEnumerator.get_Current() */,
{ 959, 359, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Array) */,
{ 960, 359, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 961, 359, -1 } /* System.Boolean System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 962, 359, -1 } /* T System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 963, 359, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 964, 359, -1 } /* System.Object System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::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, 484, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.ctor(System.Array) */,
{ 960, 484, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::Dispose() */,
{ 961, 484, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::MoveNext() */,
{ 962, 484, -1 } /* T System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::get_Current() */,
{ 963, 484, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.Reset() */,
{ 964, 484, -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, 469, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::.ctor(System.Array) */,
{ 960, 469, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::Dispose() */,
{ 961, 469, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ByteEnum>::MoveNext() */,
{ 962, 469, -1 } /* T System.Array/InternalEnumerator`1<System.ByteEnum>::get_Current() */,
{ 963, 469, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.Reset() */,
{ 964, 469, -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, 360, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.ctor(System.Array) */,
{ 960, 360, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::Dispose() */,
{ 961, 360, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::MoveNext() */,
{ 962, 360, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::get_Current() */,
{ 963, 360, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.Reset() */,
{ 964, 360, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 418, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.ctor(System.Array) */,
{ 960, 418, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::Dispose() */,
{ 961, 418, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::MoveNext() */,
{ 962, 418, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::get_Current() */,
{ 963, 418, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 418, -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, 934, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::.ctor(System.Array) */,
{ 960, 934, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::Dispose() */,
{ 961, 934, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::MoveNext() */,
{ 962, 934, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::get_Current() */,
{ 963, 934, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 934, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1378, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.ctor(System.Array) */,
{ 960, 1378, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::Dispose() */,
{ 961, 1378, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::MoveNext() */,
{ 962, 1378, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::get_Current() */,
{ 963, 1378, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1378, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::.ctor(System.Array) */,
{ 960, 1400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::Dispose() */,
{ 961, 1400, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::MoveNext() */,
{ 962, 1400, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::get_Current() */,
{ 963, 1400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1400, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.IntPtr,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 391, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.ctor(System.Array) */,
{ 960, 391, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::Dispose() */,
{ 961, 391, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::MoveNext() */,
{ 962, 391, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::get_Current() */,
{ 963, 391, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 964, 391, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 306, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.ctor(System.Array) */,
{ 960, 306, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::Dispose() */,
{ 961, 306, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::MoveNext() */,
{ 962, 306, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::get_Current() */,
{ 963, 306, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 964, 306, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 850, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::.ctor(System.Array) */,
{ 960, 850, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::Dispose() */,
{ 961, 850, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::MoveNext() */,
{ 962, 850, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::get_Current() */,
{ 963, 850, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.Reset() */,
{ 964, 850, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1577, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor(System.Array) */,
{ 960, 1577, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::Dispose() */,
{ 961, 1577, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::MoveNext() */,
{ 962, 1577, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::get_Current() */,
{ 963, 1577, -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, 1577, -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, 1127, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::.ctor(System.Array) */,
{ 960, 1127, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::Dispose() */,
{ 961, 1127, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::MoveNext() */,
{ 962, 1127, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::get_Current() */,
{ 963, 1127, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1127, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 668, -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, 668, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::Dispose() */,
{ 961, 668, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::MoveNext() */,
{ 962, 668, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::get_Current() */,
{ 963, 668, -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, 668, -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, 834, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor(System.Array) */,
{ 960, 834, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::Dispose() */,
{ 961, 834, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::MoveNext() */,
{ 962, 834, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::get_Current() */,
{ 963, 834, -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, 834, -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, 838, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor(System.Array) */,
{ 960, 838, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::Dispose() */,
{ 961, 838, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::MoveNext() */,
{ 962, 838, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::get_Current() */,
{ 963, 838, -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, 838, -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, 494, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.ctor(System.Array) */,
{ 960, 494, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::Dispose() */,
{ 961, 494, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::MoveNext() */,
{ 962, 494, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::get_Current() */,
{ 963, 494, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 494, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 358, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.ctor(System.Array) */,
{ 960, 358, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::Dispose() */,
{ 961, 358, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::MoveNext() */,
{ 962, 358, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::get_Current() */,
{ 963, 358, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.Reset() */,
{ 964, 358, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::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, 417, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.ctor(System.Array) */,
{ 960, 417, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::Dispose() */,
{ 961, 417, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::MoveNext() */,
{ 962, 417, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::get_Current() */,
{ 963, 417, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 417, -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, 928, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::.ctor(System.Array) */,
{ 960, 928, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::Dispose() */,
{ 961, 928, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::MoveNext() */,
{ 962, 928, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::get_Current() */,
{ 963, 928, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 928, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1377, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.ctor(System.Array) */,
{ 960, 1377, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::Dispose() */,
{ 961, 1377, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::MoveNext() */,
{ 962, 1377, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::get_Current() */,
{ 963, 1377, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1377, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1399, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::.ctor(System.Array) */,
{ 960, 1399, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::Dispose() */,
{ 961, 1399, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::MoveNext() */,
{ 962, 1399, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::get_Current() */,
{ 963, 1399, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1399, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 390, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.ctor(System.Array) */,
{ 960, 390, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::Dispose() */,
{ 961, 390, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::MoveNext() */,
{ 962, 390, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::get_Current() */,
{ 963, 390, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 964, 390, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 305, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.ctor(System.Array) */,
{ 960, 305, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::Dispose() */,
{ 961, 305, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::MoveNext() */,
{ 962, 305, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::get_Current() */,
{ 963, 305, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 964, 305, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 849, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::.ctor(System.Array) */,
{ 960, 849, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::Dispose() */,
{ 961, 849, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::MoveNext() */,
{ 962, 849, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::get_Current() */,
{ 963, 849, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.Reset() */,
{ 964, 849, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1576, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::.ctor(System.Array) */,
{ 960, 1576, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::Dispose() */,
{ 961, 1576, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::MoveNext() */,
{ 962, 1576, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::get_Current() */,
{ 963, 1576, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1576, -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, 1126, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::.ctor(System.Array) */,
{ 960, 1126, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::Dispose() */,
{ 961, 1126, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::MoveNext() */,
{ 962, 1126, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::get_Current() */,
{ 963, 1126, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1126, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 959, 666, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::.ctor(System.Array) */,
{ 960, 666, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::Dispose() */,
{ 961, 666, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::MoveNext() */,
{ 962, 666, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>>::get_Current() */,
{ 963, 666, -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, 666, -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, 832, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::.ctor(System.Array) */,
{ 960, 832, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::Dispose() */,
{ 961, 832, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::MoveNext() */,
{ 962, 832, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::get_Current() */,
{ 963, 832, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 964, 832, -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, 837, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::.ctor(System.Array) */,
{ 960, 837, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::Dispose() */,
{ 961, 837, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::MoveNext() */,
{ 962, 837, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::get_Current() */,
{ 963, 837, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 964, 837, -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, 322, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::.ctor(System.Array) */,
{ 960, 322, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::Dispose() */,
{ 961, 322, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::MoveNext() */,
{ 962, 322, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::get_Current() */,
{ 963, 322, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.Reset() */,
{ 964, 322, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.get_Current() */,
{ 959, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::.ctor(System.Array) */,
{ 960, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::Dispose() */,
{ 961, 439, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::MoveNext() */,
{ 962, 439, -1 } /* T System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::get_Current() */,
{ 963, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ComponentModel.AttributeCollection/AttributeEntry>::System.Collections.IEnumerator.Reset() */,
{ 964, 439, -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, 60, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTimeOffset>::.ctor(System.Array) */,
{ 960, 60, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTimeOffset>::Dispose() */,
{ 961, 60, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.DateTimeOffset>::MoveNext() */,
{ 962, 60, -1 } /* T System.Array/InternalEnumerator`1<System.DateTimeOffset>::get_Current() */,
{ 963, 60, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTimeOffset>::System.Collections.IEnumerator.Reset() */,
{ 964, 60, -1 } /* System.Object System.Array/InternalEnumerator`1<System.DateTimeOffset>::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, 471, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.ctor(System.Array) */,
{ 960, 471, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::Dispose() */,
{ 961, 471, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::MoveNext() */,
{ 962, 471, -1 } /* T System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::get_Current() */,
{ 963, 471, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.Reset() */,
{ 964, 471, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.get_Current() */,
{ 959, 472, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::.ctor(System.Array) */,
{ 960, 472, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::Dispose() */,
{ 961, 472, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::MoveNext() */,
{ 962, 472, -1 } /* T System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::get_Current() */,
{ 963, 472, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 472, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 486, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.ctor(System.Array) */,
{ 960, 486, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::Dispose() */,
{ 961, 486, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::MoveNext() */,
{ 962, 486, -1 } /* T System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::get_Current() */,
{ 963, 486, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.Reset() */,
{ 964, 486, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.get_Current() */,
{ 959, 1427, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Array) */,
{ 960, 1427, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 961, 1427, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 962, 1427, -1 } /* T System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 963, 1427, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 964, 1427, -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, 485, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.ctor(System.Array) */,
{ 960, 485, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::Dispose() */,
{ 961, 485, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::MoveNext() */,
{ 962, 485, -1 } /* T System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::get_Current() */,
{ 963, 485, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.Reset() */,
{ 964, 485, -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, 466, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.ctor(System.Array) */,
{ 960, 466, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::Dispose() */,
{ 961, 466, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::MoveNext() */,
{ 962, 466, -1 } /* T System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::get_Current() */,
{ 963, 466, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.Reset() */,
{ 964, 466, -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, 430, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.ctor(System.Array) */,
{ 960, 430, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::Dispose() */,
{ 961, 430, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::MoveNext() */,
{ 962, 430, -1 } /* T System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::get_Current() */,
{ 963, 430, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.Reset() */,
{ 964, 430, -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, 328, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::.ctor(System.Array) */,
{ 960, 328, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::Dispose() */,
{ 961, 328, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt16Enum>::MoveNext() */,
{ 962, 328, -1 } /* T System.Array/InternalEnumerator`1<System.UInt16Enum>::get_Current() */,
{ 963, 328, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.Reset() */,
{ 964, 328, -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, 400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::.ctor(System.Array) */,
{ 960, 400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::Dispose() */,
{ 961, 400, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt32Enum>::MoveNext() */,
{ 962, 400, -1 } /* T System.Array/InternalEnumerator`1<System.UInt32Enum>::get_Current() */,
{ 963, 400, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.Reset() */,
{ 964, 400, -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, 364, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor(System.Array) */,
{ 960, 364, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Dispose() */,
{ 961, 364, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::MoveNext() */,
{ 962, 364, -1 } /* T System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Current() */,
{ 963, 364, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.Reset() */,
{ 964, 364, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.get_Current() */,
{ 959, 356, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::.ctor(System.Array) */,
{ 960, 356, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::Dispose() */,
{ 961, 356, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::MoveNext() */,
{ 962, 356, -1 } /* T System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::get_Current() */,
{ 963, 356, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::System.Collections.IEnumerator.Reset() */,
{ 964, 356, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::System.Collections.IEnumerator.get_Current() */,
{ 959, 332, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::.ctor(System.Array) */,
{ 960, 332, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::Dispose() */,
{ 961, 332, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::MoveNext() */,
{ 962, 332, -1 } /* T System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::get_Current() */,
{ 963, 332, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::System.Collections.IEnumerator.Reset() */,
{ 964, 332, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::System.Collections.IEnumerator.get_Current() */,
{ 959, 598, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::.ctor(System.Array) */,
{ 960, 598, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::Dispose() */,
{ 961, 598, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::MoveNext() */,
{ 962, 598, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::get_Current() */,
{ 963, 598, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::System.Collections.IEnumerator.Reset() */,
{ 964, 598, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.AccelerationEvent>::System.Collections.IEnumerator.get_Current() */,
{ 959, 625, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Array) */,
{ 960, 625, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::Dispose() */,
{ 961, 625, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::MoveNext() */,
{ 962, 625, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::get_Current() */,
{ 963, 625, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 625, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 510, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Array) */,
{ 960, 510, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 961, 510, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 962, 510, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 963, 510, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 964, 510, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 959, 521, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::.ctor(System.Array) */,
{ 960, 521, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::Dispose() */,
{ 961, 521, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Color32>::MoveNext() */,
{ 962, 521, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Color32>::get_Current() */,
{ 963, 521, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 964, 521, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 959, 518, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::.ctor(System.Array) */,
{ 960, 518, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::Dispose() */,
{ 961, 518, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Color>::MoveNext() */,
{ 962, 518, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Color>::get_Current() */,
{ 963, 518, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 964, 518, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 959, 603, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::.ctor(System.Array) */,
{ 960, 603, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::Dispose() */,
{ 961, 603, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::MoveNext() */,
{ 962, 603, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::get_Current() */,
{ 963, 603, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::System.Collections.IEnumerator.Reset() */,
{ 964, 603, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>::System.Collections.IEnumerator.get_Current() */,
{ 959, 575, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::.ctor(System.Array) */,
{ 960, 575, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::Dispose() */,
{ 961, 575, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::MoveNext() */,
{ 962, 575, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::get_Current() */,
{ 963, 575, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.Reset() */,
{ 964, 575, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.get_Current() */,
{ 959, 569, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.ctor(System.Array) */,
{ 960, 569, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Dispose() */,
{ 961, 569, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::MoveNext() */,
{ 962, 569, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Current() */,
{ 963, 569, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.Reset() */,
{ 964, 569, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.get_Current() */,
{ 959, 667, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor(System.Array) */,
{ 960, 667, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::Dispose() */,
{ 961, 667, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::MoveNext() */,
{ 962, 667, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::get_Current() */,
{ 963, 667, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEnumerator.Reset() */,
{ 964, 667, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEnumerator.get_Current() */,
{ 959, 496, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::.ctor(System.Array) */,
{ 960, 496, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::Dispose() */,
{ 961, 496, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::MoveNext() */,
{ 962, 496, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::get_Current() */,
{ 963, 496, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.Reset() */,
{ 964, 496, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.get_Current() */,
{ 959, 547, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::.ctor(System.Array) */,
{ 960, 547, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::Dispose() */,
{ 961, 547, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::MoveNext() */,
{ 962, 547, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::get_Current() */,
{ 963, 547, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.Reset() */,
{ 964, 547, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.get_Current() */,
{ 959, 517, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::.ctor(System.Array) */,
{ 960, 517, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::Dispose() */,
{ 961, 517, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::MoveNext() */,
{ 962, 517, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::get_Current() */,
{ 963, 517, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.Reset() */,
{ 964, 517, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.get_Current() */,
{ 959, 656, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Array) */,
{ 960, 656, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 961, 656, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::MoveNext() */,
{ 962, 656, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::get_Current() */,
{ 963, 656, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.Reset() */,
{ 964, 656, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.get_Current() */,
{ 959, 559, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Plane>::.ctor(System.Array) */,
{ 960, 559, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Plane>::Dispose() */,
{ 961, 559, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Plane>::MoveNext() */,
{ 962, 559, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Plane>::get_Current() */,
{ 963, 559, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Plane>::System.Collections.IEnumerator.Reset() */,
{ 964, 559, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Plane>::System.Collections.IEnumerator.get_Current() */,
{ 959, 565, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.ctor(System.Array) */,
{ 960, 565, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::Dispose() */,
{ 961, 565, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::MoveNext() */,
{ 962, 565, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::get_Current() */,
{ 963, 565, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.Reset() */,
{ 964, 565, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.get_Current() */,
{ 959, 526, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::.ctor(System.Array) */,
{ 960, 526, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::Dispose() */,
{ 961, 526, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::MoveNext() */,
{ 962, 526, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::get_Current() */,
{ 963, 526, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.Reset() */,
{ 964, 526, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.get_Current() */,
{ 959, 601, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::.ctor(System.Array) */,
{ 960, 601, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::Dispose() */,
{ 961, 601, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::MoveNext() */,
{ 962, 601, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::get_Current() */,
{ 963, 601, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.Reset() */,
{ 964, 601, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.get_Current() */,
{ 959, 576, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::.ctor(System.Array) */,
{ 960, 576, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::Dispose() */,
{ 961, 576, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::MoveNext() */,
{ 962, 576, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::get_Current() */,
{ 963, 576, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.Reset() */,
{ 964, 576, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.get_Current() */,
{ 959, 508, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rect>::.ctor(System.Array) */,
{ 960, 508, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rect>::Dispose() */,
{ 961, 508, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Rect>::MoveNext() */,
{ 962, 508, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Rect>::get_Current() */,
{ 963, 508, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rect>::System.Collections.IEnumerator.Reset() */,
{ 964, 508, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Rect>::System.Collections.IEnumerator.get_Current() */,
{ 959, 501, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::.ctor(System.Array) */,
{ 960, 501, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::Dispose() */,
{ 961, 501, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::MoveNext() */,
{ 962, 501, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::get_Current() */,
{ 963, 501, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::System.Collections.IEnumerator.Reset() */,
{ 964, 501, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.RenderBuffer>::System.Collections.IEnumerator.get_Current() */,
{ 959, 561, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::.ctor(System.Array) */,
{ 960, 561, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::Dispose() */,
{ 961, 561, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::MoveNext() */,
{ 962, 561, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::get_Current() */,
{ 963, 561, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.Reset() */,
{ 964, 561, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.get_Current() */,
{ 959, 515, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Array) */,
{ 960, 515, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Dispose() */,
{ 961, 515, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::MoveNext() */,
{ 962, 515, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Current() */,
{ 963, 515, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 515, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 512, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Resolution>::.ctor(System.Array) */,
{ 960, 512, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Resolution>::Dispose() */,
{ 961, 512, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Resolution>::MoveNext() */,
{ 962, 512, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Resolution>::get_Current() */,
{ 963, 512, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Resolution>::System.Collections.IEnumerator.Reset() */,
{ 964, 512, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Resolution>::System.Collections.IEnumerator.get_Current() */,
{ 959, 599, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.ctor(System.Array) */,
{ 960, 599, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::Dispose() */,
{ 961, 599, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::MoveNext() */,
{ 962, 599, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::get_Current() */,
{ 963, 599, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.Reset() */,
{ 964, 599, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.get_Current() */,
{ 959, 648, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.ctor(System.Array) */,
{ 960, 648, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::Dispose() */,
{ 961, 648, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::MoveNext() */,
{ 962, 648, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::get_Current() */,
{ 963, 648, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.Reset() */,
{ 964, 648, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.get_Current() */,
{ 959, 651, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.ctor(System.Array) */,
{ 960, 651, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::Dispose() */,
{ 961, 651, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::MoveNext() */,
{ 962, 651, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::get_Current() */,
{ 963, 651, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.Reset() */,
{ 964, 651, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.get_Current() */,
{ 959, 597, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::.ctor(System.Array) */,
{ 960, 597, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::Dispose() */,
{ 961, 597, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Touch>::MoveNext() */,
{ 962, 597, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Touch>::get_Current() */,
{ 963, 597, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.Reset() */,
{ 964, 597, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.get_Current() */,
{ 959, 676, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.ctor(System.Array) */,
{ 960, 676, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Dispose() */,
{ 961, 676, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::MoveNext() */,
{ 962, 676, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::get_Current() */,
{ 963, 676, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.Reset() */,
{ 964, 676, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.get_Current() */,
{ 959, 674, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.ctor(System.Array) */,
{ 960, 674, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::Dispose() */,
{ 961, 674, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::MoveNext() */,
{ 962, 674, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::get_Current() */,
{ 963, 674, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.Reset() */,
{ 964, 674, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.get_Current() */,
{ 959, 686, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Array) */,
{ 960, 686, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::Dispose() */,
{ 961, 686, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::MoveNext() */,
{ 962, 686, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Current() */,
{ 963, 686, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.Reset() */,
{ 964, 686, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.get_Current() */,
{ 959, 833, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.ctor(System.Array) */,
{ 960, 833, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::Dispose() */,
{ 961, 833, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::MoveNext() */,
{ 962, 833, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::get_Current() */,
{ 963, 833, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEnumerator.Reset() */,
{ 964, 833, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEnumerator.get_Current() */,
{ 959, 853, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::.ctor(System.Array) */,
{ 960, 853, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::Dispose() */,
{ 961, 853, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::MoveNext() */,
{ 962, 853, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::get_Current() */,
{ 963, 853, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::System.Collections.IEnumerator.Reset() */,
{ 964, 853, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIElements.StyleSheets.StyleValue>::System.Collections.IEnumerator.get_Current() */,
{ 959, 534, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Array) */,
{ 960, 534, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 961, 534, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 962, 534, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 963, 534, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 964, 534, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 959, 513, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::.ctor(System.Array) */,
{ 960, 513, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::Dispose() */,
{ 961, 513, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector2>::MoveNext() */,
{ 962, 513, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector2>::get_Current() */,
{ 963, 513, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 964, 513, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 959, 502, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::.ctor(System.Array) */,
{ 960, 502, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::Dispose() */,
{ 961, 502, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector3>::MoveNext() */,
{ 962, 502, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector3>::get_Current() */,
{ 963, 502, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 964, 502, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 959, 516, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::.ctor(System.Array) */,
{ 960, 516, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::Dispose() */,
{ 961, 516, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector4>::MoveNext() */,
{ 962, 516, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector4>::get_Current() */,
{ 963, 516, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 964, 516, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 959, 618, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.jvalue>::.ctor(System.Array) */,
{ 960, 618, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.jvalue>::Dispose() */,
{ 961, 618, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.jvalue>::MoveNext() */,
{ 962, 618, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.jvalue>::get_Current() */,
{ 963, 618, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.jvalue>::System.Collections.IEnumerator.Reset() */,
{ 964, 618, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.jvalue>::System.Collections.IEnumerator.get_Current() */,
{ 1178, 6, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::.ctor(System.ArraySegment`1<T>) */,
{ 1179, 6, -1 } /* System.Boolean System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::MoveNext() */,
{ 1180, 6, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::get_Current() */,
{ 1181, 6, -1 } /* System.Object System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 1182, 6, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 1183, 6, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::Dispose() */,
{ 1161, 6, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::GetHashCode() */,
{ 1162, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::Equals(System.Object) */,
{ 1163, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::Equals(System.ArraySegment`1<T>) */,
{ 1164, 6, -1 } /* T System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 1165, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 1166, 6, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.IndexOf(T) */,
{ 1167, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 1168, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 1169, 6, -1 } /* T System.ArraySegment`1<System.Byte>::System.Collections.Generic.IReadOnlyList<T>.get_Item(System.Int32) */,
{ 1170, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 1171, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 1172, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 1173, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Contains(T) */,
{ 1174, 6, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.CopyTo(T[],System.Int32) */,
{ 1175, 6, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 1176, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.ArraySegment`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 1177, 6, -1 } /* System.Collections.IEnumerator System.ArraySegment`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11350, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 1647, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 1647, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 1647, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 1647, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11350, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 1648, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 1648, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 1648, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 1648, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11350, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 1140, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 1140, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 1140, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 1140, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11350, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 47, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Boolean>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 47, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Boolean>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 47, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Boolean>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::.ctor() */,
{ 11350, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 6, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 6, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 6, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 6, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::.ctor() */,
{ 11350, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 7, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 7, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 7, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 7, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::.ctor() */,
{ 11350, 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>) */,
{ 11351, 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>) */,
{ 11352, 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>) */,
{ 11353, 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>) */,
{ 11354, 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) */,
{ 11355, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 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>) */,
{ 11357, 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>) */,
{ 11358, 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>) */,
{ 11359, 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>) */,
{ 11360, 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>) */,
{ 11361, 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>) */,
{ 11362, 115, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11350, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 59, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTime>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 59, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTime>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 59, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTime>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 59, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::.ctor() */,
{ 11350, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 60, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 60, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 60, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 60, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::.ctor() */,
{ 11350, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 61, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Decimal>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 61, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Decimal>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 61, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Decimal>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::.ctor() */,
{ 11350, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 81, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Double>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 81, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Double>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 81, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Double>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 81, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::.ctor() */,
{ 11350, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 95, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int16>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 95, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int16>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 95, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int16>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 95, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::.ctor() */,
{ 11350, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 16, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 16, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 16, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 16, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::.ctor() */,
{ 11350, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 90, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 90, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 90, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 90, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::.ctor() */,
{ 11350, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 37, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 37, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 37, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 37, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::.ctor() */,
{ 11350, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 108, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.SByte>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 108, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.SByte>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 108, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.SByte>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 108, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::.ctor() */,
{ 11350, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 109, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 109, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 109, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 109, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::.ctor() */,
{ 11350, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 110, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 110, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 110, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::.ctor() */,
{ 11350, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 134, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt16>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 134, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt16>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 134, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt16>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 134, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::.ctor() */,
{ 11350, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 21, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt32>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 21, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt32>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 21, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt32>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::.ctor() */,
{ 11350, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 82, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 82, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 82, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 82, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::.ctor() */,
{ 11350, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 625, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 625, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 625, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 625, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11350, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 510, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 510, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 510, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 510, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11350, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 521, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 521, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 521, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::.ctor() */,
{ 11350, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 518, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 518, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 518, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 518, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::.ctor() */,
{ 11350, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 517, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 517, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 517, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 517, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11350, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 656, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 656, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 656, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 656, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11350, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 601, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 601, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 601, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 601, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11350, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 508, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 508, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 508, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 508, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rect>::.ctor() */,
{ 11350, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 515, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 515, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 515, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 515, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11350, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 686, -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>) */,
{ 11352, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 686, -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>) */,
{ 11354, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 686, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 686, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11350, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 534, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 534, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 534, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 534, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11350, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 513, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 513, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 513, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 513, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::.ctor() */,
{ 11350, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 502, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 502, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 502, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 502, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::.ctor() */,
{ 11350, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 516, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 516, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11354, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11355, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Swap(T[],System.Int32,System.Int32) */,
{ 11356, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11357, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 516, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11360, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11361, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11362, 516, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::.ctor() */,
{ 11363, 83, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::get_Default() */,
{ 11364, 83, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::CreateArraySortHelper() */,
{ 11365, 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>) */,
{ 11366, 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) */,
{ 11367, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 11368, 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>) */,
{ 11369, 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>) */,
{ 11370, 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>) */,
{ 11371, 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>) */,
{ 11372, 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>) */,
{ 11373, 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>) */,
{ 11374, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::.ctor() */,
{ 11498, 1647, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::get_Default() */,
{ 11499, 1647, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::Create(System.Comparison`1<T>) */,
{ 11500, 1647, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::CreateComparer() */,
{ 11502, 1647, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 1647, -1 } /* System.Void System.Collections.Generic.Comparer`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11498, 1648, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::get_Default() */,
{ 11499, 1648, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::Create(System.Comparison`1<T>) */,
{ 11500, 1648, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::CreateComparer() */,
{ 11502, 1648, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 1648, -1 } /* System.Void System.Collections.Generic.Comparer`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11498, 1140, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::get_Default() */,
{ 11499, 1140, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::Create(System.Comparison`1<T>) */,
{ 11500, 1140, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::CreateComparer() */,
{ 11502, 1140, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 1140, -1 } /* System.Void System.Collections.Generic.Comparer`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11498, 47, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Boolean>::get_Default() */,
{ 11499, 47, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Boolean>::Create(System.Comparison`1<T>) */,
{ 11500, 47, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Boolean>::CreateComparer() */,
{ 11502, 47, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Boolean>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 47, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Boolean>::.ctor() */,
{ 11498, 6, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Byte>::get_Default() */,
{ 11499, 6, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Byte>::Create(System.Comparison`1<T>) */,
{ 11500, 6, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Byte>::CreateComparer() */,
{ 11502, 6, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Byte>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 6, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Byte>::.ctor() */,
{ 11498, 7, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Char>::get_Default() */,
{ 11499, 7, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Char>::Create(System.Comparison`1<T>) */,
{ 11500, 7, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Char>::CreateComparer() */,
{ 11502, 7, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Char>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 7, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Char>::.ctor() */,
{ 11498, 115, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Default() */,
{ 11499, 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>) */,
{ 11500, 115, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CreateComparer() */,
{ 11502, 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) */,
{ 11503, 115, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11498, 59, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTime>::get_Default() */,
{ 11499, 59, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTime>::Create(System.Comparison`1<T>) */,
{ 11500, 59, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTime>::CreateComparer() */,
{ 11502, 59, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.DateTime>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 59, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.DateTime>::.ctor() */,
{ 11498, 60, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTimeOffset>::get_Default() */,
{ 11499, 60, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTimeOffset>::Create(System.Comparison`1<T>) */,
{ 11500, 60, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTimeOffset>::CreateComparer() */,
{ 11502, 60, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.DateTimeOffset>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 60, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.DateTimeOffset>::.ctor() */,
{ 11498, 61, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Decimal>::get_Default() */,
{ 11499, 61, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Decimal>::Create(System.Comparison`1<T>) */,
{ 11500, 61, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Decimal>::CreateComparer() */,
{ 11502, 61, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Decimal>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 61, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Decimal>::.ctor() */,
{ 11498, 81, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Double>::get_Default() */,
{ 11499, 81, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Double>::Create(System.Comparison`1<T>) */,
{ 11500, 81, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Double>::CreateComparer() */,
{ 11502, 81, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Double>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 81, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Double>::.ctor() */,
{ 11498, 95, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int16>::get_Default() */,
{ 11499, 95, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int16>::Create(System.Comparison`1<T>) */,
{ 11500, 95, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int16>::CreateComparer() */,
{ 11502, 95, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int16>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 95, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int16>::.ctor() */,
{ 11499, 16, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32>::Create(System.Comparison`1<T>) */,
{ 11500, 16, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32>::CreateComparer() */,
{ 11502, 16, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int32>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 16, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int32>::.ctor() */,
{ 11498, 90, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::get_Default() */,
{ 11499, 90, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::Create(System.Comparison`1<T>) */,
{ 11500, 90, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::CreateComparer() */,
{ 11502, 90, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int32Enum>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 90, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int32Enum>::.ctor() */,
{ 11498, 37, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int64>::get_Default() */,
{ 11499, 37, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int64>::Create(System.Comparison`1<T>) */,
{ 11500, 37, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int64>::CreateComparer() */,
{ 11502, 37, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int64>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 37, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int64>::.ctor() */,
{ 11498, 108, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.SByte>::get_Default() */,
{ 11499, 108, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.SByte>::Create(System.Comparison`1<T>) */,
{ 11500, 108, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.SByte>::CreateComparer() */,
{ 11502, 108, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.SByte>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 108, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.SByte>::.ctor() */,
{ 11498, 109, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::get_Default() */,
{ 11499, 109, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::Create(System.Comparison`1<T>) */,
{ 11500, 109, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::CreateComparer() */,
{ 11502, 109, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Single>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 109, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Single>::.ctor() */,
{ 11498, 110, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.TimeSpan>::get_Default() */,
{ 11499, 110, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.TimeSpan>::Create(System.Comparison`1<T>) */,
{ 11500, 110, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.TimeSpan>::CreateComparer() */,
{ 11502, 110, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.TimeSpan>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 110, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.TimeSpan>::.ctor() */,
{ 11498, 134, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt16>::get_Default() */,
{ 11499, 134, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt16>::Create(System.Comparison`1<T>) */,
{ 11500, 134, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt16>::CreateComparer() */,
{ 11502, 134, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt16>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 134, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.UInt16>::.ctor() */,
{ 11498, 21, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt32>::get_Default() */,
{ 11499, 21, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt32>::Create(System.Comparison`1<T>) */,
{ 11500, 21, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt32>::CreateComparer() */,
{ 11502, 21, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt32>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 21, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.UInt32>::.ctor() */,
{ 11499, 82, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::Create(System.Comparison`1<T>) */,
{ 11500, 82, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::CreateComparer() */,
{ 11502, 82, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt64>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 82, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.UInt64>::.ctor() */,
{ 11498, 625, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::get_Default() */,
{ 11499, 625, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::Create(System.Comparison`1<T>) */,
{ 11500, 625, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::CreateComparer() */,
{ 11502, 625, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 625, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11498, 510, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Default() */,
{ 11499, 510, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Create(System.Comparison`1<T>) */,
{ 11500, 510, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CreateComparer() */,
{ 11502, 510, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 510, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11498, 521, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::get_Default() */,
{ 11499, 521, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::Create(System.Comparison`1<T>) */,
{ 11500, 521, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::CreateComparer() */,
{ 11502, 521, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color32>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 521, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Color32>::.ctor() */,
{ 11498, 518, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::get_Default() */,
{ 11499, 518, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::Create(System.Comparison`1<T>) */,
{ 11500, 518, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::CreateComparer() */,
{ 11502, 518, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 518, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Color>::.ctor() */,
{ 11498, 517, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::get_Default() */,
{ 11499, 517, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::Create(System.Comparison`1<T>) */,
{ 11500, 517, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::CreateComparer() */,
{ 11502, 517, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 517, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11498, 656, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::get_Default() */,
{ 11499, 656, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::Create(System.Comparison`1<T>) */,
{ 11500, 656, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::CreateComparer() */,
{ 11502, 656, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 656, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11498, 601, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::get_Default() */,
{ 11499, 601, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::Create(System.Comparison`1<T>) */,
{ 11500, 601, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::CreateComparer() */,
{ 11502, 601, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 601, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11498, 508, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rect>::get_Default() */,
{ 11499, 508, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rect>::Create(System.Comparison`1<T>) */,
{ 11500, 508, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rect>::CreateComparer() */,
{ 11502, 508, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Rect>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 508, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Rect>::.ctor() */,
{ 11498, 515, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Default() */,
{ 11499, 515, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Create(System.Comparison`1<T>) */,
{ 11500, 515, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CreateComparer() */,
{ 11502, 515, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 515, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11498, 686, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Default() */,
{ 11499, 686, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Create(System.Comparison`1<T>) */,
{ 11500, 686, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::CreateComparer() */,
{ 11502, 686, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 686, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11498, 534, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Default() */,
{ 11499, 534, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Create(System.Comparison`1<T>) */,
{ 11500, 534, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CreateComparer() */,
{ 11502, 534, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 534, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11498, 513, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::get_Default() */,
{ 11499, 513, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::Create(System.Comparison`1<T>) */,
{ 11500, 513, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::CreateComparer() */,
{ 11502, 513, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 513, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11498, 502, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::get_Default() */,
{ 11499, 502, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::Create(System.Comparison`1<T>) */,
{ 11500, 502, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::CreateComparer() */,
{ 11502, 502, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 502, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11498, 516, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::get_Default() */,
{ 11499, 516, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::Create(System.Comparison`1<T>) */,
{ 11500, 516, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::CreateComparer() */,
{ 11502, 516, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11503, 516, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::.ctor() */,
{ 11516, 1647, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<FairyGUI.GPath/Segment>::.ctor(System.Comparison`1<T>) */,
{ 11517, 1647, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<FairyGUI.GPath/Segment>::Compare(T,T) */,
{ 11516, 1648, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<FairyGUI.GPathPoint>::.ctor(System.Comparison`1<T>) */,
{ 11517, 1648, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<FairyGUI.GPathPoint>::Compare(T,T) */,
{ 11516, 1140, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<FairyGUI.TextField/CharPosition>::.ctor(System.Comparison`1<T>) */,
{ 11517, 1140, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<FairyGUI.TextField/CharPosition>::Compare(T,T) */,
{ 11516, 47, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Boolean>::.ctor(System.Comparison`1<T>) */,
{ 11517, 47, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Boolean>::Compare(T,T) */,
{ 11516, 6, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Byte>::.ctor(System.Comparison`1<T>) */,
{ 11517, 6, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Byte>::Compare(T,T) */,
{ 11516, 7, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Char>::.ctor(System.Comparison`1<T>) */,
{ 11517, 7, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Char>::Compare(T,T) */,
{ 11516, 115, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Comparison`1<T>) */,
{ 11517, 115, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Compare(T,T) */,
{ 11516, 59, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.DateTime>::.ctor(System.Comparison`1<T>) */,
{ 11517, 59, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.DateTime>::Compare(T,T) */,
{ 11516, 60, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.DateTimeOffset>::.ctor(System.Comparison`1<T>) */,
{ 11517, 60, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.DateTimeOffset>::Compare(T,T) */,
{ 11516, 61, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Decimal>::.ctor(System.Comparison`1<T>) */,
{ 11517, 61, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Decimal>::Compare(T,T) */,
{ 11516, 81, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Double>::.ctor(System.Comparison`1<T>) */,
{ 11517, 81, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Double>::Compare(T,T) */,
{ 11516, 95, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Int16>::.ctor(System.Comparison`1<T>) */,
{ 11517, 95, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Int16>::Compare(T,T) */,
{ 11516, 16, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Int32>::.ctor(System.Comparison`1<T>) */,
{ 11517, 16, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Int32>::Compare(T,T) */,
{ 11516, 90, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Int32Enum>::.ctor(System.Comparison`1<T>) */,
{ 11517, 90, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Int32Enum>::Compare(T,T) */,
{ 11516, 37, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Int64>::.ctor(System.Comparison`1<T>) */,
{ 11517, 37, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Int64>::Compare(T,T) */,
{ 11516, 108, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.SByte>::.ctor(System.Comparison`1<T>) */,
{ 11517, 108, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.SByte>::Compare(T,T) */,
{ 11516, 109, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.Single>::.ctor(System.Comparison`1<T>) */,
{ 11517, 109, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.Single>::Compare(T,T) */,
{ 11516, 110, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.TimeSpan>::.ctor(System.Comparison`1<T>) */,
{ 11517, 110, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.TimeSpan>::Compare(T,T) */,
{ 11516, 134, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.UInt16>::.ctor(System.Comparison`1<T>) */,
{ 11517, 134, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.UInt16>::Compare(T,T) */,
{ 11516, 21, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.UInt32>::.ctor(System.Comparison`1<T>) */,
{ 11517, 21, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.UInt32>::Compare(T,T) */,
{ 11516, 82, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<System.UInt64>::.ctor(System.Comparison`1<T>) */,
{ 11517, 82, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<System.UInt64>::Compare(T,T) */,
{ 11516, 625, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Comparison`1<T>) */,
{ 11517, 625, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.AnimatorClipInfo>::Compare(T,T) */,
{ 11516, 510, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Comparison`1<T>) */,
{ 11517, 510, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Compare(T,T) */,
{ 11516, 521, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Color32>::.ctor(System.Comparison`1<T>) */,
{ 11517, 521, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Color32>::Compare(T,T) */,
{ 11516, 518, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Color>::.ctor(System.Comparison`1<T>) */,
{ 11517, 518, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Color>::Compare(T,T) */,
{ 11516, 517, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Matrix4x4>::.ctor(System.Comparison`1<T>) */,
{ 11517, 517, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Matrix4x4>::Compare(T,T) */,
{ 11516, 656, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Comparison`1<T>) */,
{ 11517, 656, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.ParticleSystem/Particle>::Compare(T,T) */,
{ 11516, 601, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.RaycastHit2D>::.ctor(System.Comparison`1<T>) */,
{ 11517, 601, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.RaycastHit2D>::Compare(T,T) */,
{ 11516, 508, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Rect>::.ctor(System.Comparison`1<T>) */,
{ 11517, 508, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Rect>::Compare(T,T) */,
{ 11516, 515, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Comparison`1<T>) */,
{ 11517, 515, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Compare(T,T) */,
{ 11516, 686, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Comparison`1<T>) */,
{ 11517, 686, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Compare(T,T) */,
{ 11516, 534, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Comparison`1<T>) */,
{ 11517, 534, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Compare(T,T) */,
{ 11516, 513, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector2>::.ctor(System.Comparison`1<T>) */,
{ 11517, 513, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector2>::Compare(T,T) */,
{ 11516, 502, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector3>::.ctor(System.Comparison`1<T>) */,
{ 11517, 502, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector3>::Compare(T,T) */,
{ 11516, 516, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector4>::.ctor(System.Comparison`1<T>) */,
{ 11517, 516, -1 } /* System.Int32 System.Collections.Generic.ComparisonComparer`1<UnityEngine.Vector4>::Compare(T,T) */,
{ 11432, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 11434, 357, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 11435, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 11436, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 11438, 357, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 11434, 415, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 11435, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 11436, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11438, 415, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 11434, 121, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 11435, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 11436, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11438, 121, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::MoveNext() */,
{ 11434, 900, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::get_Current() */,
{ 11435, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::Dispose() */,
{ 11436, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11438, 900, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 11434, 1376, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 11435, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 11436, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11438, 1376, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::MoveNext() */,
{ 11434, 980, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::get_Current() */,
{ 11435, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::Dispose() */,
{ 11436, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11438, 980, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.IntPtr,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 11434, 244, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 11435, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 11436, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 11438, 244, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 11434, 188, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 11435, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 11436, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11438, 188, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::MoveNext() */,
{ 11434, 505, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::get_Current() */,
{ 11435, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::Dispose() */,
{ 11436, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 11438, 505, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32Enum>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 1575, -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) */,
{ 11433, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 11434, 1575, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 11435, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 11436, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 11438, 1575, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 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) */,
{ 11433, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 11434, 168, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 11435, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 11436, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 11438, 168, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11433, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::MoveNext() */,
{ 11434, 1125, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::get_Current() */,
{ 11435, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::Dispose() */,
{ 11436, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11438, 1125, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 665, -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) */,
{ 11433, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::MoveNext() */,
{ 11434, 665, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Current() */,
{ 11435, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Dispose() */,
{ 11436, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11438, 665, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 831, -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) */,
{ 11433, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::MoveNext() */,
{ 11434, 831, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Current() */,
{ 11435, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Dispose() */,
{ 11436, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11438, 831, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11432, 836, -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) */,
{ 11433, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::MoveNext() */,
{ 11434, 836, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Current() */,
{ 11435, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Dispose() */,
{ 11436, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11437, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11438, 836, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 11439, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 11440, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 11455, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 11457, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 11458, 357, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 11459, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 11455, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 11457, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 11458, 415, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 11459, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11455, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 11457, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 11458, 121, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 11459, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11455, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::Dispose() */,
{ 11457, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::MoveNext() */,
{ 11458, 900, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::get_Current() */,
{ 11459, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11455, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 11457, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 11458, 1376, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 11459, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11455, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::Dispose() */,
{ 11457, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::MoveNext() */,
{ 11458, 980, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::get_Current() */,
{ 11459, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11455, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 11457, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 11458, 244, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 11459, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 11455, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 11457, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 11458, 188, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 11459, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11455, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::Dispose() */,
{ 11457, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::MoveNext() */,
{ 11458, 505, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::get_Current() */,
{ 11459, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 11455, 1575, -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>) */,
{ 11456, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 11457, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 11458, 1575, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 11459, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 11455, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 11457, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 11458, 168, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 11459, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 11455, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11456, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::Dispose() */,
{ 11457, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::MoveNext() */,
{ 11458, 1125, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::get_Current() */,
{ 11459, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11455, 665, -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>) */,
{ 11456, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Dispose() */,
{ 11457, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::MoveNext() */,
{ 11458, 665, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Current() */,
{ 11459, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11455, 831, -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>) */,
{ 11456, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Dispose() */,
{ 11457, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::MoveNext() */,
{ 11458, 831, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Current() */,
{ 11459, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11455, 836, -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>) */,
{ 11456, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Dispose() */,
{ 11457, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::MoveNext() */,
{ 11458, 836, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Current() */,
{ 11459, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11460, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11441, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 357, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::GetEnumerator() */,
{ 11443, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::CopyTo(TKey[],System.Int32) */,
{ 11444, 357, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Count() */,
{ 11445, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 357, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 357, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 415, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::GetEnumerator() */,
{ 11443, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11444, 415, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::get_Count() */,
{ 11445, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 415, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 415, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 121, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::GetEnumerator() */,
{ 11443, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11444, 121, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::get_Count() */,
{ 11445, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 121, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 121, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 900, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::GetEnumerator() */,
{ 11443, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11444, 900, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::get_Count() */,
{ 11445, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 900, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 900, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 1376, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::GetEnumerator() */,
{ 11443, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11444, 1376, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::get_Count() */,
{ 11445, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 1376, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 1376, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 980, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::GetEnumerator() */,
{ 11443, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11444, 980, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::get_Count() */,
{ 11445, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 980, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 980, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.IntPtr,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 244, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::GetEnumerator() */,
{ 11443, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::CopyTo(TKey[],System.Int32) */,
{ 11444, 244, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::get_Count() */,
{ 11445, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 244, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 244, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 188, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::GetEnumerator() */,
{ 11443, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::CopyTo(TKey[],System.Int32) */,
{ 11444, 188, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::get_Count() */,
{ 11445, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 188, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 188, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 505, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::GetEnumerator() */,
{ 11443, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::CopyTo(TKey[],System.Int32) */,
{ 11444, 505, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::get_Count() */,
{ 11445, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 505, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 505, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 1575, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::GetEnumerator() */,
{ 11443, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::CopyTo(TKey[],System.Int32) */,
{ 11444, 1575, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Count() */,
{ 11445, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 1575, -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() */,
{ 11451, 1575, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 168, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 11443, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::CopyTo(TKey[],System.Int32) */,
{ 11444, 168, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 11445, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 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() */,
{ 11451, 168, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 1125, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::GetEnumerator() */,
{ 11443, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11444, 1125, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::get_Count() */,
{ 11445, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 1125, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 11451, 1125, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 665, -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>) */,
{ 11442, 665, -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() */,
{ 11443, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11444, 665, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Count() */,
{ 11445, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 665, -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() */,
{ 11451, 665, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 665, -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) */,
{ 11453, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 831, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::GetEnumerator() */,
{ 11443, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::CopyTo(TKey[],System.Int32) */,
{ 11444, 831, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Count() */,
{ 11445, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 831, -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() */,
{ 11451, 831, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11441, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11442, 836, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::GetEnumerator() */,
{ 11443, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 11444, 836, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Count() */,
{ 11445, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 11446, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 11447, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 11448, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 11449, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 11450, 836, -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() */,
{ 11451, 836, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11452, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11453, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11454, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11475, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 11477, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 11478, 357, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 11479, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 11475, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 11477, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 11478, 415, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 11479, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11475, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 11477, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 11478, 121, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 11479, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11475, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::Dispose() */,
{ 11477, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::MoveNext() */,
{ 11478, 900, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::get_Current() */,
{ 11479, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11475, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 11477, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 11478, 1376, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 11479, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11475, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::Dispose() */,
{ 11477, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::MoveNext() */,
{ 11478, 980, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::get_Current() */,
{ 11479, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.IntPtr,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11475, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 11477, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 11478, 244, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 11479, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 11475, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 11477, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 11478, 188, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 11479, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11475, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::Dispose() */,
{ 11477, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::MoveNext() */,
{ 11478, 505, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::get_Current() */,
{ 11479, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 11475, 1575, -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>) */,
{ 11476, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Dispose() */,
{ 11477, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::MoveNext() */,
{ 11478, 1575, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Current() */,
{ 11479, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerator.Reset() */,
{ 11475, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 11477, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 11478, 168, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 11479, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 11475, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11476, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::Dispose() */,
{ 11477, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::MoveNext() */,
{ 11478, 1125, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::get_Current() */,
{ 11479, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11475, 665, -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>) */,
{ 11476, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Dispose() */,
{ 11477, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::MoveNext() */,
{ 11478, 665, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Current() */,
{ 11479, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11475, 831, -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>) */,
{ 11476, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Dispose() */,
{ 11477, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::MoveNext() */,
{ 11478, 831, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Current() */,
{ 11479, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11475, 836, -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>) */,
{ 11476, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Dispose() */,
{ 11477, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::MoveNext() */,
{ 11478, 836, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Current() */,
{ 11479, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 11480, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 11461, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 357, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::GetEnumerator() */,
{ 11463, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::CopyTo(TValue[],System.Int32) */,
{ 11464, 357, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Count() */,
{ 11465, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 357, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 357, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 415, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::GetEnumerator() */,
{ 11463, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11464, 415, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::get_Count() */,
{ 11465, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 415, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 415, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 121, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::GetEnumerator() */,
{ 11463, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11464, 121, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::get_Count() */,
{ 11465, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 121, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 121, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 900, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::GetEnumerator() */,
{ 11463, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11464, 900, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::get_Count() */,
{ 11465, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 900, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 900, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 1376, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::GetEnumerator() */,
{ 11463, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11464, 1376, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::get_Count() */,
{ 11465, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 1376, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 1376, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 980, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::GetEnumerator() */,
{ 11463, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11464, 980, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::get_Count() */,
{ 11465, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 980, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 980, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.IntPtr,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 244, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::GetEnumerator() */,
{ 11463, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::CopyTo(TValue[],System.Int32) */,
{ 11464, 244, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::get_Count() */,
{ 11465, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 244, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 244, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 188, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::GetEnumerator() */,
{ 11463, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::CopyTo(TValue[],System.Int32) */,
{ 11464, 188, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::get_Count() */,
{ 11465, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 188, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 188, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 505, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::GetEnumerator() */,
{ 11463, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::CopyTo(TValue[],System.Int32) */,
{ 11464, 505, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::get_Count() */,
{ 11465, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 505, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 505, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 1575, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::GetEnumerator() */,
{ 11463, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::CopyTo(TValue[],System.Int32) */,
{ 11464, 1575, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Count() */,
{ 11465, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 1575, -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() */,
{ 11471, 1575, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 168, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 11463, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::CopyTo(TValue[],System.Int32) */,
{ 11464, 168, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 11465, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 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() */,
{ 11471, 168, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 1125, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::GetEnumerator() */,
{ 11463, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11464, 1125, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::get_Count() */,
{ 11465, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 1125, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 11471, 1125, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 665, -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>) */,
{ 11462, 665, -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() */,
{ 11463, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11464, 665, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Count() */,
{ 11465, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 665, -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() */,
{ 11471, 665, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 665, -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) */,
{ 11473, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 831, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::GetEnumerator() */,
{ 11463, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::CopyTo(TValue[],System.Int32) */,
{ 11464, 831, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Count() */,
{ 11465, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 831, -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() */,
{ 11471, 831, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11461, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11462, 836, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::GetEnumerator() */,
{ 11463, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 11464, 836, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Count() */,
{ 11465, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 11466, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 11467, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 11468, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 11469, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 11470, 836, -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() */,
{ 11471, 836, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11472, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11473, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11474, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11375, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor() */,
{ 11376, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Int32) */,
{ 11377, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11381, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>) */,
{ 11382, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11383, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 357, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Comparer() */,
{ 11385, 357, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Count() */,
{ 11386, 357, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Keys() */,
{ 11387, 357, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11388, 357, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11389, 357, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Values() */,
{ 11390, 357, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11391, 357, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11393, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::set_Item(TKey,TValue) */,
{ 11394, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Add(TKey,TValue) */,
{ 11395, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11396, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11397, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 11398, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Clear() */,
{ 11400, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::ContainsValue(TValue) */,
{ 11401, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 357, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::GetEnumerator() */,
{ 11403, 357, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 11404, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 357, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::FindEntry(TKey) */,
{ 11406, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Initialize(System.Int32) */,
{ 11407, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11528, 8, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.String>::get_Default() */,
{ 11408, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::OnDeserialization(System.Object) */,
{ 11409, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Resize() */,
{ 11410, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Resize(System.Int32,System.Boolean) */,
{ 11411, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Remove(TKey) */,
{ 11412, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Remove(TKey,TValue&) */,
{ 11413, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::TryGetValue(TKey,TValue&) */,
{ 11414, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::TryAdd(TKey,TValue) */,
{ 11415, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11416, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11417, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 357, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 357, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 357, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.get_Values() */,
{ 11425, 357, -1 } /* System.Object System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::IsCompatibleKey(System.Object) */,
{ 11428, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 357, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 357, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 357, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor() */,
{ 11376, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Int32) */,
{ 11377, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 415, -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>) */,
{ 11381, 415, -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>>) */,
{ 11382, 415, -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>) */,
{ 11383, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 415, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Comparer() */,
{ 11385, 415, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Count() */,
{ 11386, 415, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Keys() */,
{ 11387, 415, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11388, 415, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11389, 415, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Values() */,
{ 11390, 415, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11391, 415, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11392, 415, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Item(TKey) */,
{ 11393, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::set_Item(TKey,TValue) */,
{ 11394, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Add(TKey,TValue) */,
{ 11395, 415, -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>) */,
{ 11396, 415, -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>) */,
{ 11397, 415, -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>) */,
{ 11398, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Clear() */,
{ 11399, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::ContainsKey(TKey) */,
{ 11400, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::ContainsValue(TValue) */,
{ 11401, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 415, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::GetEnumerator() */,
{ 11403, 415, -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() */,
{ 11404, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 415, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::FindEntry(TKey) */,
{ 11406, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Initialize(System.Int32) */,
{ 11407, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Resize() */,
{ 11410, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Remove(TKey) */,
{ 11412, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::TryAdd(TKey,TValue) */,
{ 11415, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11416, 415, -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) */,
{ 11417, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 415, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 415, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 415, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 415, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 415, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 415, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 415, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor() */,
{ 11376, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Int32) */,
{ 11377, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 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>) */,
{ 11381, 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>>) */,
{ 11382, 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>) */,
{ 11383, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 121, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Comparer() */,
{ 11385, 121, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Count() */,
{ 11386, 121, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Keys() */,
{ 11387, 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() */,
{ 11388, 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() */,
{ 11389, 121, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Values() */,
{ 11390, 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() */,
{ 11391, 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() */,
{ 11392, 121, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Item(TKey) */,
{ 11393, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(TKey,TValue) */,
{ 11394, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(TKey,TValue) */,
{ 11395, 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>) */,
{ 11396, 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>) */,
{ 11397, 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>) */,
{ 11398, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Clear() */,
{ 11399, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(TKey) */,
{ 11400, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsValue(TValue) */,
{ 11401, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 121, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::GetEnumerator() */,
{ 11403, 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() */,
{ 11404, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 121, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::FindEntry(TKey) */,
{ 11406, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Initialize(System.Int32) */,
{ 11407, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Resize() */,
{ 11410, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Remove(TKey) */,
{ 11412, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryAdd(TKey,TValue) */,
{ 11415, 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() */,
{ 11416, 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) */,
{ 11417, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 121, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 121, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 121, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 121, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 121, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 121, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 121, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor() */,
{ 11376, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Int32) */,
{ 11377, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 900, -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>) */,
{ 11381, 900, -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>>) */,
{ 11382, 900, -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>) */,
{ 11383, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 900, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Comparer() */,
{ 11385, 900, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Count() */,
{ 11386, 900, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Keys() */,
{ 11387, 900, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11388, 900, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11389, 900, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Values() */,
{ 11390, 900, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11391, 900, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11392, 900, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::get_Item(TKey) */,
{ 11393, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::set_Item(TKey,TValue) */,
{ 11394, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Add(TKey,TValue) */,
{ 11395, 900, -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>) */,
{ 11396, 900, -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>) */,
{ 11397, 900, -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>) */,
{ 11398, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Clear() */,
{ 11399, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::ContainsKey(TKey) */,
{ 11400, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::ContainsValue(TValue) */,
{ 11401, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 900, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::GetEnumerator() */,
{ 11403, 900, -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() */,
{ 11404, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 900, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::FindEntry(TKey) */,
{ 11406, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Initialize(System.Int32) */,
{ 11407, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Resize() */,
{ 11410, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Remove(TKey) */,
{ 11412, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::TryAdd(TKey,TValue) */,
{ 11415, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11416, 900, -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) */,
{ 11417, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 900, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 900, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 900, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 900, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 900, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 900, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 900, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor() */,
{ 11376, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Int32) */,
{ 11377, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 1376, -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>) */,
{ 11381, 1376, -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>>) */,
{ 11382, 1376, -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>) */,
{ 11383, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 1376, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Comparer() */,
{ 11385, 1376, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Count() */,
{ 11386, 1376, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Keys() */,
{ 11387, 1376, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11388, 1376, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11389, 1376, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Values() */,
{ 11390, 1376, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11391, 1376, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11392, 1376, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Item(TKey) */,
{ 11393, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::set_Item(TKey,TValue) */,
{ 11394, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Add(TKey,TValue) */,
{ 11395, 1376, -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>) */,
{ 11396, 1376, -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>) */,
{ 11397, 1376, -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>) */,
{ 11398, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Clear() */,
{ 11399, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::ContainsKey(TKey) */,
{ 11400, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::ContainsValue(TValue) */,
{ 11401, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 1376, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::GetEnumerator() */,
{ 11403, 1376, -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() */,
{ 11404, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 1376, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::FindEntry(TKey) */,
{ 11406, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Initialize(System.Int32) */,
{ 11407, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Resize() */,
{ 11410, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Remove(TKey) */,
{ 11412, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryAdd(TKey,TValue) */,
{ 11415, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11416, 1376, -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) */,
{ 11417, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 1376, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 1376, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 1376, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 1376, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 1376, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 1376, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 1376, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor() */,
{ 11376, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Int32) */,
{ 11377, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 980, -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>) */,
{ 11381, 980, -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>>) */,
{ 11382, 980, -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>) */,
{ 11383, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 980, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Comparer() */,
{ 11385, 980, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Count() */,
{ 11386, 980, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Keys() */,
{ 11387, 980, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11388, 980, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11389, 980, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Values() */,
{ 11390, 980, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11391, 980, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11392, 980, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::get_Item(TKey) */,
{ 11393, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::set_Item(TKey,TValue) */,
{ 11394, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Add(TKey,TValue) */,
{ 11395, 980, -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>) */,
{ 11396, 980, -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>) */,
{ 11397, 980, -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>) */,
{ 11398, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Clear() */,
{ 11399, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::ContainsKey(TKey) */,
{ 11400, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::ContainsValue(TValue) */,
{ 11401, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 980, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::GetEnumerator() */,
{ 11403, 980, -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() */,
{ 11404, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 980, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::FindEntry(TKey) */,
{ 11406, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Initialize(System.Int32) */,
{ 11407, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Resize() */,
{ 11410, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Remove(TKey) */,
{ 11412, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::TryAdd(TKey,TValue) */,
{ 11415, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11416, 980, -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) */,
{ 11417, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 980, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 980, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 980, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 980, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 980, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 980, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 980, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.IntPtr,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor() */,
{ 11376, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Int32) */,
{ 11377, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 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>) */,
{ 11381, 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>>) */,
{ 11382, 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>) */,
{ 11383, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 244, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Comparer() */,
{ 11385, 244, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Count() */,
{ 11386, 244, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Keys() */,
{ 11387, 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() */,
{ 11388, 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() */,
{ 11389, 244, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Values() */,
{ 11390, 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() */,
{ 11391, 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() */,
{ 11392, 244, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Item(TKey) */,
{ 11393, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::set_Item(TKey,TValue) */,
{ 11394, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Add(TKey,TValue) */,
{ 11395, 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>) */,
{ 11396, 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>) */,
{ 11397, 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>) */,
{ 11398, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Clear() */,
{ 11399, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::ContainsKey(TKey) */,
{ 11400, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::ContainsValue(TValue) */,
{ 11401, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 244, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::GetEnumerator() */,
{ 11403, 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() */,
{ 11404, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 244, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::FindEntry(TKey) */,
{ 11406, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Initialize(System.Int32) */,
{ 11407, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::OnDeserialization(System.Object) */,
{ 11409, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Resize() */,
{ 11410, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Resize(System.Int32,System.Boolean) */,
{ 11411, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Remove(TKey) */,
{ 11412, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Remove(TKey,TValue&) */,
{ 11413, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::TryGetValue(TKey,TValue&) */,
{ 11414, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::TryAdd(TKey,TValue) */,
{ 11415, 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() */,
{ 11416, 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) */,
{ 11417, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 244, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 244, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 244, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_Values() */,
{ 11425, 244, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::IsCompatibleKey(System.Object) */,
{ 11428, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 244, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 244, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 244, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor() */,
{ 11376, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32) */,
{ 11377, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 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>) */,
{ 11381, 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>>) */,
{ 11382, 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>) */,
{ 11383, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 188, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Comparer() */,
{ 11385, 188, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Count() */,
{ 11386, 188, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Keys() */,
{ 11387, 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() */,
{ 11388, 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() */,
{ 11389, 188, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Values() */,
{ 11390, 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() */,
{ 11391, 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() */,
{ 11392, 188, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Item(TKey) */,
{ 11394, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue) */,
{ 11395, 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>) */,
{ 11396, 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>) */,
{ 11397, 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>) */,
{ 11399, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsKey(TKey) */,
{ 11400, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsValue(TValue) */,
{ 11401, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 188, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::GetEnumerator() */,
{ 11403, 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() */,
{ 11404, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 188, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::FindEntry(TKey) */,
{ 11406, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Initialize(System.Int32) */,
{ 11407, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::OnDeserialization(System.Object) */,
{ 11409, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Resize() */,
{ 11410, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Resize(System.Int32,System.Boolean) */,
{ 11412, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Remove(TKey,TValue&) */,
{ 11414, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryAdd(TKey,TValue) */,
{ 11415, 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() */,
{ 11416, 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) */,
{ 11417, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 188, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 188, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 188, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_Values() */,
{ 11425, 188, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::IsCompatibleKey(System.Object) */,
{ 11428, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 188, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 188, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 188, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor() */,
{ 11376, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Int32) */,
{ 11377, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 505, -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>) */,
{ 11381, 505, -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>>) */,
{ 11382, 505, -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>) */,
{ 11383, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 505, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Comparer() */,
{ 11385, 505, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Count() */,
{ 11386, 505, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Keys() */,
{ 11387, 505, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11388, 505, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11389, 505, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Values() */,
{ 11390, 505, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11391, 505, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11392, 505, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Item(TKey) */,
{ 11393, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::set_Item(TKey,TValue) */,
{ 11394, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Add(TKey,TValue) */,
{ 11395, 505, -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>) */,
{ 11396, 505, -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>) */,
{ 11397, 505, -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>) */,
{ 11398, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Clear() */,
{ 11399, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::ContainsKey(TKey) */,
{ 11400, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::ContainsValue(TValue) */,
{ 11401, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 505, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::GetEnumerator() */,
{ 11403, 505, -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() */,
{ 11404, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 505, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::FindEntry(TKey) */,
{ 11406, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Initialize(System.Int32) */,
{ 11407, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::OnDeserialization(System.Object) */,
{ 11409, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Resize() */,
{ 11410, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Resize(System.Int32,System.Boolean) */,
{ 11411, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Remove(TKey) */,
{ 11412, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::Remove(TKey,TValue&) */,
{ 11413, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::TryGetValue(TKey,TValue&) */,
{ 11414, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::TryAdd(TKey,TValue) */,
{ 11415, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11416, 505, -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) */,
{ 11417, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 505, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 505, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 505, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_Values() */,
{ 11425, 505, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::IsCompatibleKey(System.Object) */,
{ 11428, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 505, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 505, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 505, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 11376, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Int32) */,
{ 11377, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 1575, -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>) */,
{ 11381, 1575, -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>>) */,
{ 11382, 1575, -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>) */,
{ 11383, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 1575, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Comparer() */,
{ 11385, 1575, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Count() */,
{ 11386, 1575, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Keys() */,
{ 11387, 1575, -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() */,
{ 11388, 1575, -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() */,
{ 11389, 1575, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Values() */,
{ 11390, 1575, -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() */,
{ 11391, 1575, -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() */,
{ 11392, 1575, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Item(TKey) */,
{ 11393, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::set_Item(TKey,TValue) */,
{ 11394, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Add(TKey,TValue) */,
{ 11395, 1575, -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>) */,
{ 11396, 1575, -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>) */,
{ 11397, 1575, -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>) */,
{ 11398, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Clear() */,
{ 11399, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::ContainsKey(TKey) */,
{ 11400, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::ContainsValue(TValue) */,
{ 11401, 1575, -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) */,
{ 11402, 1575, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::GetEnumerator() */,
{ 11403, 1575, -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() */,
{ 11404, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 1575, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::FindEntry(TKey) */,
{ 11406, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Initialize(System.Int32) */,
{ 11407, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::OnDeserialization(System.Object) */,
{ 11409, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Resize() */,
{ 11410, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Resize(System.Int32,System.Boolean) */,
{ 11411, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Remove(TKey) */,
{ 11412, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Remove(TKey,TValue&) */,
{ 11413, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::TryGetValue(TKey,TValue&) */,
{ 11414, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::TryAdd(TKey,TValue) */,
{ 11415, 1575, -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() */,
{ 11416, 1575, -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) */,
{ 11417, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 1575, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 1575, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 1575, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_Values() */,
{ 11425, 1575, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::IsCompatibleKey(System.Object) */,
{ 11428, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 1575, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 1575, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 1575, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor() */,
{ 11376, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Int32) */,
{ 11377, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 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>) */,
{ 11381, 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>>) */,
{ 11382, 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>) */,
{ 11383, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 168, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Comparer() */,
{ 11385, 168, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 11386, 168, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Keys() */,
{ 11387, 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() */,
{ 11388, 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() */,
{ 11389, 168, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Values() */,
{ 11390, 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() */,
{ 11391, 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() */,
{ 11392, 168, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Item(TKey) */,
{ 11393, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::set_Item(TKey,TValue) */,
{ 11394, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Add(TKey,TValue) */,
{ 11395, 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>) */,
{ 11396, 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>) */,
{ 11397, 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>) */,
{ 11398, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Clear() */,
{ 11399, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::ContainsKey(TKey) */,
{ 11400, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::ContainsValue(TValue) */,
{ 11401, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 168, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 11403, 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() */,
{ 11404, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 168, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::FindEntry(TKey) */,
{ 11406, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Initialize(System.Int32) */,
{ 11407, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::OnDeserialization(System.Object) */,
{ 11409, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Resize() */,
{ 11410, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Resize(System.Int32,System.Boolean) */,
{ 11411, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Remove(TKey) */,
{ 11412, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Remove(TKey,TValue&) */,
{ 11413, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::TryGetValue(TKey,TValue&) */,
{ 11414, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::TryAdd(TKey,TValue) */,
{ 11415, 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() */,
{ 11416, 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) */,
{ 11417, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 168, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 168, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 168, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_Values() */,
{ 11425, 168, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::IsCompatibleKey(System.Object) */,
{ 11428, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 168, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 168, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 168, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor() */,
{ 11376, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Int32) */,
{ 11377, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 1125, -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>) */,
{ 11381, 1125, -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>>) */,
{ 11382, 1125, -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>) */,
{ 11383, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 1125, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Comparer() */,
{ 11385, 1125, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Count() */,
{ 11386, 1125, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Keys() */,
{ 11387, 1125, -1 } /* System.Collections.Generic.ICollection`1<TKey> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Keys() */,
{ 11388, 1125, -1 } /* System.Collections.Generic.IEnumerable`1<TKey> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Keys() */,
{ 11389, 1125, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Values() */,
{ 11390, 1125, -1 } /* System.Collections.Generic.ICollection`1<TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.get_Values() */,
{ 11391, 1125, -1 } /* System.Collections.Generic.IEnumerable`1<TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.get_Values() */,
{ 11392, 1125, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Item(TKey) */,
{ 11393, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::set_Item(TKey,TValue) */,
{ 11394, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Add(TKey,TValue) */,
{ 11395, 1125, -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>) */,
{ 11396, 1125, -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>) */,
{ 11397, 1125, -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>) */,
{ 11398, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Clear() */,
{ 11399, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::ContainsKey(TKey) */,
{ 11400, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::ContainsValue(TValue) */,
{ 11401, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11402, 1125, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::GetEnumerator() */,
{ 11403, 1125, -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() */,
{ 11404, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 1125, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::FindEntry(TKey) */,
{ 11406, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Initialize(System.Int32) */,
{ 11407, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Resize() */,
{ 11410, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Remove(TKey) */,
{ 11412, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::TryAdd(TKey,TValue) */,
{ 11415, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 11416, 1125, -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) */,
{ 11417, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 1125, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 1125, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 1125, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 1125, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 1125, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 1125, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 1125, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor() */,
{ 11376, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Int32) */,
{ 11377, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 665, -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>) */,
{ 11379, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 665, -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>) */,
{ 11381, 665, -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>>) */,
{ 11382, 665, -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>) */,
{ 11383, 665, -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) */,
{ 11384, 665, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Comparer() */,
{ 11385, 665, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Count() */,
{ 11386, 665, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Keys() */,
{ 11387, 665, -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() */,
{ 11388, 665, -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() */,
{ 11389, 665, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Values() */,
{ 11390, 665, -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() */,
{ 11391, 665, -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() */,
{ 11392, 665, -1 } /* TValue System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Item(TKey) */,
{ 11393, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::set_Item(TKey,TValue) */,
{ 11394, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Add(TKey,TValue) */,
{ 11395, 665, -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>) */,
{ 11396, 665, -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>) */,
{ 11397, 665, -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>) */,
{ 11398, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Clear() */,
{ 11399, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::ContainsKey(TKey) */,
{ 11400, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::ContainsValue(TValue) */,
{ 11401, 665, -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) */,
{ 11402, 665, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::GetEnumerator() */,
{ 11403, 665, -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() */,
{ 11404, 665, -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) */,
{ 11405, 665, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::FindEntry(TKey) */,
{ 11406, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Initialize(System.Int32) */,
{ 11407, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Resize() */,
{ 11410, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Remove(TKey) */,
{ 11412, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::TryAdd(TKey,TValue) */,
{ 11415, 665, -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() */,
{ 11416, 665, -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) */,
{ 11417, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 665, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 665, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 665, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 665, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 665, -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) */,
{ 11427, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 665, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 665, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 665, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor() */,
{ 11376, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Int32) */,
{ 11378, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 831, -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>) */,
{ 11381, 831, -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>>) */,
{ 11382, 831, -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>) */,
{ 11383, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 831, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Comparer() */,
{ 11385, 831, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Count() */,
{ 11386, 831, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Keys() */,
{ 11387, 831, -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() */,
{ 11388, 831, -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() */,
{ 11389, 831, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Values() */,
{ 11390, 831, -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() */,
{ 11391, 831, -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() */,
{ 11392, 831, -1 } /* TValue System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Item(TKey) */,
{ 11393, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::set_Item(TKey,TValue) */,
{ 11394, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Add(TKey,TValue) */,
{ 11395, 831, -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>) */,
{ 11396, 831, -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>) */,
{ 11397, 831, -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>) */,
{ 11398, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Clear() */,
{ 11399, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::ContainsKey(TKey) */,
{ 11400, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::ContainsValue(TValue) */,
{ 11401, 831, -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) */,
{ 11402, 831, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::GetEnumerator() */,
{ 11403, 831, -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() */,
{ 11404, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 831, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::FindEntry(TKey) */,
{ 11406, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Initialize(System.Int32) */,
{ 11407, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::OnDeserialization(System.Object) */,
{ 11409, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Resize() */,
{ 11410, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Resize(System.Int32,System.Boolean) */,
{ 11411, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Remove(TKey) */,
{ 11412, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Remove(TKey,TValue&) */,
{ 11413, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::TryGetValue(TKey,TValue&) */,
{ 11414, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::TryAdd(TKey,TValue) */,
{ 11415, 831, -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() */,
{ 11416, 831, -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) */,
{ 11417, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 831, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 831, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 831, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_Values() */,
{ 11425, 831, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::IsCompatibleKey(System.Object) */,
{ 11428, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 831, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 831, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 831, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11375, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor() */,
{ 11376, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Int32) */,
{ 11377, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11378, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11379, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>) */,
{ 11380, 836, -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>) */,
{ 11381, 836, -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>>) */,
{ 11382, 836, -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>) */,
{ 11383, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11384, 836, -1 } /* System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Comparer() */,
{ 11385, 836, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Count() */,
{ 11386, 836, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Keys() */,
{ 11387, 836, -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() */,
{ 11388, 836, -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() */,
{ 11389, 836, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Values() */,
{ 11390, 836, -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() */,
{ 11391, 836, -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() */,
{ 11392, 836, -1 } /* TValue System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Item(TKey) */,
{ 11393, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::set_Item(TKey,TValue) */,
{ 11394, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Add(TKey,TValue) */,
{ 11395, 836, -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>) */,
{ 11396, 836, -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>) */,
{ 11397, 836, -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>) */,
{ 11398, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Clear() */,
{ 11399, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::ContainsKey(TKey) */,
{ 11400, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::ContainsValue(TValue) */,
{ 11401, 836, -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) */,
{ 11402, 836, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::GetEnumerator() */,
{ 11403, 836, -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() */,
{ 11404, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11405, 836, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::FindEntry(TKey) */,
{ 11406, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Initialize(System.Int32) */,
{ 11407, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11408, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::OnDeserialization(System.Object) */,
{ 11409, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Resize() */,
{ 11410, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 11411, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Remove(TKey) */,
{ 11412, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Remove(TKey,TValue&) */,
{ 11413, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::TryGetValue(TKey,TValue&) */,
{ 11414, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::TryAdd(TKey,TValue) */,
{ 11415, 836, -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() */,
{ 11416, 836, -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) */,
{ 11417, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11418, 836, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11419, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11420, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 11421, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11422, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11423, 836, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 836, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_Values() */,
{ 11425, 836, -1 } /* System.Object System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11427, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::IsCompatibleKey(System.Object) */,
{ 11428, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11429, 836, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11430, 836, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 836, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11565, 90, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::Equals(T,T) */,
{ 11566, 90, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetHashCode(T) */,
{ 11567, 90, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 11568, 90, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11569, 90, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11570, 90, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 11571, 90, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetHashCode() */,
{ 11528, 1647, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::get_Default() */,
{ 11529, 1647, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::CreateComparer() */,
{ 11532, 1647, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 1647, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 1647, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 1647, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 1647, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11528, 1648, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::get_Default() */,
{ 11529, 1648, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::CreateComparer() */,
{ 11532, 1648, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 1648, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 1648, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 1648, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 1648, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11528, 1140, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::get_Default() */,
{ 11529, 1140, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::CreateComparer() */,
{ 11532, 1140, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 1140, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 1140, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 1140, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 1140, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11528, 359, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::get_Default() */,
{ 11529, 359, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::CreateComparer() */,
{ 11532, 359, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 359, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 359, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 359, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 359, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::.ctor() */,
{ 11528, 47, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Boolean>::get_Default() */,
{ 11529, 47, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Boolean>::CreateComparer() */,
{ 11532, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 47, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Boolean>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 47, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Boolean>::.ctor() */,
{ 11528, 6, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Byte>::get_Default() */,
{ 11529, 6, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Byte>::CreateComparer() */,
{ 11532, 6, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 6, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 6, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 6, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Byte>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11528, 7, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Char>::get_Default() */,
{ 11529, 7, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Char>::CreateComparer() */,
{ 11532, 7, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 7, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 7, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 7, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Char>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 7, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Char>::.ctor() */,
{ 11528, 115, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Default() */,
{ 11529, 115, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CreateComparer() */,
{ 11532, 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) */,
{ 11533, 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) */,
{ 11534, 115, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 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) */,
{ 11536, 115, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11528, 59, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.DateTime>::get_Default() */,
{ 11529, 59, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.DateTime>::CreateComparer() */,
{ 11532, 59, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTime>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 59, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTime>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 59, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTime>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 59, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.DateTime>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 59, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.DateTime>::.ctor() */,
{ 11528, 60, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::get_Default() */,
{ 11529, 60, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::CreateComparer() */,
{ 11532, 60, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 60, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 60, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 60, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 60, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::.ctor() */,
{ 11528, 61, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Decimal>::get_Default() */,
{ 11529, 61, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Decimal>::CreateComparer() */,
{ 11532, 61, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Decimal>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 61, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Decimal>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 61, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Decimal>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 61, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Decimal>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 61, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Decimal>::.ctor() */,
{ 11528, 81, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Double>::get_Default() */,
{ 11529, 81, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Double>::CreateComparer() */,
{ 11532, 81, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Double>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 81, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Double>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 81, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Double>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 81, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Double>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 81, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Double>::.ctor() */,
{ 11528, 94, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Guid>::get_Default() */,
{ 11529, 94, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Guid>::CreateComparer() */,
{ 11532, 94, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 94, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 94, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 94, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Guid>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 94, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Guid>::.ctor() */,
{ 11528, 95, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int16>::get_Default() */,
{ 11529, 95, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int16>::CreateComparer() */,
{ 11532, 95, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 95, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 95, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int16>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 95, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int16>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 95, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int16>::.ctor() */,
{ 11528, 16, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32>::get_Default() */,
{ 11529, 16, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32>::CreateComparer() */,
{ 11532, 16, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 16, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 16, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 16, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 16, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int32>::.ctor() */,
{ 11528, 90, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::get_Default() */,
{ 11529, 90, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::CreateComparer() */,
{ 11532, 90, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 90, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 90, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 90, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 90, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 11528, 37, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int64>::get_Default() */,
{ 11529, 37, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int64>::CreateComparer() */,
{ 11532, 37, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 37, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 37, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 37, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int64>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 37, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int64>::.ctor() */,
{ 11528, 85, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.IntPtr>::get_Default() */,
{ 11529, 85, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.IntPtr>::CreateComparer() */,
{ 11532, 85, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.IntPtr>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 85, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.IntPtr>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 85, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.IntPtr>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 85, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.IntPtr>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 85, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.IntPtr>::.ctor() */,
{ 11528, 1427, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::get_Default() */,
{ 11529, 1427, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::CreateComparer() */,
{ 11532, 1427, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 1427, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 1427, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 1427, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 1427, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 11528, 170, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::get_Default() */,
{ 11529, 170, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::CreateComparer() */,
{ 11532, 170, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 170, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 170, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 170, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 170, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::.ctor() */,
{ 11528, 108, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.SByte>::get_Default() */,
{ 11529, 108, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.SByte>::CreateComparer() */,
{ 11532, 108, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.SByte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 108, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.SByte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 108, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.SByte>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 108, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.SByte>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 108, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.SByte>::.ctor() */,
{ 11528, 109, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Single>::get_Default() */,
{ 11529, 109, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Single>::CreateComparer() */,
{ 11532, 109, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 109, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 109, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 109, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Single>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 109, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Single>::.ctor() */,
{ 11528, 110, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::get_Default() */,
{ 11529, 110, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::CreateComparer() */,
{ 11532, 110, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 110, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 110, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 110, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 110, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::.ctor() */,
{ 11528, 134, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt16>::get_Default() */,
{ 11529, 134, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt16>::CreateComparer() */,
{ 11532, 134, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 134, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 134, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt16>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 134, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.UInt16>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 134, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.UInt16>::.ctor() */,
{ 11528, 21, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt32>::get_Default() */,
{ 11529, 21, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt32>::CreateComparer() */,
{ 11532, 21, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 21, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 21, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 21, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.UInt32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 21, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.UInt32>::.ctor() */,
{ 11528, 82, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt64>::get_Default() */,
{ 11529, 82, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt64>::CreateComparer() */,
{ 11532, 82, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 82, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 82, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt64>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 82, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.UInt64>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 82, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.UInt64>::.ctor() */,
{ 11528, 625, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::get_Default() */,
{ 11529, 625, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::CreateComparer() */,
{ 11532, 625, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 625, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 625, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 625, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 625, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11528, 510, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Default() */,
{ 11529, 510, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CreateComparer() */,
{ 11532, 510, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 510, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 510, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 510, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 510, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11528, 521, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::get_Default() */,
{ 11529, 521, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::CreateComparer() */,
{ 11532, 521, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 521, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 521, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 521, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 521, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::.ctor() */,
{ 11528, 518, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::get_Default() */,
{ 11529, 518, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::CreateComparer() */,
{ 11532, 518, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 518, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 518, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 518, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 518, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 11528, 667, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::get_Default() */,
{ 11529, 667, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::CreateComparer() */,
{ 11532, 667, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 667, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 667, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 667, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 667, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor() */,
{ 11528, 517, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::get_Default() */,
{ 11529, 517, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::CreateComparer() */,
{ 11532, 517, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 517, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 517, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 517, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 517, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11528, 656, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::get_Default() */,
{ 11529, 656, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::CreateComparer() */,
{ 11532, 656, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 656, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 656, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 656, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 656, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11528, 601, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::get_Default() */,
{ 11529, 601, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::CreateComparer() */,
{ 11532, 601, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 601, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 601, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 601, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 601, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11528, 508, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::get_Default() */,
{ 11529, 508, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::CreateComparer() */,
{ 11532, 508, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 508, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 508, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 508, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 508, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Rect>::.ctor() */,
{ 11528, 515, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Default() */,
{ 11529, 515, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CreateComparer() */,
{ 11532, 515, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 515, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 515, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 515, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 515, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11528, 686, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Default() */,
{ 11529, 686, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::CreateComparer() */,
{ 11532, 686, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 686, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 686, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 686, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 686, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11528, 833, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::get_Default() */,
{ 11529, 833, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::CreateComparer() */,
{ 11532, 833, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 833, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 833, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 833, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 833, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.ctor() */,
{ 11528, 534, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Default() */,
{ 11529, 534, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CreateComparer() */,
{ 11532, 534, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 534, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 534, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 534, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 534, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11528, 513, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::get_Default() */,
{ 11529, 513, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::CreateComparer() */,
{ 11532, 513, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 513, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 513, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 513, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 513, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11528, 502, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::get_Default() */,
{ 11529, 502, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::CreateComparer() */,
{ 11532, 502, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 502, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 502, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 502, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 502, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11528, 516, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::get_Default() */,
{ 11529, 516, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::CreateComparer() */,
{ 11532, 516, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 516, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11534, 516, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 516, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11536, 516, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 11504, 47, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Boolean>::Compare(T,T) */,
{ 11505, 47, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Boolean>::Equals(System.Object) */,
{ 11506, 47, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Boolean>::GetHashCode() */,
{ 11507, 47, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Boolean>::.ctor() */,
{ 11504, 6, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Byte>::Compare(T,T) */,
{ 11505, 6, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Byte>::Equals(System.Object) */,
{ 11506, 6, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Byte>::GetHashCode() */,
{ 11507, 6, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Byte>::.ctor() */,
{ 11504, 7, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Char>::Compare(T,T) */,
{ 11505, 7, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Char>::Equals(System.Object) */,
{ 11506, 7, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Char>::GetHashCode() */,
{ 11507, 7, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Char>::.ctor() */,
{ 11504, 59, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.DateTime>::Compare(T,T) */,
{ 11505, 59, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.DateTime>::Equals(System.Object) */,
{ 11506, 59, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.DateTime>::GetHashCode() */,
{ 11507, 59, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.DateTime>::.ctor() */,
{ 11504, 60, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.DateTimeOffset>::Compare(T,T) */,
{ 11505, 60, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.DateTimeOffset>::Equals(System.Object) */,
{ 11506, 60, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.DateTimeOffset>::GetHashCode() */,
{ 11507, 60, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.DateTimeOffset>::.ctor() */,
{ 11504, 61, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Decimal>::Compare(T,T) */,
{ 11505, 61, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Decimal>::Equals(System.Object) */,
{ 11506, 61, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Decimal>::GetHashCode() */,
{ 11507, 61, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Decimal>::.ctor() */,
{ 11504, 81, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Double>::Compare(T,T) */,
{ 11505, 81, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Double>::Equals(System.Object) */,
{ 11506, 81, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Double>::GetHashCode() */,
{ 11507, 81, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Double>::.ctor() */,
{ 11504, 95, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int16>::Compare(T,T) */,
{ 11505, 95, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Int16>::Equals(System.Object) */,
{ 11506, 95, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int16>::GetHashCode() */,
{ 11507, 95, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Int16>::.ctor() */,
{ 11504, 16, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int32>::Compare(T,T) */,
{ 11505, 16, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Int32>::Equals(System.Object) */,
{ 11506, 16, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int32>::GetHashCode() */,
{ 11507, 16, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Int32>::.ctor() */,
{ 11504, 37, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int64>::Compare(T,T) */,
{ 11505, 37, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Int64>::Equals(System.Object) */,
{ 11506, 37, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int64>::GetHashCode() */,
{ 11507, 37, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Int64>::.ctor() */,
{ 11504, 108, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.SByte>::Compare(T,T) */,
{ 11505, 108, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.SByte>::Equals(System.Object) */,
{ 11506, 108, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.SByte>::GetHashCode() */,
{ 11507, 108, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.SByte>::.ctor() */,
{ 11504, 109, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Single>::Compare(T,T) */,
{ 11505, 109, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Single>::Equals(System.Object) */,
{ 11506, 109, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Single>::GetHashCode() */,
{ 11507, 109, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Single>::.ctor() */,
{ 11504, 110, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.TimeSpan>::Compare(T,T) */,
{ 11505, 110, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.TimeSpan>::Equals(System.Object) */,
{ 11506, 110, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.TimeSpan>::GetHashCode() */,
{ 11507, 110, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.TimeSpan>::.ctor() */,
{ 11504, 134, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt16>::Compare(T,T) */,
{ 11505, 134, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.UInt16>::Equals(System.Object) */,
{ 11506, 134, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt16>::GetHashCode() */,
{ 11507, 134, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.UInt16>::.ctor() */,
{ 11504, 21, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt32>::Compare(T,T) */,
{ 11505, 21, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.UInt32>::Equals(System.Object) */,
{ 11506, 21, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt32>::GetHashCode() */,
{ 11507, 21, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.UInt32>::.ctor() */,
{ 11504, 82, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt64>::Compare(T,T) */,
{ 11505, 82, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.UInt64>::Equals(System.Object) */,
{ 11506, 82, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt64>::GetHashCode() */,
{ 11507, 82, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.UInt64>::.ctor() */,
{ 11537, 47, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::Equals(T,T) */,
{ 11538, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::GetHashCode(T) */,
{ 11539, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 47, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::Equals(System.Object) */,
{ 11542, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::GetHashCode() */,
{ 11543, 47, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::.ctor() */,
{ 11537, 6, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::Equals(T,T) */,
{ 11538, 6, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::GetHashCode(T) */,
{ 11539, 6, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 6, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 6, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::Equals(System.Object) */,
{ 11542, 6, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::GetHashCode() */,
{ 11543, 6, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::.ctor() */,
{ 11537, 7, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Char>::Equals(T,T) */,
{ 11538, 7, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::GetHashCode(T) */,
{ 11539, 7, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 7, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 7, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Char>::Equals(System.Object) */,
{ 11542, 7, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::GetHashCode() */,
{ 11543, 7, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Char>::.ctor() */,
{ 11537, 59, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::Equals(T,T) */,
{ 11538, 59, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::GetHashCode(T) */,
{ 11539, 59, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 59, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 59, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::Equals(System.Object) */,
{ 11542, 59, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::GetHashCode() */,
{ 11543, 59, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::.ctor() */,
{ 11537, 60, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::Equals(T,T) */,
{ 11538, 60, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::GetHashCode(T) */,
{ 11539, 60, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 60, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 60, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::Equals(System.Object) */,
{ 11542, 60, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::GetHashCode() */,
{ 11543, 60, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::.ctor() */,
{ 11537, 61, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::Equals(T,T) */,
{ 11538, 61, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::GetHashCode(T) */,
{ 11539, 61, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 61, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 61, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::Equals(System.Object) */,
{ 11542, 61, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::GetHashCode() */,
{ 11543, 61, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::.ctor() */,
{ 11537, 81, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Double>::Equals(T,T) */,
{ 11538, 81, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Double>::GetHashCode(T) */,
{ 11539, 81, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Double>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 81, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Double>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 81, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Double>::Equals(System.Object) */,
{ 11542, 81, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Double>::GetHashCode() */,
{ 11543, 81, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Double>::.ctor() */,
{ 11537, 94, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::Equals(T,T) */,
{ 11538, 94, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::GetHashCode(T) */,
{ 11539, 94, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 94, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 94, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::Equals(System.Object) */,
{ 11542, 94, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::GetHashCode() */,
{ 11543, 94, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::.ctor() */,
{ 11537, 95, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::Equals(T,T) */,
{ 11538, 95, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::GetHashCode(T) */,
{ 11539, 95, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 95, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 95, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::Equals(System.Object) */,
{ 11542, 95, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::GetHashCode() */,
{ 11543, 95, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::.ctor() */,
{ 11537, 16, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::Equals(T,T) */,
{ 11538, 16, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::GetHashCode(T) */,
{ 11539, 16, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 16, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 16, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::Equals(System.Object) */,
{ 11542, 16, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::GetHashCode() */,
{ 11543, 16, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::.ctor() */,
{ 11537, 37, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::Equals(T,T) */,
{ 11538, 37, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::GetHashCode(T) */,
{ 11539, 37, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 37, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 37, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::Equals(System.Object) */,
{ 11542, 37, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::GetHashCode() */,
{ 11543, 37, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::.ctor() */,
{ 11537, 108, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::Equals(T,T) */,
{ 11538, 108, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::GetHashCode(T) */,
{ 11539, 108, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 108, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 108, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::Equals(System.Object) */,
{ 11542, 108, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::GetHashCode() */,
{ 11543, 108, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::.ctor() */,
{ 11537, 109, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Single>::Equals(T,T) */,
{ 11538, 109, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::GetHashCode(T) */,
{ 11539, 109, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 109, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 109, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Single>::Equals(System.Object) */,
{ 11542, 109, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::GetHashCode() */,
{ 11543, 109, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Single>::.ctor() */,
{ 11537, 110, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::Equals(T,T) */,
{ 11538, 110, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::GetHashCode(T) */,
{ 11539, 110, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 110, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 110, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::Equals(System.Object) */,
{ 11542, 110, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::GetHashCode() */,
{ 11543, 110, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::.ctor() */,
{ 11537, 134, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::Equals(T,T) */,
{ 11538, 134, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::GetHashCode(T) */,
{ 11539, 134, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 134, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 134, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::Equals(System.Object) */,
{ 11542, 134, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::GetHashCode() */,
{ 11543, 134, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::.ctor() */,
{ 11537, 21, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::Equals(T,T) */,
{ 11538, 21, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::GetHashCode(T) */,
{ 11539, 21, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 21, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 21, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::Equals(System.Object) */,
{ 11542, 21, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::GetHashCode() */,
{ 11543, 21, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::.ctor() */,
{ 11537, 82, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::Equals(T,T) */,
{ 11538, 82, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::GetHashCode(T) */,
{ 11539, 82, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 82, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 82, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::Equals(System.Object) */,
{ 11542, 82, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::GetHashCode() */,
{ 11543, 82, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::.ctor() */,
{ 11537, 518, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::Equals(T,T) */,
{ 11538, 518, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::GetHashCode(T) */,
{ 11539, 518, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 518, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 518, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 11542, 518, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 11543, 518, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 11537, 517, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::Equals(T,T) */,
{ 11538, 517, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::GetHashCode(T) */,
{ 11539, 517, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 517, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 517, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::Equals(System.Object) */,
{ 11542, 517, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::GetHashCode() */,
{ 11543, 517, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11537, 508, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::Equals(T,T) */,
{ 11538, 508, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::GetHashCode(T) */,
{ 11539, 508, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 508, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 508, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::Equals(System.Object) */,
{ 11542, 508, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::GetHashCode() */,
{ 11543, 508, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Rect>::.ctor() */,
{ 11537, 513, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::Equals(T,T) */,
{ 11538, 513, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::GetHashCode(T) */,
{ 11539, 513, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 513, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 513, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 11542, 513, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 11543, 513, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11537, 502, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::Equals(T,T) */,
{ 11538, 502, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::GetHashCode(T) */,
{ 11539, 502, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 502, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 502, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 11542, 502, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 11543, 502, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11537, 516, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::Equals(T,T) */,
{ 11538, 516, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::GetHashCode(T) */,
{ 11539, 516, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11540, 516, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11541, 516, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 11542, 516, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 11543, 516, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 11343, 357, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(TKey,TValue) */,
{ 11344, 357, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Key() */,
{ 11345, 357, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Value() */,
{ 11346, 357, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::ToString() */,
{ 11347, 357, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Deconstruct(TKey&,TValue&) */,
{ 11343, 114, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 114, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::get_Key() */,
{ 11345, 114, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::get_Value() */,
{ 11346, 114, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::ToString() */,
{ 11347, 114, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11343, 415, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 415, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::get_Key() */,
{ 11345, 415, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::get_Value() */,
{ 11346, 415, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::ToString() */,
{ 11347, 415, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11346, 427, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::ToString() */,
{ 11347, 427, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::Deconstruct(TKey&,TValue&) */,
{ 11343, 121, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 121, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Key() */,
{ 11345, 121, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value() */,
{ 11346, 121, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::ToString() */,
{ 11347, 121, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11343, 900, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 900, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::get_Key() */,
{ 11345, 900, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::get_Value() */,
{ 11346, 900, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::ToString() */,
{ 11347, 900, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11343, 1376, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 1376, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Key() */,
{ 11345, 1376, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Value() */,
{ 11346, 1376, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::ToString() */,
{ 11347, 1376, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11343, 980, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 980, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::get_Key() */,
{ 11345, 980, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::get_Value() */,
{ 11346, 980, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::ToString() */,
{ 11347, 980, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11343, 244, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::.ctor(TKey,TValue) */,
{ 11344, 244, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Key() */,
{ 11345, 244, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Value() */,
{ 11346, 244, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::ToString() */,
{ 11347, 244, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::Deconstruct(TKey&,TValue&) */,
{ 11343, 188, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::.ctor(TKey,TValue) */,
{ 11344, 188, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Key() */,
{ 11345, 188, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Value() */,
{ 11346, 188, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::ToString() */,
{ 11347, 188, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::Deconstruct(TKey&,TValue&) */,
{ 11343, 505, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::.ctor(TKey,TValue) */,
{ 11344, 505, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::get_Key() */,
{ 11345, 505, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::get_Value() */,
{ 11346, 505, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::ToString() */,
{ 11347, 505, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>::Deconstruct(TKey&,TValue&) */,
{ 11343, 1575, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(TKey,TValue) */,
{ 11344, 1575, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Key() */,
{ 11345, 1575, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::get_Value() */,
{ 11346, 1575, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::ToString() */,
{ 11347, 1575, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Deconstruct(TKey&,TValue&) */,
{ 11343, 168, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::.ctor(TKey,TValue) */,
{ 11344, 168, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Key() */,
{ 11345, 168, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Value() */,
{ 11346, 168, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::ToString() */,
{ 11347, 168, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::Deconstruct(TKey&,TValue&) */,
{ 11343, 1125, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 1125, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::get_Key() */,
{ 11345, 1125, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::get_Value() */,
{ 11346, 1125, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::ToString() */,
{ 11347, 1125, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11343, 665, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 665, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Key() */,
{ 11345, 665, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::get_Value() */,
{ 11346, 665, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::ToString() */,
{ 11347, 665, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11343, 831, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::.ctor(TKey,TValue) */,
{ 11344, 831, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Key() */,
{ 11345, 831, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::get_Value() */,
{ 11346, 831, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::ToString() */,
{ 11347, 831, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Int32>::Deconstruct(TKey&,TValue&) */,
{ 11343, 836, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::.ctor(TKey,TValue) */,
{ 11344, 836, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Key() */,
{ 11345, 836, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::get_Value() */,
{ 11346, 836, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::ToString() */,
{ 11347, 836, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey,System.Object>::Deconstruct(TKey&,TValue&) */,
{ 11713, 1647, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 1647, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::Dispose() */,
{ 11715, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::MoveNext() */,
{ 11716, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::MoveNextRare() */,
{ 11717, 1647, -1 } /* T System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::get_Current() */,
{ 11718, 1647, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 1647, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPath/Segment>::System.Collections.IEnumerator.Reset() */,
{ 11713, 1648, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 1648, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::Dispose() */,
{ 11715, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::MoveNext() */,
{ 11716, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::MoveNextRare() */,
{ 11717, 1648, -1 } /* T System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::get_Current() */,
{ 11718, 1648, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 1648, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GPathPoint>::System.Collections.IEnumerator.Reset() */,
{ 11713, 1140, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 1140, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::Dispose() */,
{ 11715, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::MoveNext() */,
{ 11716, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::MoveNextRare() */,
{ 11717, 1140, -1 } /* T System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::get_Current() */,
{ 11718, 1140, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 1140, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerator.Reset() */,
{ 11713, 47, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Boolean>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 47, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Boolean>::Dispose() */,
{ 11715, 47, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Boolean>::MoveNext() */,
{ 11716, 47, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Boolean>::MoveNextRare() */,
{ 11717, 47, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Boolean>::get_Current() */,
{ 11718, 47, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 47, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 11713, 6, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 6, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::Dispose() */,
{ 11715, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Byte>::MoveNext() */,
{ 11716, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Byte>::MoveNextRare() */,
{ 11717, 6, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Byte>::get_Current() */,
{ 11718, 6, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 6, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 11713, 7, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 7, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::Dispose() */,
{ 11715, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Char>::MoveNext() */,
{ 11716, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Char>::MoveNextRare() */,
{ 11717, 7, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Char>::get_Current() */,
{ 11718, 7, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 7, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::System.Collections.IEnumerator.Reset() */,
{ 11713, 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>) */,
{ 11714, 115, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Dispose() */,
{ 11715, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNext() */,
{ 11716, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNextRare() */,
{ 11717, 115, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Current() */,
{ 11718, 115, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 115, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 11713, 59, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTime>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 59, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTime>::Dispose() */,
{ 11715, 59, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.DateTime>::MoveNext() */,
{ 11716, 59, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.DateTime>::MoveNextRare() */,
{ 11717, 59, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.DateTime>::get_Current() */,
{ 11718, 59, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.DateTime>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 59, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTime>::System.Collections.IEnumerator.Reset() */,
{ 11713, 60, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 60, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::Dispose() */,
{ 11715, 60, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::MoveNext() */,
{ 11716, 60, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::MoveNextRare() */,
{ 11717, 60, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::get_Current() */,
{ 11718, 60, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 60, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::System.Collections.IEnumerator.Reset() */,
{ 11713, 61, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Decimal>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 61, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Decimal>::Dispose() */,
{ 11715, 61, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Decimal>::MoveNext() */,
{ 11716, 61, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Decimal>::MoveNextRare() */,
{ 11717, 61, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Decimal>::get_Current() */,
{ 11718, 61, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Decimal>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 61, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Decimal>::System.Collections.IEnumerator.Reset() */,
{ 11713, 81, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Double>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 81, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Double>::Dispose() */,
{ 11715, 81, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Double>::MoveNext() */,
{ 11716, 81, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Double>::MoveNextRare() */,
{ 11717, 81, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Double>::get_Current() */,
{ 11718, 81, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Double>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 81, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Double>::System.Collections.IEnumerator.Reset() */,
{ 11713, 95, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int16>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 95, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int16>::Dispose() */,
{ 11715, 95, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int16>::MoveNext() */,
{ 11716, 95, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int16>::MoveNextRare() */,
{ 11717, 95, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Int16>::get_Current() */,
{ 11718, 95, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int16>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 95, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int16>::System.Collections.IEnumerator.Reset() */,
{ 11713, 16, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11716, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32>::MoveNextRare() */,
{ 11718, 16, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 16, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 11713, 90, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 90, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::Dispose() */,
{ 11715, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::MoveNext() */,
{ 11716, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::MoveNextRare() */,
{ 11717, 90, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::get_Current() */,
{ 11718, 90, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 90, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 11713, 37, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 37, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::Dispose() */,
{ 11715, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int64>::MoveNext() */,
{ 11716, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int64>::MoveNextRare() */,
{ 11717, 37, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Int64>::get_Current() */,
{ 11718, 37, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 37, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 11713, 108, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.SByte>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 108, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.SByte>::Dispose() */,
{ 11715, 108, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.SByte>::MoveNext() */,
{ 11716, 108, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.SByte>::MoveNextRare() */,
{ 11717, 108, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.SByte>::get_Current() */,
{ 11718, 108, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.SByte>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 108, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.SByte>::System.Collections.IEnumerator.Reset() */,
{ 11713, 109, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 109, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::Dispose() */,
{ 11715, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Single>::MoveNext() */,
{ 11716, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Single>::MoveNextRare() */,
{ 11717, 109, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Single>::get_Current() */,
{ 11718, 109, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Single>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 109, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::System.Collections.IEnumerator.Reset() */,
{ 11713, 110, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 110, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::Dispose() */,
{ 11715, 110, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::MoveNext() */,
{ 11716, 110, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::MoveNextRare() */,
{ 11717, 110, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::get_Current() */,
{ 11718, 110, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 110, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::System.Collections.IEnumerator.Reset() */,
{ 11713, 134, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt16>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 134, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt16>::Dispose() */,
{ 11715, 134, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt16>::MoveNext() */,
{ 11716, 134, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt16>::MoveNextRare() */,
{ 11717, 134, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.UInt16>::get_Current() */,
{ 11718, 134, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.UInt16>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 134, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt16>::System.Collections.IEnumerator.Reset() */,
{ 11713, 21, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 21, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt32>::Dispose() */,
{ 11715, 21, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt32>::MoveNext() */,
{ 11716, 21, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt32>::MoveNextRare() */,
{ 11717, 21, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.UInt32>::get_Current() */,
{ 11718, 21, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.UInt32>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 21, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt32>::System.Collections.IEnumerator.Reset() */,
{ 11713, 82, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt64>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 82, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt64>::Dispose() */,
{ 11715, 82, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt64>::MoveNext() */,
{ 11716, 82, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt64>::MoveNextRare() */,
{ 11717, 82, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.UInt64>::get_Current() */,
{ 11718, 82, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.UInt64>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 82, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt64>::System.Collections.IEnumerator.Reset() */,
{ 11713, 625, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 625, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::Dispose() */,
{ 11715, 625, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::MoveNext() */,
{ 11716, 625, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::MoveNextRare() */,
{ 11717, 625, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::get_Current() */,
{ 11718, 625, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 625, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 11713, 510, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 510, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 11715, 510, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 11716, 510, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNextRare() */,
{ 11717, 510, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 11718, 510, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 510, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 11713, 521, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 521, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::Dispose() */,
{ 11715, 521, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::MoveNext() */,
{ 11716, 521, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::MoveNextRare() */,
{ 11717, 521, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::get_Current() */,
{ 11718, 521, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 521, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 11713, 518, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 518, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::Dispose() */,
{ 11715, 518, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::MoveNext() */,
{ 11716, 518, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::MoveNextRare() */,
{ 11717, 518, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::get_Current() */,
{ 11718, 518, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 518, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 11713, 517, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 517, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::Dispose() */,
{ 11715, 517, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::MoveNext() */,
{ 11716, 517, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::MoveNextRare() */,
{ 11717, 517, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::get_Current() */,
{ 11718, 517, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 517, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Matrix4x4>::System.Collections.IEnumerator.Reset() */,
{ 11713, 656, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 656, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 11715, 656, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::MoveNext() */,
{ 11716, 656, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::MoveNextRare() */,
{ 11717, 656, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::get_Current() */,
{ 11718, 656, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 656, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.Reset() */,
{ 11713, 601, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 601, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::Dispose() */,
{ 11715, 601, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::MoveNext() */,
{ 11716, 601, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::MoveNextRare() */,
{ 11717, 601, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::get_Current() */,
{ 11718, 601, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 601, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.Reset() */,
{ 11713, 508, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 508, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::Dispose() */,
{ 11715, 508, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::MoveNext() */,
{ 11716, 508, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::MoveNextRare() */,
{ 11717, 508, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::get_Current() */,
{ 11718, 508, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 508, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rect>::System.Collections.IEnumerator.Reset() */,
{ 11713, 515, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 515, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Dispose() */,
{ 11715, 515, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::MoveNext() */,
{ 11716, 515, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::MoveNextRare() */,
{ 11717, 515, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Current() */,
{ 11718, 515, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 515, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerator.Reset() */,
{ 11713, 686, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 686, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::Dispose() */,
{ 11715, 686, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::MoveNext() */,
{ 11716, 686, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::MoveNextRare() */,
{ 11717, 686, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::get_Current() */,
{ 11718, 686, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 686, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerator.Reset() */,
{ 11713, 534, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 534, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 11715, 534, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 11716, 534, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNextRare() */,
{ 11717, 534, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 11718, 534, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 534, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 11713, 513, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 513, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::Dispose() */,
{ 11715, 513, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::MoveNext() */,
{ 11716, 513, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::MoveNextRare() */,
{ 11717, 513, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::get_Current() */,
{ 11718, 513, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 513, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 11713, 502, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 502, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::Dispose() */,
{ 11715, 502, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::MoveNext() */,
{ 11716, 502, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::MoveNextRare() */,
{ 11717, 502, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::get_Current() */,
{ 11718, 502, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 502, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 11713, 516, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11714, 516, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::Dispose() */,
{ 11715, 516, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::MoveNext() */,
{ 11716, 516, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::MoveNextRare() */,
{ 11717, 516, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::get_Current() */,
{ 11718, 516, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 11719, 516, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 11698, 1647, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::get_Count() */,
{ 11700, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::get_IsReadOnly() */,
{ 11701, 1647, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Add(T) */,
{ 11702, 1647, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Clear() */,
{ 11703, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Contains(T) */,
{ 11704, 1647, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::CopyTo(T[],System.Int32) */,
{ 11705, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Remove(T) */,
{ 11706, 1647, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 1647, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 1647, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::get_Item(System.Int32) */,
{ 11709, 1647, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::set_Item(System.Int32,T) */,
{ 11710, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::IndexOf(T) */,
{ 11711, 1647, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::Insert(System.Int32,T) */,
{ 11712, 1647, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPath/Segment>::RemoveAt(System.Int32) */,
{ 11698, 1648, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::get_Count() */,
{ 11700, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::get_IsReadOnly() */,
{ 11701, 1648, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Add(T) */,
{ 11702, 1648, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Clear() */,
{ 11703, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Contains(T) */,
{ 11704, 1648, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::CopyTo(T[],System.Int32) */,
{ 11705, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Remove(T) */,
{ 11706, 1648, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 1648, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 1648, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::get_Item(System.Int32) */,
{ 11709, 1648, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::set_Item(System.Int32,T) */,
{ 11710, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::IndexOf(T) */,
{ 11711, 1648, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::Insert(System.Int32,T) */,
{ 11712, 1648, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.GPathPoint>::RemoveAt(System.Int32) */,
{ 11698, 1140, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::get_Count() */,
{ 11700, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::get_IsReadOnly() */,
{ 11701, 1140, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Add(T) */,
{ 11702, 1140, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Clear() */,
{ 11703, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Contains(T) */,
{ 11704, 1140, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::CopyTo(T[],System.Int32) */,
{ 11705, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Remove(T) */,
{ 11706, 1140, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 1140, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 1140, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::get_Item(System.Int32) */,
{ 11709, 1140, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::set_Item(System.Int32,T) */,
{ 11710, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::IndexOf(T) */,
{ 11711, 1140, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::Insert(System.Int32,T) */,
{ 11712, 1140, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<FairyGUI.TextField/CharPosition>::RemoveAt(System.Int32) */,
{ 11698, 47, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 47, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::get_Count() */,
{ 11700, 47, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::get_IsReadOnly() */,
{ 11701, 47, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::Add(T) */,
{ 11702, 47, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::Clear() */,
{ 11703, 47, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::Contains(T) */,
{ 11704, 47, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::CopyTo(T[],System.Int32) */,
{ 11705, 47, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::Remove(T) */,
{ 11706, 47, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 47, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 47, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::get_Item(System.Int32) */,
{ 11709, 47, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::set_Item(System.Int32,T) */,
{ 11710, 47, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::IndexOf(T) */,
{ 11711, 47, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::Insert(System.Int32,T) */,
{ 11712, 47, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Boolean>::RemoveAt(System.Int32) */,
{ 11698, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 6, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Byte>::get_Count() */,
{ 11700, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Byte>::get_IsReadOnly() */,
{ 11701, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Add(T) */,
{ 11702, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Clear() */,
{ 11703, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Contains(T) */,
{ 11704, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::CopyTo(T[],System.Int32) */,
{ 11705, 6, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Remove(T) */,
{ 11706, 6, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 6, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Byte>::get_Item(System.Int32) */,
{ 11709, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::set_Item(System.Int32,T) */,
{ 11710, 6, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Byte>::IndexOf(T) */,
{ 11711, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::Insert(System.Int32,T) */,
{ 11712, 6, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Byte>::RemoveAt(System.Int32) */,
{ 11698, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 7, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Char>::get_Count() */,
{ 11700, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Char>::get_IsReadOnly() */,
{ 11701, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::Add(T) */,
{ 11702, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::Clear() */,
{ 11703, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Char>::Contains(T) */,
{ 11704, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::CopyTo(T[],System.Int32) */,
{ 11705, 7, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Char>::Remove(T) */,
{ 11706, 7, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 7, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Char>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 7, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Char>::get_Item(System.Int32) */,
{ 11709, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::set_Item(System.Int32,T) */,
{ 11710, 7, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Char>::IndexOf(T) */,
{ 11711, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::Insert(System.Int32,T) */,
{ 11712, 7, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Char>::RemoveAt(System.Int32) */,
{ 11698, 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>) */,
{ 11699, 115, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Count() */,
{ 11700, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_IsReadOnly() */,
{ 11701, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Add(T) */,
{ 11702, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Clear() */,
{ 11703, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Contains(T) */,
{ 11704, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[],System.Int32) */,
{ 11705, 115, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Remove(T) */,
{ 11706, 115, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 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() */,
{ 11708, 115, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Item(System.Int32) */,
{ 11709, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::set_Item(System.Int32,T) */,
{ 11710, 115, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T) */,
{ 11711, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Insert(System.Int32,T) */,
{ 11712, 115, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveAt(System.Int32) */,
{ 11698, 59, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 59, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::get_Count() */,
{ 11700, 59, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::get_IsReadOnly() */,
{ 11701, 59, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::Add(T) */,
{ 11702, 59, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::Clear() */,
{ 11703, 59, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::Contains(T) */,
{ 11704, 59, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::CopyTo(T[],System.Int32) */,
{ 11705, 59, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::Remove(T) */,
{ 11706, 59, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 59, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 59, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::get_Item(System.Int32) */,
{ 11709, 59, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::set_Item(System.Int32,T) */,
{ 11710, 59, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::IndexOf(T) */,
{ 11711, 59, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::Insert(System.Int32,T) */,
{ 11712, 59, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTime>::RemoveAt(System.Int32) */,
{ 11698, 60, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 60, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::get_Count() */,
{ 11700, 60, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::get_IsReadOnly() */,
{ 11701, 60, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::Add(T) */,
{ 11702, 60, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::Clear() */,
{ 11703, 60, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::Contains(T) */,
{ 11704, 60, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::CopyTo(T[],System.Int32) */,
{ 11705, 60, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::Remove(T) */,
{ 11706, 60, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 60, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 60, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::get_Item(System.Int32) */,
{ 11709, 60, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::set_Item(System.Int32,T) */,
{ 11710, 60, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::IndexOf(T) */,
{ 11711, 60, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::Insert(System.Int32,T) */,
{ 11712, 60, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.DateTimeOffset>::RemoveAt(System.Int32) */,
{ 11698, 61, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 61, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::get_Count() */,
{ 11700, 61, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::get_IsReadOnly() */,
{ 11701, 61, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::Add(T) */,
{ 11702, 61, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::Clear() */,
{ 11703, 61, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::Contains(T) */,
{ 11704, 61, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::CopyTo(T[],System.Int32) */,
{ 11705, 61, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::Remove(T) */,
{ 11706, 61, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 61, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 61, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::get_Item(System.Int32) */,
{ 11709, 61, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::set_Item(System.Int32,T) */,
{ 11710, 61, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::IndexOf(T) */,
{ 11711, 61, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::Insert(System.Int32,T) */,
{ 11712, 61, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Decimal>::RemoveAt(System.Int32) */,
{ 11698, 81, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Double>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 81, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Double>::get_Count() */,
{ 11700, 81, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Double>::get_IsReadOnly() */,
{ 11701, 81, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Double>::Add(T) */,
{ 11702, 81, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Double>::Clear() */,
{ 11703, 81, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Double>::Contains(T) */,
{ 11704, 81, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Double>::CopyTo(T[],System.Int32) */,
{ 11705, 81, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Double>::Remove(T) */,
{ 11706, 81, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Double>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 81, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Double>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 81, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Double>::get_Item(System.Int32) */,
{ 11709, 81, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Double>::set_Item(System.Int32,T) */,
{ 11710, 81, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Double>::IndexOf(T) */,
{ 11711, 81, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Double>::Insert(System.Int32,T) */,
{ 11712, 81, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Double>::RemoveAt(System.Int32) */,
{ 11698, 95, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int16>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 95, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int16>::get_Count() */,
{ 11700, 95, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int16>::get_IsReadOnly() */,
{ 11701, 95, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int16>::Add(T) */,
{ 11702, 95, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int16>::Clear() */,
{ 11703, 95, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int16>::Contains(T) */,
{ 11704, 95, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int16>::CopyTo(T[],System.Int32) */,
{ 11705, 95, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int16>::Remove(T) */,
{ 11706, 95, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Int16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 95, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Int16>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 95, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Int16>::get_Item(System.Int32) */,
{ 11709, 95, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int16>::set_Item(System.Int32,T) */,
{ 11710, 95, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int16>::IndexOf(T) */,
{ 11711, 95, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int16>::Insert(System.Int32,T) */,
{ 11712, 95, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int16>::RemoveAt(System.Int32) */,
{ 11698, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 16, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int32>::get_Count() */,
{ 11700, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32>::get_IsReadOnly() */,
{ 11701, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Add(T) */,
{ 11702, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Clear() */,
{ 11703, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Contains(T) */,
{ 11704, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::CopyTo(T[],System.Int32) */,
{ 11705, 16, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Remove(T) */,
{ 11706, 16, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 16, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Int32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 16, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Int32>::get_Item(System.Int32) */,
{ 11709, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::set_Item(System.Int32,T) */,
{ 11710, 16, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int32>::IndexOf(T) */,
{ 11711, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::Insert(System.Int32,T) */,
{ 11712, 16, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32>::RemoveAt(System.Int32) */,
{ 11698, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 90, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::get_Count() */,
{ 11700, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::get_IsReadOnly() */,
{ 11701, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Add(T) */,
{ 11702, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Clear() */,
{ 11703, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Contains(T) */,
{ 11704, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::CopyTo(T[],System.Int32) */,
{ 11705, 90, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Remove(T) */,
{ 11706, 90, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 90, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 90, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::get_Item(System.Int32) */,
{ 11709, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::set_Item(System.Int32,T) */,
{ 11710, 90, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::IndexOf(T) */,
{ 11711, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::Insert(System.Int32,T) */,
{ 11712, 90, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int32Enum>::RemoveAt(System.Int32) */,
{ 11698, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 37, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int64>::get_Count() */,
{ 11700, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int64>::get_IsReadOnly() */,
{ 11701, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Add(T) */,
{ 11702, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Clear() */,
{ 11703, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Contains(T) */,
{ 11704, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::CopyTo(T[],System.Int32) */,
{ 11705, 37, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Remove(T) */,
{ 11706, 37, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 37, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Int64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 37, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Int64>::get_Item(System.Int32) */,
{ 11709, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::set_Item(System.Int32,T) */,
{ 11710, 37, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Int64>::IndexOf(T) */,
{ 11711, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::Insert(System.Int32,T) */,
{ 11712, 37, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Int64>::RemoveAt(System.Int32) */,
{ 11698, 108, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.SByte>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 108, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.SByte>::get_Count() */,
{ 11700, 108, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.SByte>::get_IsReadOnly() */,
{ 11701, 108, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.SByte>::Add(T) */,
{ 11702, 108, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.SByte>::Clear() */,
{ 11703, 108, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.SByte>::Contains(T) */,
{ 11704, 108, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.SByte>::CopyTo(T[],System.Int32) */,
{ 11705, 108, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.SByte>::Remove(T) */,
{ 11706, 108, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.SByte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 108, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.SByte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 108, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.SByte>::get_Item(System.Int32) */,
{ 11709, 108, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.SByte>::set_Item(System.Int32,T) */,
{ 11710, 108, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.SByte>::IndexOf(T) */,
{ 11711, 108, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.SByte>::Insert(System.Int32,T) */,
{ 11712, 108, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.SByte>::RemoveAt(System.Int32) */,
{ 11698, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 109, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Single>::get_Count() */,
{ 11700, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Single>::get_IsReadOnly() */,
{ 11701, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::Add(T) */,
{ 11702, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::Clear() */,
{ 11703, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Single>::Contains(T) */,
{ 11704, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::CopyTo(T[],System.Int32) */,
{ 11705, 109, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.Single>::Remove(T) */,
{ 11706, 109, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.Single>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 109, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.Single>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 109, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.Single>::get_Item(System.Int32) */,
{ 11709, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::set_Item(System.Int32,T) */,
{ 11710, 109, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.Single>::IndexOf(T) */,
{ 11711, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::Insert(System.Int32,T) */,
{ 11712, 109, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.Single>::RemoveAt(System.Int32) */,
{ 11698, 110, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 110, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::get_Count() */,
{ 11700, 110, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::get_IsReadOnly() */,
{ 11701, 110, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::Add(T) */,
{ 11702, 110, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::Clear() */,
{ 11703, 110, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::Contains(T) */,
{ 11704, 110, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::CopyTo(T[],System.Int32) */,
{ 11705, 110, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::Remove(T) */,
{ 11706, 110, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 110, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 110, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::get_Item(System.Int32) */,
{ 11709, 110, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::set_Item(System.Int32,T) */,
{ 11710, 110, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::IndexOf(T) */,
{ 11711, 110, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::Insert(System.Int32,T) */,
{ 11712, 110, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.TimeSpan>::RemoveAt(System.Int32) */,
{ 11698, 134, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 134, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::get_Count() */,
{ 11700, 134, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::get_IsReadOnly() */,
{ 11701, 134, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::Add(T) */,
{ 11702, 134, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::Clear() */,
{ 11703, 134, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::Contains(T) */,
{ 11704, 134, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::CopyTo(T[],System.Int32) */,
{ 11705, 134, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::Remove(T) */,
{ 11706, 134, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 134, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 134, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::get_Item(System.Int32) */,
{ 11709, 134, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::set_Item(System.Int32,T) */,
{ 11710, 134, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::IndexOf(T) */,
{ 11711, 134, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::Insert(System.Int32,T) */,
{ 11712, 134, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt16>::RemoveAt(System.Int32) */,
{ 11698, 21, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 21, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::get_Count() */,
{ 11700, 21, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::get_IsReadOnly() */,
{ 11701, 21, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::Add(T) */,
{ 11702, 21, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::Clear() */,
{ 11703, 21, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::Contains(T) */,
{ 11704, 21, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::CopyTo(T[],System.Int32) */,
{ 11705, 21, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::Remove(T) */,
{ 11706, 21, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 21, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 21, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::get_Item(System.Int32) */,
{ 11709, 21, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::set_Item(System.Int32,T) */,
{ 11710, 21, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::IndexOf(T) */,
{ 11711, 21, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::Insert(System.Int32,T) */,
{ 11712, 21, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt32>::RemoveAt(System.Int32) */,
{ 11698, 82, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 82, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::get_Count() */,
{ 11700, 82, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::get_IsReadOnly() */,
{ 11701, 82, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::Add(T) */,
{ 11702, 82, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::Clear() */,
{ 11703, 82, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::Contains(T) */,
{ 11704, 82, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::CopyTo(T[],System.Int32) */,
{ 11705, 82, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::Remove(T) */,
{ 11706, 82, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 82, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 82, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::get_Item(System.Int32) */,
{ 11709, 82, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::set_Item(System.Int32,T) */,
{ 11710, 82, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::IndexOf(T) */,
{ 11711, 82, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::Insert(System.Int32,T) */,
{ 11712, 82, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<System.UInt64>::RemoveAt(System.Int32) */,
{ 11698, 625, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 625, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::get_Count() */,
{ 11700, 625, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::get_IsReadOnly() */,
{ 11701, 625, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Add(T) */,
{ 11702, 625, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Clear() */,
{ 11703, 625, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Contains(T) */,
{ 11704, 625, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::CopyTo(T[],System.Int32) */,
{ 11705, 625, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Remove(T) */,
{ 11706, 625, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 625, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 625, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::get_Item(System.Int32) */,
{ 11709, 625, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::set_Item(System.Int32,T) */,
{ 11710, 625, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::IndexOf(T) */,
{ 11711, 625, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::Insert(System.Int32,T) */,
{ 11712, 625, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.AnimatorClipInfo>::RemoveAt(System.Int32) */,
{ 11698, 510, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 510, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Count() */,
{ 11700, 510, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::get_IsReadOnly() */,
{ 11701, 510, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Add(T) */,
{ 11702, 510, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Clear() */,
{ 11703, 510, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Contains(T) */,
{ 11704, 510, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[],System.Int32) */,
{ 11705, 510, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Remove(T) */,
{ 11706, 510, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 510, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 510, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Item(System.Int32) */,
{ 11709, 510, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::set_Item(System.Int32,T) */,
{ 11710, 510, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T) */,
{ 11711, 510, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::Insert(System.Int32,T) */,
{ 11712, 510, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveAt(System.Int32) */,
{ 11698, 521, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 521, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::get_Count() */,
{ 11700, 521, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::get_IsReadOnly() */,
{ 11701, 521, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Add(T) */,
{ 11702, 521, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Clear() */,
{ 11703, 521, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Contains(T) */,
{ 11704, 521, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::CopyTo(T[],System.Int32) */,
{ 11705, 521, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Remove(T) */,
{ 11706, 521, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 521, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 521, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::get_Item(System.Int32) */,
{ 11709, 521, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::set_Item(System.Int32,T) */,
{ 11710, 521, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::IndexOf(T) */,
{ 11711, 521, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::Insert(System.Int32,T) */,
{ 11712, 521, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color32>::RemoveAt(System.Int32) */,
{ 11698, 518, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 518, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::get_Count() */,
{ 11700, 518, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::get_IsReadOnly() */,
{ 11701, 518, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Add(T) */,
{ 11702, 518, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Clear() */,
{ 11703, 518, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Contains(T) */,
{ 11704, 518, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::CopyTo(T[],System.Int32) */,
{ 11705, 518, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Remove(T) */,
{ 11706, 518, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 518, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 518, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::get_Item(System.Int32) */,
{ 11709, 518, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::set_Item(System.Int32,T) */,
{ 11710, 518, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::IndexOf(T) */,
{ 11711, 518, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::Insert(System.Int32,T) */,
{ 11712, 518, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Color>::RemoveAt(System.Int32) */,
{ 11698, 517, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 517, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::get_Count() */,
{ 11700, 517, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::get_IsReadOnly() */,
{ 11701, 517, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Add(T) */,
{ 11702, 517, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Clear() */,
{ 11703, 517, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Contains(T) */,
{ 11704, 517, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::CopyTo(T[],System.Int32) */,
{ 11705, 517, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Remove(T) */,
{ 11706, 517, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 517, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 517, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::get_Item(System.Int32) */,
{ 11709, 517, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::set_Item(System.Int32,T) */,
{ 11710, 517, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::IndexOf(T) */,
{ 11711, 517, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::Insert(System.Int32,T) */,
{ 11712, 517, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Matrix4x4>::RemoveAt(System.Int32) */,
{ 11698, 656, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 656, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::get_Count() */,
{ 11700, 656, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::get_IsReadOnly() */,
{ 11701, 656, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Add(T) */,
{ 11702, 656, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Clear() */,
{ 11703, 656, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Contains(T) */,
{ 11704, 656, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::CopyTo(T[],System.Int32) */,
{ 11705, 656, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Remove(T) */,
{ 11706, 656, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 656, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 656, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::get_Item(System.Int32) */,
{ 11709, 656, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::set_Item(System.Int32,T) */,
{ 11710, 656, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::IndexOf(T) */,
{ 11711, 656, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::Insert(System.Int32,T) */,
{ 11712, 656, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.ParticleSystem/Particle>::RemoveAt(System.Int32) */,
{ 11698, 601, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 601, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::get_Count() */,
{ 11700, 601, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::get_IsReadOnly() */,
{ 11701, 601, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Add(T) */,
{ 11702, 601, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Clear() */,
{ 11703, 601, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Contains(T) */,
{ 11704, 601, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::CopyTo(T[],System.Int32) */,
{ 11705, 601, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Remove(T) */,
{ 11706, 601, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 601, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 601, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::get_Item(System.Int32) */,
{ 11709, 601, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::set_Item(System.Int32,T) */,
{ 11710, 601, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::IndexOf(T) */,
{ 11711, 601, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::Insert(System.Int32,T) */,
{ 11712, 601, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.RaycastHit2D>::RemoveAt(System.Int32) */,
{ 11698, 508, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 508, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::get_Count() */,
{ 11700, 508, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::get_IsReadOnly() */,
{ 11701, 508, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Add(T) */,
{ 11702, 508, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Clear() */,
{ 11703, 508, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Contains(T) */,
{ 11704, 508, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::CopyTo(T[],System.Int32) */,
{ 11705, 508, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Remove(T) */,
{ 11706, 508, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 508, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 508, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::get_Item(System.Int32) */,
{ 11709, 508, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::set_Item(System.Int32,T) */,
{ 11710, 508, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::IndexOf(T) */,
{ 11711, 508, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::Insert(System.Int32,T) */,
{ 11712, 508, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rect>::RemoveAt(System.Int32) */,
{ 11698, 515, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 515, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Count() */,
{ 11700, 515, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_IsReadOnly() */,
{ 11701, 515, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Add(T) */,
{ 11702, 515, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Clear() */,
{ 11703, 515, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Contains(T) */,
{ 11704, 515, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(T[],System.Int32) */,
{ 11705, 515, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Remove(T) */,
{ 11706, 515, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 515, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 515, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Item(System.Int32) */,
{ 11709, 515, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::set_Item(System.Int32,T) */,
{ 11710, 515, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T) */,
{ 11711, 515, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Insert(System.Int32,T) */,
{ 11712, 515, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Rendering.ReflectionProbeBlendInfo>::RemoveAt(System.Int32) */,
{ 11698, 686, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 686, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::get_Count() */,
{ 11700, 686, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::get_IsReadOnly() */,
{ 11701, 686, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Add(T) */,
{ 11702, 686, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Clear() */,
{ 11703, 686, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Contains(T) */,
{ 11704, 686, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(T[],System.Int32) */,
{ 11705, 686, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Remove(T) */,
{ 11706, 686, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 686, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 686, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::get_Item(System.Int32) */,
{ 11709, 686, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::set_Item(System.Int32,T) */,
{ 11710, 686, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T) */,
{ 11711, 686, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::Insert(System.Int32,T) */,
{ 11712, 686, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UIElements.FocusController/FocusedElement>::RemoveAt(System.Int32) */,
{ 11698, 534, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 534, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count() */,
{ 11700, 534, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_IsReadOnly() */,
{ 11701, 534, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Add(T) */,
{ 11702, 534, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Clear() */,
{ 11703, 534, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Contains(T) */,
{ 11704, 534, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[],System.Int32) */,
{ 11705, 534, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Remove(T) */,
{ 11706, 534, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 534, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 534, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32) */,
{ 11709, 534, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::set_Item(System.Int32,T) */,
{ 11710, 534, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T) */,
{ 11711, 534, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::Insert(System.Int32,T) */,
{ 11712, 534, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveAt(System.Int32) */,
{ 11698, 513, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 513, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::get_Count() */,
{ 11700, 513, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::get_IsReadOnly() */,
{ 11701, 513, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Add(T) */,
{ 11702, 513, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Clear() */,
{ 11703, 513, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Contains(T) */,
{ 11704, 513, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::CopyTo(T[],System.Int32) */,
{ 11705, 513, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Remove(T) */,
{ 11706, 513, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 513, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 513, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::get_Item(System.Int32) */,
{ 11709, 513, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::set_Item(System.Int32,T) */,
{ 11710, 513, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::IndexOf(T) */,
{ 11711, 513, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::Insert(System.Int32,T) */,
{ 11712, 513, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector2>::RemoveAt(System.Int32) */,
{ 11698, 502, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 502, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::get_Count() */,
{ 11700, 502, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::get_IsReadOnly() */,
{ 11701, 502, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Add(T) */,
{ 11702, 502, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Clear() */,
{ 11703, 502, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Contains(T) */,
{ 11704, 502, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::CopyTo(T[],System.Int32) */,
{ 11705, 502, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Remove(T) */,
{ 11706, 502, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 502, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 502, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::get_Item(System.Int32) */,
{ 11709, 502, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::set_Item(System.Int32,T) */,
{ 11710, 502, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::IndexOf(T) */,
{ 11711, 502, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::Insert(System.Int32,T) */,
{ 11712, 502, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector3>::RemoveAt(System.Int32) */,
{ 11698, 516, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11699, 516, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::get_Count() */,
{ 11700, 516, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::get_IsReadOnly() */,
{ 11701, 516, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Add(T) */,
{ 11702, 516, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Clear() */,
{ 11703, 516, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Contains(T) */,
{ 11704, 516, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::CopyTo(T[],System.Int32) */,
{ 11705, 516, -1 } /* System.Boolean System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Remove(T) */,
{ 11706, 516, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11707, 516, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11708, 516, -1 } /* T System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::get_Item(System.Int32) */,
{ 11709, 516, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::set_Item(System.Int32,T) */,
{ 11710, 516, -1 } /* System.Int32 System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::IndexOf(T) */,
{ 11711, 516, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::Insert(System.Int32,T) */,
{ 11712, 516, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<UnityEngine.Vector4>::RemoveAt(System.Int32) */,
{ 11626, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.ctor(System.Int32) */,
{ 11627, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Capacity() */,
{ 11629, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::set_Capacity(System.Int32) */,
{ 11631, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 1647, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::set_Item(System.Int32,T) */,
{ 11638, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::IsCompatibleObject(System.Object) */,
{ 11639, 1647, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.Add(System.Object) */,
{ 11643, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 1647, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::AsReadOnly() */,
{ 11645, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::BinarySearch(T) */,
{ 11647, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Contains(T) */,
{ 11650, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::CopyTo(T[]) */,
{ 11653, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::CopyTo(T[],System.Int32) */,
{ 11656, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::EnsureCapacity(System.Int32) */,
{ 11657, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Exists(System.Predicate`1<T>) */,
{ 11658, 1647, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Find(System.Predicate`1<T>) */,
{ 11659, 1647, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindAll(System.Predicate`1<T>) */,
{ 11660, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 1647, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindLast(System.Predicate`1<T>) */,
{ 11664, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::ForEach(System.Action`1<T>) */,
{ 11668, 1647, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::GetEnumerator() */,
{ 11669, 1647, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 1647, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 1647, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::GetRange(System.Int32,System.Int32) */,
{ 11672, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::IndexOf(T) */,
{ 11673, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::IndexOf(T,System.Int32) */,
{ 11675, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Insert(System.Int32,T) */,
{ 11677, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::LastIndexOf(T) */,
{ 11680, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::LastIndexOf(T,System.Int32) */,
{ 11681, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Remove(T) */,
{ 11683, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 1647, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::RemoveAt(System.Int32) */,
{ 11686, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Reverse() */,
{ 11688, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Reverse(System.Int32,System.Int32) */,
{ 11689, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Sort() */,
{ 11690, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Sort(System.Comparison`1<T>) */,
{ 11693, 1647, -1 } /* T[] System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::ToArray() */,
{ 11694, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::TrimExcess() */,
{ 11695, 1647, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 1647, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 1647, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.cctor() */,
{ 11626, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.ctor(System.Int32) */,
{ 11627, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::get_Capacity() */,
{ 11629, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::set_Capacity(System.Int32) */,
{ 11630, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::get_Count() */,
{ 11631, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 1648, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 1648, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPathPoint>::get_Item(System.Int32) */,
{ 11637, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::set_Item(System.Int32,T) */,
{ 11638, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::IsCompatibleObject(System.Object) */,
{ 11639, 1648, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.Add(System.Object) */,
{ 11643, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 1648, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::AsReadOnly() */,
{ 11645, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::BinarySearch(T) */,
{ 11647, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Contains(T) */,
{ 11650, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::CopyTo(T[]) */,
{ 11653, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::CopyTo(T[],System.Int32) */,
{ 11656, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::EnsureCapacity(System.Int32) */,
{ 11657, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Exists(System.Predicate`1<T>) */,
{ 11658, 1648, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Find(System.Predicate`1<T>) */,
{ 11659, 1648, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindAll(System.Predicate`1<T>) */,
{ 11660, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 1648, -1 } /* T System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindLast(System.Predicate`1<T>) */,
{ 11664, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::ForEach(System.Action`1<T>) */,
{ 11668, 1648, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::GetEnumerator() */,
{ 11669, 1648, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 1648, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 1648, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::GetRange(System.Int32,System.Int32) */,
{ 11672, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::IndexOf(T) */,
{ 11673, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::IndexOf(T,System.Int32) */,
{ 11675, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Insert(System.Int32,T) */,
{ 11677, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::LastIndexOf(T) */,
{ 11680, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::LastIndexOf(T,System.Int32) */,
{ 11681, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Remove(T) */,
{ 11683, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 1648, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.GPathPoint>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::RemoveAt(System.Int32) */,
{ 11686, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Reverse() */,
{ 11688, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Reverse(System.Int32,System.Int32) */,
{ 11689, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Sort() */,
{ 11690, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Sort(System.Comparison`1<T>) */,
{ 11693, 1648, -1 } /* T[] System.Collections.Generic.List`1<FairyGUI.GPathPoint>::ToArray() */,
{ 11694, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::TrimExcess() */,
{ 11695, 1648, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.GPathPoint>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 1648, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 1648, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.cctor() */,
{ 11626, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.ctor(System.Int32) */,
{ 11627, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Capacity() */,
{ 11629, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::set_Capacity(System.Int32) */,
{ 11631, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 1140, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::set_Item(System.Int32,T) */,
{ 11638, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::IsCompatibleObject(System.Object) */,
{ 11639, 1140, -1 } /* System.Object System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Add(System.Object) */,
{ 11643, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 1140, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::AsReadOnly() */,
{ 11645, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::BinarySearch(T) */,
{ 11647, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Contains(T) */,
{ 11650, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::CopyTo(T[]) */,
{ 11653, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::CopyTo(T[],System.Int32) */,
{ 11656, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::EnsureCapacity(System.Int32) */,
{ 11657, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Exists(System.Predicate`1<T>) */,
{ 11658, 1140, -1 } /* T System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Find(System.Predicate`1<T>) */,
{ 11659, 1140, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindAll(System.Predicate`1<T>) */,
{ 11660, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 1140, -1 } /* T System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindLast(System.Predicate`1<T>) */,
{ 11664, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::ForEach(System.Action`1<T>) */,
{ 11668, 1140, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::GetEnumerator() */,
{ 11669, 1140, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 1140, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 1140, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::GetRange(System.Int32,System.Int32) */,
{ 11672, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::IndexOf(T) */,
{ 11673, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::IndexOf(T,System.Int32) */,
{ 11675, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Insert(System.Int32,T) */,
{ 11677, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T) */,
{ 11680, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T,System.Int32) */,
{ 11681, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Remove(T) */,
{ 11683, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 1140, -1 } /* System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::RemoveAt(System.Int32) */,
{ 11686, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Reverse() */,
{ 11688, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Reverse(System.Int32,System.Int32) */,
{ 11689, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Sort() */,
{ 11690, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Sort(System.Comparison`1<T>) */,
{ 11693, 1140, -1 } /* T[] System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::ToArray() */,
{ 11694, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::TrimExcess() */,
{ 11695, 1140, -1 } /* System.Boolean System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 1140, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 1140, -1 } /* System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.cctor() */,
{ 11625, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::.ctor() */,
{ 11626, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::.ctor(System.Int32) */,
{ 11627, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::get_Capacity() */,
{ 11629, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::set_Capacity(System.Int32) */,
{ 11630, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::get_Count() */,
{ 11631, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 47, -1 } /* System.Object System.Collections.Generic.List`1<System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 47, -1 } /* T System.Collections.Generic.List`1<System.Boolean>::get_Item(System.Int32) */,
{ 11637, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::set_Item(System.Int32,T) */,
{ 11638, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::IsCompatibleObject(System.Object) */,
{ 11639, 47, -1 } /* System.Object System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Add(T) */,
{ 11642, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.Add(System.Object) */,
{ 11643, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 47, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Boolean>::AsReadOnly() */,
{ 11645, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::BinarySearch(T) */,
{ 11647, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Clear() */,
{ 11649, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::Contains(T) */,
{ 11650, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::CopyTo(T[]) */,
{ 11653, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::CopyTo(T[],System.Int32) */,
{ 11656, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::EnsureCapacity(System.Int32) */,
{ 11657, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::Exists(System.Predicate`1<T>) */,
{ 11658, 47, -1 } /* T System.Collections.Generic.List`1<System.Boolean>::Find(System.Predicate`1<T>) */,
{ 11659, 47, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Boolean>::FindAll(System.Predicate`1<T>) */,
{ 11660, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 47, -1 } /* T System.Collections.Generic.List`1<System.Boolean>::FindLast(System.Predicate`1<T>) */,
{ 11664, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::ForEach(System.Action`1<T>) */,
{ 11668, 47, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Boolean>::GetEnumerator() */,
{ 11669, 47, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Boolean>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 47, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 47, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Boolean>::GetRange(System.Int32,System.Int32) */,
{ 11672, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::IndexOf(T) */,
{ 11673, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::IndexOf(T,System.Int32) */,
{ 11675, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Insert(System.Int32,T) */,
{ 11677, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::LastIndexOf(T) */,
{ 11680, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::LastIndexOf(T,System.Int32) */,
{ 11681, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::Remove(T) */,
{ 11683, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::RemoveAt(System.Int32) */,
{ 11686, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Reverse() */,
{ 11688, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Reverse(System.Int32,System.Int32) */,
{ 11689, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Sort() */,
{ 11690, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Sort(System.Comparison`1<T>) */,
{ 11693, 47, -1 } /* T[] System.Collections.Generic.List`1<System.Boolean>::ToArray() */,
{ 11694, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::TrimExcess() */,
{ 11695, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 47, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Boolean>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::.cctor() */,
{ 11626, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor(System.Int32) */,
{ 11627, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::get_Capacity() */,
{ 11629, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::set_Capacity(System.Int32) */,
{ 11630, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::get_Count() */,
{ 11631, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 6, -1 } /* System.Object System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::set_Item(System.Int32,T) */,
{ 11638, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::IsCompatibleObject(System.Object) */,
{ 11639, 6, -1 } /* System.Object System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Add(System.Object) */,
{ 11643, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 6, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Byte>::AsReadOnly() */,
{ 11645, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::BinarySearch(T) */,
{ 11647, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::Contains(T) */,
{ 11650, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(T[]) */,
{ 11653, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(T[],System.Int32) */,
{ 11656, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::EnsureCapacity(System.Int32) */,
{ 11657, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::Exists(System.Predicate`1<T>) */,
{ 11658, 6, -1 } /* T System.Collections.Generic.List`1<System.Byte>::Find(System.Predicate`1<T>) */,
{ 11659, 6, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Byte>::FindAll(System.Predicate`1<T>) */,
{ 11660, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 6, -1 } /* T System.Collections.Generic.List`1<System.Byte>::FindLast(System.Predicate`1<T>) */,
{ 11664, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::ForEach(System.Action`1<T>) */,
{ 11668, 6, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Byte>::GetEnumerator() */,
{ 11669, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 6, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 6, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Byte>::GetRange(System.Int32,System.Int32) */,
{ 11672, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::IndexOf(T) */,
{ 11673, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::IndexOf(T,System.Int32) */,
{ 11675, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Insert(System.Int32,T) */,
{ 11677, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::LastIndexOf(T) */,
{ 11680, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::LastIndexOf(T,System.Int32) */,
{ 11681, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::Remove(T) */,
{ 11683, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 6, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::RemoveAt(System.Int32) */,
{ 11686, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Reverse() */,
{ 11688, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Reverse(System.Int32,System.Int32) */,
{ 11689, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort() */,
{ 11690, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Comparison`1<T>) */,
{ 11694, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::TrimExcess() */,
{ 11695, 6, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 6, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Byte>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 6, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.cctor() */,
{ 11626, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor(System.Int32) */,
{ 11627, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::get_Capacity() */,
{ 11629, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::set_Capacity(System.Int32) */,
{ 11630, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::get_Count() */,
{ 11631, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 7, -1 } /* System.Object System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 7, -1 } /* T System.Collections.Generic.List`1<System.Char>::get_Item(System.Int32) */,
{ 11637, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::set_Item(System.Int32,T) */,
{ 11638, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::IsCompatibleObject(System.Object) */,
{ 11639, 7, -1 } /* System.Object System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Add(System.Object) */,
{ 11643, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 7, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Char>::AsReadOnly() */,
{ 11645, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::BinarySearch(T) */,
{ 11647, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::Contains(T) */,
{ 11650, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(T[]) */,
{ 11653, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(T[],System.Int32) */,
{ 11656, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::EnsureCapacity(System.Int32) */,
{ 11657, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::Exists(System.Predicate`1<T>) */,
{ 11658, 7, -1 } /* T System.Collections.Generic.List`1<System.Char>::Find(System.Predicate`1<T>) */,
{ 11659, 7, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Char>::FindAll(System.Predicate`1<T>) */,
{ 11660, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 7, -1 } /* T System.Collections.Generic.List`1<System.Char>::FindLast(System.Predicate`1<T>) */,
{ 11664, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::ForEach(System.Action`1<T>) */,
{ 11668, 7, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Char>::GetEnumerator() */,
{ 11669, 7, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Char>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 7, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 7, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Char>::GetRange(System.Int32,System.Int32) */,
{ 11672, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::IndexOf(T) */,
{ 11673, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::IndexOf(T,System.Int32) */,
{ 11675, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Insert(System.Int32,T) */,
{ 11677, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::LastIndexOf(T) */,
{ 11680, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::LastIndexOf(T,System.Int32) */,
{ 11681, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::Remove(T) */,
{ 11683, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 7, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::RemoveAt(System.Int32) */,
{ 11686, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Reverse() */,
{ 11688, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Reverse(System.Int32,System.Int32) */,
{ 11689, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort() */,
{ 11690, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Comparison`1<T>) */,
{ 11694, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::TrimExcess() */,
{ 11695, 7, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 7, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Char>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 7, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.cctor() */,
{ 11625, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11626, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Int32) */,
{ 11627, 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>) */,
{ 11628, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Capacity() */,
{ 11629, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::set_Capacity(System.Int32) */,
{ 11630, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Count() */,
{ 11631, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 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() */,
{ 11633, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 115, -1 } /* System.Object System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 115, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Item(System.Int32) */,
{ 11637, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::set_Item(System.Int32,T) */,
{ 11638, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IsCompatibleObject(System.Object) */,
{ 11639, 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) */,
{ 11640, 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) */,
{ 11641, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Add(T) */,
{ 11642, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Add(System.Object) */,
{ 11643, 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>) */,
{ 11644, 115, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::AsReadOnly() */,
{ 11645, 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>) */,
{ 11646, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BinarySearch(T) */,
{ 11647, 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>) */,
{ 11648, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Clear() */,
{ 11649, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Contains(T) */,
{ 11650, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[]) */,
{ 11653, 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) */,
{ 11654, 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) */,
{ 11655, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[],System.Int32) */,
{ 11656, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EnsureCapacity(System.Int32) */,
{ 11657, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Exists(System.Predicate`1<T>) */,
{ 11658, 115, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Find(System.Predicate`1<T>) */,
{ 11659, 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>) */,
{ 11660, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 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>) */,
{ 11662, 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>) */,
{ 11663, 115, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindLast(System.Predicate`1<T>) */,
{ 11664, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 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>) */,
{ 11666, 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>) */,
{ 11667, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::ForEach(System.Action`1<T>) */,
{ 11668, 115, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetEnumerator() */,
{ 11669, 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() */,
{ 11670, 115, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 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) */,
{ 11672, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T) */,
{ 11673, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T,System.Int32) */,
{ 11675, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Insert(System.Int32,T) */,
{ 11677, 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) */,
{ 11678, 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>) */,
{ 11679, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T) */,
{ 11680, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T,System.Int32) */,
{ 11681, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Remove(T) */,
{ 11683, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 115, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveAt(System.Int32) */,
{ 11686, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Reverse() */,
{ 11688, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Reverse(System.Int32,System.Int32) */,
{ 11689, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort() */,
{ 11690, 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>) */,
{ 11691, 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>) */,
{ 11692, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(System.Comparison`1<T>) */,
{ 11693, 115, -1 } /* T[] System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::ToArray() */,
{ 11694, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::TrimExcess() */,
{ 11695, 115, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 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>) */,
{ 11697, 115, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.cctor() */,
{ 11625, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::.ctor() */,
{ 11626, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::.ctor(System.Int32) */,
{ 11627, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::get_Capacity() */,
{ 11629, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::set_Capacity(System.Int32) */,
{ 11630, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::get_Count() */,
{ 11631, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 59, -1 } /* System.Object System.Collections.Generic.List`1<System.DateTime>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 59, -1 } /* T System.Collections.Generic.List`1<System.DateTime>::get_Item(System.Int32) */,
{ 11637, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::set_Item(System.Int32,T) */,
{ 11638, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::IsCompatibleObject(System.Object) */,
{ 11639, 59, -1 } /* System.Object System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Add(T) */,
{ 11642, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.Add(System.Object) */,
{ 11643, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 59, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.DateTime>::AsReadOnly() */,
{ 11645, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::BinarySearch(T) */,
{ 11647, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Clear() */,
{ 11649, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::Contains(T) */,
{ 11650, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::CopyTo(T[]) */,
{ 11653, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::CopyTo(T[],System.Int32) */,
{ 11656, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::EnsureCapacity(System.Int32) */,
{ 11657, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::Exists(System.Predicate`1<T>) */,
{ 11658, 59, -1 } /* T System.Collections.Generic.List`1<System.DateTime>::Find(System.Predicate`1<T>) */,
{ 11659, 59, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.DateTime>::FindAll(System.Predicate`1<T>) */,
{ 11660, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 59, -1 } /* T System.Collections.Generic.List`1<System.DateTime>::FindLast(System.Predicate`1<T>) */,
{ 11664, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::ForEach(System.Action`1<T>) */,
{ 11668, 59, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.DateTime>::GetEnumerator() */,
{ 11669, 59, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.DateTime>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 59, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.DateTime>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 59, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.DateTime>::GetRange(System.Int32,System.Int32) */,
{ 11672, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::IndexOf(T) */,
{ 11673, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::IndexOf(T,System.Int32) */,
{ 11675, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Insert(System.Int32,T) */,
{ 11677, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::LastIndexOf(T) */,
{ 11680, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::LastIndexOf(T,System.Int32) */,
{ 11681, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::Remove(T) */,
{ 11683, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 59, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::RemoveAt(System.Int32) */,
{ 11686, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Reverse() */,
{ 11688, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Reverse(System.Int32,System.Int32) */,
{ 11689, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Sort() */,
{ 11690, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Sort(System.Comparison`1<T>) */,
{ 11693, 59, -1 } /* T[] System.Collections.Generic.List`1<System.DateTime>::ToArray() */,
{ 11694, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::TrimExcess() */,
{ 11695, 59, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 59, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.DateTime>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 59, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::.cctor() */,
{ 11625, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::.ctor() */,
{ 11626, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::.ctor(System.Int32) */,
{ 11627, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::get_Capacity() */,
{ 11629, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::set_Capacity(System.Int32) */,
{ 11630, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::get_Count() */,
{ 11631, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 60, -1 } /* System.Object System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 60, -1 } /* T System.Collections.Generic.List`1<System.DateTimeOffset>::get_Item(System.Int32) */,
{ 11637, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::set_Item(System.Int32,T) */,
{ 11638, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::IsCompatibleObject(System.Object) */,
{ 11639, 60, -1 } /* System.Object System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Add(T) */,
{ 11642, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.Add(System.Object) */,
{ 11643, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 60, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.DateTimeOffset>::AsReadOnly() */,
{ 11645, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::BinarySearch(T) */,
{ 11647, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Clear() */,
{ 11649, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::Contains(T) */,
{ 11650, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::CopyTo(T[]) */,
{ 11653, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::CopyTo(T[],System.Int32) */,
{ 11656, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::EnsureCapacity(System.Int32) */,
{ 11657, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::Exists(System.Predicate`1<T>) */,
{ 11658, 60, -1 } /* T System.Collections.Generic.List`1<System.DateTimeOffset>::Find(System.Predicate`1<T>) */,
{ 11659, 60, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.DateTimeOffset>::FindAll(System.Predicate`1<T>) */,
{ 11660, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 60, -1 } /* T System.Collections.Generic.List`1<System.DateTimeOffset>::FindLast(System.Predicate`1<T>) */,
{ 11664, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::ForEach(System.Action`1<T>) */,
{ 11668, 60, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.DateTimeOffset>::GetEnumerator() */,
{ 11669, 60, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 60, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 60, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.DateTimeOffset>::GetRange(System.Int32,System.Int32) */,
{ 11672, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::IndexOf(T) */,
{ 11673, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::IndexOf(T,System.Int32) */,
{ 11675, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Insert(System.Int32,T) */,
{ 11677, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::LastIndexOf(T) */,
{ 11680, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::LastIndexOf(T,System.Int32) */,
{ 11681, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::Remove(T) */,
{ 11683, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 60, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::RemoveAt(System.Int32) */,
{ 11686, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Reverse() */,
{ 11688, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Reverse(System.Int32,System.Int32) */,
{ 11689, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Sort() */,
{ 11690, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Sort(System.Comparison`1<T>) */,
{ 11693, 60, -1 } /* T[] System.Collections.Generic.List`1<System.DateTimeOffset>::ToArray() */,
{ 11694, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::TrimExcess() */,
{ 11695, 60, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 60, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.DateTimeOffset>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 60, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::.cctor() */,
{ 11625, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::.ctor() */,
{ 11626, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::.ctor(System.Int32) */,
{ 11627, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::get_Capacity() */,
{ 11629, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::set_Capacity(System.Int32) */,
{ 11630, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::get_Count() */,
{ 11631, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 61, -1 } /* System.Object System.Collections.Generic.List`1<System.Decimal>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 61, -1 } /* T System.Collections.Generic.List`1<System.Decimal>::get_Item(System.Int32) */,
{ 11637, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::set_Item(System.Int32,T) */,
{ 11638, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::IsCompatibleObject(System.Object) */,
{ 11639, 61, -1 } /* System.Object System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Add(T) */,
{ 11642, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.Add(System.Object) */,
{ 11643, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 61, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Decimal>::AsReadOnly() */,
{ 11645, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::BinarySearch(T) */,
{ 11647, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Clear() */,
{ 11649, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::Contains(T) */,
{ 11650, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::CopyTo(T[]) */,
{ 11653, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::CopyTo(T[],System.Int32) */,
{ 11656, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::EnsureCapacity(System.Int32) */,
{ 11657, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::Exists(System.Predicate`1<T>) */,
{ 11658, 61, -1 } /* T System.Collections.Generic.List`1<System.Decimal>::Find(System.Predicate`1<T>) */,
{ 11659, 61, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Decimal>::FindAll(System.Predicate`1<T>) */,
{ 11660, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 61, -1 } /* T System.Collections.Generic.List`1<System.Decimal>::FindLast(System.Predicate`1<T>) */,
{ 11664, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::ForEach(System.Action`1<T>) */,
{ 11668, 61, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Decimal>::GetEnumerator() */,
{ 11669, 61, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Decimal>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 61, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Decimal>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 61, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Decimal>::GetRange(System.Int32,System.Int32) */,
{ 11672, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::IndexOf(T) */,
{ 11673, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::IndexOf(T,System.Int32) */,
{ 11675, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Insert(System.Int32,T) */,
{ 11677, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::LastIndexOf(T) */,
{ 11680, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::LastIndexOf(T,System.Int32) */,
{ 11681, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::Remove(T) */,
{ 11683, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::RemoveAt(System.Int32) */,
{ 11686, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Reverse() */,
{ 11688, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Reverse(System.Int32,System.Int32) */,
{ 11689, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Sort() */,
{ 11690, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Sort(System.Comparison`1<T>) */,
{ 11693, 61, -1 } /* T[] System.Collections.Generic.List`1<System.Decimal>::ToArray() */,
{ 11694, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::TrimExcess() */,
{ 11695, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 61, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Decimal>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::.cctor() */,
{ 11625, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::.ctor() */,
{ 11626, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::.ctor(System.Int32) */,
{ 11627, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::get_Capacity() */,
{ 11629, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::set_Capacity(System.Int32) */,
{ 11630, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::get_Count() */,
{ 11631, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 81, -1 } /* System.Object System.Collections.Generic.List`1<System.Double>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 81, -1 } /* T System.Collections.Generic.List`1<System.Double>::get_Item(System.Int32) */,
{ 11637, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::set_Item(System.Int32,T) */,
{ 11638, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::IsCompatibleObject(System.Object) */,
{ 11639, 81, -1 } /* System.Object System.Collections.Generic.List`1<System.Double>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Add(T) */,
{ 11642, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::System.Collections.IList.Add(System.Object) */,
{ 11643, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 81, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Double>::AsReadOnly() */,
{ 11645, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::BinarySearch(T) */,
{ 11647, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Clear() */,
{ 11649, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::Contains(T) */,
{ 11650, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::CopyTo(T[]) */,
{ 11653, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::CopyTo(T[],System.Int32) */,
{ 11656, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::EnsureCapacity(System.Int32) */,
{ 11657, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::Exists(System.Predicate`1<T>) */,
{ 11658, 81, -1 } /* T System.Collections.Generic.List`1<System.Double>::Find(System.Predicate`1<T>) */,
{ 11659, 81, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Double>::FindAll(System.Predicate`1<T>) */,
{ 11660, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 81, -1 } /* T System.Collections.Generic.List`1<System.Double>::FindLast(System.Predicate`1<T>) */,
{ 11664, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::ForEach(System.Action`1<T>) */,
{ 11668, 81, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Double>::GetEnumerator() */,
{ 11669, 81, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Double>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 81, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Double>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 81, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Double>::GetRange(System.Int32,System.Int32) */,
{ 11672, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::IndexOf(T) */,
{ 11673, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::IndexOf(T,System.Int32) */,
{ 11675, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Insert(System.Int32,T) */,
{ 11677, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::LastIndexOf(T) */,
{ 11680, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::LastIndexOf(T,System.Int32) */,
{ 11681, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::Remove(T) */,
{ 11683, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 81, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::RemoveAt(System.Int32) */,
{ 11686, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Reverse() */,
{ 11688, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Reverse(System.Int32,System.Int32) */,
{ 11689, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Sort() */,
{ 11690, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Sort(System.Comparison`1<T>) */,
{ 11693, 81, -1 } /* T[] System.Collections.Generic.List`1<System.Double>::ToArray() */,
{ 11694, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::TrimExcess() */,
{ 11695, 81, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 81, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Double>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 81, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::.cctor() */,
{ 11625, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::.ctor() */,
{ 11626, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::.ctor(System.Int32) */,
{ 11627, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::get_Capacity() */,
{ 11629, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::set_Capacity(System.Int32) */,
{ 11630, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::get_Count() */,
{ 11631, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 95, -1 } /* System.Object System.Collections.Generic.List`1<System.Int16>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 95, -1 } /* T System.Collections.Generic.List`1<System.Int16>::get_Item(System.Int32) */,
{ 11637, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::set_Item(System.Int32,T) */,
{ 11638, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::IsCompatibleObject(System.Object) */,
{ 11639, 95, -1 } /* System.Object System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Add(T) */,
{ 11642, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.Add(System.Object) */,
{ 11643, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 95, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int16>::AsReadOnly() */,
{ 11645, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::BinarySearch(T) */,
{ 11647, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Clear() */,
{ 11649, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::Contains(T) */,
{ 11650, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::CopyTo(T[]) */,
{ 11653, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::CopyTo(T[],System.Int32) */,
{ 11656, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::EnsureCapacity(System.Int32) */,
{ 11657, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::Exists(System.Predicate`1<T>) */,
{ 11658, 95, -1 } /* T System.Collections.Generic.List`1<System.Int16>::Find(System.Predicate`1<T>) */,
{ 11659, 95, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int16>::FindAll(System.Predicate`1<T>) */,
{ 11660, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 95, -1 } /* T System.Collections.Generic.List`1<System.Int16>::FindLast(System.Predicate`1<T>) */,
{ 11664, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::ForEach(System.Action`1<T>) */,
{ 11668, 95, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int16>::GetEnumerator() */,
{ 11669, 95, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int16>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 95, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 95, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int16>::GetRange(System.Int32,System.Int32) */,
{ 11672, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::IndexOf(T) */,
{ 11673, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::IndexOf(T,System.Int32) */,
{ 11675, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Insert(System.Int32,T) */,
{ 11677, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::LastIndexOf(T) */,
{ 11680, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::LastIndexOf(T,System.Int32) */,
{ 11681, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::Remove(T) */,
{ 11683, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 95, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::RemoveAt(System.Int32) */,
{ 11686, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Reverse() */,
{ 11688, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Reverse(System.Int32,System.Int32) */,
{ 11689, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Sort() */,
{ 11690, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Sort(System.Comparison`1<T>) */,
{ 11693, 95, -1 } /* T[] System.Collections.Generic.List`1<System.Int16>::ToArray() */,
{ 11694, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::TrimExcess() */,
{ 11695, 95, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 95, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Int16>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 95, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::.cctor() */,
{ 11626, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor(System.Int32) */,
{ 11627, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Capacity() */,
{ 11631, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 16, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11638, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::IsCompatibleObject(System.Object) */,
{ 11639, 16, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Add(System.Object) */,
{ 11644, 16, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int32>::AsReadOnly() */,
{ 11645, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::BinarySearch(T) */,
{ 11647, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11650, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(T[]) */,
{ 11653, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(T[],System.Int32) */,
{ 11656, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::EnsureCapacity(System.Int32) */,
{ 11657, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::Exists(System.Predicate`1<T>) */,
{ 11658, 16, -1 } /* T System.Collections.Generic.List`1<System.Int32>::Find(System.Predicate`1<T>) */,
{ 11659, 16, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int32>::FindAll(System.Predicate`1<T>) */,
{ 11660, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 16, -1 } /* T System.Collections.Generic.List`1<System.Int32>::FindLast(System.Predicate`1<T>) */,
{ 11664, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::ForEach(System.Action`1<T>) */,
{ 11669, 16, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 16, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 16, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int32>::GetRange(System.Int32,System.Int32) */,
{ 11672, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::IndexOf(T) */,
{ 11673, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::IndexOf(T,System.Int32) */,
{ 11675, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Insert(System.Int32,T) */,
{ 11677, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11679, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::LastIndexOf(T) */,
{ 11680, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::LastIndexOf(T,System.Int32) */,
{ 11681, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11683, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 16, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::RemoveAll(System.Predicate`1<T>) */,
{ 11686, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Reverse() */,
{ 11688, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Reverse(System.Int32,System.Int32) */,
{ 11689, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort() */,
{ 11690, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Comparison`1<T>) */,
{ 11694, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::TrimExcess() */,
{ 11695, 16, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 16, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Int32>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 16, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.cctor() */,
{ 11625, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor() */,
{ 11626, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor(System.Int32) */,
{ 11627, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::get_Capacity() */,
{ 11629, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::set_Capacity(System.Int32) */,
{ 11630, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::get_Count() */,
{ 11631, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 90, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 90, -1 } /* T System.Collections.Generic.List`1<System.Int32Enum>::get_Item(System.Int32) */,
{ 11637, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::set_Item(System.Int32,T) */,
{ 11638, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::IsCompatibleObject(System.Object) */,
{ 11639, 90, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Add(T) */,
{ 11642, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Add(System.Object) */,
{ 11643, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 90, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int32Enum>::AsReadOnly() */,
{ 11645, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::BinarySearch(T) */,
{ 11647, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Clear() */,
{ 11649, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::Contains(T) */,
{ 11650, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(T[]) */,
{ 11653, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(T[],System.Int32) */,
{ 11656, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::EnsureCapacity(System.Int32) */,
{ 11657, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::Exists(System.Predicate`1<T>) */,
{ 11658, 90, -1 } /* T System.Collections.Generic.List`1<System.Int32Enum>::Find(System.Predicate`1<T>) */,
{ 11659, 90, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int32Enum>::FindAll(System.Predicate`1<T>) */,
{ 11660, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 90, -1 } /* T System.Collections.Generic.List`1<System.Int32Enum>::FindLast(System.Predicate`1<T>) */,
{ 11664, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::ForEach(System.Action`1<T>) */,
{ 11668, 90, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int32Enum>::GetEnumerator() */,
{ 11669, 90, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 90, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 90, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int32Enum>::GetRange(System.Int32,System.Int32) */,
{ 11672, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::IndexOf(T) */,
{ 11673, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::IndexOf(T,System.Int32) */,
{ 11675, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Insert(System.Int32,T) */,
{ 11677, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::LastIndexOf(T) */,
{ 11680, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::LastIndexOf(T,System.Int32) */,
{ 11681, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::Remove(T) */,
{ 11683, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 90, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::RemoveAt(System.Int32) */,
{ 11686, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Reverse() */,
{ 11688, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Reverse(System.Int32,System.Int32) */,
{ 11689, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort() */,
{ 11690, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Comparison`1<T>) */,
{ 11693, 90, -1 } /* T[] System.Collections.Generic.List`1<System.Int32Enum>::ToArray() */,
{ 11694, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::TrimExcess() */,
{ 11695, 90, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 90, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Int32Enum>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 90, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.cctor() */,
{ 11626, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor(System.Int32) */,
{ 11627, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::get_Capacity() */,
{ 11629, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::set_Capacity(System.Int32) */,
{ 11631, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 37, -1 } /* System.Object System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::set_Item(System.Int32,T) */,
{ 11638, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::IsCompatibleObject(System.Object) */,
{ 11639, 37, -1 } /* System.Object System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Add(System.Object) */,
{ 11643, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 37, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int64>::AsReadOnly() */,
{ 11645, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::BinarySearch(T) */,
{ 11647, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Clear() */,
{ 11649, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::Contains(T) */,
{ 11650, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(T[]) */,
{ 11653, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(T[],System.Int32) */,
{ 11656, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::EnsureCapacity(System.Int32) */,
{ 11657, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::Exists(System.Predicate`1<T>) */,
{ 11658, 37, -1 } /* T System.Collections.Generic.List`1<System.Int64>::Find(System.Predicate`1<T>) */,
{ 11659, 37, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int64>::FindAll(System.Predicate`1<T>) */,
{ 11660, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 37, -1 } /* T System.Collections.Generic.List`1<System.Int64>::FindLast(System.Predicate`1<T>) */,
{ 11664, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::ForEach(System.Action`1<T>) */,
{ 11668, 37, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int64>::GetEnumerator() */,
{ 11669, 37, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 37, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 37, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Int64>::GetRange(System.Int32,System.Int32) */,
{ 11672, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::IndexOf(T) */,
{ 11673, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::IndexOf(T,System.Int32) */,
{ 11675, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Insert(System.Int32,T) */,
{ 11677, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::LastIndexOf(T) */,
{ 11680, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::LastIndexOf(T,System.Int32) */,
{ 11681, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::Remove(T) */,
{ 11683, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 37, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::RemoveAt(System.Int32) */,
{ 11686, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Reverse() */,
{ 11688, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Reverse(System.Int32,System.Int32) */,
{ 11689, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort() */,
{ 11690, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Comparison`1<T>) */,
{ 11693, 37, -1 } /* T[] System.Collections.Generic.List`1<System.Int64>::ToArray() */,
{ 11694, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::TrimExcess() */,
{ 11695, 37, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 37, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Int64>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 37, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.cctor() */,
{ 11625, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::.ctor() */,
{ 11626, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::.ctor(System.Int32) */,
{ 11627, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::get_Capacity() */,
{ 11629, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::set_Capacity(System.Int32) */,
{ 11630, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::get_Count() */,
{ 11631, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 108, -1 } /* System.Object System.Collections.Generic.List`1<System.SByte>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 108, -1 } /* T System.Collections.Generic.List`1<System.SByte>::get_Item(System.Int32) */,
{ 11637, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::set_Item(System.Int32,T) */,
{ 11638, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::IsCompatibleObject(System.Object) */,
{ 11639, 108, -1 } /* System.Object System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Add(T) */,
{ 11642, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.Add(System.Object) */,
{ 11643, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 108, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.SByte>::AsReadOnly() */,
{ 11645, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::BinarySearch(T) */,
{ 11647, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Clear() */,
{ 11649, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::Contains(T) */,
{ 11650, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::CopyTo(T[]) */,
{ 11653, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::CopyTo(T[],System.Int32) */,
{ 11656, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::EnsureCapacity(System.Int32) */,
{ 11657, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::Exists(System.Predicate`1<T>) */,
{ 11658, 108, -1 } /* T System.Collections.Generic.List`1<System.SByte>::Find(System.Predicate`1<T>) */,
{ 11659, 108, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.SByte>::FindAll(System.Predicate`1<T>) */,
{ 11660, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 108, -1 } /* T System.Collections.Generic.List`1<System.SByte>::FindLast(System.Predicate`1<T>) */,
{ 11664, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::ForEach(System.Action`1<T>) */,
{ 11668, 108, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.SByte>::GetEnumerator() */,
{ 11669, 108, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.SByte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 108, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.SByte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 108, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.SByte>::GetRange(System.Int32,System.Int32) */,
{ 11672, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::IndexOf(T) */,
{ 11673, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::IndexOf(T,System.Int32) */,
{ 11675, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Insert(System.Int32,T) */,
{ 11677, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::LastIndexOf(T) */,
{ 11680, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::LastIndexOf(T,System.Int32) */,
{ 11681, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::Remove(T) */,
{ 11683, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 108, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::RemoveAt(System.Int32) */,
{ 11686, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Reverse() */,
{ 11688, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Reverse(System.Int32,System.Int32) */,
{ 11689, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Sort() */,
{ 11690, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Sort(System.Comparison`1<T>) */,
{ 11693, 108, -1 } /* T[] System.Collections.Generic.List`1<System.SByte>::ToArray() */,
{ 11694, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::TrimExcess() */,
{ 11695, 108, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 108, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.SByte>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 108, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::.cctor() */,
{ 11626, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor(System.Int32) */,
{ 11627, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::get_Capacity() */,
{ 11629, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::set_Capacity(System.Int32) */,
{ 11631, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 109, -1 } /* System.Object System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::set_Item(System.Int32,T) */,
{ 11638, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::IsCompatibleObject(System.Object) */,
{ 11639, 109, -1 } /* System.Object System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Add(System.Object) */,
{ 11643, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 109, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Single>::AsReadOnly() */,
{ 11645, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::BinarySearch(T) */,
{ 11647, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::Contains(T) */,
{ 11650, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(T[]) */,
{ 11653, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(T[],System.Int32) */,
{ 11656, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::EnsureCapacity(System.Int32) */,
{ 11657, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::Exists(System.Predicate`1<T>) */,
{ 11658, 109, -1 } /* T System.Collections.Generic.List`1<System.Single>::Find(System.Predicate`1<T>) */,
{ 11659, 109, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Single>::FindAll(System.Predicate`1<T>) */,
{ 11660, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 109, -1 } /* T System.Collections.Generic.List`1<System.Single>::FindLast(System.Predicate`1<T>) */,
{ 11664, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::ForEach(System.Action`1<T>) */,
{ 11668, 109, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Single>::GetEnumerator() */,
{ 11669, 109, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Single>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 109, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Single>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 109, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.Single>::GetRange(System.Int32,System.Int32) */,
{ 11672, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::IndexOf(T) */,
{ 11673, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::IndexOf(T,System.Int32) */,
{ 11675, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Insert(System.Int32,T) */,
{ 11677, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::LastIndexOf(T) */,
{ 11680, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::LastIndexOf(T,System.Int32) */,
{ 11681, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::Remove(T) */,
{ 11683, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 109, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::RemoveAt(System.Int32) */,
{ 11686, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Reverse() */,
{ 11688, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Reverse(System.Int32,System.Int32) */,
{ 11689, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort() */,
{ 11690, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Comparison`1<T>) */,
{ 11693, 109, -1 } /* T[] System.Collections.Generic.List`1<System.Single>::ToArray() */,
{ 11694, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::TrimExcess() */,
{ 11695, 109, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 109, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.Single>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 109, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.cctor() */,
{ 11625, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::.ctor() */,
{ 11626, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::.ctor(System.Int32) */,
{ 11627, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::get_Capacity() */,
{ 11629, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::set_Capacity(System.Int32) */,
{ 11630, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::get_Count() */,
{ 11631, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 110, -1 } /* System.Object System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 110, -1 } /* T System.Collections.Generic.List`1<System.TimeSpan>::get_Item(System.Int32) */,
{ 11637, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::set_Item(System.Int32,T) */,
{ 11638, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::IsCompatibleObject(System.Object) */,
{ 11639, 110, -1 } /* System.Object System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Add(T) */,
{ 11642, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.Add(System.Object) */,
{ 11643, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 110, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.TimeSpan>::AsReadOnly() */,
{ 11645, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::BinarySearch(T) */,
{ 11647, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Clear() */,
{ 11649, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::Contains(T) */,
{ 11650, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::CopyTo(T[]) */,
{ 11653, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::CopyTo(T[],System.Int32) */,
{ 11656, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::EnsureCapacity(System.Int32) */,
{ 11657, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::Exists(System.Predicate`1<T>) */,
{ 11658, 110, -1 } /* T System.Collections.Generic.List`1<System.TimeSpan>::Find(System.Predicate`1<T>) */,
{ 11659, 110, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.TimeSpan>::FindAll(System.Predicate`1<T>) */,
{ 11660, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 110, -1 } /* T System.Collections.Generic.List`1<System.TimeSpan>::FindLast(System.Predicate`1<T>) */,
{ 11664, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::ForEach(System.Action`1<T>) */,
{ 11668, 110, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.TimeSpan>::GetEnumerator() */,
{ 11669, 110, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 110, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 110, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.TimeSpan>::GetRange(System.Int32,System.Int32) */,
{ 11672, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::IndexOf(T) */,
{ 11673, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::IndexOf(T,System.Int32) */,
{ 11675, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Insert(System.Int32,T) */,
{ 11677, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::LastIndexOf(T) */,
{ 11680, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::LastIndexOf(T,System.Int32) */,
{ 11681, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::Remove(T) */,
{ 11683, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::RemoveAt(System.Int32) */,
{ 11686, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Reverse() */,
{ 11688, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Reverse(System.Int32,System.Int32) */,
{ 11689, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Sort() */,
{ 11690, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Sort(System.Comparison`1<T>) */,
{ 11693, 110, -1 } /* T[] System.Collections.Generic.List`1<System.TimeSpan>::ToArray() */,
{ 11694, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::TrimExcess() */,
{ 11695, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 110, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.TimeSpan>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::.cctor() */,
{ 11625, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::.ctor() */,
{ 11626, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::.ctor(System.Int32) */,
{ 11627, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::get_Capacity() */,
{ 11629, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::set_Capacity(System.Int32) */,
{ 11630, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::get_Count() */,
{ 11631, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 134, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt16>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 134, -1 } /* T System.Collections.Generic.List`1<System.UInt16>::get_Item(System.Int32) */,
{ 11637, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::set_Item(System.Int32,T) */,
{ 11638, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::IsCompatibleObject(System.Object) */,
{ 11639, 134, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Add(T) */,
{ 11642, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.Add(System.Object) */,
{ 11643, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 134, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.UInt16>::AsReadOnly() */,
{ 11645, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::BinarySearch(T) */,
{ 11647, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Clear() */,
{ 11649, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::Contains(T) */,
{ 11650, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::CopyTo(T[]) */,
{ 11653, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::CopyTo(T[],System.Int32) */,
{ 11656, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::EnsureCapacity(System.Int32) */,
{ 11657, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::Exists(System.Predicate`1<T>) */,
{ 11658, 134, -1 } /* T System.Collections.Generic.List`1<System.UInt16>::Find(System.Predicate`1<T>) */,
{ 11659, 134, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.UInt16>::FindAll(System.Predicate`1<T>) */,
{ 11660, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 134, -1 } /* T System.Collections.Generic.List`1<System.UInt16>::FindLast(System.Predicate`1<T>) */,
{ 11664, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::ForEach(System.Action`1<T>) */,
{ 11668, 134, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.UInt16>::GetEnumerator() */,
{ 11669, 134, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.UInt16>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 134, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.UInt16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 134, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.UInt16>::GetRange(System.Int32,System.Int32) */,
{ 11672, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::IndexOf(T) */,
{ 11673, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::IndexOf(T,System.Int32) */,
{ 11675, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Insert(System.Int32,T) */,
{ 11677, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::LastIndexOf(T) */,
{ 11680, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::LastIndexOf(T,System.Int32) */,
{ 11681, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::Remove(T) */,
{ 11683, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 134, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::RemoveAt(System.Int32) */,
{ 11686, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Reverse() */,
{ 11688, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Reverse(System.Int32,System.Int32) */,
{ 11689, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Sort() */,
{ 11690, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Sort(System.Comparison`1<T>) */,
{ 11693, 134, -1 } /* T[] System.Collections.Generic.List`1<System.UInt16>::ToArray() */,
{ 11694, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::TrimExcess() */,
{ 11695, 134, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 134, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.UInt16>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 134, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::.cctor() */,
{ 11625, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor() */,
{ 11626, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor(System.Int32) */,
{ 11627, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Capacity() */,
{ 11629, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::set_Capacity(System.Int32) */,
{ 11630, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Count() */,
{ 11631, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 21, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 21, -1 } /* T System.Collections.Generic.List`1<System.UInt32>::get_Item(System.Int32) */,
{ 11637, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::set_Item(System.Int32,T) */,
{ 11638, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::IsCompatibleObject(System.Object) */,
{ 11639, 21, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T) */,
{ 11642, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.Add(System.Object) */,
{ 11643, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 21, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.UInt32>::AsReadOnly() */,
{ 11645, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::BinarySearch(T) */,
{ 11647, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Clear() */,
{ 11649, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::Contains(T) */,
{ 11650, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::CopyTo(T[]) */,
{ 11653, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::CopyTo(T[],System.Int32) */,
{ 11656, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::EnsureCapacity(System.Int32) */,
{ 11657, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::Exists(System.Predicate`1<T>) */,
{ 11658, 21, -1 } /* T System.Collections.Generic.List`1<System.UInt32>::Find(System.Predicate`1<T>) */,
{ 11659, 21, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.UInt32>::FindAll(System.Predicate`1<T>) */,
{ 11660, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 21, -1 } /* T System.Collections.Generic.List`1<System.UInt32>::FindLast(System.Predicate`1<T>) */,
{ 11664, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::ForEach(System.Action`1<T>) */,
{ 11668, 21, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.UInt32>::GetEnumerator() */,
{ 11669, 21, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.UInt32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 21, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.UInt32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 21, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.UInt32>::GetRange(System.Int32,System.Int32) */,
{ 11672, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::IndexOf(T) */,
{ 11673, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::IndexOf(T,System.Int32) */,
{ 11675, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Insert(System.Int32,T) */,
{ 11677, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::LastIndexOf(T) */,
{ 11680, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::LastIndexOf(T,System.Int32) */,
{ 11681, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::Remove(T) */,
{ 11683, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 21, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::RemoveAt(System.Int32) */,
{ 11686, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Reverse() */,
{ 11688, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Reverse(System.Int32,System.Int32) */,
{ 11689, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Sort() */,
{ 11690, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Sort(System.Comparison`1<T>) */,
{ 11693, 21, -1 } /* T[] System.Collections.Generic.List`1<System.UInt32>::ToArray() */,
{ 11694, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::TrimExcess() */,
{ 11695, 21, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 21, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.UInt32>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 21, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::.cctor() */,
{ 11625, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::.ctor() */,
{ 11626, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::.ctor(System.Int32) */,
{ 11627, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::get_Capacity() */,
{ 11629, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::set_Capacity(System.Int32) */,
{ 11630, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::get_Count() */,
{ 11631, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 82, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt64>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 82, -1 } /* T System.Collections.Generic.List`1<System.UInt64>::get_Item(System.Int32) */,
{ 11637, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::set_Item(System.Int32,T) */,
{ 11638, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::IsCompatibleObject(System.Object) */,
{ 11639, 82, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Add(T) */,
{ 11642, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.Add(System.Object) */,
{ 11643, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 82, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.UInt64>::AsReadOnly() */,
{ 11645, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::BinarySearch(T) */,
{ 11647, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Clear() */,
{ 11649, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::Contains(T) */,
{ 11650, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::CopyTo(T[]) */,
{ 11653, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::CopyTo(T[],System.Int32) */,
{ 11656, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::EnsureCapacity(System.Int32) */,
{ 11657, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::Exists(System.Predicate`1<T>) */,
{ 11658, 82, -1 } /* T System.Collections.Generic.List`1<System.UInt64>::Find(System.Predicate`1<T>) */,
{ 11659, 82, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.UInt64>::FindAll(System.Predicate`1<T>) */,
{ 11660, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 82, -1 } /* T System.Collections.Generic.List`1<System.UInt64>::FindLast(System.Predicate`1<T>) */,
{ 11664, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::ForEach(System.Action`1<T>) */,
{ 11668, 82, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.UInt64>::GetEnumerator() */,
{ 11669, 82, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.UInt64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 82, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.UInt64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 82, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<System.UInt64>::GetRange(System.Int32,System.Int32) */,
{ 11672, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::IndexOf(T) */,
{ 11673, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::IndexOf(T,System.Int32) */,
{ 11675, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Insert(System.Int32,T) */,
{ 11677, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::LastIndexOf(T) */,
{ 11680, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::LastIndexOf(T,System.Int32) */,
{ 11681, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::Remove(T) */,
{ 11683, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 82, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::RemoveAt(System.Int32) */,
{ 11686, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Reverse() */,
{ 11688, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Reverse(System.Int32,System.Int32) */,
{ 11689, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Sort() */,
{ 11690, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Sort(System.Comparison`1<T>) */,
{ 11693, 82, -1 } /* T[] System.Collections.Generic.List`1<System.UInt64>::ToArray() */,
{ 11694, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::TrimExcess() */,
{ 11695, 82, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 82, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<System.UInt64>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 82, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::.cctor() */,
{ 11625, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11626, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Int32) */,
{ 11627, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::get_Capacity() */,
{ 11629, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::set_Capacity(System.Int32) */,
{ 11630, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::get_Count() */,
{ 11631, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 625, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 625, -1 } /* T System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::get_Item(System.Int32) */,
{ 11637, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::set_Item(System.Int32,T) */,
{ 11638, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::IsCompatibleObject(System.Object) */,
{ 11639, 625, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Add(T) */,
{ 11642, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Add(System.Object) */,
{ 11643, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 625, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::AsReadOnly() */,
{ 11645, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::BinarySearch(T) */,
{ 11647, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Clear() */,
{ 11649, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Contains(T) */,
{ 11650, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::CopyTo(T[]) */,
{ 11653, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::CopyTo(T[],System.Int32) */,
{ 11656, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::EnsureCapacity(System.Int32) */,
{ 11657, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Exists(System.Predicate`1<T>) */,
{ 11658, 625, -1 } /* T System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Find(System.Predicate`1<T>) */,
{ 11659, 625, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindAll(System.Predicate`1<T>) */,
{ 11660, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 625, -1 } /* T System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindLast(System.Predicate`1<T>) */,
{ 11664, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::ForEach(System.Action`1<T>) */,
{ 11668, 625, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::GetEnumerator() */,
{ 11669, 625, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 625, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 625, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::GetRange(System.Int32,System.Int32) */,
{ 11672, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::IndexOf(T) */,
{ 11673, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::IndexOf(T,System.Int32) */,
{ 11675, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Insert(System.Int32,T) */,
{ 11677, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T) */,
{ 11680, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T,System.Int32) */,
{ 11681, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Remove(T) */,
{ 11683, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 625, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::RemoveAt(System.Int32) */,
{ 11686, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Reverse() */,
{ 11688, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Reverse(System.Int32,System.Int32) */,
{ 11689, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Sort() */,
{ 11690, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Sort(System.Comparison`1<T>) */,
{ 11693, 625, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::ToArray() */,
{ 11694, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::TrimExcess() */,
{ 11695, 625, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 625, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 625, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>::.cctor() */,
{ 11626, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Int32) */,
{ 11627, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Capacity() */,
{ 11629, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::set_Capacity(System.Int32) */,
{ 11631, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 510, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_SyncRoot() */,
{ 11638, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IsCompatibleObject(System.Object) */,
{ 11639, 510, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Add(T) */,
{ 11642, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Add(System.Object) */,
{ 11643, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 510, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::AsReadOnly() */,
{ 11645, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(T) */,
{ 11647, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Clear() */,
{ 11649, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Contains(T) */,
{ 11650, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[]) */,
{ 11653, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[],System.Int32) */,
{ 11656, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EnsureCapacity(System.Int32) */,
{ 11657, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Exists(System.Predicate`1<T>) */,
{ 11658, 510, -1 } /* T System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Find(System.Predicate`1<T>) */,
{ 11659, 510, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindAll(System.Predicate`1<T>) */,
{ 11660, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 510, -1 } /* T System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindLast(System.Predicate`1<T>) */,
{ 11664, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::ForEach(System.Action`1<T>) */,
{ 11668, 510, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetEnumerator() */,
{ 11669, 510, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 510, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 510, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetRange(System.Int32,System.Int32) */,
{ 11672, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T) */,
{ 11673, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T,System.Int32) */,
{ 11675, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T,System.Int32,System.Int32) */,
{ 11677, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T) */,
{ 11680, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T,System.Int32) */,
{ 11681, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Remove(T) */,
{ 11683, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 510, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveAll(System.Predicate`1<T>) */,
{ 11686, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Reverse() */,
{ 11688, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Reverse(System.Int32,System.Int32) */,
{ 11689, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort() */,
{ 11690, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Comparison`1<T>) */,
{ 11693, 510, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::ToArray() */,
{ 11694, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::TrimExcess() */,
{ 11695, 510, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 510, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 510, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.cctor() */,
{ 11626, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor(System.Int32) */,
{ 11627, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Capacity() */,
{ 11629, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::set_Capacity(System.Int32) */,
{ 11630, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Count() */,
{ 11631, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 521, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11638, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::IsCompatibleObject(System.Object) */,
{ 11639, 521, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Add(System.Object) */,
{ 11644, 521, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::AsReadOnly() */,
{ 11645, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::BinarySearch(T) */,
{ 11647, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::Contains(T) */,
{ 11650, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(T[]) */,
{ 11653, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(T[],System.Int32) */,
{ 11656, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::EnsureCapacity(System.Int32) */,
{ 11657, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::Exists(System.Predicate`1<T>) */,
{ 11658, 521, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color32>::Find(System.Predicate`1<T>) */,
{ 11659, 521, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::FindAll(System.Predicate`1<T>) */,
{ 11660, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 521, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color32>::FindLast(System.Predicate`1<T>) */,
{ 11664, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::ForEach(System.Action`1<T>) */,
{ 11668, 521, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Color32>::GetEnumerator() */,
{ 11669, 521, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 521, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 521, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::GetRange(System.Int32,System.Int32) */,
{ 11672, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::IndexOf(T) */,
{ 11673, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::IndexOf(T,System.Int32) */,
{ 11675, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Insert(System.Int32,T) */,
{ 11677, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11679, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::LastIndexOf(T) */,
{ 11680, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::LastIndexOf(T,System.Int32) */,
{ 11681, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::Remove(T) */,
{ 11683, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveAt(System.Int32) */,
{ 11687, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Reverse() */,
{ 11688, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Reverse(System.Int32,System.Int32) */,
{ 11689, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort() */,
{ 11690, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Comparison`1<T>) */,
{ 11693, 521, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Color32>::ToArray() */,
{ 11694, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::TrimExcess() */,
{ 11695, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 521, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.cctor() */,
{ 11625, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor() */,
{ 11626, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor(System.Int32) */,
{ 11627, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::get_Capacity() */,
{ 11629, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::set_Capacity(System.Int32) */,
{ 11631, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 518, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 518, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color>::get_Item(System.Int32) */,
{ 11637, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::set_Item(System.Int32,T) */,
{ 11638, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::IsCompatibleObject(System.Object) */,
{ 11639, 518, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Add(T) */,
{ 11642, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Add(System.Object) */,
{ 11643, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 518, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::AsReadOnly() */,
{ 11645, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::BinarySearch(T) */,
{ 11647, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::Contains(T) */,
{ 11650, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(T[]) */,
{ 11653, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(T[],System.Int32) */,
{ 11656, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::EnsureCapacity(System.Int32) */,
{ 11657, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::Exists(System.Predicate`1<T>) */,
{ 11658, 518, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color>::Find(System.Predicate`1<T>) */,
{ 11659, 518, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::FindAll(System.Predicate`1<T>) */,
{ 11660, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 518, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color>::FindLast(System.Predicate`1<T>) */,
{ 11664, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::ForEach(System.Action`1<T>) */,
{ 11668, 518, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Color>::GetEnumerator() */,
{ 11669, 518, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 518, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 518, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::GetRange(System.Int32,System.Int32) */,
{ 11672, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::IndexOf(T) */,
{ 11673, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::IndexOf(T,System.Int32) */,
{ 11675, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Insert(System.Int32,T) */,
{ 11677, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::LastIndexOf(T) */,
{ 11680, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::LastIndexOf(T,System.Int32) */,
{ 11681, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::Remove(T) */,
{ 11683, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 518, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::RemoveAt(System.Int32) */,
{ 11686, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Reverse() */,
{ 11688, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Reverse(System.Int32,System.Int32) */,
{ 11689, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort() */,
{ 11690, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Comparison`1<T>) */,
{ 11693, 518, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Color>::ToArray() */,
{ 11694, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::TrimExcess() */,
{ 11695, 518, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 518, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 518, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.cctor() */,
{ 11625, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11626, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::.ctor(System.Int32) */,
{ 11627, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::get_Capacity() */,
{ 11629, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::set_Capacity(System.Int32) */,
{ 11631, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 517, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 517, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::get_Item(System.Int32) */,
{ 11637, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::set_Item(System.Int32,T) */,
{ 11638, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::IsCompatibleObject(System.Object) */,
{ 11639, 517, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Add(T) */,
{ 11642, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.Add(System.Object) */,
{ 11643, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 517, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::AsReadOnly() */,
{ 11645, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::BinarySearch(T) */,
{ 11647, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Contains(T) */,
{ 11650, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::CopyTo(T[]) */,
{ 11653, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::CopyTo(T[],System.Int32) */,
{ 11656, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::EnsureCapacity(System.Int32) */,
{ 11657, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Exists(System.Predicate`1<T>) */,
{ 11658, 517, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Find(System.Predicate`1<T>) */,
{ 11659, 517, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindAll(System.Predicate`1<T>) */,
{ 11660, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 517, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindLast(System.Predicate`1<T>) */,
{ 11664, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::ForEach(System.Action`1<T>) */,
{ 11668, 517, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::GetEnumerator() */,
{ 11669, 517, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 517, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 517, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::GetRange(System.Int32,System.Int32) */,
{ 11672, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::IndexOf(T) */,
{ 11673, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::IndexOf(T,System.Int32) */,
{ 11675, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Insert(System.Int32,T) */,
{ 11677, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::LastIndexOf(T) */,
{ 11680, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::LastIndexOf(T,System.Int32) */,
{ 11681, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Remove(T) */,
{ 11683, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::RemoveAt(System.Int32) */,
{ 11686, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Reverse() */,
{ 11688, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Reverse(System.Int32,System.Int32) */,
{ 11689, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Sort() */,
{ 11690, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Sort(System.Comparison`1<T>) */,
{ 11693, 517, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::ToArray() */,
{ 11694, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::TrimExcess() */,
{ 11695, 517, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 517, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Matrix4x4>::.cctor() */,
{ 11625, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11626, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Int32) */,
{ 11627, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::get_Capacity() */,
{ 11629, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::set_Capacity(System.Int32) */,
{ 11630, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::get_Count() */,
{ 11631, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 656, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 656, -1 } /* T System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::get_Item(System.Int32) */,
{ 11637, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::set_Item(System.Int32,T) */,
{ 11638, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::IsCompatibleObject(System.Object) */,
{ 11639, 656, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Add(T) */,
{ 11642, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Add(System.Object) */,
{ 11643, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 656, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::AsReadOnly() */,
{ 11645, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::BinarySearch(T) */,
{ 11647, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Clear() */,
{ 11649, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Contains(T) */,
{ 11650, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::CopyTo(T[]) */,
{ 11653, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::CopyTo(T[],System.Int32) */,
{ 11656, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::EnsureCapacity(System.Int32) */,
{ 11657, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Exists(System.Predicate`1<T>) */,
{ 11658, 656, -1 } /* T System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Find(System.Predicate`1<T>) */,
{ 11659, 656, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindAll(System.Predicate`1<T>) */,
{ 11660, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 656, -1 } /* T System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindLast(System.Predicate`1<T>) */,
{ 11664, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::ForEach(System.Action`1<T>) */,
{ 11668, 656, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::GetEnumerator() */,
{ 11669, 656, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 656, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 656, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::GetRange(System.Int32,System.Int32) */,
{ 11672, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T) */,
{ 11673, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T,System.Int32) */,
{ 11675, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Insert(System.Int32,T) */,
{ 11677, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T) */,
{ 11680, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T,System.Int32) */,
{ 11681, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Remove(T) */,
{ 11683, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::RemoveAt(System.Int32) */,
{ 11686, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Reverse() */,
{ 11688, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Reverse(System.Int32,System.Int32) */,
{ 11689, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Sort() */,
{ 11690, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Sort(System.Comparison`1<T>) */,
{ 11693, 656, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::ToArray() */,
{ 11694, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::TrimExcess() */,
{ 11695, 656, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 656, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.ParticleSystem/Particle>::.cctor() */,
{ 11625, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11626, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::.ctor(System.Int32) */,
{ 11627, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::get_Capacity() */,
{ 11629, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::set_Capacity(System.Int32) */,
{ 11630, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::get_Count() */,
{ 11631, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 601, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 601, -1 } /* T System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::get_Item(System.Int32) */,
{ 11637, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::set_Item(System.Int32,T) */,
{ 11638, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::IsCompatibleObject(System.Object) */,
{ 11639, 601, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Add(T) */,
{ 11642, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Add(System.Object) */,
{ 11643, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 601, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::AsReadOnly() */,
{ 11645, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::BinarySearch(T) */,
{ 11647, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Clear() */,
{ 11649, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Contains(T) */,
{ 11650, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::CopyTo(T[]) */,
{ 11653, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::CopyTo(T[],System.Int32) */,
{ 11656, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::EnsureCapacity(System.Int32) */,
{ 11657, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Exists(System.Predicate`1<T>) */,
{ 11658, 601, -1 } /* T System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Find(System.Predicate`1<T>) */,
{ 11659, 601, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindAll(System.Predicate`1<T>) */,
{ 11660, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 601, -1 } /* T System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindLast(System.Predicate`1<T>) */,
{ 11664, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::ForEach(System.Action`1<T>) */,
{ 11668, 601, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::GetEnumerator() */,
{ 11669, 601, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 601, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 601, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::GetRange(System.Int32,System.Int32) */,
{ 11672, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::IndexOf(T) */,
{ 11673, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::IndexOf(T,System.Int32) */,
{ 11675, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Insert(System.Int32,T) */,
{ 11677, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::LastIndexOf(T) */,
{ 11680, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::LastIndexOf(T,System.Int32) */,
{ 11681, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Remove(T) */,
{ 11683, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 601, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::RemoveAt(System.Int32) */,
{ 11686, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Reverse() */,
{ 11688, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Reverse(System.Int32,System.Int32) */,
{ 11689, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Sort() */,
{ 11690, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Sort(System.Comparison`1<T>) */,
{ 11693, 601, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::ToArray() */,
{ 11694, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::TrimExcess() */,
{ 11695, 601, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 601, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 601, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>::.cctor() */,
{ 11626, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.ctor(System.Int32) */,
{ 11627, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Capacity() */,
{ 11629, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::set_Capacity(System.Int32) */,
{ 11631, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 508, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::set_Item(System.Int32,T) */,
{ 11638, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::IsCompatibleObject(System.Object) */,
{ 11639, 508, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.Add(System.Object) */,
{ 11643, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 508, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::AsReadOnly() */,
{ 11645, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::BinarySearch(T) */,
{ 11647, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::Contains(T) */,
{ 11650, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::CopyTo(T[]) */,
{ 11653, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::CopyTo(T[],System.Int32) */,
{ 11656, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::EnsureCapacity(System.Int32) */,
{ 11657, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::Exists(System.Predicate`1<T>) */,
{ 11658, 508, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rect>::Find(System.Predicate`1<T>) */,
{ 11659, 508, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::FindAll(System.Predicate`1<T>) */,
{ 11660, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 508, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rect>::FindLast(System.Predicate`1<T>) */,
{ 11664, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::ForEach(System.Action`1<T>) */,
{ 11668, 508, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Rect>::GetEnumerator() */,
{ 11669, 508, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 508, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 508, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::GetRange(System.Int32,System.Int32) */,
{ 11672, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::IndexOf(T) */,
{ 11673, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::IndexOf(T,System.Int32) */,
{ 11675, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Insert(System.Int32,T) */,
{ 11677, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::LastIndexOf(T) */,
{ 11680, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::LastIndexOf(T,System.Int32) */,
{ 11681, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::Remove(T) */,
{ 11683, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 508, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::RemoveAt(System.Int32) */,
{ 11686, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Reverse() */,
{ 11688, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Reverse(System.Int32,System.Int32) */,
{ 11689, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Sort() */,
{ 11690, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Sort(System.Comparison`1<T>) */,
{ 11693, 508, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Rect>::ToArray() */,
{ 11694, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::TrimExcess() */,
{ 11695, 508, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rect>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 508, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Rect>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 508, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.cctor() */,
{ 11625, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11626, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Int32) */,
{ 11627, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Capacity() */,
{ 11629, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::set_Capacity(System.Int32) */,
{ 11630, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Count() */,
{ 11631, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 515, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 11636, 515, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Item(System.Int32) */,
{ 11637, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::set_Item(System.Int32,T) */,
{ 11638, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IsCompatibleObject(System.Object) */,
{ 11639, 515, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11641, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Add(T) */,
{ 11642, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Add(System.Object) */,
{ 11643, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 515, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::AsReadOnly() */,
{ 11645, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BinarySearch(T) */,
{ 11647, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11648, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Clear() */,
{ 11649, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Contains(T) */,
{ 11650, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(T[]) */,
{ 11653, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(T[],System.Int32) */,
{ 11656, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::EnsureCapacity(System.Int32) */,
{ 11657, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Exists(System.Predicate`1<T>) */,
{ 11658, 515, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Find(System.Predicate`1<T>) */,
{ 11659, 515, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindAll(System.Predicate`1<T>) */,
{ 11660, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 515, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindLast(System.Predicate`1<T>) */,
{ 11664, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::ForEach(System.Action`1<T>) */,
{ 11668, 515, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetEnumerator() */,
{ 11669, 515, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 515, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 515, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetRange(System.Int32,System.Int32) */,
{ 11672, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T) */,
{ 11673, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T,System.Int32) */,
{ 11675, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Insert(System.Int32,T) */,
{ 11677, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T) */,
{ 11680, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T,System.Int32) */,
{ 11681, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Remove(T) */,
{ 11683, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 515, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::RemoveAt(System.Int32) */,
{ 11686, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Reverse() */,
{ 11688, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Reverse(System.Int32,System.Int32) */,
{ 11689, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort() */,
{ 11690, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Sort(System.Comparison`1<T>) */,
{ 11693, 515, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::ToArray() */,
{ 11694, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::TrimExcess() */,
{ 11695, 515, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 515, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.cctor() */,
{ 11625, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11626, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Int32) */,
{ 11627, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Capacity() */,
{ 11629, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::set_Capacity(System.Int32) */,
{ 11631, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 686, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::set_Item(System.Int32,T) */,
{ 11638, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::IsCompatibleObject(System.Object) */,
{ 11639, 686, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Add(System.Object) */,
{ 11643, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11644, 686, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::AsReadOnly() */,
{ 11645, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::BinarySearch(T) */,
{ 11647, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Contains(T) */,
{ 11650, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(T[]) */,
{ 11653, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(T[],System.Int32) */,
{ 11656, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::EnsureCapacity(System.Int32) */,
{ 11657, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Exists(System.Predicate`1<T>) */,
{ 11658, 686, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Find(System.Predicate`1<T>) */,
{ 11659, 686, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindAll(System.Predicate`1<T>) */,
{ 11660, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 686, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindLast(System.Predicate`1<T>) */,
{ 11664, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::ForEach(System.Action`1<T>) */,
{ 11668, 686, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetEnumerator() */,
{ 11669, 686, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 686, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 686, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetRange(System.Int32,System.Int32) */,
{ 11672, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T) */,
{ 11673, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T,System.Int32) */,
{ 11675, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Insert(System.Int32,T) */,
{ 11677, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T) */,
{ 11680, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T,System.Int32) */,
{ 11681, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Remove(T) */,
{ 11683, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 686, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::RemoveAt(System.Int32) */,
{ 11686, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Reverse() */,
{ 11688, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Reverse(System.Int32,System.Int32) */,
{ 11689, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort() */,
{ 11690, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Sort(System.Comparison`1<T>) */,
{ 11693, 686, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::ToArray() */,
{ 11694, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::TrimExcess() */,
{ 11695, 686, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 686, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 686, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>::.cctor() */,
{ 11625, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11627, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Capacity() */,
{ 11629, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::set_Capacity(System.Int32) */,
{ 11631, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 534, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::set_Item(System.Int32,T) */,
{ 11638, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IsCompatibleObject(System.Object) */,
{ 11639, 534, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Add(System.Object) */,
{ 11644, 534, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::AsReadOnly() */,
{ 11645, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(T) */,
{ 11647, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Contains(T) */,
{ 11650, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[]) */,
{ 11653, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[],System.Int32) */,
{ 11656, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EnsureCapacity(System.Int32) */,
{ 11657, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Exists(System.Predicate`1<T>) */,
{ 11658, 534, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Find(System.Predicate`1<T>) */,
{ 11659, 534, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindAll(System.Predicate`1<T>) */,
{ 11660, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 534, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindLast(System.Predicate`1<T>) */,
{ 11664, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::ForEach(System.Action`1<T>) */,
{ 11668, 534, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetEnumerator() */,
{ 11669, 534, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 534, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 534, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetRange(System.Int32,System.Int32) */,
{ 11672, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T) */,
{ 11673, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T,System.Int32) */,
{ 11675, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Insert(System.Int32,T) */,
{ 11677, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T) */,
{ 11680, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T,System.Int32) */,
{ 11681, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11683, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 534, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveAt(System.Int32) */,
{ 11686, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Reverse() */,
{ 11688, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Reverse(System.Int32,System.Int32) */,
{ 11689, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort() */,
{ 11690, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Comparison`1<T>) */,
{ 11693, 534, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::ToArray() */,
{ 11694, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::TrimExcess() */,
{ 11695, 534, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 534, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 534, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.cctor() */,
{ 11626, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor(System.Int32) */,
{ 11627, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Capacity() */,
{ 11629, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::set_Capacity(System.Int32) */,
{ 11631, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 513, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.get_SyncRoot() */,
{ 11637, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::set_Item(System.Int32,T) */,
{ 11638, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::IsCompatibleObject(System.Object) */,
{ 11639, 513, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Add(System.Object) */,
{ 11644, 513, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::AsReadOnly() */,
{ 11645, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::BinarySearch(T) */,
{ 11647, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::Contains(T) */,
{ 11650, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(T[]) */,
{ 11653, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(T[],System.Int32) */,
{ 11656, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::EnsureCapacity(System.Int32) */,
{ 11657, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::Exists(System.Predicate`1<T>) */,
{ 11658, 513, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector2>::Find(System.Predicate`1<T>) */,
{ 11659, 513, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::FindAll(System.Predicate`1<T>) */,
{ 11660, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 513, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector2>::FindLast(System.Predicate`1<T>) */,
{ 11664, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::ForEach(System.Action`1<T>) */,
{ 11668, 513, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::GetEnumerator() */,
{ 11669, 513, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 513, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 513, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::GetRange(System.Int32,System.Int32) */,
{ 11672, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::IndexOf(T) */,
{ 11673, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::IndexOf(T,System.Int32) */,
{ 11675, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Insert(System.Int32,T) */,
{ 11677, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11678, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11679, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::LastIndexOf(T) */,
{ 11680, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::LastIndexOf(T,System.Int32) */,
{ 11681, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::Remove(T) */,
{ 11683, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 513, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveAt(System.Int32) */,
{ 11686, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveRange(System.Int32,System.Int32) */,
{ 11687, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Reverse() */,
{ 11688, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Reverse(System.Int32,System.Int32) */,
{ 11689, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort() */,
{ 11690, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Comparison`1<T>) */,
{ 11693, 513, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Vector2>::ToArray() */,
{ 11694, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::TrimExcess() */,
{ 11695, 513, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 513, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 513, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.cctor() */,
{ 11626, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor(System.Int32) */,
{ 11627, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Capacity() */,
{ 11629, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::set_Capacity(System.Int32) */,
{ 11631, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 502, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.get_SyncRoot() */,
{ 11638, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::IsCompatibleObject(System.Object) */,
{ 11639, 502, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Add(System.Object) */,
{ 11644, 502, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::AsReadOnly() */,
{ 11645, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::BinarySearch(T) */,
{ 11647, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::Contains(T) */,
{ 11650, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(T[]) */,
{ 11653, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(T[],System.Int32) */,
{ 11656, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::EnsureCapacity(System.Int32) */,
{ 11657, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::Exists(System.Predicate`1<T>) */,
{ 11658, 502, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector3>::Find(System.Predicate`1<T>) */,
{ 11659, 502, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::FindAll(System.Predicate`1<T>) */,
{ 11660, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 502, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector3>::FindLast(System.Predicate`1<T>) */,
{ 11664, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::ForEach(System.Action`1<T>) */,
{ 11668, 502, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::GetEnumerator() */,
{ 11669, 502, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 502, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 502, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::GetRange(System.Int32,System.Int32) */,
{ 11672, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::IndexOf(T) */,
{ 11673, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::IndexOf(T,System.Int32) */,
{ 11675, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::IndexOf(T,System.Int32,System.Int32) */,
{ 11677, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11679, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::LastIndexOf(T) */,
{ 11680, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::LastIndexOf(T,System.Int32) */,
{ 11681, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::Remove(T) */,
{ 11683, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 502, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveAt(System.Int32) */,
{ 11687, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Reverse() */,
{ 11688, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Reverse(System.Int32,System.Int32) */,
{ 11689, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort() */,
{ 11690, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Comparison`1<T>) */,
{ 11693, 502, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Vector3>::ToArray() */,
{ 11694, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::TrimExcess() */,
{ 11695, 502, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 502, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 502, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.cctor() */,
{ 11626, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor(System.Int32) */,
{ 11627, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 11628, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Capacity() */,
{ 11629, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::set_Capacity(System.Int32) */,
{ 11631, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_IsFixedSize() */,
{ 11632, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11633, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_IsReadOnly() */,
{ 11634, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11635, 516, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.get_SyncRoot() */,
{ 11638, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::IsCompatibleObject(System.Object) */,
{ 11639, 516, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_Item(System.Int32) */,
{ 11640, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11642, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Add(System.Object) */,
{ 11644, 516, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::AsReadOnly() */,
{ 11645, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11646, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::BinarySearch(T) */,
{ 11647, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::BinarySearch(T,System.Collections.Generic.IComparer`1<T>) */,
{ 11649, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::Contains(T) */,
{ 11650, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Contains(System.Object) */,
{ 11652, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(T[]) */,
{ 11653, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11654, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 11655, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(T[],System.Int32) */,
{ 11656, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::EnsureCapacity(System.Int32) */,
{ 11657, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::Exists(System.Predicate`1<T>) */,
{ 11658, 516, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector4>::Find(System.Predicate`1<T>) */,
{ 11659, 516, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::FindAll(System.Predicate`1<T>) */,
{ 11660, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindIndex(System.Predicate`1<T>) */,
{ 11661, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindIndex(System.Int32,System.Predicate`1<T>) */,
{ 11662, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11663, 516, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector4>::FindLast(System.Predicate`1<T>) */,
{ 11664, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindLastIndex(System.Predicate`1<T>) */,
{ 11665, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindLastIndex(System.Int32,System.Predicate`1<T>) */,
{ 11666, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11667, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::ForEach(System.Action`1<T>) */,
{ 11668, 516, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::GetEnumerator() */,
{ 11669, 516, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 11670, 516, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11671, 516, -1 } /* System.Collections.Generic.List`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::GetRange(System.Int32,System.Int32) */,
{ 11672, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::IndexOf(T) */,
{ 11673, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.IndexOf(System.Object) */,
{ 11674, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::IndexOf(T,System.Int32) */,
{ 11675, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::IndexOf(T,System.Int32,System.Int32) */,
{ 11676, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Insert(System.Int32,T) */,
{ 11677, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11679, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::LastIndexOf(T) */,
{ 11680, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::LastIndexOf(T,System.Int32) */,
{ 11681, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 11682, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::Remove(T) */,
{ 11683, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Remove(System.Object) */,
{ 11684, 516, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveAll(System.Predicate`1<T>) */,
{ 11685, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveAt(System.Int32) */,
{ 11687, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Reverse() */,
{ 11688, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Reverse(System.Int32,System.Int32) */,
{ 11689, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort() */,
{ 11690, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 11691, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11692, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Comparison`1<T>) */,
{ 11693, 516, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Vector4>::ToArray() */,
{ 11694, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::TrimExcess() */,
{ 11695, 516, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::TrueForAll(System.Predicate`1<T>) */,
{ 11696, 516, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::Synchronized(System.Collections.Generic.List`1<T>) */,
{ 11697, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.cctor() */,
{ 11512, 1647, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.GPath/Segment>::Compare(T,T) */,
{ 11513, 1647, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<FairyGUI.GPath/Segment>::Equals(System.Object) */,
{ 11514, 1647, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.GPath/Segment>::GetHashCode() */,
{ 11515, 1647, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11512, 1648, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.GPathPoint>::Compare(T,T) */,
{ 11513, 1648, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<FairyGUI.GPathPoint>::Equals(System.Object) */,
{ 11514, 1648, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.GPathPoint>::GetHashCode() */,
{ 11515, 1648, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11512, 1140, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.TextField/CharPosition>::Compare(T,T) */,
{ 11513, 1140, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<FairyGUI.TextField/CharPosition>::Equals(System.Object) */,
{ 11514, 1140, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<FairyGUI.TextField/CharPosition>::GetHashCode() */,
{ 11515, 1140, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11512, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Boolean>::Compare(T,T) */,
{ 11513, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Boolean>::Equals(System.Object) */,
{ 11514, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Boolean>::GetHashCode() */,
{ 11515, 47, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Boolean>::.ctor() */,
{ 11512, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Byte>::Compare(T,T) */,
{ 11513, 6, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Byte>::Equals(System.Object) */,
{ 11514, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Byte>::GetHashCode() */,
{ 11515, 6, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Byte>::.ctor() */,
{ 11512, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Char>::Compare(T,T) */,
{ 11513, 7, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Char>::Equals(System.Object) */,
{ 11514, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Char>::GetHashCode() */,
{ 11515, 7, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Char>::.ctor() */,
{ 11512, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Compare(T,T) */,
{ 11513, 115, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(System.Object) */,
{ 11514, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode() */,
{ 11515, 115, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11512, 59, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.DateTime>::Compare(T,T) */,
{ 11513, 59, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.DateTime>::Equals(System.Object) */,
{ 11514, 59, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.DateTime>::GetHashCode() */,
{ 11515, 59, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.DateTime>::.ctor() */,
{ 11512, 60, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.DateTimeOffset>::Compare(T,T) */,
{ 11513, 60, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.DateTimeOffset>::Equals(System.Object) */,
{ 11514, 60, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.DateTimeOffset>::GetHashCode() */,
{ 11515, 60, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.DateTimeOffset>::.ctor() */,
{ 11512, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Decimal>::Compare(T,T) */,
{ 11513, 61, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Decimal>::Equals(System.Object) */,
{ 11514, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Decimal>::GetHashCode() */,
{ 11515, 61, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Decimal>::.ctor() */,
{ 11512, 81, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Double>::Compare(T,T) */,
{ 11513, 81, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Double>::Equals(System.Object) */,
{ 11514, 81, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Double>::GetHashCode() */,
{ 11515, 81, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Double>::.ctor() */,
{ 11512, 95, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int16>::Compare(T,T) */,
{ 11513, 95, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int16>::Equals(System.Object) */,
{ 11514, 95, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int16>::GetHashCode() */,
{ 11515, 95, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int16>::.ctor() */,
{ 11512, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32>::Compare(T,T) */,
{ 11513, 16, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int32>::Equals(System.Object) */,
{ 11514, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32>::GetHashCode() */,
{ 11515, 16, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int32>::.ctor() */,
{ 11512, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::Compare(T,T) */,
{ 11513, 90, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 11514, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::GetHashCode() */,
{ 11515, 90, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::.ctor() */,
{ 11512, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int64>::Compare(T,T) */,
{ 11513, 37, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int64>::Equals(System.Object) */,
{ 11514, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int64>::GetHashCode() */,
{ 11515, 37, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int64>::.ctor() */,
{ 11512, 108, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.SByte>::Compare(T,T) */,
{ 11513, 108, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.SByte>::Equals(System.Object) */,
{ 11514, 108, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.SByte>::GetHashCode() */,
{ 11515, 108, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.SByte>::.ctor() */,
{ 11512, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Single>::Compare(T,T) */,
{ 11513, 109, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Single>::Equals(System.Object) */,
{ 11514, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Single>::GetHashCode() */,
{ 11515, 109, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Single>::.ctor() */,
{ 11512, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.TimeSpan>::Compare(T,T) */,
{ 11513, 110, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.TimeSpan>::Equals(System.Object) */,
{ 11514, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.TimeSpan>::GetHashCode() */,
{ 11515, 110, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.TimeSpan>::.ctor() */,
{ 11512, 134, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt16>::Compare(T,T) */,
{ 11513, 134, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.UInt16>::Equals(System.Object) */,
{ 11514, 134, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt16>::GetHashCode() */,
{ 11515, 134, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.UInt16>::.ctor() */,
{ 11512, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt32>::Compare(T,T) */,
{ 11513, 21, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.UInt32>::Equals(System.Object) */,
{ 11514, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt32>::GetHashCode() */,
{ 11515, 21, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.UInt32>::.ctor() */,
{ 11512, 82, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt64>::Compare(T,T) */,
{ 11513, 82, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.UInt64>::Equals(System.Object) */,
{ 11514, 82, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt64>::GetHashCode() */,
{ 11515, 82, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.UInt64>::.ctor() */,
{ 11512, 625, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.AnimatorClipInfo>::Compare(T,T) */,
{ 11513, 625, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.AnimatorClipInfo>::Equals(System.Object) */,
{ 11514, 625, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.AnimatorClipInfo>::GetHashCode() */,
{ 11515, 625, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11512, 510, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Compare(T,T) */,
{ 11513, 510, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(System.Object) */,
{ 11514, 510, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode() */,
{ 11515, 510, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11512, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::Compare(T,T) */,
{ 11513, 521, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::Equals(System.Object) */,
{ 11514, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::GetHashCode() */,
{ 11515, 521, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::.ctor() */,
{ 11512, 518, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::Compare(T,T) */,
{ 11513, 518, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 11514, 518, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 11515, 518, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::.ctor() */,
{ 11512, 517, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Matrix4x4>::Compare(T,T) */,
{ 11513, 517, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Matrix4x4>::Equals(System.Object) */,
{ 11514, 517, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Matrix4x4>::GetHashCode() */,
{ 11515, 517, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11512, 656, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.ParticleSystem/Particle>::Compare(T,T) */,
{ 11513, 656, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.ParticleSystem/Particle>::Equals(System.Object) */,
{ 11514, 656, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.ParticleSystem/Particle>::GetHashCode() */,
{ 11515, 656, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11512, 601, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>::Compare(T,T) */,
{ 11513, 601, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>::Equals(System.Object) */,
{ 11514, 601, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>::GetHashCode() */,
{ 11515, 601, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11512, 508, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Rect>::Compare(T,T) */,
{ 11513, 508, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Rect>::Equals(System.Object) */,
{ 11514, 508, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Rect>::GetHashCode() */,
{ 11515, 508, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Rect>::.ctor() */,
{ 11512, 515, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Compare(T,T) */,
{ 11513, 515, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Equals(System.Object) */,
{ 11514, 515, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetHashCode() */,
{ 11515, 515, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11512, 686, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Compare(T,T) */,
{ 11513, 686, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Equals(System.Object) */,
{ 11514, 686, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetHashCode() */,
{ 11515, 686, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11512, 534, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Compare(T,T) */,
{ 11513, 534, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(System.Object) */,
{ 11514, 534, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode() */,
{ 11515, 534, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11512, 513, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::Compare(T,T) */,
{ 11513, 513, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 11514, 513, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 11515, 513, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11512, 502, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::Compare(T,T) */,
{ 11513, 502, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 11514, 502, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 11515, 502, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11512, 516, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::Compare(T,T) */,
{ 11513, 516, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 11514, 516, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 11515, 516, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 11551, 1647, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::Equals(T,T) */,
{ 11552, 1647, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::GetHashCode(T) */,
{ 11553, 1647, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 1647, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 1647, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::Equals(System.Object) */,
{ 11556, 1647, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::GetHashCode() */,
{ 11557, 1647, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPath/Segment>::.ctor() */,
{ 11551, 1648, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::Equals(T,T) */,
{ 11552, 1648, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::GetHashCode(T) */,
{ 11553, 1648, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 1648, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 1648, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::Equals(System.Object) */,
{ 11556, 1648, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::GetHashCode() */,
{ 11557, 1648, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.GPathPoint>::.ctor() */,
{ 11551, 1140, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::Equals(T,T) */,
{ 11552, 1140, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::GetHashCode(T) */,
{ 11553, 1140, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 1140, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 1140, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::Equals(System.Object) */,
{ 11556, 1140, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::GetHashCode() */,
{ 11557, 1140, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<FairyGUI.TextField/CharPosition>::.ctor() */,
{ 11551, 359, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::Equals(T,T) */,
{ 11552, 359, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::GetHashCode(T) */,
{ 11553, 359, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 359, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 359, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::Equals(System.Object) */,
{ 11556, 359, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::GetHashCode() */,
{ 11557, 359, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::.ctor() */,
{ 11551, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::Equals(T,T) */,
{ 11552, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::GetHashCode(T) */,
{ 11553, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::Equals(System.Object) */,
{ 11556, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::GetHashCode() */,
{ 11557, 47, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::.ctor() */,
{ 11551, 6, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::Equals(T,T) */,
{ 11552, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::GetHashCode(T) */,
{ 11553, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 6, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::Equals(System.Object) */,
{ 11556, 6, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::GetHashCode() */,
{ 11557, 6, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::.ctor() */,
{ 11551, 7, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::Equals(T,T) */,
{ 11552, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::GetHashCode(T) */,
{ 11553, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 7, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::Equals(System.Object) */,
{ 11556, 7, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::GetHashCode() */,
{ 11557, 7, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::.ctor() */,
{ 11551, 115, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(T,T) */,
{ 11552, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode(T) */,
{ 11553, 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) */,
{ 11554, 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) */,
{ 11555, 115, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(System.Object) */,
{ 11556, 115, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode() */,
{ 11557, 115, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 11551, 59, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::Equals(T,T) */,
{ 11552, 59, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::GetHashCode(T) */,
{ 11553, 59, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 59, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 59, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::Equals(System.Object) */,
{ 11556, 59, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::GetHashCode() */,
{ 11557, 59, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::.ctor() */,
{ 11551, 60, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::Equals(T,T) */,
{ 11552, 60, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::GetHashCode(T) */,
{ 11553, 60, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 60, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 60, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::Equals(System.Object) */,
{ 11556, 60, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::GetHashCode() */,
{ 11557, 60, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::.ctor() */,
{ 11551, 61, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::Equals(T,T) */,
{ 11552, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::GetHashCode(T) */,
{ 11553, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 61, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::Equals(System.Object) */,
{ 11556, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::GetHashCode() */,
{ 11557, 61, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::.ctor() */,
{ 11551, 81, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::Equals(T,T) */,
{ 11552, 81, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::GetHashCode(T) */,
{ 11553, 81, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 81, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 81, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::Equals(System.Object) */,
{ 11556, 81, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::GetHashCode() */,
{ 11557, 81, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::.ctor() */,
{ 11551, 94, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::Equals(T,T) */,
{ 11552, 94, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::GetHashCode(T) */,
{ 11553, 94, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 94, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 94, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::Equals(System.Object) */,
{ 11556, 94, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::GetHashCode() */,
{ 11557, 94, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::.ctor() */,
{ 11551, 95, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::Equals(T,T) */,
{ 11552, 95, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::GetHashCode(T) */,
{ 11553, 95, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 95, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 95, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::Equals(System.Object) */,
{ 11556, 95, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::GetHashCode() */,
{ 11557, 95, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::.ctor() */,
{ 11551, 16, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::Equals(T,T) */,
{ 11552, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::GetHashCode(T) */,
{ 11553, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 16, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::Equals(System.Object) */,
{ 11556, 16, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::GetHashCode() */,
{ 11557, 16, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::.ctor() */,
{ 11551, 90, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::Equals(T,T) */,
{ 11552, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::GetHashCode(T) */,
{ 11553, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 90, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 11556, 90, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::GetHashCode() */,
{ 11557, 90, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 11551, 37, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::Equals(T,T) */,
{ 11552, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::GetHashCode(T) */,
{ 11553, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 37, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::Equals(System.Object) */,
{ 11556, 37, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::GetHashCode() */,
{ 11557, 37, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::.ctor() */,
{ 11551, 85, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::Equals(T,T) */,
{ 11552, 85, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::GetHashCode(T) */,
{ 11553, 85, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 85, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 85, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::Equals(System.Object) */,
{ 11556, 85, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::GetHashCode() */,
{ 11557, 85, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.IntPtr>::.ctor() */,
{ 11551, 1427, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::Equals(T,T) */,
{ 11552, 1427, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::GetHashCode(T) */,
{ 11553, 1427, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 1427, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 1427, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::Equals(System.Object) */,
{ 11556, 1427, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::GetHashCode() */,
{ 11557, 1427, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Nullable`1<UnityEngine.RaycastHit>>::.ctor() */,
{ 11551, 170, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::Equals(T,T) */,
{ 11552, 170, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::GetHashCode(T) */,
{ 11553, 170, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 170, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 170, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::Equals(System.Object) */,
{ 11556, 170, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::GetHashCode() */,
{ 11557, 170, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::.ctor() */,
{ 11551, 108, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::Equals(T,T) */,
{ 11552, 108, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::GetHashCode(T) */,
{ 11553, 108, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 108, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 108, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::Equals(System.Object) */,
{ 11556, 108, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::GetHashCode() */,
{ 11557, 108, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::.ctor() */,
{ 11551, 109, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::Equals(T,T) */,
{ 11552, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::GetHashCode(T) */,
{ 11553, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 109, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::Equals(System.Object) */,
{ 11556, 109, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::GetHashCode() */,
{ 11557, 109, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::.ctor() */,
{ 11551, 110, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::Equals(T,T) */,
{ 11552, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::GetHashCode(T) */,
{ 11553, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 110, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::Equals(System.Object) */,
{ 11556, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::GetHashCode() */,
{ 11557, 110, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::.ctor() */,
{ 11551, 134, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::Equals(T,T) */,
{ 11552, 134, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::GetHashCode(T) */,
{ 11553, 134, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 134, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 134, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::Equals(System.Object) */,
{ 11556, 134, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::GetHashCode() */,
{ 11557, 134, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::.ctor() */,
{ 11551, 21, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::Equals(T,T) */,
{ 11552, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::GetHashCode(T) */,
{ 11553, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 21, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::Equals(System.Object) */,
{ 11556, 21, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::GetHashCode() */,
{ 11557, 21, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::.ctor() */,
{ 11551, 82, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::Equals(T,T) */,
{ 11552, 82, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::GetHashCode(T) */,
{ 11553, 82, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 82, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 82, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::Equals(System.Object) */,
{ 11556, 82, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::GetHashCode() */,
{ 11557, 82, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::.ctor() */,
{ 11551, 625, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::Equals(T,T) */,
{ 11552, 625, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::GetHashCode(T) */,
{ 11553, 625, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 625, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 625, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::Equals(System.Object) */,
{ 11556, 625, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::GetHashCode() */,
{ 11557, 625, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.AnimatorClipInfo>::.ctor() */,
{ 11551, 510, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(T,T) */,
{ 11552, 510, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode(T) */,
{ 11553, 510, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 510, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 510, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(System.Object) */,
{ 11556, 510, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode() */,
{ 11557, 510, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 11551, 521, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::Equals(T,T) */,
{ 11552, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::GetHashCode(T) */,
{ 11553, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 521, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::Equals(System.Object) */,
{ 11556, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::GetHashCode() */,
{ 11557, 521, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::.ctor() */,
{ 11551, 518, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::Equals(T,T) */,
{ 11552, 518, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::GetHashCode(T) */,
{ 11553, 518, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 518, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 518, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 11556, 518, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 11557, 518, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 11551, 667, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::Equals(T,T) */,
{ 11552, 667, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::GetHashCode(T) */,
{ 11553, 667, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 667, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 667, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::Equals(System.Object) */,
{ 11556, 667, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::GetHashCode() */,
{ 11557, 667, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord>::.ctor() */,
{ 11551, 517, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::Equals(T,T) */,
{ 11552, 517, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::GetHashCode(T) */,
{ 11553, 517, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 517, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 517, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::Equals(System.Object) */,
{ 11556, 517, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::GetHashCode() */,
{ 11557, 517, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Matrix4x4>::.ctor() */,
{ 11551, 656, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::Equals(T,T) */,
{ 11552, 656, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::GetHashCode(T) */,
{ 11553, 656, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 656, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 656, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::Equals(System.Object) */,
{ 11556, 656, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::GetHashCode() */,
{ 11557, 656, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.ParticleSystem/Particle>::.ctor() */,
{ 11551, 601, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::Equals(T,T) */,
{ 11552, 601, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::GetHashCode(T) */,
{ 11553, 601, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 601, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 601, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::Equals(System.Object) */,
{ 11556, 601, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::GetHashCode() */,
{ 11557, 601, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 11551, 508, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::Equals(T,T) */,
{ 11552, 508, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::GetHashCode(T) */,
{ 11553, 508, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 508, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 508, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::Equals(System.Object) */,
{ 11556, 508, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::GetHashCode() */,
{ 11557, 508, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rect>::.ctor() */,
{ 11551, 515, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Equals(T,T) */,
{ 11552, 515, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetHashCode(T) */,
{ 11553, 515, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 515, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 515, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Equals(System.Object) */,
{ 11556, 515, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetHashCode() */,
{ 11557, 515, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor() */,
{ 11551, 686, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Equals(T,T) */,
{ 11552, 686, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetHashCode(T) */,
{ 11553, 686, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 686, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 686, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::Equals(System.Object) */,
{ 11556, 686, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetHashCode() */,
{ 11557, 686, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor() */,
{ 11551, 833, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::Equals(T,T) */,
{ 11552, 833, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::GetHashCode(T) */,
{ 11553, 833, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 833, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 833, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::Equals(System.Object) */,
{ 11556, 833, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::GetHashCode() */,
{ 11557, 833, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StyleSheetCache/SheetHandleKey>::.ctor() */,
{ 11551, 534, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(T,T) */,
{ 11552, 534, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode(T) */,
{ 11553, 534, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 534, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 534, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(System.Object) */,
{ 11556, 534, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode() */,
{ 11557, 534, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 11551, 513, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::Equals(T,T) */,
{ 11552, 513, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::GetHashCode(T) */,
{ 11553, 513, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 513, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 513, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 11556, 513, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 11557, 513, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 11551, 502, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::Equals(T,T) */,
{ 11552, 502, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::GetHashCode(T) */,
{ 11553, 502, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 502, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 502, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 11556, 502, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 11557, 502, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 11551, 516, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::Equals(T,T) */,
{ 11552, 516, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::GetHashCode(T) */,
{ 11553, 516, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11554, 516, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11555, 516, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 11556, 516, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 11557, 516, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 18793, 37, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Int64>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 18794, 37, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Int64>::Dispose() */,
{ 18795, 37, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<System.Int64>::MoveNext() */,
{ 18796, 37, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<System.Int64>::get_Current() */,
{ 18797, 37, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Int64>::ThrowEnumerationNotStartedOrEnded() */,
{ 18798, 37, -1 } /* System.Object System.Collections.Generic.Queue`1/Enumerator<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 18799, 37, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 18793, 674, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 18794, 674, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::Dispose() */,
{ 18795, 674, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::MoveNext() */,
{ 18796, 674, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::get_Current() */,
{ 18797, 674, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::ThrowEnumerationNotStartedOrEnded() */,
{ 18798, 674, -1 } /* System.Object System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.get_Current() */,
{ 18799, 674, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerator.Reset() */,
{ 18780, 37, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.Int64>::get_Count() */,
{ 18781, 37, -1 } /* System.Boolean System.Collections.Generic.Queue`1<System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18782, 37, -1 } /* System.Object System.Collections.Generic.Queue`1<System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 18783, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18785, 37, -1 } /* System.Collections.Generic.Queue`1/Enumerator<T> System.Collections.Generic.Queue`1<System.Int64>::GetEnumerator() */,
{ 18786, 37, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Queue`1<System.Int64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18787, 37, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Queue`1<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18789, 37, -1 } /* T[] System.Collections.Generic.Queue`1<System.Int64>::ToArray() */,
{ 18790, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::SetCapacity(System.Int32) */,
{ 18791, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::MoveNext(System.Int32&) */,
{ 18792, 37, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Int64>::ThrowForEmptyQueue() */,
{ 18779, 674, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.ctor() */,
{ 18781, 674, -1 } /* System.Boolean System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18782, 674, -1 } /* System.Object System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.ICollection.get_SyncRoot() */,
{ 18783, 674, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18785, 674, -1 } /* System.Collections.Generic.Queue`1/Enumerator<T> System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::GetEnumerator() */,
{ 18786, 674, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18787, 674, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18789, 674, -1 } /* T[] System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::ToArray() */,
{ 18790, 674, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::SetCapacity(System.Int32) */,
{ 18791, 674, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::MoveNext(System.Int32&) */,
{ 18792, 674, -1 } /* System.Void System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::ThrowForEmptyQueue() */,
{ 18920, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 18921, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::Dispose() */,
{ 18922, 1642, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::MoveNext() */,
{ 18923, 1642, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::get_Current() */,
{ 18924, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::ThrowEnumerationNotStartedOrEnded() */,
{ 18925, 1642, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.get_Current() */,
{ 18926, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerator.Reset() */,
{ 18920, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 18921, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::Dispose() */,
{ 18922, 1334, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::MoveNext() */,
{ 18923, 1334, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::get_Current() */,
{ 18924, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::ThrowEnumerationNotStartedOrEnded() */,
{ 18925, 1334, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.get_Current() */,
{ 18926, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerator.Reset() */,
{ 18920, 364, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 18921, 364, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Dispose() */,
{ 18922, 364, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::MoveNext() */,
{ 18923, 364, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Current() */,
{ 18924, 364, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::ThrowEnumerationNotStartedOrEnded() */,
{ 18925, 364, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.get_Current() */,
{ 18926, 364, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.Reset() */,
{ 18920, 676, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 18921, 676, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Dispose() */,
{ 18922, 676, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::MoveNext() */,
{ 18923, 676, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::get_Current() */,
{ 18924, 676, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::ThrowEnumerationNotStartedOrEnded() */,
{ 18925, 676, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.get_Current() */,
{ 18926, 676, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerator.Reset() */,
{ 18909, 1642, -1 } /* System.Boolean System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18910, 1642, -1 } /* System.Object System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 18912, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18913, 1642, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18914, 1642, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18915, 1642, -1 } /* T System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::Peek() */,
{ 18918, 1642, -1 } /* T[] System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::ToArray() */,
{ 18919, 1642, -1 } /* System.Void System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>::ThrowForEmptyStack() */,
{ 18908, 1334, -1 } /* System.Int32 System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::get_Count() */,
{ 18909, 1334, -1 } /* System.Boolean System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18910, 1334, -1 } /* System.Object System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.ICollection.get_SyncRoot() */,
{ 18911, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::Clear() */,
{ 18912, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18913, 1334, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18914, 1334, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18915, 1334, -1 } /* T System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::Peek() */,
{ 18918, 1334, -1 } /* T[] System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::ToArray() */,
{ 18919, 1334, -1 } /* System.Void System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>::ThrowForEmptyStack() */,
{ 18909, 364, -1 } /* System.Boolean System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18910, 364, -1 } /* System.Object System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.ICollection.get_SyncRoot() */,
{ 18911, 364, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Clear() */,
{ 18912, 364, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18913, 364, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18914, 364, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18915, 364, -1 } /* T System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Peek() */,
{ 18918, 364, -1 } /* T[] System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::ToArray() */,
{ 18919, 364, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::ThrowForEmptyStack() */,
{ 18908, 676, -1 } /* System.Int32 System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::get_Count() */,
{ 18909, 676, -1 } /* System.Boolean System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.ICollection.get_IsSynchronized() */,
{ 18910, 676, -1 } /* System.Object System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.ICollection.get_SyncRoot() */,
{ 18911, 676, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Clear() */,
{ 18912, 676, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 18913, 676, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 18914, 676, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::System.Collections.IEnumerable.GetEnumerator() */,
{ 18915, 676, -1 } /* T System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Peek() */,
{ 18916, 676, -1 } /* T System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Pop() */,
{ 18917, 676, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::Push(T) */,
{ 18918, 676, -1 } /* T[] System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::ToArray() */,
{ 18919, 676, -1 } /* System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::ThrowForEmptyStack() */,
{ 11225, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 1647, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::get_Count() */,
{ 11227, 1647, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::get_Item(System.Int32) */,
{ 11228, 1647, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::Contains(T) */,
{ 11229, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::CopyTo(T[],System.Int32) */,
{ 11230, 1647, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::GetEnumerator() */,
{ 11231, 1647, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::IndexOf(T) */,
{ 11232, 1647, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 1647, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 1647, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 1647, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 1647, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 1647, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 1647, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 1647, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 1647, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 1647, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Add(System.Object) */,
{ 11249, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Clear() */,
{ 11250, 1647, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::IsCompatibleObject(System.Object) */,
{ 11251, 1647, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 1647, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 1647, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPath/Segment>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 1648, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::get_Count() */,
{ 11227, 1648, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::get_Item(System.Int32) */,
{ 11228, 1648, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::Contains(T) */,
{ 11229, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::CopyTo(T[],System.Int32) */,
{ 11230, 1648, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::GetEnumerator() */,
{ 11231, 1648, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::IndexOf(T) */,
{ 11232, 1648, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 1648, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 1648, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 1648, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 1648, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 1648, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 1648, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 1648, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 1648, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 1648, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Add(System.Object) */,
{ 11249, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Clear() */,
{ 11250, 1648, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::IsCompatibleObject(System.Object) */,
{ 11251, 1648, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 1648, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 1648, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.GPathPoint>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 1140, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::get_Count() */,
{ 11227, 1140, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::get_Item(System.Int32) */,
{ 11228, 1140, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::Contains(T) */,
{ 11229, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::CopyTo(T[],System.Int32) */,
{ 11230, 1140, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::GetEnumerator() */,
{ 11231, 1140, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::IndexOf(T) */,
{ 11232, 1140, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 1140, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 1140, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 1140, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 1140, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 1140, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 1140, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 1140, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 1140, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 1140, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Add(System.Object) */,
{ 11249, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Clear() */,
{ 11250, 1140, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::IsCompatibleObject(System.Object) */,
{ 11251, 1140, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 1140, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 1140, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<FairyGUI.TextField/CharPosition>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 47, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::get_Count() */,
{ 11227, 47, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::get_Item(System.Int32) */,
{ 11228, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::Contains(T) */,
{ 11229, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::CopyTo(T[],System.Int32) */,
{ 11230, 47, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::GetEnumerator() */,
{ 11231, 47, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::IndexOf(T) */,
{ 11232, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 47, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 47, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 47, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 47, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 47, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Add(System.Object) */,
{ 11249, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Clear() */,
{ 11250, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::IsCompatibleObject(System.Object) */,
{ 11251, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 47, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 6, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::get_Count() */,
{ 11227, 6, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::get_Item(System.Int32) */,
{ 11228, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::Contains(T) */,
{ 11229, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::CopyTo(T[],System.Int32) */,
{ 11230, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::GetEnumerator() */,
{ 11231, 6, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::IndexOf(T) */,
{ 11232, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 6, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 6, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 6, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 6, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 6, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Add(System.Object) */,
{ 11249, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Clear() */,
{ 11250, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::IsCompatibleObject(System.Object) */,
{ 11251, 6, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 6, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 6, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 7, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::get_Count() */,
{ 11227, 7, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::get_Item(System.Int32) */,
{ 11228, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::Contains(T) */,
{ 11229, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::CopyTo(T[],System.Int32) */,
{ 11230, 7, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::GetEnumerator() */,
{ 11231, 7, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::IndexOf(T) */,
{ 11232, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 7, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 7, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 7, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 7, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 7, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Add(System.Object) */,
{ 11249, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Clear() */,
{ 11250, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::IsCompatibleObject(System.Object) */,
{ 11251, 7, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 7, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 7, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 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>) */,
{ 11226, 115, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Count() */,
{ 11227, 115, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Item(System.Int32) */,
{ 11228, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Contains(T) */,
{ 11229, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[],System.Int32) */,
{ 11230, 115, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetEnumerator() */,
{ 11231, 115, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T) */,
{ 11232, 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() */,
{ 11233, 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) */,
{ 11234, 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) */,
{ 11235, 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) */,
{ 11236, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 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) */,
{ 11238, 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) */,
{ 11239, 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) */,
{ 11240, 115, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 115, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 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) */,
{ 11244, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 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) */,
{ 11247, 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) */,
{ 11248, 115, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Add(System.Object) */,
{ 11249, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Clear() */,
{ 11250, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IsCompatibleObject(System.Object) */,
{ 11251, 115, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 115, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 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) */,
{ 11254, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 115, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 59, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::get_Count() */,
{ 11227, 59, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::get_Item(System.Int32) */,
{ 11228, 59, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::Contains(T) */,
{ 11229, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::CopyTo(T[],System.Int32) */,
{ 11230, 59, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::GetEnumerator() */,
{ 11231, 59, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::IndexOf(T) */,
{ 11232, 59, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 59, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 59, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 59, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 59, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 59, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 59, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 59, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 59, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 59, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Add(System.Object) */,
{ 11249, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Clear() */,
{ 11250, 59, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::IsCompatibleObject(System.Object) */,
{ 11251, 59, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 59, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 59, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 60, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::get_Count() */,
{ 11227, 60, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::get_Item(System.Int32) */,
{ 11228, 60, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::Contains(T) */,
{ 11229, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::CopyTo(T[],System.Int32) */,
{ 11230, 60, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::GetEnumerator() */,
{ 11231, 60, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::IndexOf(T) */,
{ 11232, 60, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 60, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 60, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 60, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 60, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 60, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 60, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 60, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 60, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 60, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Add(System.Object) */,
{ 11249, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Clear() */,
{ 11250, 60, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::IsCompatibleObject(System.Object) */,
{ 11251, 60, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 60, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 60, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 61, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::get_Count() */,
{ 11227, 61, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::get_Item(System.Int32) */,
{ 11228, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::Contains(T) */,
{ 11229, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::CopyTo(T[],System.Int32) */,
{ 11230, 61, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::GetEnumerator() */,
{ 11231, 61, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::IndexOf(T) */,
{ 11232, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 61, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 61, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 61, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 61, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 61, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Add(System.Object) */,
{ 11249, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Clear() */,
{ 11250, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::IsCompatibleObject(System.Object) */,
{ 11251, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 61, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 81, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::get_Count() */,
{ 11227, 81, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::get_Item(System.Int32) */,
{ 11228, 81, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::Contains(T) */,
{ 11229, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::CopyTo(T[],System.Int32) */,
{ 11230, 81, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::GetEnumerator() */,
{ 11231, 81, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::IndexOf(T) */,
{ 11232, 81, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 81, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 81, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 81, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 81, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 81, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 81, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 81, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 81, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 81, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Add(System.Object) */,
{ 11249, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Clear() */,
{ 11250, 81, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::IsCompatibleObject(System.Object) */,
{ 11251, 81, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 81, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 81, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 95, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::get_Count() */,
{ 11227, 95, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::get_Item(System.Int32) */,
{ 11228, 95, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::Contains(T) */,
{ 11229, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::CopyTo(T[],System.Int32) */,
{ 11230, 95, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::GetEnumerator() */,
{ 11231, 95, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::IndexOf(T) */,
{ 11232, 95, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 95, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 95, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 95, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 95, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 95, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 95, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 95, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 95, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 95, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Add(System.Object) */,
{ 11249, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Clear() */,
{ 11250, 95, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::IsCompatibleObject(System.Object) */,
{ 11251, 95, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 95, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 95, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 16, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::get_Count() */,
{ 11227, 16, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::get_Item(System.Int32) */,
{ 11228, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::Contains(T) */,
{ 11229, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::CopyTo(T[],System.Int32) */,
{ 11230, 16, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::GetEnumerator() */,
{ 11231, 16, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::IndexOf(T) */,
{ 11232, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 16, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 16, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 16, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 16, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 16, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Add(System.Object) */,
{ 11249, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Clear() */,
{ 11250, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::IsCompatibleObject(System.Object) */,
{ 11251, 16, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 16, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 16, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 90, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::get_Count() */,
{ 11227, 90, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::get_Item(System.Int32) */,
{ 11228, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::Contains(T) */,
{ 11229, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::CopyTo(T[],System.Int32) */,
{ 11230, 90, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::GetEnumerator() */,
{ 11231, 90, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::IndexOf(T) */,
{ 11232, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 90, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 90, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 90, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 90, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 90, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Add(System.Object) */,
{ 11249, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Clear() */,
{ 11250, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::IsCompatibleObject(System.Object) */,
{ 11251, 90, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 90, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 90, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 37, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::get_Count() */,
{ 11227, 37, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::get_Item(System.Int32) */,
{ 11228, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::Contains(T) */,
{ 11229, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::CopyTo(T[],System.Int32) */,
{ 11230, 37, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::GetEnumerator() */,
{ 11231, 37, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::IndexOf(T) */,
{ 11232, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 37, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 37, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 37, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 37, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 37, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Add(System.Object) */,
{ 11249, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Clear() */,
{ 11250, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::IsCompatibleObject(System.Object) */,
{ 11251, 37, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 37, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 37, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 176, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */,
{ 11227, 176, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Item(System.Int32) */,
{ 11228, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::Contains(T) */,
{ 11229, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::CopyTo(T[],System.Int32) */,
{ 11230, 176, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::GetEnumerator() */,
{ 11231, 176, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::IndexOf(T) */,
{ 11232, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 176, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 176, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 176, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 176, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 176, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Add(System.Object) */,
{ 11249, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Clear() */,
{ 11250, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::IsCompatibleObject(System.Object) */,
{ 11251, 176, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 176, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 176, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11226, 166, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */,
{ 11227, 166, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Item(System.Int32) */,
{ 11228, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::Contains(T) */,
{ 11229, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::CopyTo(T[],System.Int32) */,
{ 11230, 166, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::GetEnumerator() */,
{ 11231, 166, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::IndexOf(T) */,
{ 11232, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 166, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 166, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 166, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 166, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 166, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Add(System.Object) */,
{ 11249, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Clear() */,
{ 11250, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::IsCompatibleObject(System.Object) */,
{ 11251, 166, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 166, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 166, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 108, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::get_Count() */,
{ 11227, 108, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::get_Item(System.Int32) */,
{ 11228, 108, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::Contains(T) */,
{ 11229, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::CopyTo(T[],System.Int32) */,
{ 11230, 108, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::GetEnumerator() */,
{ 11231, 108, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::IndexOf(T) */,
{ 11232, 108, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 108, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 108, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 108, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 108, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 108, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 108, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 108, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 108, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 108, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Add(System.Object) */,
{ 11249, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Clear() */,
{ 11250, 108, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::IsCompatibleObject(System.Object) */,
{ 11251, 108, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 108, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 108, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 109, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::get_Count() */,
{ 11227, 109, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::get_Item(System.Int32) */,
{ 11228, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::Contains(T) */,
{ 11229, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::CopyTo(T[],System.Int32) */,
{ 11230, 109, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::GetEnumerator() */,
{ 11231, 109, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::IndexOf(T) */,
{ 11232, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 109, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 109, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 109, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 109, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 109, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Add(System.Object) */,
{ 11249, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Clear() */,
{ 11250, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::IsCompatibleObject(System.Object) */,
{ 11251, 109, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 109, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 109, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 110, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::get_Count() */,
{ 11227, 110, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::get_Item(System.Int32) */,
{ 11228, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::Contains(T) */,
{ 11229, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::CopyTo(T[],System.Int32) */,
{ 11230, 110, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::GetEnumerator() */,
{ 11231, 110, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::IndexOf(T) */,
{ 11232, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 110, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 110, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 110, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 110, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 110, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Add(System.Object) */,
{ 11249, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Clear() */,
{ 11250, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::IsCompatibleObject(System.Object) */,
{ 11251, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 110, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 134, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::get_Count() */,
{ 11227, 134, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::get_Item(System.Int32) */,
{ 11228, 134, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::Contains(T) */,
{ 11229, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::CopyTo(T[],System.Int32) */,
{ 11230, 134, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::GetEnumerator() */,
{ 11231, 134, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::IndexOf(T) */,
{ 11232, 134, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 134, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 134, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 134, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 134, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 134, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 134, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 134, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 134, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 134, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Add(System.Object) */,
{ 11249, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Clear() */,
{ 11250, 134, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::IsCompatibleObject(System.Object) */,
{ 11251, 134, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 134, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 134, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 21, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::get_Count() */,
{ 11227, 21, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::get_Item(System.Int32) */,
{ 11228, 21, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::Contains(T) */,
{ 11229, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::CopyTo(T[],System.Int32) */,
{ 11230, 21, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::GetEnumerator() */,
{ 11231, 21, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::IndexOf(T) */,
{ 11232, 21, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 21, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 21, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 21, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 21, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 21, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 21, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 21, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 21, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 21, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Add(System.Object) */,
{ 11249, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Clear() */,
{ 11250, 21, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::IsCompatibleObject(System.Object) */,
{ 11251, 21, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 21, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 21, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 82, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::get_Count() */,
{ 11227, 82, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::get_Item(System.Int32) */,
{ 11228, 82, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::Contains(T) */,
{ 11229, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::CopyTo(T[],System.Int32) */,
{ 11230, 82, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::GetEnumerator() */,
{ 11231, 82, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::IndexOf(T) */,
{ 11232, 82, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 82, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 82, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 82, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 82, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 82, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 82, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 82, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 82, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 82, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Add(System.Object) */,
{ 11249, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Clear() */,
{ 11250, 82, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::IsCompatibleObject(System.Object) */,
{ 11251, 82, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 82, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 82, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 625, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::get_Count() */,
{ 11227, 625, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::get_Item(System.Int32) */,
{ 11228, 625, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::Contains(T) */,
{ 11229, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::CopyTo(T[],System.Int32) */,
{ 11230, 625, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::GetEnumerator() */,
{ 11231, 625, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::IndexOf(T) */,
{ 11232, 625, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 625, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 625, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 625, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 625, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 625, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 625, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 625, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 625, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 625, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Add(System.Object) */,
{ 11249, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Clear() */,
{ 11250, 625, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::IsCompatibleObject(System.Object) */,
{ 11251, 625, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 625, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 625, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.AnimatorClipInfo>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 510, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Count() */,
{ 11227, 510, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Item(System.Int32) */,
{ 11228, 510, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Contains(T) */,
{ 11229, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[],System.Int32) */,
{ 11230, 510, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetEnumerator() */,
{ 11231, 510, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T) */,
{ 11232, 510, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 510, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 510, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 510, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 510, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 510, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 510, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 510, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 510, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 510, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Add(System.Object) */,
{ 11249, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Clear() */,
{ 11250, 510, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IsCompatibleObject(System.Object) */,
{ 11251, 510, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 510, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 510, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 521, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::get_Count() */,
{ 11227, 521, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::get_Item(System.Int32) */,
{ 11228, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::Contains(T) */,
{ 11229, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::CopyTo(T[],System.Int32) */,
{ 11230, 521, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::GetEnumerator() */,
{ 11231, 521, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::IndexOf(T) */,
{ 11232, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 521, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 521, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 521, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 521, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 521, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Add(System.Object) */,
{ 11249, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Clear() */,
{ 11250, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::IsCompatibleObject(System.Object) */,
{ 11251, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 521, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 518, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::get_Count() */,
{ 11227, 518, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::get_Item(System.Int32) */,
{ 11228, 518, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::Contains(T) */,
{ 11229, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::CopyTo(T[],System.Int32) */,
{ 11230, 518, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::GetEnumerator() */,
{ 11231, 518, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::IndexOf(T) */,
{ 11232, 518, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 518, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 518, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 518, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 518, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 518, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 518, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 518, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 518, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 518, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Add(System.Object) */,
{ 11249, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Clear() */,
{ 11250, 518, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::IsCompatibleObject(System.Object) */,
{ 11251, 518, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 518, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 518, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 517, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::get_Count() */,
{ 11227, 517, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::get_Item(System.Int32) */,
{ 11228, 517, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::Contains(T) */,
{ 11229, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::CopyTo(T[],System.Int32) */,
{ 11230, 517, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::GetEnumerator() */,
{ 11231, 517, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::IndexOf(T) */,
{ 11232, 517, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 517, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 517, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 517, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 517, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 517, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 517, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 517, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 517, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 517, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Add(System.Object) */,
{ 11249, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Clear() */,
{ 11250, 517, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::IsCompatibleObject(System.Object) */,
{ 11251, 517, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 517, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 517, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Matrix4x4>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 656, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::get_Count() */,
{ 11227, 656, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::get_Item(System.Int32) */,
{ 11228, 656, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::Contains(T) */,
{ 11229, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::CopyTo(T[],System.Int32) */,
{ 11230, 656, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::GetEnumerator() */,
{ 11231, 656, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::IndexOf(T) */,
{ 11232, 656, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 656, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 656, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 656, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 656, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 656, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 656, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 656, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 656, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 656, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Add(System.Object) */,
{ 11249, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Clear() */,
{ 11250, 656, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::IsCompatibleObject(System.Object) */,
{ 11251, 656, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 656, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 656, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 601, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::get_Count() */,
{ 11227, 601, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::get_Item(System.Int32) */,
{ 11228, 601, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::Contains(T) */,
{ 11229, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::CopyTo(T[],System.Int32) */,
{ 11230, 601, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::GetEnumerator() */,
{ 11231, 601, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::IndexOf(T) */,
{ 11232, 601, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 601, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 601, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 601, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 601, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 601, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 601, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 601, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 601, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 601, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Add(System.Object) */,
{ 11249, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Clear() */,
{ 11250, 601, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::IsCompatibleObject(System.Object) */,
{ 11251, 601, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 601, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 601, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.RaycastHit2D>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 508, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::get_Count() */,
{ 11227, 508, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::get_Item(System.Int32) */,
{ 11228, 508, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::Contains(T) */,
{ 11229, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::CopyTo(T[],System.Int32) */,
{ 11230, 508, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::GetEnumerator() */,
{ 11231, 508, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::IndexOf(T) */,
{ 11232, 508, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 508, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 508, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 508, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 508, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 508, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 508, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 508, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 508, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 508, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Add(System.Object) */,
{ 11249, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Clear() */,
{ 11250, 508, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::IsCompatibleObject(System.Object) */,
{ 11251, 508, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 508, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 508, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rect>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 515, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Count() */,
{ 11227, 515, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::get_Item(System.Int32) */,
{ 11228, 515, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Contains(T) */,
{ 11229, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::CopyTo(T[],System.Int32) */,
{ 11230, 515, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::GetEnumerator() */,
{ 11231, 515, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IndexOf(T) */,
{ 11232, 515, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 515, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 515, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 515, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 515, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 515, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 515, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 515, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 515, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 515, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Add(System.Object) */,
{ 11249, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Clear() */,
{ 11250, 515, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::IsCompatibleObject(System.Object) */,
{ 11251, 515, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 515, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 515, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 686, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Count() */,
{ 11227, 686, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::get_Item(System.Int32) */,
{ 11228, 686, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::Contains(T) */,
{ 11229, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::CopyTo(T[],System.Int32) */,
{ 11230, 686, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::GetEnumerator() */,
{ 11231, 686, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::IndexOf(T) */,
{ 11232, 686, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 686, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 686, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 686, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 686, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 686, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 686, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 686, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 686, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 686, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Add(System.Object) */,
{ 11249, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Clear() */,
{ 11250, 686, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::IsCompatibleObject(System.Object) */,
{ 11251, 686, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 686, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 686, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIElements.FocusController/FocusedElement>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 534, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count() */,
{ 11227, 534, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32) */,
{ 11228, 534, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Contains(T) */,
{ 11229, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[],System.Int32) */,
{ 11230, 534, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetEnumerator() */,
{ 11231, 534, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T) */,
{ 11232, 534, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 534, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 534, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 534, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 534, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 534, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 534, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 534, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 534, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 534, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Add(System.Object) */,
{ 11249, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Clear() */,
{ 11250, 534, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IsCompatibleObject(System.Object) */,
{ 11251, 534, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 534, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 534, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 513, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::get_Count() */,
{ 11227, 513, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::get_Item(System.Int32) */,
{ 11228, 513, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::Contains(T) */,
{ 11229, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::CopyTo(T[],System.Int32) */,
{ 11230, 513, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::GetEnumerator() */,
{ 11231, 513, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::IndexOf(T) */,
{ 11232, 513, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 513, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 513, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 513, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 513, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 513, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 513, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 513, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 513, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 513, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Add(System.Object) */,
{ 11249, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Clear() */,
{ 11250, 513, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::IsCompatibleObject(System.Object) */,
{ 11251, 513, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 513, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 513, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 502, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::get_Count() */,
{ 11227, 502, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::get_Item(System.Int32) */,
{ 11228, 502, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::Contains(T) */,
{ 11229, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::CopyTo(T[],System.Int32) */,
{ 11230, 502, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::GetEnumerator() */,
{ 11231, 502, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::IndexOf(T) */,
{ 11232, 502, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 502, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 502, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 502, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 502, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 502, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 502, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 502, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 502, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 502, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Add(System.Object) */,
{ 11249, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Clear() */,
{ 11250, 502, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::IsCompatibleObject(System.Object) */,
{ 11251, 502, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 502, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 502, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 11225, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11226, 516, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::get_Count() */,
{ 11227, 516, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::get_Item(System.Int32) */,
{ 11228, 516, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::Contains(T) */,
{ 11229, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::CopyTo(T[],System.Int32) */,
{ 11230, 516, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::GetEnumerator() */,
{ 11231, 516, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::IndexOf(T) */,
{ 11232, 516, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11233, 516, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 11234, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 11235, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 11236, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 11237, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 11238, 516, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 11239, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 11240, 516, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11241, 516, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11242, 516, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.get_SyncRoot() */,
{ 11243, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11244, 516, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_IsFixedSize() */,
{ 11245, 516, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_IsReadOnly() */,
{ 11246, 516, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_Item(System.Int32) */,
{ 11247, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11248, 516, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Add(System.Object) */,
{ 11249, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Clear() */,
{ 11250, 516, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::IsCompatibleObject(System.Object) */,
{ 11251, 516, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Contains(System.Object) */,
{ 11252, 516, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.IndexOf(System.Object) */,
{ 11253, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11254, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Remove(System.Object) */,
{ 11255, 516, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 1110, 1647, -1 } /* System.Void System.Comparison`1<FairyGUI.GPath/Segment>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 1647, -1 } /* System.Int32 System.Comparison`1<FairyGUI.GPath/Segment>::Invoke(T,T) */,
{ 1112, 1647, -1 } /* System.IAsyncResult System.Comparison`1<FairyGUI.GPath/Segment>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 1647, -1 } /* System.Int32 System.Comparison`1<FairyGUI.GPath/Segment>::EndInvoke(System.IAsyncResult) */,
{ 1110, 1648, -1 } /* System.Void System.Comparison`1<FairyGUI.GPathPoint>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 1648, -1 } /* System.Int32 System.Comparison`1<FairyGUI.GPathPoint>::Invoke(T,T) */,
{ 1112, 1648, -1 } /* System.IAsyncResult System.Comparison`1<FairyGUI.GPathPoint>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 1648, -1 } /* System.Int32 System.Comparison`1<FairyGUI.GPathPoint>::EndInvoke(System.IAsyncResult) */,
{ 1110, 1140, -1 } /* System.Void System.Comparison`1<FairyGUI.TextField/CharPosition>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 1140, -1 } /* System.Int32 System.Comparison`1<FairyGUI.TextField/CharPosition>::Invoke(T,T) */,
{ 1112, 1140, -1 } /* System.IAsyncResult System.Comparison`1<FairyGUI.TextField/CharPosition>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 1140, -1 } /* System.Int32 System.Comparison`1<FairyGUI.TextField/CharPosition>::EndInvoke(System.IAsyncResult) */,
{ 1110, 47, -1 } /* System.Void System.Comparison`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 47, -1 } /* System.Int32 System.Comparison`1<System.Boolean>::Invoke(T,T) */,
{ 1112, 47, -1 } /* System.IAsyncResult System.Comparison`1<System.Boolean>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 47, -1 } /* System.Int32 System.Comparison`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1110, 6, -1 } /* System.Void System.Comparison`1<System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 6, -1 } /* System.Int32 System.Comparison`1<System.Byte>::Invoke(T,T) */,
{ 1112, 6, -1 } /* System.IAsyncResult System.Comparison`1<System.Byte>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 6, -1 } /* System.Int32 System.Comparison`1<System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1110, 7, -1 } /* System.Void System.Comparison`1<System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 7, -1 } /* System.Int32 System.Comparison`1<System.Char>::Invoke(T,T) */,
{ 1112, 7, -1 } /* System.IAsyncResult System.Comparison`1<System.Char>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 7, -1 } /* System.Int32 System.Comparison`1<System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1110, 115, -1 } /* System.Void System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 115, -1 } /* System.Int32 System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Invoke(T,T) */,
{ 1112, 115, -1 } /* System.IAsyncResult System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 115, -1 } /* System.Int32 System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1110, 59, -1 } /* System.Void System.Comparison`1<System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 59, -1 } /* System.Int32 System.Comparison`1<System.DateTime>::Invoke(T,T) */,
{ 1112, 59, -1 } /* System.IAsyncResult System.Comparison`1<System.DateTime>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 59, -1 } /* System.Int32 System.Comparison`1<System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1110, 60, -1 } /* System.Void System.Comparison`1<System.DateTimeOffset>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 60, -1 } /* System.Int32 System.Comparison`1<System.DateTimeOffset>::Invoke(T,T) */,
{ 1112, 60, -1 } /* System.IAsyncResult System.Comparison`1<System.DateTimeOffset>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 60, -1 } /* System.Int32 System.Comparison`1<System.DateTimeOffset>::EndInvoke(System.IAsyncResult) */,
{ 1110, 61, -1 } /* System.Void System.Comparison`1<System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 61, -1 } /* System.Int32 System.Comparison`1<System.Decimal>::Invoke(T,T) */,
{ 1112, 61, -1 } /* System.IAsyncResult System.Comparison`1<System.Decimal>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 61, -1 } /* System.Int32 System.Comparison`1<System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1110, 81, -1 } /* System.Void System.Comparison`1<System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 81, -1 } /* System.Int32 System.Comparison`1<System.Double>::Invoke(T,T) */,
{ 1112, 81, -1 } /* System.IAsyncResult System.Comparison`1<System.Double>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 81, -1 } /* System.Int32 System.Comparison`1<System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1110, 95, -1 } /* System.Void System.Comparison`1<System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 95, -1 } /* System.Int32 System.Comparison`1<System.Int16>::Invoke(T,T) */,
{ 1112, 95, -1 } /* System.IAsyncResult System.Comparison`1<System.Int16>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 95, -1 } /* System.Int32 System.Comparison`1<System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1111, 16, -1 } /* System.Int32 System.Comparison`1<System.Int32>::Invoke(T,T) */,
{ 1112, 16, -1 } /* System.IAsyncResult System.Comparison`1<System.Int32>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 16, -1 } /* System.Int32 System.Comparison`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1110, 90, -1 } /* System.Void System.Comparison`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 90, -1 } /* System.Int32 System.Comparison`1<System.Int32Enum>::Invoke(T,T) */,
{ 1112, 90, -1 } /* System.IAsyncResult System.Comparison`1<System.Int32Enum>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 90, -1 } /* System.Int32 System.Comparison`1<System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1110, 37, -1 } /* System.Void System.Comparison`1<System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 37, -1 } /* System.Int32 System.Comparison`1<System.Int64>::Invoke(T,T) */,
{ 1112, 37, -1 } /* System.IAsyncResult System.Comparison`1<System.Int64>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 37, -1 } /* System.Int32 System.Comparison`1<System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1110, 108, -1 } /* System.Void System.Comparison`1<System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 108, -1 } /* System.Int32 System.Comparison`1<System.SByte>::Invoke(T,T) */,
{ 1112, 108, -1 } /* System.IAsyncResult System.Comparison`1<System.SByte>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 108, -1 } /* System.Int32 System.Comparison`1<System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1110, 109, -1 } /* System.Void System.Comparison`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 109, -1 } /* System.Int32 System.Comparison`1<System.Single>::Invoke(T,T) */,
{ 1112, 109, -1 } /* System.IAsyncResult System.Comparison`1<System.Single>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 109, -1 } /* System.Int32 System.Comparison`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1110, 110, -1 } /* System.Void System.Comparison`1<System.TimeSpan>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 110, -1 } /* System.Int32 System.Comparison`1<System.TimeSpan>::Invoke(T,T) */,
{ 1112, 110, -1 } /* System.IAsyncResult System.Comparison`1<System.TimeSpan>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 110, -1 } /* System.Int32 System.Comparison`1<System.TimeSpan>::EndInvoke(System.IAsyncResult) */,
{ 1110, 134, -1 } /* System.Void System.Comparison`1<System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 134, -1 } /* System.Int32 System.Comparison`1<System.UInt16>::Invoke(T,T) */,
{ 1112, 134, -1 } /* System.IAsyncResult System.Comparison`1<System.UInt16>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 134, -1 } /* System.Int32 System.Comparison`1<System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1110, 21, -1 } /* System.Void System.Comparison`1<System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 21, -1 } /* System.Int32 System.Comparison`1<System.UInt32>::Invoke(T,T) */,
{ 1112, 21, -1 } /* System.IAsyncResult System.Comparison`1<System.UInt32>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 21, -1 } /* System.Int32 System.Comparison`1<System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1110, 82, -1 } /* System.Void System.Comparison`1<System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 82, -1 } /* System.Int32 System.Comparison`1<System.UInt64>::Invoke(T,T) */,
{ 1112, 82, -1 } /* System.IAsyncResult System.Comparison`1<System.UInt64>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 82, -1 } /* System.Int32 System.Comparison`1<System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1110, 625, -1 } /* System.Void System.Comparison`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 625, -1 } /* System.Int32 System.Comparison`1<UnityEngine.AnimatorClipInfo>::Invoke(T,T) */,
{ 1112, 625, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.AnimatorClipInfo>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 625, -1 } /* System.Int32 System.Comparison`1<UnityEngine.AnimatorClipInfo>::EndInvoke(System.IAsyncResult) */,
{ 1110, 510, -1 } /* System.Void System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 510, -1 } /* System.Int32 System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Invoke(T,T) */,
{ 1112, 510, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 510, -1 } /* System.Int32 System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EndInvoke(System.IAsyncResult) */,
{ 1110, 521, -1 } /* System.Void System.Comparison`1<UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 521, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color32>::Invoke(T,T) */,
{ 1112, 521, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Color32>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 521, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1110, 518, -1 } /* System.Void System.Comparison`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 518, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color>::Invoke(T,T) */,
{ 1112, 518, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Color>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 518, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1110, 517, -1 } /* System.Void System.Comparison`1<UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 517, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Matrix4x4>::Invoke(T,T) */,
{ 1112, 517, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Matrix4x4>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 517, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1110, 656, -1 } /* System.Void System.Comparison`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 656, -1 } /* System.Int32 System.Comparison`1<UnityEngine.ParticleSystem/Particle>::Invoke(T,T) */,
{ 1112, 656, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.ParticleSystem/Particle>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 656, -1 } /* System.Int32 System.Comparison`1<UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1110, 601, -1 } /* System.Void System.Comparison`1<UnityEngine.RaycastHit2D>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 601, -1 } /* System.Int32 System.Comparison`1<UnityEngine.RaycastHit2D>::Invoke(T,T) */,
{ 1112, 601, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.RaycastHit2D>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 601, -1 } /* System.Int32 System.Comparison`1<UnityEngine.RaycastHit2D>::EndInvoke(System.IAsyncResult) */,
{ 1110, 508, -1 } /* System.Void System.Comparison`1<UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 508, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Rect>::Invoke(T,T) */,
{ 1112, 508, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Rect>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 508, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1110, 515, -1 } /* System.Void System.Comparison`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 515, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Invoke(T,T) */,
{ 1112, 515, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 515, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::EndInvoke(System.IAsyncResult) */,
{ 1110, 686, -1 } /* System.Void System.Comparison`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 686, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UIElements.FocusController/FocusedElement>::Invoke(T,T) */,
{ 1112, 686, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.UIElements.FocusController/FocusedElement>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 686, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UIElements.FocusController/FocusedElement>::EndInvoke(System.IAsyncResult) */,
{ 1110, 534, -1 } /* System.Void System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 534, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Invoke(T,T) */,
{ 1112, 534, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 534, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EndInvoke(System.IAsyncResult) */,
{ 1110, 513, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 513, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector2>::Invoke(T,T) */,
{ 1112, 513, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector2>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 513, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1110, 502, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 502, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector3>::Invoke(T,T) */,
{ 1112, 502, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector3>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 502, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1110, 516, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1111, 516, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector4>::Invoke(T,T) */,
{ 1112, 516, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector4>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1113, 516, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 3672, 1642, -1 } /* System.Void System.EmptyArray`1<FairyGUI.UpdateContext/ClipInfo>::.cctor() */,
{ 3672, 1334, -1 } /* System.Void System.EmptyArray`1<LuaInterface.LuaFunction/FuncData>::.cctor() */,
{ 3672, 6, -1 } /* System.Void System.EmptyArray`1<System.Byte>::.cctor() */,
{ 3672, 7, -1 } /* System.Void System.EmptyArray`1<System.Char>::.cctor() */,
{ 3672, 37, -1 } /* System.Void System.EmptyArray`1<System.Int64>::.cctor() */,
{ 3672, 176, -1 } /* System.Void System.EmptyArray`1<System.Reflection.CustomAttributeNamedArgument>::.cctor() */,
{ 3672, 166, -1 } /* System.Void System.EmptyArray`1<System.Reflection.CustomAttributeTypedArgument>::.cctor() */,
{ 3672, 64, -1 } /* System.Void System.EmptyArray`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 3672, 364, -1 } /* System.Void System.EmptyArray`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.cctor() */,
{ 3672, 676, -1 } /* System.Void System.EmptyArray`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>::.cctor() */,
{ 3672, 674, -1 } /* System.Void System.EmptyArray`1<UnityEngine.UIElements.EventDispatcher/EventRecord>::.cctor() */,
{ 1092, 47, -1 } /* System.IAsyncResult System.Func`1<System.Boolean>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1093, 47, -1 } /* TResult System.Func`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1091, 16, -1 } /* TResult System.Func`1<System.Int32>::Invoke() */,
{ 1092, 16, -1 } /* System.IAsyncResult System.Func`1<System.Int32>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1093, 16, -1 } /* TResult System.Func`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1090, 406, -1 } /* System.Void System.Func`1<System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1091, 406, -1 } /* TResult System.Func`1<System.Nullable`1<System.Int32>>::Invoke() */,
{ 1092, 406, -1 } /* System.IAsyncResult System.Func`1<System.Nullable`1<System.Int32>>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1093, 406, -1 } /* TResult System.Func`1<System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1090, 189, -1 } /* System.Void System.Func`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1091, 189, -1 } /* TResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::Invoke() */,
{ 1092, 189, -1 } /* System.IAsyncResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1093, 189, -1 } /* TResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1096, 919, -1 } /* System.IAsyncResult System.Func`2<System.Char,System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1097, 919, -1 } /* TResult System.Func`2<System.Char,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1095, 427, -1 } /* TResult System.Func`2<System.Int32,System.Int32>::Invoke(T) */,
{ 1096, 427, -1 } /* System.IAsyncResult System.Func`2<System.Int32,System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1097, 427, -1 } /* TResult System.Func`2<System.Int32,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1094, 655, -1 } /* System.Void System.Func`2<System.Int32Enum,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1095, 655, -1 } /* TResult System.Func`2<System.Int32Enum,System.Boolean>::Invoke(T) */,
{ 1096, 655, -1 } /* System.IAsyncResult System.Func`2<System.Int32Enum,System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1097, 655, -1 } /* TResult System.Func`2<System.Int32Enum,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1094, 244, -1 } /* System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1095, 244, -1 } /* TResult System.Func`2<System.Object,System.Boolean>::Invoke(T) */,
{ 1096, 244, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1097, 244, -1 } /* TResult System.Func`2<System.Object,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1095, 188, -1 } /* TResult System.Func`2<System.Object,System.Int32>::Invoke(T) */,
{ 1096, 188, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1097, 188, -1 } /* TResult System.Func`2<System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1094, 408, -1 } /* System.Void System.Func`2<System.Object,System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1095, 408, -1 } /* TResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::Invoke(T) */,
{ 1096, 408, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1097, 408, -1 } /* TResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1094, 191, -1 } /* System.Void System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1095, 191, -1 } /* TResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::Invoke(T) */,
{ 1096, 191, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1097, 191, -1 } /* TResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1100, 595, -1 } /* System.IAsyncResult System.Func`3<System.Int32,System.IntPtr,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 595, -1 } /* TResult System.Func`3<System.Int32,System.IntPtr,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1107, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1107, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1107, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,FairyGUI.GlyphInfo>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1117, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,FairyGUI.Margin>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1117, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,FairyGUI.Margin>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1117, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,FairyGUI.Margin>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1546, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaByteBuffer>::Invoke(T1,T2) */,
{ 1100, 1546, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaByteBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1546, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.LuaByteBuffer>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1563, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,LuaInterface.nil>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1563, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.nil>::Invoke(T1,T2) */,
{ 1100, 1563, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.nil>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1563, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,LuaInterface.nil>::EndInvoke(System.IAsyncResult) */,
{ 1100, 972, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 972, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1436, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Byte>::Invoke(T1,T2) */,
{ 1100, 1436, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Byte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1436, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1438, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Char>::Invoke(T1,T2) */,
{ 1100, 1438, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Char>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1438, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1147, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1147, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.DateTime>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1147, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1354, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Decimal>::Invoke(T1,T2) */,
{ 1100, 1354, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Decimal>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1354, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1357, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Double>::Invoke(T1,T2) */,
{ 1100, 1357, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Double>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1357, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1098, 992, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Guid>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 992, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Guid>::Invoke(T1,T2) */,
{ 1100, 992, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Guid>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 992, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Guid>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1348, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int16>::Invoke(T1,T2) */,
{ 1100, 1348, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1348, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1099, 976, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int32>::Invoke(T1,T2) */,
{ 1100, 976, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 976, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1134, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1134, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::Invoke(T1,T2) */,
{ 1100, 1134, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1134, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1099, 974, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::Invoke(T1,T2) */,
{ 1100, 974, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 974, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1536, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::Invoke(T1,T2) */,
{ 1100, 1536, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1536, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.IntPtr>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1462, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::Invoke(T1,T2) */,
{ 1100, 1462, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1462, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Boolean>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1444, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::Invoke(T1,T2) */,
{ 1100, 1444, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1444, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Byte>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1450, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::Invoke(T1,T2) */,
{ 1100, 1450, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1450, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Char>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1456, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::Invoke(T1,T2) */,
{ 1100, 1456, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1456, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Decimal>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1460, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::Invoke(T1,T2) */,
{ 1100, 1460, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1460, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Double>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1446, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::Invoke(T1,T2) */,
{ 1100, 1446, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1446, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int16>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1452, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::Invoke(T1,T2) */,
{ 1100, 1452, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1452, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1464, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::Invoke(T1,T2) */,
{ 1100, 1464, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1464, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Int64>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1442, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::Invoke(T1,T2) */,
{ 1100, 1442, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1442, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.SByte>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1458, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::Invoke(T1,T2) */,
{ 1100, 1458, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1458, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.Single>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1448, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::Invoke(T1,T2) */,
{ 1100, 1448, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1448, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt16>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1454, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::Invoke(T1,T2) */,
{ 1100, 1454, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1454, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt32>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1466, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::Invoke(T1,T2) */,
{ 1100, 1466, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1466, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<System.UInt64>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1518, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::Invoke(T1,T2) */,
{ 1100, 1518, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1518, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Bounds>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1510, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::Invoke(T1,T2) */,
{ 1100, 1510, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1510, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Color>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1520, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::Invoke(T1,T2) */,
{ 1100, 1520, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1520, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.LayerMask>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1506, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::Invoke(T1,T2) */,
{ 1100, 1506, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1506, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Quaternion>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1514, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::Invoke(T1,T2) */,
{ 1100, 1514, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1514, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Ray>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1522, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1522, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::Invoke(T1,T2) */,
{ 1100, 1522, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1522, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.RaycastHit>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1516, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1516, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::Invoke(T1,T2) */,
{ 1100, 1516, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1516, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Touch>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1508, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::Invoke(T1,T2) */,
{ 1100, 1508, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1508, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector2>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1504, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::Invoke(T1,T2) */,
{ 1100, 1504, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1504, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector3>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1512, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::Invoke(T1,T2) */,
{ 1100, 1512, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1512, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Nullable`1<UnityEngine.Vector4>>::EndInvoke(System.IAsyncResult) */,
{ 1099, 981, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Object>::Invoke(T1,T2) */,
{ 1100, 981, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 981, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1098, 987, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 987, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::Invoke(T1,T2) */,
{ 1100, 987, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 987, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.InterfaceMapping>::EndInvoke(System.IAsyncResult) */,
{ 1098, 989, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 989, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::Invoke(T1,T2) */,
{ 1100, 989, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 989, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>::EndInvoke(System.IAsyncResult) */,
{ 1098, 979, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 979, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 979, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Runtime.Serialization.StreamingContext>::EndInvoke(System.IAsyncResult) */,
{ 1098, 984, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 984, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 984, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1345, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::Invoke(T1,T2) */,
{ 1100, 1345, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1345, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1003, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Single>::Invoke(T1,T2) */,
{ 1100, 1003, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.Single>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1003, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1351, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::Invoke(T1,T2) */,
{ 1100, 1351, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1351, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1360, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::Invoke(T1,T2) */,
{ 1100, 1360, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1360, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1362, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::Invoke(T1,T2) */,
{ 1100, 1362, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1362, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1534, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::Invoke(T1,T2) */,
{ 1100, 1534, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1534, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,System.UIntPtr>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1202, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1202, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1202, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1184, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1184, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::Invoke(T1,T2) */,
{ 1100, 1184, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1184, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AccelerationEvent>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1153, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1153, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::Invoke(T1,T2) */,
{ 1100, 1153, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1153, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorStateInfo>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1156, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1156, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::Invoke(T1,T2) */,
{ 1100, 1156, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1156, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimatorTransitionInfo>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1500, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::Invoke(T1,T2) */,
{ 1100, 1500, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1500, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Bounds>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1165, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1165, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1165, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.BuildCompression>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1308, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1308, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1308, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1178, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1178, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1178, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/GateFitParameters>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1142, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1142, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::Invoke(T1,T2) */,
{ 1100, 1142, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1142, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1195, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::Invoke(T1,T2) */,
{ 1100, 1195, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1195, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1305, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1305, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1305, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1502, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::Invoke(T1,T2) */,
{ 1100, 1502, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1502, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LayerMask>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1193, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1193, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1193, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.LightBakingOutput>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1159, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1159, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1159, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1172, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1172, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1172, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1259, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1259, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>::Invoke(T1,T2) */,
{ 1100, 1259, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1259, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CollisionModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1238, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1238, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>::Invoke(T1,T2) */,
{ 1100, 1238, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1238, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1235, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1235, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::Invoke(T1,T2) */,
{ 1100, 1235, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1235, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ColorOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1274, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1274, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>::Invoke(T1,T2) */,
{ 1100, 1274, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1274, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/CustomDataModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1217, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1217, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>::Invoke(T1,T2) */,
{ 1100, 1217, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1217, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmissionModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1211, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1211, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1211, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/EmitParams>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1253, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1253, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>::Invoke(T1,T2) */,
{ 1100, 1253, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1253, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ExternalForcesModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1232, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1232, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::Invoke(T1,T2) */,
{ 1100, 1232, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1232, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ForceOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1229, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1229, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>::Invoke(T1,T2) */,
{ 1100, 1229, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1229, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/InheritVelocityModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1268, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1268, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>::Invoke(T1,T2) */,
{ 1100, 1268, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1268, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LightsModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1226, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1226, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::Invoke(T1,T2) */,
{ 1100, 1226, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1226, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1214, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1214, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>::Invoke(T1,T2) */,
{ 1100, 1214, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1214, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/MainModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1256, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1256, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>::Invoke(T1,T2) */,
{ 1100, 1256, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1256, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/NoiseModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1200, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1200, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1200, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1205, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1205, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1205, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/PlaybackState>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1250, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1250, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>::Invoke(T1,T2) */,
{ 1100, 1250, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1250, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1247, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1247, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::Invoke(T1,T2) */,
{ 1100, 1247, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1247, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/RotationOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1220, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1220, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>::Invoke(T1,T2) */,
{ 1100, 1220, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1220, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/ShapeModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1244, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1244, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>::Invoke(T1,T2) */,
{ 1100, 1244, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1244, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeBySpeedModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1241, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1241, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::Invoke(T1,T2) */,
{ 1100, 1241, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1241, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/SizeOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1265, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1265, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::Invoke(T1,T2) */,
{ 1100, 1265, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1265, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TextureSheetAnimationModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1271, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1271, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>::Invoke(T1,T2) */,
{ 1100, 1271, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1271, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TrailModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1208, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1208, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1208, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Trails>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1262, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1262, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>::Invoke(T1,T2) */,
{ 1100, 1262, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1262, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/TriggerModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1223, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1223, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::Invoke(T1,T2) */,
{ 1100, 1223, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1223, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/VelocityOverLifetimeModule>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1278, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1278, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::Invoke(T1,T2) */,
{ 1100, 1278, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1278, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.PhysicsScene>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1162, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1162, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::Invoke(T1,T2) */,
{ 1100, 1162, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1162, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Playables.PlayableGraph>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1365, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::Invoke(T1,T2) */,
{ 1100, 1365, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1365, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1496, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::Invoke(T1,T2) */,
{ 1100, 1496, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1496, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Ray>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1137, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1137, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1137, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1112, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1112, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1112, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1170, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1170, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1170, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1289, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1289, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1289, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderTextureDescriptor>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1180, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1180, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::Invoke(T1,T2) */,
{ 1100, 1180, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1180, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ScriptableCullingParameters>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1296, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1296, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1296, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.ShaderTagId>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1286, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1286, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1286, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Rendering.SphericalHarmonicsL2>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1294, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1294, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::Invoke(T1,T2) */,
{ 1100, 1294, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1294, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Resolution>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1182, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 1100, 1182, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1182, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1498, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1498, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::Invoke(T1,T2) */,
{ 1100, 1498, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1498, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Touch>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1122, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::Invoke(T1,T2) */,
{ 1100, 1122, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1122, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1174, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::Invoke(T1,T2) */,
{ 1100, 1174, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1174, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1099, 1114, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::Invoke(T1,T2) */,
{ 1100, 1114, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1114, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 1098, 1314, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,securityConnection>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 1314, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::Invoke(T1,T2) */,
{ 1100, 1314, -1 } /* System.IAsyncResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 1314, -1 } /* TResult System.Func`3<System.IntPtr,System.Int32,securityConnection>::EndInvoke(System.IAsyncResult) */,
{ 1098, 196, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 196, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Int32>::Invoke(T1,T2) */,
{ 1100, 196, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 196, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1098, 203, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1099, 203, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::Invoke(T1,T2) */,
{ 1100, 203, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1101, 203, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1102, 133, -1 } /* System.Void System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1103, 133, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::Invoke(T1,T2,T3) */,
{ 1104, 133, -1 } /* System.IAsyncResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1105, 133, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1102, 914, -1 } /* System.Void System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1103, 914, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::Invoke(T1,T2,T3) */,
{ 1104, 914, -1 } /* System.IAsyncResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1105, 914, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1106, 194, -1 } /* System.Void System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1107, 194, -1 } /* TResult System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3,T4) */,
{ 1108, 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) */,
{ 1109, 194, -1 } /* TResult System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 11625, 182, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::.ctor() */,
{ 11641, 182, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::Add(T) */,
{ 11636, 182, -1 } /* T System.Collections.Generic.List`1<System.IO.Directory/SearchData>::get_Item(System.Int32) */,
{ 11685, 182, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::RemoveAt(System.Int32) */,
{ 11630, 182, -1 } /* System.Int32 System.Collections.Generic.List`1<System.IO.Directory/SearchData>::get_Count() */,
{ 11676, 182, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::Insert(System.Int32,T) */,
{ 3737, 1115, -1 } /* System.Void System.Nullable`1<FairyGUI.Margin>::.ctor(T) */,
{ 3740, 1115, -1 } /* System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Object) */,
{ 3741, 1115, -1 } /* System.Boolean System.Nullable`1<FairyGUI.Margin>::Equals(System.Nullable`1<T>) */,
{ 3742, 1115, -1 } /* System.Int32 System.Nullable`1<FairyGUI.Margin>::GetHashCode() */,
{ 3743, 1115, -1 } /* T System.Nullable`1<FairyGUI.Margin>::GetValueOrDefault() */,
{ 3744, 1115, -1 } /* System.String System.Nullable`1<FairyGUI.Margin>::ToString() */,
{ 3745, 1115, -1 } /* System.Object System.Nullable`1<FairyGUI.Margin>::Box(System.Nullable`1<T>) */,
{ 3746, 1115, -1 } /* System.Nullable`1<T> System.Nullable`1<FairyGUI.Margin>::Unbox(System.Object) */,
{ 3740, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Object) */,
{ 3741, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Nullable`1<T>) */,
{ 3742, 47, -1 } /* System.Int32 System.Nullable`1<System.Boolean>::GetHashCode() */,
{ 3744, 47, -1 } /* System.String System.Nullable`1<System.Boolean>::ToString() */,
{ 3745, 47, -1 } /* System.Object System.Nullable`1<System.Boolean>::Box(System.Nullable`1<T>) */,
{ 3746, 47, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Boolean>::Unbox(System.Object) */,
{ 3740, 6, -1 } /* System.Boolean System.Nullable`1<System.Byte>::Equals(System.Object) */,
{ 3741, 6, -1 } /* System.Boolean System.Nullable`1<System.Byte>::Equals(System.Nullable`1<T>) */,
{ 3742, 6, -1 } /* System.Int32 System.Nullable`1<System.Byte>::GetHashCode() */,
{ 3743, 6, -1 } /* T System.Nullable`1<System.Byte>::GetValueOrDefault() */,
{ 3744, 6, -1 } /* System.String System.Nullable`1<System.Byte>::ToString() */,
{ 3745, 6, -1 } /* System.Object System.Nullable`1<System.Byte>::Box(System.Nullable`1<T>) */,
{ 3746, 6, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Byte>::Unbox(System.Object) */,
{ 3740, 7, -1 } /* System.Boolean System.Nullable`1<System.Char>::Equals(System.Object) */,
{ 3741, 7, -1 } /* System.Boolean System.Nullable`1<System.Char>::Equals(System.Nullable`1<T>) */,
{ 3742, 7, -1 } /* System.Int32 System.Nullable`1<System.Char>::GetHashCode() */,
{ 3743, 7, -1 } /* T System.Nullable`1<System.Char>::GetValueOrDefault() */,
{ 3744, 7, -1 } /* System.String System.Nullable`1<System.Char>::ToString() */,
{ 3745, 7, -1 } /* System.Object System.Nullable`1<System.Char>::Box(System.Nullable`1<T>) */,
{ 3746, 7, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Char>::Unbox(System.Object) */,
{ 3740, 59, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Object) */,
{ 3741, 59, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Nullable`1<T>) */,
{ 3742, 59, -1 } /* System.Int32 System.Nullable`1<System.DateTime>::GetHashCode() */,
{ 3743, 59, -1 } /* T System.Nullable`1<System.DateTime>::GetValueOrDefault() */,
{ 3744, 59, -1 } /* System.String System.Nullable`1<System.DateTime>::ToString() */,
{ 3745, 59, -1 } /* System.Object System.Nullable`1<System.DateTime>::Box(System.Nullable`1<T>) */,
{ 3746, 59, -1 } /* System.Nullable`1<T> System.Nullable`1<System.DateTime>::Unbox(System.Object) */,
{ 3740, 61, -1 } /* System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Object) */,
{ 3741, 61, -1 } /* System.Boolean System.Nullable`1<System.Decimal>::Equals(System.Nullable`1<T>) */,
{ 3742, 61, -1 } /* System.Int32 System.Nullable`1<System.Decimal>::GetHashCode() */,
{ 3743, 61, -1 } /* T System.Nullable`1<System.Decimal>::GetValueOrDefault() */,
{ 3744, 61, -1 } /* System.String System.Nullable`1<System.Decimal>::ToString() */,
{ 3745, 61, -1 } /* System.Object System.Nullable`1<System.Decimal>::Box(System.Nullable`1<T>) */,
{ 3746, 61, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Decimal>::Unbox(System.Object) */,
{ 3740, 81, -1 } /* System.Boolean System.Nullable`1<System.Double>::Equals(System.Object) */,
{ 3741, 81, -1 } /* System.Boolean System.Nullable`1<System.Double>::Equals(System.Nullable`1<T>) */,
{ 3742, 81, -1 } /* System.Int32 System.Nullable`1<System.Double>::GetHashCode() */,
{ 3743, 81, -1 } /* T System.Nullable`1<System.Double>::GetValueOrDefault() */,
{ 3744, 81, -1 } /* System.String System.Nullable`1<System.Double>::ToString() */,
{ 3745, 81, -1 } /* System.Object System.Nullable`1<System.Double>::Box(System.Nullable`1<T>) */,
{ 3746, 81, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Double>::Unbox(System.Object) */,
{ 3740, 95, -1 } /* System.Boolean System.Nullable`1<System.Int16>::Equals(System.Object) */,
{ 3741, 95, -1 } /* System.Boolean System.Nullable`1<System.Int16>::Equals(System.Nullable`1<T>) */,
{ 3742, 95, -1 } /* System.Int32 System.Nullable`1<System.Int16>::GetHashCode() */,
{ 3743, 95, -1 } /* T System.Nullable`1<System.Int16>::GetValueOrDefault() */,
{ 3744, 95, -1 } /* System.String System.Nullable`1<System.Int16>::ToString() */,
{ 3745, 95, -1 } /* System.Object System.Nullable`1<System.Int16>::Box(System.Nullable`1<T>) */,
{ 3746, 95, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int16>::Unbox(System.Object) */,
{ 3740, 16, -1 } /* System.Boolean System.Nullable`1<System.Int32>::Equals(System.Object) */,
{ 3741, 16, -1 } /* System.Boolean System.Nullable`1<System.Int32>::Equals(System.Nullable`1<T>) */,
{ 3742, 16, -1 } /* System.Int32 System.Nullable`1<System.Int32>::GetHashCode() */,
{ 3744, 16, -1 } /* System.String System.Nullable`1<System.Int32>::ToString() */,
{ 3745, 16, -1 } /* System.Object System.Nullable`1<System.Int32>::Box(System.Nullable`1<T>) */,
{ 3746, 16, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int32>::Unbox(System.Object) */,
{ 3737, 90, -1 } /* System.Void System.Nullable`1<System.Int32Enum>::.ctor(T) */,
{ 3738, 90, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::get_HasValue() */,
{ 3739, 90, -1 } /* T System.Nullable`1<System.Int32Enum>::get_Value() */,
{ 3740, 90, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Object) */,
{ 3741, 90, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Nullable`1<T>) */,
{ 3742, 90, -1 } /* System.Int32 System.Nullable`1<System.Int32Enum>::GetHashCode() */,
{ 3743, 90, -1 } /* T System.Nullable`1<System.Int32Enum>::GetValueOrDefault() */,
{ 3744, 90, -1 } /* System.String System.Nullable`1<System.Int32Enum>::ToString() */,
{ 3745, 90, -1 } /* System.Object System.Nullable`1<System.Int32Enum>::Box(System.Nullable`1<T>) */,
{ 3746, 90, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int32Enum>::Unbox(System.Object) */,
{ 3740, 37, -1 } /* System.Boolean System.Nullable`1<System.Int64>::Equals(System.Object) */,
{ 3741, 37, -1 } /* System.Boolean System.Nullable`1<System.Int64>::Equals(System.Nullable`1<T>) */,
{ 3742, 37, -1 } /* System.Int32 System.Nullable`1<System.Int64>::GetHashCode() */,
{ 3743, 37, -1 } /* T System.Nullable`1<System.Int64>::GetValueOrDefault() */,
{ 3744, 37, -1 } /* System.String System.Nullable`1<System.Int64>::ToString() */,
{ 3745, 37, -1 } /* System.Object System.Nullable`1<System.Int64>::Box(System.Nullable`1<T>) */,
{ 3746, 37, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int64>::Unbox(System.Object) */,
{ 3740, 108, -1 } /* System.Boolean System.Nullable`1<System.SByte>::Equals(System.Object) */,
{ 3741, 108, -1 } /* System.Boolean System.Nullable`1<System.SByte>::Equals(System.Nullable`1<T>) */,
{ 3742, 108, -1 } /* System.Int32 System.Nullable`1<System.SByte>::GetHashCode() */,
{ 3743, 108, -1 } /* T System.Nullable`1<System.SByte>::GetValueOrDefault() */,
{ 3744, 108, -1 } /* System.String System.Nullable`1<System.SByte>::ToString() */,
{ 3745, 108, -1 } /* System.Object System.Nullable`1<System.SByte>::Box(System.Nullable`1<T>) */,
{ 3746, 108, -1 } /* System.Nullable`1<T> System.Nullable`1<System.SByte>::Unbox(System.Object) */,
{ 3740, 109, -1 } /* System.Boolean System.Nullable`1<System.Single>::Equals(System.Object) */,
{ 3741, 109, -1 } /* System.Boolean System.Nullable`1<System.Single>::Equals(System.Nullable`1<T>) */,
{ 3742, 109, -1 } /* System.Int32 System.Nullable`1<System.Single>::GetHashCode() */,
{ 3743, 109, -1 } /* T System.Nullable`1<System.Single>::GetValueOrDefault() */,
{ 3744, 109, -1 } /* System.String System.Nullable`1<System.Single>::ToString() */,
{ 3745, 109, -1 } /* System.Object System.Nullable`1<System.Single>::Box(System.Nullable`1<T>) */,
{ 3746, 109, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Single>::Unbox(System.Object) */,
{ 3740, 134, -1 } /* System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Object) */,
{ 3741, 134, -1 } /* System.Boolean System.Nullable`1<System.UInt16>::Equals(System.Nullable`1<T>) */,
{ 3742, 134, -1 } /* System.Int32 System.Nullable`1<System.UInt16>::GetHashCode() */,
{ 3743, 134, -1 } /* T System.Nullable`1<System.UInt16>::GetValueOrDefault() */,
{ 3744, 134, -1 } /* System.String System.Nullable`1<System.UInt16>::ToString() */,
{ 3745, 134, -1 } /* System.Object System.Nullable`1<System.UInt16>::Box(System.Nullable`1<T>) */,
{ 3746, 134, -1 } /* System.Nullable`1<T> System.Nullable`1<System.UInt16>::Unbox(System.Object) */,
{ 3740, 21, -1 } /* System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Object) */,
{ 3741, 21, -1 } /* System.Boolean System.Nullable`1<System.UInt32>::Equals(System.Nullable`1<T>) */,
{ 3742, 21, -1 } /* System.Int32 System.Nullable`1<System.UInt32>::GetHashCode() */,
{ 3743, 21, -1 } /* T System.Nullable`1<System.UInt32>::GetValueOrDefault() */,
{ 3744, 21, -1 } /* System.String System.Nullable`1<System.UInt32>::ToString() */,
{ 3745, 21, -1 } /* System.Object System.Nullable`1<System.UInt32>::Box(System.Nullable`1<T>) */,
{ 3746, 21, -1 } /* System.Nullable`1<T> System.Nullable`1<System.UInt32>::Unbox(System.Object) */,
{ 3740, 82, -1 } /* System.Boolean System.Nullable`1<System.UInt64>::Equals(System.Object) */,
{ 3741, 82, -1 } /* System.Boolean System.Nullable`1<System.UInt64>::Equals(System.Nullable`1<T>) */,
{ 3742, 82, -1 } /* System.Int32 System.Nullable`1<System.UInt64>::GetHashCode() */,
{ 3743, 82, -1 } /* T System.Nullable`1<System.UInt64>::GetValueOrDefault() */,
{ 3744, 82, -1 } /* System.String System.Nullable`1<System.UInt64>::ToString() */,
{ 3745, 82, -1 } /* System.Object System.Nullable`1<System.UInt64>::Box(System.Nullable`1<T>) */,
{ 3746, 82, -1 } /* System.Nullable`1<T> System.Nullable`1<System.UInt64>::Unbox(System.Object) */,
{ 3740, 507, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Bounds>::Equals(System.Object) */,
{ 3741, 507, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Bounds>::Equals(System.Nullable`1<T>) */,
{ 3742, 507, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Bounds>::GetHashCode() */,
{ 3743, 507, -1 } /* T System.Nullable`1<UnityEngine.Bounds>::GetValueOrDefault() */,
{ 3744, 507, -1 } /* System.String System.Nullable`1<UnityEngine.Bounds>::ToString() */,
{ 3745, 507, -1 } /* System.Object System.Nullable`1<UnityEngine.Bounds>::Box(System.Nullable`1<T>) */,
{ 3746, 507, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Bounds>::Unbox(System.Object) */,
{ 3740, 521, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color32>::Equals(System.Object) */,
{ 3741, 521, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color32>::Equals(System.Nullable`1<T>) */,
{ 3742, 521, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Color32>::GetHashCode() */,
{ 3743, 521, -1 } /* T System.Nullable`1<UnityEngine.Color32>::GetValueOrDefault() */,
{ 3744, 521, -1 } /* System.String System.Nullable`1<UnityEngine.Color32>::ToString() */,
{ 3745, 521, -1 } /* System.Object System.Nullable`1<UnityEngine.Color32>::Box(System.Nullable`1<T>) */,
{ 3746, 521, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Color32>::Unbox(System.Object) */,
{ 3740, 518, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color>::Equals(System.Object) */,
{ 3741, 518, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Color>::Equals(System.Nullable`1<T>) */,
{ 3742, 518, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Color>::GetHashCode() */,
{ 3743, 518, -1 } /* T System.Nullable`1<UnityEngine.Color>::GetValueOrDefault() */,
{ 3744, 518, -1 } /* System.String System.Nullable`1<UnityEngine.Color>::ToString() */,
{ 3745, 518, -1 } /* System.Object System.Nullable`1<UnityEngine.Color>::Box(System.Nullable`1<T>) */,
{ 3746, 518, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Color>::Unbox(System.Object) */,
{ 3740, 1363, -1 } /* System.Boolean System.Nullable`1<UnityEngine.LayerMask>::Equals(System.Object) */,
{ 3741, 1363, -1 } /* System.Boolean System.Nullable`1<UnityEngine.LayerMask>::Equals(System.Nullable`1<T>) */,
{ 3742, 1363, -1 } /* System.Int32 System.Nullable`1<UnityEngine.LayerMask>::GetHashCode() */,
{ 3743, 1363, -1 } /* T System.Nullable`1<UnityEngine.LayerMask>::GetValueOrDefault() */,
{ 3744, 1363, -1 } /* System.String System.Nullable`1<UnityEngine.LayerMask>::ToString() */,
{ 3745, 1363, -1 } /* System.Object System.Nullable`1<UnityEngine.LayerMask>::Box(System.Nullable`1<T>) */,
{ 3746, 1363, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.LayerMask>::Unbox(System.Object) */,
{ 3740, 517, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::Equals(System.Object) */,
{ 3741, 517, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::Equals(System.Nullable`1<T>) */,
{ 3742, 517, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Matrix4x4>::GetHashCode() */,
{ 3743, 517, -1 } /* T System.Nullable`1<UnityEngine.Matrix4x4>::GetValueOrDefault() */,
{ 3744, 517, -1 } /* System.String System.Nullable`1<UnityEngine.Matrix4x4>::ToString() */,
{ 3745, 517, -1 } /* System.Object System.Nullable`1<UnityEngine.Matrix4x4>::Box(System.Nullable`1<T>) */,
{ 3746, 517, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Matrix4x4>::Unbox(System.Object) */,
{ 3740, 526, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Quaternion>::Equals(System.Object) */,
{ 3741, 526, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Quaternion>::Equals(System.Nullable`1<T>) */,
{ 3742, 526, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Quaternion>::GetHashCode() */,
{ 3743, 526, -1 } /* T System.Nullable`1<UnityEngine.Quaternion>::GetValueOrDefault() */,
{ 3744, 526, -1 } /* System.String System.Nullable`1<UnityEngine.Quaternion>::ToString() */,
{ 3745, 526, -1 } /* System.Object System.Nullable`1<UnityEngine.Quaternion>::Box(System.Nullable`1<T>) */,
{ 3746, 526, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Quaternion>::Unbox(System.Object) */,
{ 3740, 1275, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Ray>::Equals(System.Object) */,
{ 3741, 1275, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Ray>::Equals(System.Nullable`1<T>) */,
{ 3742, 1275, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Ray>::GetHashCode() */,
{ 3743, 1275, -1 } /* T System.Nullable`1<UnityEngine.Ray>::GetValueOrDefault() */,
{ 3744, 1275, -1 } /* System.String System.Nullable`1<UnityEngine.Ray>::ToString() */,
{ 3745, 1275, -1 } /* System.Object System.Nullable`1<UnityEngine.Ray>::Box(System.Nullable`1<T>) */,
{ 3746, 1275, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Ray>::Unbox(System.Object) */,
{ 3740, 576, -1 } /* System.Boolean System.Nullable`1<UnityEngine.RaycastHit>::Equals(System.Object) */,
{ 3741, 576, -1 } /* System.Boolean System.Nullable`1<UnityEngine.RaycastHit>::Equals(System.Nullable`1<T>) */,
{ 3742, 576, -1 } /* System.Int32 System.Nullable`1<UnityEngine.RaycastHit>::GetHashCode() */,
{ 3743, 576, -1 } /* T System.Nullable`1<UnityEngine.RaycastHit>::GetValueOrDefault() */,
{ 3744, 576, -1 } /* System.String System.Nullable`1<UnityEngine.RaycastHit>::ToString() */,
{ 3745, 576, -1 } /* System.Object System.Nullable`1<UnityEngine.RaycastHit>::Box(System.Nullable`1<T>) */,
{ 3746, 576, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.RaycastHit>::Unbox(System.Object) */,
{ 3740, 508, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Rect>::Equals(System.Object) */,
{ 3741, 508, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Rect>::Equals(System.Nullable`1<T>) */,
{ 3742, 508, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Rect>::GetHashCode() */,
{ 3744, 508, -1 } /* System.String System.Nullable`1<UnityEngine.Rect>::ToString() */,
{ 3745, 508, -1 } /* System.Object System.Nullable`1<UnityEngine.Rect>::Box(System.Nullable`1<T>) */,
{ 3746, 508, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Rect>::Unbox(System.Object) */,
{ 3737, 597, -1 } /* System.Void System.Nullable`1<UnityEngine.Touch>::.ctor(T) */,
{ 3740, 597, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Touch>::Equals(System.Object) */,
{ 3741, 597, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Touch>::Equals(System.Nullable`1<T>) */,
{ 3742, 597, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Touch>::GetHashCode() */,
{ 3743, 597, -1 } /* T System.Nullable`1<UnityEngine.Touch>::GetValueOrDefault() */,
{ 3744, 597, -1 } /* System.String System.Nullable`1<UnityEngine.Touch>::ToString() */,
{ 3745, 597, -1 } /* System.Object System.Nullable`1<UnityEngine.Touch>::Box(System.Nullable`1<T>) */,
{ 3746, 597, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Touch>::Unbox(System.Object) */,
{ 3740, 513, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 3741, 513, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector2>::Equals(System.Nullable`1<T>) */,
{ 3742, 513, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Vector2>::GetHashCode() */,
{ 3743, 513, -1 } /* T System.Nullable`1<UnityEngine.Vector2>::GetValueOrDefault() */,
{ 3744, 513, -1 } /* System.String System.Nullable`1<UnityEngine.Vector2>::ToString() */,
{ 3745, 513, -1 } /* System.Object System.Nullable`1<UnityEngine.Vector2>::Box(System.Nullable`1<T>) */,
{ 3746, 513, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Vector2>::Unbox(System.Object) */,
{ 3740, 502, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 3741, 502, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector3>::Equals(System.Nullable`1<T>) */,
{ 3742, 502, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Vector3>::GetHashCode() */,
{ 3743, 502, -1 } /* T System.Nullable`1<UnityEngine.Vector3>::GetValueOrDefault() */,
{ 3744, 502, -1 } /* System.String System.Nullable`1<UnityEngine.Vector3>::ToString() */,
{ 3745, 502, -1 } /* System.Object System.Nullable`1<UnityEngine.Vector3>::Box(System.Nullable`1<T>) */,
{ 3746, 502, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Vector3>::Unbox(System.Object) */,
{ 3740, 516, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 3741, 516, -1 } /* System.Boolean System.Nullable`1<UnityEngine.Vector4>::Equals(System.Nullable`1<T>) */,
{ 3742, 516, -1 } /* System.Int32 System.Nullable`1<UnityEngine.Vector4>::GetHashCode() */,
{ 3743, 516, -1 } /* T System.Nullable`1<UnityEngine.Vector4>::GetValueOrDefault() */,
{ 3744, 516, -1 } /* System.String System.Nullable`1<UnityEngine.Vector4>::ToString() */,
{ 3745, 516, -1 } /* System.Object System.Nullable`1<UnityEngine.Vector4>::Box(System.Nullable`1<T>) */,
{ 3746, 516, -1 } /* System.Nullable`1<T> System.Nullable`1<UnityEngine.Vector4>::Unbox(System.Object) */,
{ 1118, 1647, -1 } /* System.Void System.Predicate`1<FairyGUI.GPath/Segment>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 1647, -1 } /* System.Boolean System.Predicate`1<FairyGUI.GPath/Segment>::Invoke(T) */,
{ 1120, 1647, -1 } /* System.IAsyncResult System.Predicate`1<FairyGUI.GPath/Segment>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 1647, -1 } /* System.Boolean System.Predicate`1<FairyGUI.GPath/Segment>::EndInvoke(System.IAsyncResult) */,
{ 1118, 1648, -1 } /* System.Void System.Predicate`1<FairyGUI.GPathPoint>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 1648, -1 } /* System.Boolean System.Predicate`1<FairyGUI.GPathPoint>::Invoke(T) */,
{ 1120, 1648, -1 } /* System.IAsyncResult System.Predicate`1<FairyGUI.GPathPoint>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 1648, -1 } /* System.Boolean System.Predicate`1<FairyGUI.GPathPoint>::EndInvoke(System.IAsyncResult) */,
{ 1118, 1140, -1 } /* System.Void System.Predicate`1<FairyGUI.TextField/CharPosition>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 1140, -1 } /* System.Boolean System.Predicate`1<FairyGUI.TextField/CharPosition>::Invoke(T) */,
{ 1120, 1140, -1 } /* System.IAsyncResult System.Predicate`1<FairyGUI.TextField/CharPosition>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 1140, -1 } /* System.Boolean System.Predicate`1<FairyGUI.TextField/CharPosition>::EndInvoke(System.IAsyncResult) */,
{ 1118, 47, -1 } /* System.Void System.Predicate`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 47, -1 } /* System.Boolean System.Predicate`1<System.Boolean>::Invoke(T) */,
{ 1120, 47, -1 } /* System.IAsyncResult System.Predicate`1<System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 47, -1 } /* System.Boolean System.Predicate`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1118, 6, -1 } /* System.Void System.Predicate`1<System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 6, -1 } /* System.Boolean System.Predicate`1<System.Byte>::Invoke(T) */,
{ 1120, 6, -1 } /* System.IAsyncResult System.Predicate`1<System.Byte>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 6, -1 } /* System.Boolean System.Predicate`1<System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1118, 7, -1 } /* System.Void System.Predicate`1<System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 7, -1 } /* System.Boolean System.Predicate`1<System.Char>::Invoke(T) */,
{ 1120, 7, -1 } /* System.IAsyncResult System.Predicate`1<System.Char>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 7, -1 } /* System.Boolean System.Predicate`1<System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1118, 115, -1 } /* System.Void System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 115, -1 } /* System.Boolean System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Invoke(T) */,
{ 1120, 115, -1 } /* System.IAsyncResult System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 115, -1 } /* System.Boolean System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1118, 59, -1 } /* System.Void System.Predicate`1<System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 59, -1 } /* System.Boolean System.Predicate`1<System.DateTime>::Invoke(T) */,
{ 1120, 59, -1 } /* System.IAsyncResult System.Predicate`1<System.DateTime>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 59, -1 } /* System.Boolean System.Predicate`1<System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1118, 60, -1 } /* System.Void System.Predicate`1<System.DateTimeOffset>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 60, -1 } /* System.Boolean System.Predicate`1<System.DateTimeOffset>::Invoke(T) */,
{ 1120, 60, -1 } /* System.IAsyncResult System.Predicate`1<System.DateTimeOffset>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 60, -1 } /* System.Boolean System.Predicate`1<System.DateTimeOffset>::EndInvoke(System.IAsyncResult) */,
{ 1118, 61, -1 } /* System.Void System.Predicate`1<System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 61, -1 } /* System.Boolean System.Predicate`1<System.Decimal>::Invoke(T) */,
{ 1120, 61, -1 } /* System.IAsyncResult System.Predicate`1<System.Decimal>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 61, -1 } /* System.Boolean System.Predicate`1<System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1118, 81, -1 } /* System.Void System.Predicate`1<System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 81, -1 } /* System.Boolean System.Predicate`1<System.Double>::Invoke(T) */,
{ 1120, 81, -1 } /* System.IAsyncResult System.Predicate`1<System.Double>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 81, -1 } /* System.Boolean System.Predicate`1<System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1118, 95, -1 } /* System.Void System.Predicate`1<System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 95, -1 } /* System.Boolean System.Predicate`1<System.Int16>::Invoke(T) */,
{ 1120, 95, -1 } /* System.IAsyncResult System.Predicate`1<System.Int16>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 95, -1 } /* System.Boolean System.Predicate`1<System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1119, 16, -1 } /* System.Boolean System.Predicate`1<System.Int32>::Invoke(T) */,
{ 1120, 16, -1 } /* System.IAsyncResult System.Predicate`1<System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 16, -1 } /* System.Boolean System.Predicate`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1118, 90, -1 } /* System.Void System.Predicate`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 90, -1 } /* System.Boolean System.Predicate`1<System.Int32Enum>::Invoke(T) */,
{ 1120, 90, -1 } /* System.IAsyncResult System.Predicate`1<System.Int32Enum>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 90, -1 } /* System.Boolean System.Predicate`1<System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1118, 37, -1 } /* System.Void System.Predicate`1<System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 37, -1 } /* System.Boolean System.Predicate`1<System.Int64>::Invoke(T) */,
{ 1120, 37, -1 } /* System.IAsyncResult System.Predicate`1<System.Int64>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 37, -1 } /* System.Boolean System.Predicate`1<System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1118, 108, -1 } /* System.Void System.Predicate`1<System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 108, -1 } /* System.Boolean System.Predicate`1<System.SByte>::Invoke(T) */,
{ 1120, 108, -1 } /* System.IAsyncResult System.Predicate`1<System.SByte>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 108, -1 } /* System.Boolean System.Predicate`1<System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1118, 109, -1 } /* System.Void System.Predicate`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 109, -1 } /* System.Boolean System.Predicate`1<System.Single>::Invoke(T) */,
{ 1120, 109, -1 } /* System.IAsyncResult System.Predicate`1<System.Single>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 109, -1 } /* System.Boolean System.Predicate`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1118, 110, -1 } /* System.Void System.Predicate`1<System.TimeSpan>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 110, -1 } /* System.Boolean System.Predicate`1<System.TimeSpan>::Invoke(T) */,
{ 1120, 110, -1 } /* System.IAsyncResult System.Predicate`1<System.TimeSpan>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 110, -1 } /* System.Boolean System.Predicate`1<System.TimeSpan>::EndInvoke(System.IAsyncResult) */,
{ 1118, 134, -1 } /* System.Void System.Predicate`1<System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 134, -1 } /* System.Boolean System.Predicate`1<System.UInt16>::Invoke(T) */,
{ 1120, 134, -1 } /* System.IAsyncResult System.Predicate`1<System.UInt16>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 134, -1 } /* System.Boolean System.Predicate`1<System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1118, 21, -1 } /* System.Void System.Predicate`1<System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 21, -1 } /* System.Boolean System.Predicate`1<System.UInt32>::Invoke(T) */,
{ 1120, 21, -1 } /* System.IAsyncResult System.Predicate`1<System.UInt32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 21, -1 } /* System.Boolean System.Predicate`1<System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1118, 82, -1 } /* System.Void System.Predicate`1<System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 82, -1 } /* System.Boolean System.Predicate`1<System.UInt64>::Invoke(T) */,
{ 1120, 82, -1 } /* System.IAsyncResult System.Predicate`1<System.UInt64>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 82, -1 } /* System.Boolean System.Predicate`1<System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1118, 625, -1 } /* System.Void System.Predicate`1<UnityEngine.AnimatorClipInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 625, -1 } /* System.Boolean System.Predicate`1<UnityEngine.AnimatorClipInfo>::Invoke(T) */,
{ 1120, 625, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.AnimatorClipInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 625, -1 } /* System.Boolean System.Predicate`1<UnityEngine.AnimatorClipInfo>::EndInvoke(System.IAsyncResult) */,
{ 1118, 510, -1 } /* System.Void System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 510, -1 } /* System.Boolean System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Invoke(T) */,
{ 1120, 510, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 510, -1 } /* System.Boolean System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EndInvoke(System.IAsyncResult) */,
{ 1118, 521, -1 } /* System.Void System.Predicate`1<UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 521, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color32>::Invoke(T) */,
{ 1120, 521, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Color32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 521, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1118, 518, -1 } /* System.Void System.Predicate`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 518, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color>::Invoke(T) */,
{ 1120, 518, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Color>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 518, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1118, 517, -1 } /* System.Void System.Predicate`1<UnityEngine.Matrix4x4>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 517, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Matrix4x4>::Invoke(T) */,
{ 1120, 517, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Matrix4x4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 517, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Matrix4x4>::EndInvoke(System.IAsyncResult) */,
{ 1118, 656, -1 } /* System.Void System.Predicate`1<UnityEngine.ParticleSystem/Particle>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 656, -1 } /* System.Boolean System.Predicate`1<UnityEngine.ParticleSystem/Particle>::Invoke(T) */,
{ 1120, 656, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.ParticleSystem/Particle>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 656, -1 } /* System.Boolean System.Predicate`1<UnityEngine.ParticleSystem/Particle>::EndInvoke(System.IAsyncResult) */,
{ 1118, 601, -1 } /* System.Void System.Predicate`1<UnityEngine.RaycastHit2D>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 601, -1 } /* System.Boolean System.Predicate`1<UnityEngine.RaycastHit2D>::Invoke(T) */,
{ 1120, 601, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.RaycastHit2D>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 601, -1 } /* System.Boolean System.Predicate`1<UnityEngine.RaycastHit2D>::EndInvoke(System.IAsyncResult) */,
{ 1118, 508, -1 } /* System.Void System.Predicate`1<UnityEngine.Rect>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 508, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Rect>::Invoke(T) */,
{ 1120, 508, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Rect>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 508, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Rect>::EndInvoke(System.IAsyncResult) */,
{ 1118, 515, -1 } /* System.Void System.Predicate`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 515, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::Invoke(T) */,
{ 1120, 515, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 515, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Rendering.ReflectionProbeBlendInfo>::EndInvoke(System.IAsyncResult) */,
{ 1118, 686, -1 } /* System.Void System.Predicate`1<UnityEngine.UIElements.FocusController/FocusedElement>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 686, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UIElements.FocusController/FocusedElement>::Invoke(T) */,
{ 1120, 686, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.UIElements.FocusController/FocusedElement>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 686, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UIElements.FocusController/FocusedElement>::EndInvoke(System.IAsyncResult) */,
{ 1118, 534, -1 } /* System.Void System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 534, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Invoke(T) */,
{ 1120, 534, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 534, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EndInvoke(System.IAsyncResult) */,
{ 1118, 513, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 513, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector2>::Invoke(T) */,
{ 1120, 513, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector2>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 513, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1118, 502, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 502, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector3>::Invoke(T) */,
{ 1120, 502, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector3>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 502, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1118, 516, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1119, 516, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector4>::Invoke(T) */,
{ 1120, 516, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1121, 516, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 10446, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10448, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::GetTaskForResult(TResult) */,
{ 10449, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::.cctor() */,
{ 10446, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10448, 16, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::GetTaskForResult(TResult) */,
{ 10449, 16, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::.cctor() */,
{ 10446, 406, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 10448, 406, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::GetTaskForResult(TResult) */,
{ 10449, 406, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 10439, 189, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::Create() */,
{ 10445, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetResult(TResult) */,
{ 10448, 189, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::GetTaskForResult(TResult) */,
{ 10449, 189, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 10506, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10508, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::OnCompleted(System.Action) */,
{ 10509, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::UnsafeOnCompleted(System.Action) */,
{ 10506, 16, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10508, 16, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::OnCompleted(System.Action) */,
{ 10509, 16, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::UnsafeOnCompleted(System.Action) */,
{ 10506, 406, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10508, 406, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::OnCompleted(System.Action) */,
{ 10509, 406, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::UnsafeOnCompleted(System.Action) */,
{ 10506, 189, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10507, 189, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::get_IsCompleted() */,
{ 10508, 189, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::OnCompleted(System.Action) */,
{ 10509, 189, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::UnsafeOnCompleted(System.Action) */,
{ 10510, 189, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::GetResult() */,
{ 10504, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10504, 16, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10504, 406, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10504, 189, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 10505, 189, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>::GetAwaiter() */,
{ 10493, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10494, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::OnCompleted(System.Action) */,
{ 10495, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::UnsafeOnCompleted(System.Action) */,
{ 10493, 16, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10494, 16, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::OnCompleted(System.Action) */,
{ 10495, 16, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::UnsafeOnCompleted(System.Action) */,
{ 10493, 406, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10494, 406, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::OnCompleted(System.Action) */,
{ 10495, 406, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::UnsafeOnCompleted(System.Action) */,
{ 10496, 406, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::GetResult() */,
{ 10493, 189, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10494, 189, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::OnCompleted(System.Action) */,
{ 10495, 189, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::UnsafeOnCompleted(System.Action) */,
{ 10496, 189, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::GetResult() */,
{ 7467, 121, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 7468, 121, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 7469, 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) */,
{ 7470, 121, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::.cctor() */,
{ 7467, 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>) */,
{ 7468, 205, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 7469, 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) */,
{ 7470, 205, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::.cctor() */,
{ 7464, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Boolean>::.ctor() */,
{ 7465, 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) */,
{ 7464, 16, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Int32>::.ctor() */,
{ 7465, 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) */,
{ 7464, 406, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>::.ctor() */,
{ 7465, 406, -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) */,
{ 7464, 189, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 7465, 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) */,
{ 7453, 47, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Boolean>::.cctor() */,
{ 7454, 47, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Boolean>::.ctor() */,
{ 7455, 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>) */,
{ 7443, 183, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::get_Result() */,
{ 7453, 16, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Int32>::.cctor() */,
{ 7454, 16, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Int32>::.ctor() */,
{ 7455, 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>) */,
{ 7453, 406, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Nullable`1<System.Int32>>::.cctor() */,
{ 7454, 406, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Nullable`1<System.Int32>>::.ctor() */,
{ 7455, 406, -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>) */,
{ 7453, 189, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 7454, 189, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 7455, 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>) */,
{ 7432, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(TResult) */,
{ 7434, 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) */,
{ 7435, 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&) */,
{ 7436, 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) */,
{ 7437, 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) */,
{ 7438, 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&) */,
{ 7439, 47, -1 } /* System.String System.Threading.Tasks.Task`1<System.Boolean>::get_DebuggerDisplayResultDescription() */,
{ 7440, 47, -1 } /* System.String System.Threading.Tasks.Task`1<System.Boolean>::get_DebuggerDisplayMethodDescription() */,
{ 7442, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::DangerousSetResult(TResult) */,
{ 7443, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::get_Result() */,
{ 7444, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::get_ResultOnSuccess() */,
{ 7445, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::GetResultCore(System.Boolean) */,
{ 7446, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetException(System.Object) */,
{ 7447, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7448, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7449, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::InnerInvoke() */,
{ 7452, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.cctor() */,
{ 7431, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor() */,
{ 7432, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(TResult) */,
{ 7435, 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&) */,
{ 7436, 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) */,
{ 7437, 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) */,
{ 7438, 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&) */,
{ 7439, 16, -1 } /* System.String System.Threading.Tasks.Task`1<System.Int32>::get_DebuggerDisplayResultDescription() */,
{ 7440, 16, -1 } /* System.String System.Threading.Tasks.Task`1<System.Int32>::get_DebuggerDisplayMethodDescription() */,
{ 7441, 16, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetResult(TResult) */,
{ 7442, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::DangerousSetResult(TResult) */,
{ 7444, 16, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::get_ResultOnSuccess() */,
{ 7445, 16, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::GetResultCore(System.Boolean) */,
{ 7446, 16, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetException(System.Object) */,
{ 7447, 16, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7448, 16, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7449, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::InnerInvoke() */,
{ 7452, 16, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.cctor() */,
{ 7431, 406, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor() */,
{ 7432, 406, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(TResult) */,
{ 7433, 406, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7434, 406, -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) */,
{ 7435, 406, -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&) */,
{ 7436, 406, -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) */,
{ 7437, 406, -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) */,
{ 7438, 406, -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&) */,
{ 7439, 406, -1 } /* System.String System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_DebuggerDisplayResultDescription() */,
{ 7440, 406, -1 } /* System.String System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_DebuggerDisplayMethodDescription() */,
{ 7441, 406, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetResult(TResult) */,
{ 7442, 406, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::DangerousSetResult(TResult) */,
{ 7443, 406, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_Result() */,
{ 7444, 406, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_ResultOnSuccess() */,
{ 7445, 406, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::GetResultCore(System.Boolean) */,
{ 7446, 406, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetException(System.Object) */,
{ 7447, 406, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 7448, 406, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7449, 406, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::InnerInvoke() */,
{ 7450, 406, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::GetAwaiter() */,
{ 7452, 406, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 7432, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(TResult) */,
{ 7433, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7434, 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) */,
{ 7435, 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&) */,
{ 7436, 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) */,
{ 7437, 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) */,
{ 7438, 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&) */,
{ 7439, 189, -1 } /* System.String System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_DebuggerDisplayResultDescription() */,
{ 7440, 189, -1 } /* System.String System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_DebuggerDisplayMethodDescription() */,
{ 7442, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::DangerousSetResult(TResult) */,
{ 7443, 189, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_Result() */,
{ 7444, 189, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_ResultOnSuccess() */,
{ 7445, 189, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::GetResultCore(System.Boolean) */,
{ 7446, 189, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetException(System.Object) */,
{ 7448, 189, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7449, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::InnerInvoke() */,
{ 7450, 189, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::GetAwaiter() */,
{ 7451, 189, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::ConfigureAwait(System.Boolean) */,
{ 7452, 189, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 996, 415, -1 } /* T1 System.Tuple`2<System.Guid,System.Object>::get_Item1() */,
{ 997, 415, -1 } /* T2 System.Tuple`2<System.Guid,System.Object>::get_Item2() */,
{ 998, 415, -1 } /* System.Void System.Tuple`2<System.Guid,System.Object>::.ctor(T1,T2) */,
{ 999, 415, -1 } /* System.Boolean System.Tuple`2<System.Guid,System.Object>::Equals(System.Object) */,
{ 1000, 415, -1 } /* System.Boolean System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 1001, 415, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 1002, 415, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 1003, 415, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::GetHashCode() */,
{ 1004, 415, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 1005, 415, -1 } /* System.String System.Tuple`2<System.Guid,System.Object>::ToString() */,
{ 1006, 415, -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, 397, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::Equals(System.Object) */,
{ 791, 397, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::Equals(System.ValueTuple`2<T1,T2>) */,
{ 792, 397, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 793, 397, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.IComparable.CompareTo(System.Object) */,
{ 794, 397, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::CompareTo(System.ValueTuple`2<T1,T2>) */,
{ 795, 397, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 796, 397, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::GetHashCode() */,
{ 797, 397, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 798, 397, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::GetHashCodeCore(System.Collections.IEqualityComparer) */,
{ 799, 397, -1 } /* System.String System.ValueTuple`2<System.Int32,System.Boolean>::ToString() */,
{ 19691, 6, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Byte>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 19692, 6, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Byte>::Dispose() */,
{ 19693, 6, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<System.Byte>::MoveNext() */,
{ 19694, 6, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Byte>::Reset() */,
{ 19695, 6, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<System.Byte>::get_Current() */,
{ 19696, 6, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 19691, 16, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Int32>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 19692, 16, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Int32>::Dispose() */,
{ 19693, 16, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<System.Int32>::MoveNext() */,
{ 19694, 16, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<System.Int32>::Reset() */,
{ 19695, 16, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<System.Int32>::get_Current() */,
{ 19696, 16, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 19691, 569, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 19692, 569, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Dispose() */,
{ 19693, 569, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::MoveNext() */,
{ 19694, 569, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Reset() */,
{ 19695, 569, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Current() */,
{ 19696, 569, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerator.get_Current() */,
{ 19691, 656, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 19692, 656, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 19693, 656, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::MoveNext() */,
{ 19694, 656, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::Reset() */,
{ 19695, 656, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::get_Current() */,
{ 19696, 656, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerator.get_Current() */,
{ 19691, 559, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 19692, 559, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::Dispose() */,
{ 19693, 559, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::MoveNext() */,
{ 19694, 559, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::Reset() */,
{ 19695, 559, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::get_Current() */,
{ 19696, 559, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>::System.Collections.IEnumerator.get_Current() */,
{ 19691, 561, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 19692, 561, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::Dispose() */,
{ 19693, 561, -1 } /* System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::MoveNext() */,
{ 19694, 561, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::Reset() */,
{ 19695, 561, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::get_Current() */,
{ 19696, 561, -1 } /* System.Object Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerator.get_Current() */,
{ 19677, 6, -1 } /* System.Int32 Unity.Collections.NativeArray`1<System.Byte>::get_Length() */,
{ 19678, 6, -1 } /* T Unity.Collections.NativeArray`1<System.Byte>::get_Item(System.Int32) */,
{ 19679, 6, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Byte>::set_Item(System.Int32,T) */,
{ 19680, 6, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Byte>::Deallocate() */,
{ 19681, 6, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Byte>::Dispose() */,
{ 19682, 6, -1 } /* T[] Unity.Collections.NativeArray`1<System.Byte>::ToArray() */,
{ 19683, 6, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<System.Byte>::GetEnumerator() */,
{ 19684, 6, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 19685, 6, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19686, 6, -1 } /* System.Boolean Unity.Collections.NativeArray`1<System.Byte>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 19687, 6, -1 } /* System.Boolean Unity.Collections.NativeArray`1<System.Byte>::Equals(System.Object) */,
{ 19688, 6, -1 } /* System.Int32 Unity.Collections.NativeArray`1<System.Byte>::GetHashCode() */,
{ 19689, 6, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Byte>::Copy(Unity.Collections.NativeArray`1<T>,T[],System.Int32) */,
{ 19690, 6, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Byte>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,T[],System.Int32,System.Int32) */,
{ 19677, 16, -1 } /* System.Int32 Unity.Collections.NativeArray`1<System.Int32>::get_Length() */,
{ 19678, 16, -1 } /* T Unity.Collections.NativeArray`1<System.Int32>::get_Item(System.Int32) */,
{ 19679, 16, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Int32>::set_Item(System.Int32,T) */,
{ 19680, 16, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Int32>::Deallocate() */,
{ 19681, 16, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Int32>::Dispose() */,
{ 19682, 16, -1 } /* T[] Unity.Collections.NativeArray`1<System.Int32>::ToArray() */,
{ 19683, 16, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<System.Int32>::GetEnumerator() */,
{ 19684, 16, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<System.Int32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 19685, 16, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19686, 16, -1 } /* System.Boolean Unity.Collections.NativeArray`1<System.Int32>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 19687, 16, -1 } /* System.Boolean Unity.Collections.NativeArray`1<System.Int32>::Equals(System.Object) */,
{ 19688, 16, -1 } /* System.Int32 Unity.Collections.NativeArray`1<System.Int32>::GetHashCode() */,
{ 19689, 16, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Int32>::Copy(Unity.Collections.NativeArray`1<T>,T[],System.Int32) */,
{ 19690, 16, -1 } /* System.Void Unity.Collections.NativeArray`1<System.Int32>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,T[],System.Int32,System.Int32) */,
{ 19677, 569, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Length() */,
{ 19678, 569, -1 } /* T Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::get_Item(System.Int32) */,
{ 19679, 569, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::set_Item(System.Int32,T) */,
{ 19680, 569, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Deallocate() */,
{ 19681, 569, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Dispose() */,
{ 19682, 569, -1 } /* T[] Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::ToArray() */,
{ 19683, 569, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::GetEnumerator() */,
{ 19684, 569, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 19685, 569, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19686, 569, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 19687, 569, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Equals(System.Object) */,
{ 19688, 569, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::GetHashCode() */,
{ 19689, 569, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Copy(Unity.Collections.NativeArray`1<T>,T[],System.Int32) */,
{ 19690, 569, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,T[],System.Int32,System.Int32) */,
{ 19677, 656, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::get_Length() */,
{ 19678, 656, -1 } /* T Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::get_Item(System.Int32) */,
{ 19679, 656, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::set_Item(System.Int32,T) */,
{ 19680, 656, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Deallocate() */,
{ 19681, 656, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Dispose() */,
{ 19682, 656, -1 } /* T[] Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::ToArray() */,
{ 19683, 656, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::GetEnumerator() */,
{ 19684, 656, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 19685, 656, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19686, 656, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 19687, 656, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Equals(System.Object) */,
{ 19688, 656, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::GetHashCode() */,
{ 19689, 656, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Copy(Unity.Collections.NativeArray`1<T>,T[],System.Int32) */,
{ 19690, 656, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem/Particle>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,T[],System.Int32,System.Int32) */,
{ 19677, 559, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Plane>::get_Length() */,
{ 19678, 559, -1 } /* T Unity.Collections.NativeArray`1<UnityEngine.Plane>::get_Item(System.Int32) */,
{ 19679, 559, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Plane>::set_Item(System.Int32,T) */,
{ 19680, 559, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Plane>::Deallocate() */,
{ 19681, 559, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Plane>::Dispose() */,
{ 19682, 559, -1 } /* T[] Unity.Collections.NativeArray`1<UnityEngine.Plane>::ToArray() */,
{ 19683, 559, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.Plane>::GetEnumerator() */,
{ 19684, 559, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.Plane>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 19685, 559, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.Plane>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19686, 559, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Plane>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 19687, 559, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Plane>::Equals(System.Object) */,
{ 19688, 559, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Plane>::GetHashCode() */,
{ 19689, 559, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Plane>::Copy(Unity.Collections.NativeArray`1<T>,T[],System.Int32) */,
{ 19690, 559, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Plane>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,T[],System.Int32,System.Int32) */,
{ 19677, 561, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::get_Length() */,
{ 19678, 561, -1 } /* T Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::get_Item(System.Int32) */,
{ 19679, 561, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::set_Item(System.Int32,T) */,
{ 19680, 561, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Deallocate() */,
{ 19681, 561, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Dispose() */,
{ 19682, 561, -1 } /* T[] Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::ToArray() */,
{ 19683, 561, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::GetEnumerator() */,
{ 19684, 561, -1 } /* System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 19685, 561, -1 } /* System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19686, 561, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 19687, 561, -1 } /* System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Equals(System.Object) */,
{ 19688, 561, -1 } /* System.Int32 Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::GetHashCode() */,
{ 19689, 561, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Copy(Unity.Collections.NativeArray`1<T>,T[],System.Int32) */,
{ 19690, 561, -1 } /* System.Void Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,T[],System.Int32,System.Int32) */,
{ 22148, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::Invoke(System.Object[]) */,
{ 22149, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::Invoke(T) */,
{ 22148, 16, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::Invoke(System.Object[]) */,
{ 22149, 16, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::Invoke(T) */,
{ 22148, 109, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::Invoke(System.Object[]) */,
{ 22149, 109, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::Invoke(T) */,
{ 22131, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22132, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22133, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22134, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22135, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::Invoke(System.Object[]) */,
{ 22136, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::Invoke(T1) */,
{ 22137, 47, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Boolean>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 22131, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22132, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22133, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22134, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22135, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(System.Object[]) */,
{ 22136, 16, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(T1) */,
{ 22137, 16, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Int32>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 22131, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22132, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22133, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22134, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22135, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::Invoke(System.Object[]) */,
{ 22136, 109, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::Invoke(T1) */,
{ 22137, 109, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Single>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 22187, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 22188, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::Invoke(T0) */,
{ 22189, 47, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Boolean>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 22190, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 22187, 16, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 22189, 16, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Int32>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 22190, 16, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 22187, 109, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 22188, 109, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::Invoke(T0) */,
{ 22189, 109, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Single>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 22190, 109, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 22187, 545, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 22189, 545, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 22190, 545, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 22198, 544, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 22199, 544, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::Invoke(T0,T1) */,
{ 22200, 544, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 22201, 544, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 22198, 546, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 22200, 546, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 22201, 546, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 22194, 16, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Int32>::FindMethod_Impl(System.String,System.Object) */,
{ 22195, 16, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 22196, 16, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Int32>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 25521, 90, -1 } /* T UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::get_value() */,
{ 25522, 90, -1 } /* System.Void UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::set_specificity(System.Int32) */,
{ 25523, 90, -1 } /* UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::get_keyword() */,
{ 25524, 90, -1 } /* System.Void UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::.ctor(T,UnityEngine.UIElements.StyleKeyword) */,
{ 25525, 90, -1 } /* System.Boolean UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::op_Equality(UnityEngine.UIElements.StyleEnum`1<T>,UnityEngine.UIElements.StyleEnum`1<T>) */,
{ 25526, 90, -1 } /* System.Boolean UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::Equals(UnityEngine.UIElements.StyleEnum`1<T>) */,
{ 25527, 90, -1 } /* System.Boolean UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::Equals(System.Object) */,
{ 25528, 90, -1 } /* System.Int32 UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::GetHashCode() */,
{ 25529, 90, -1 } /* System.String UnityEngine.UIElements.StyleEnum`1<System.Int32Enum>::ToString() */,
{ 5698, 1749, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<TSource>::GetEnumerator() */,
{ 5701, 1749, -1 } /* System.Collections.IEnumerator System.IO.Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 5694, 1749, -1 } /* TSource System.IO.Iterator`1<TSource>::get_Current() */,
{ 5696, 1749, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose() */,
{ 5700, 1749, -1 } /* System.Object System.IO.Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 5702, 1749, -1 } /* System.Void System.IO.Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 7449, 1765, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::InnerInvoke() */,
{ 7449, 183, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::InnerInvoke() */,
{ 11184, 1780, -1 } /* T System.Collections.ObjectModel.Collection`1<TItem>::get_Item(System.Int32) */,
{ 11185, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::set_Item(System.Int32,T) */,
{ 11191, 1780, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<TItem>::IndexOf(T) */,
{ 11192, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::Insert(System.Int32,T) */,
{ 11194, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::RemoveAt(System.Int32) */,
{ 11182, 1780, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<TItem>::get_Count() */,
{ 11199, 1780, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11186, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::Add(T) */,
{ 11187, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::Clear() */,
{ 11189, 1780, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::Contains(T) */,
{ 11188, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::CopyTo(T[],System.Int32) */,
{ 11193, 1780, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::Remove(T) */,
{ 11190, 1780, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.Collection`1<TItem>::GetEnumerator() */,
{ 11200, 1780, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11204, 1780, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.get_Item(System.Int32) */,
{ 11205, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11208, 1780, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.Add(System.Object) */,
{ 11209, 1780, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.Contains(System.Object) */,
{ 11206, 1780, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.get_IsReadOnly() */,
{ 11207, 1780, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.get_IsFixedSize() */,
{ 11210, 1780, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.IndexOf(System.Object) */,
{ 11211, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11212, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.IList.Remove(System.Object) */,
{ 11203, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11202, 1780, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.ICollection.get_SyncRoot() */,
{ 11201, 1780, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<TItem>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11535, 8, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.String>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11534, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11532, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11502, 1822, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11502, 1824, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Nullable`1<T>>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11502, 1825, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11502, 1826, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 11535, 1833, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11534, 1833, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 1835, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11534, 1835, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 1836, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11534, 1836, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11535, 1837, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11534, 1837, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11532, 1837, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 1837, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11570, 1838, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(System.Object) */,
{ 11571, 1838, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<T>::GetHashCode() */,
{ 11535, 1838, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11534, 1838, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11565, 1838, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(T,T) */,
{ 11532, 1838, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 1838, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11569, 1838, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11570, 1839, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(System.Object) */,
{ 11571, 1839, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<T>::GetHashCode() */,
{ 11535, 1839, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11534, 1839, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11565, 1839, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(T,T) */,
{ 11532, 1839, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 1839, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11569, 1839, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11535, 1840, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 11534, 1840, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 11532, 1840, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11533, 1840, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 11184, 1860, -1 } /* T System.Collections.ObjectModel.Collection`1<T>::get_Item(System.Int32) */,
{ 11185, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::set_Item(System.Int32,T) */,
{ 11191, 1860, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::IndexOf(T) */,
{ 11192, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Insert(System.Int32,T) */,
{ 11194, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::RemoveAt(System.Int32) */,
{ 11182, 1860, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::get_Count() */,
{ 11199, 1860, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 11186, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Add(T) */,
{ 11187, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Clear() */,
{ 11189, 1860, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::Contains(T) */,
{ 11188, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::CopyTo(T[],System.Int32) */,
{ 11193, 1860, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::Remove(T) */,
{ 11190, 1860, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.Collection`1<T>::GetEnumerator() */,
{ 11200, 1860, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.Collection`1<T>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11204, 1860, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.get_Item(System.Int32) */,
{ 11205, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 11208, 1860, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.Add(System.Object) */,
{ 11209, 1860, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.Contains(System.Object) */,
{ 11206, 1860, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.get_IsReadOnly() */,
{ 11207, 1860, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.get_IsFixedSize() */,
{ 11210, 1860, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.IndexOf(System.Object) */,
{ 11211, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 11212, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::System.Collections.IList.Remove(System.Object) */,
{ 11203, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11202, 1860, -1 } /* System.Object System.Collections.ObjectModel.Collection`1<T>::System.Collections.ICollection.get_SyncRoot() */,
{ 11201, 1860, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::System.Collections.ICollection.get_IsSynchronized() */,
{ 19546, 1898, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 19550, 1898, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19543, 1898, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 19549, 1898, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 19551, 1898, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 19546, 1900, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 19550, 1900, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19543, 1900, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 19545, 1900, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 19549, 1900, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 19551, 1900, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 19546, 1902, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 19550, 1902, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 19543, 1902, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 19545, 1902, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 19549, 1902, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 19551, 1902, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 22137, 1927, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<T>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 22194, 548, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::FindMethod_Impl(System.String,System.Object) */,
{ 22195, 548, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 11392, 660, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::get_Item(TKey) */,
{ 11393, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::set_Item(TKey,TValue) */,
{ 11387, 660, -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() */,
{ 11390, 660, -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() */,
{ 11411, 660, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::Remove(TKey) */,
{ 11413, 660, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::TryGetValue(TKey,TValue&) */,
{ 11415, 660, -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() */,
{ 11395, 660, -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>) */,
{ 11398, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::Clear() */,
{ 11396, 660, -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>) */,
{ 11416, 660, -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) */,
{ 11397, 660, -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>) */,
{ 11403, 660, -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() */,
{ 11418, 660, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IEnumerable.GetEnumerator() */,
{ 11425, 660, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 11426, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 11423, 660, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_Keys() */,
{ 11424, 660, -1 } /* System.Collections.ICollection System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_Values() */,
{ 11429, 660, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.Contains(System.Object) */,
{ 11428, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.Add(System.Object,System.Object) */,
{ 11422, 660, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_IsReadOnly() */,
{ 11421, 660, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.get_IsFixedSize() */,
{ 11430, 660, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.GetEnumerator() */,
{ 11431, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.IDictionary.Remove(System.Object) */,
{ 11417, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 11420, 660, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.ICollection.get_SyncRoot() */,
{ 11419, 660, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::System.Collections.ICollection.get_IsSynchronized() */,
{ 11388, 660, -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() */,
{ 11391, 660, -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() */,
{ 11404, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 11408, 660, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap>::OnDeserialization(System.Object) */,
{ 25207, 1931, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 25208, 1931, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 25206, 1931, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 25207, 703, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::Dispose() */,
{ 25208, 703, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::get_eventTypeId() */,
{ 25091, 703, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::Init() */,
{ 25206, 703, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::Acquire() */,
{ 25207, 710, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::Dispose() */,
{ 25208, 710, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::get_eventTypeId() */,
{ 25091, 710, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::Init() */,
{ 25206, 710, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::Acquire() */,
{ 25207, 1932, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 25208, 1932, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 25206, 1932, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 25207, 706, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::Dispose() */,
{ 25208, 706, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::get_eventTypeId() */,
{ 25097, 706, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::Init() */,
{ 25206, 706, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::Acquire() */,
{ 25207, 713, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::Dispose() */,
{ 25208, 713, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::get_eventTypeId() */,
{ 25097, 713, -1 } /* System.Void UnityEngine.UIElements.MouseCaptureEventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::Init() */,
{ 25206, 713, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureEvent>::Acquire() */,
{ 25207, 1933, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 25208, 1933, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 25206, 1933, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 25207, 750, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::Dispose() */,
{ 25208, 750, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::get_eventTypeId() */,
{ 25105, 750, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::Init() */,
{ 25206, 750, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ValidateCommandEvent>::Acquire() */,
{ 25207, 754, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::Dispose() */,
{ 25208, 754, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::get_eventTypeId() */,
{ 25105, 754, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::Init() */,
{ 25206, 754, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ExecuteCommandEvent>::Acquire() */,
{ 25207, 1934, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 25208, 1934, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 25321, 1934, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 1934, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 1934, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<T>::get_currentTarget() */,
{ 25320, 1934, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 1934, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::Init() */,
{ 25206, 1934, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 25298, 1934, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<T>::get_modifiers() */,
{ 25300, 1934, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<T>::get_mousePosition() */,
{ 25303, 1934, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<T>::get_mouseDelta() */,
{ 25305, 1934, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<T>::get_clickCount() */,
{ 25307, 1934, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<T>::get_button() */,
{ 25309, 1934, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<T>::get_pressedButtons() */,
{ 25311, 1934, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 1934, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 1934, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 1934, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 1934, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 1934, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 766, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragExitedEvent>::Dispose() */,
{ 25208, 766, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_eventTypeId() */,
{ 25321, 766, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 766, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_currentTarget() */,
{ 25320, 766, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 766, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragExitedEvent>::Acquire() */,
{ 25298, 766, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_modifiers() */,
{ 25300, 766, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_mousePosition() */,
{ 25303, 766, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_mouseDelta() */,
{ 25305, 766, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_clickCount() */,
{ 25307, 766, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_button() */,
{ 25309, 766, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::get_pressedButtons() */,
{ 25311, 766, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 766, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 766, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 766, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 766, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 766, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragExitedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 770, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragEnterEvent>::Dispose() */,
{ 25208, 770, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_eventTypeId() */,
{ 25321, 770, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 770, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 770, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_currentTarget() */,
{ 25320, 770, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 770, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragEnterEvent>::Acquire() */,
{ 25298, 770, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_modifiers() */,
{ 25300, 770, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_mousePosition() */,
{ 25303, 770, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_mouseDelta() */,
{ 25305, 770, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_clickCount() */,
{ 25307, 770, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_button() */,
{ 25309, 770, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::get_pressedButtons() */,
{ 25311, 770, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 770, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 770, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 770, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 770, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 770, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 774, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragLeaveEvent>::Dispose() */,
{ 25208, 774, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_eventTypeId() */,
{ 25321, 774, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 774, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 774, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_currentTarget() */,
{ 25320, 774, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 774, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragLeaveEvent>::Acquire() */,
{ 25298, 774, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_modifiers() */,
{ 25300, 774, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_mousePosition() */,
{ 25303, 774, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_mouseDelta() */,
{ 25305, 774, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_clickCount() */,
{ 25307, 774, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_button() */,
{ 25309, 774, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::get_pressedButtons() */,
{ 25311, 774, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 774, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 774, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 774, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 774, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 774, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 778, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::Dispose() */,
{ 25208, 778, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_eventTypeId() */,
{ 25321, 778, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 778, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_currentTarget() */,
{ 25320, 778, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 778, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::Init() */,
{ 25206, 778, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::Acquire() */,
{ 25298, 778, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_modifiers() */,
{ 25300, 778, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_mousePosition() */,
{ 25303, 778, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_mouseDelta() */,
{ 25305, 778, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_clickCount() */,
{ 25307, 778, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_button() */,
{ 25309, 778, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::get_pressedButtons() */,
{ 25311, 778, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 778, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 778, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 778, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 778, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 778, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragUpdatedEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 746, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragPerformEvent>::Dispose() */,
{ 25208, 746, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_eventTypeId() */,
{ 25321, 746, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 746, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 746, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_currentTarget() */,
{ 25320, 746, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 746, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::Init() */,
{ 25206, 746, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DragPerformEvent>::Acquire() */,
{ 25298, 746, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_modifiers() */,
{ 25300, 746, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_mousePosition() */,
{ 25303, 746, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_mouseDelta() */,
{ 25305, 746, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_clickCount() */,
{ 25307, 746, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_button() */,
{ 25309, 746, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::get_pressedButtons() */,
{ 25311, 746, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 746, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 746, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 746, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 746, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 746, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.DragPerformEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 1936, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 25208, 1936, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 25206, 1936, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 25207, 687, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusOutEvent>::Dispose() */,
{ 25208, 687, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusOutEvent>::get_eventTypeId() */,
{ 25206, 687, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusOutEvent>::Acquire() */,
{ 25240, 687, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusOutEvent>::get_relatedTarget() */,
{ 25207, 690, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.BlurEvent>::Dispose() */,
{ 25208, 690, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.BlurEvent>::get_eventTypeId() */,
{ 25245, 690, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.BlurEvent>::Init() */,
{ 25206, 690, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.BlurEvent>::Acquire() */,
{ 25207, 693, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusInEvent>::Dispose() */,
{ 25208, 693, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusInEvent>::get_eventTypeId() */,
{ 25206, 693, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusInEvent>::Acquire() */,
{ 25240, 693, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusInEvent>::get_relatedTarget() */,
{ 25207, 696, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusEvent>::Dispose() */,
{ 25208, 696, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusEvent>::get_eventTypeId() */,
{ 25245, 696, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::Init() */,
{ 25206, 696, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.FocusEvent>::Acquire() */,
{ 25240, 696, -1 } /* UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1<UnityEngine.UIElements.FocusEvent>::get_relatedTarget() */,
{ 25207, 1937, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 25208, 1937, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 25206, 1937, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 25207, 699, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyDownEvent>::Dispose() */,
{ 25208, 699, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyDownEvent>::get_eventTypeId() */,
{ 25273, 699, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::Init() */,
{ 25206, 699, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyDownEvent>::Acquire() */,
{ 25207, 743, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyUpEvent>::Dispose() */,
{ 25208, 743, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyUpEvent>::get_eventTypeId() */,
{ 25273, 743, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>::Init() */,
{ 25206, 743, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyUpEvent>::Acquire() */,
{ 25207, 1938, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 25208, 1938, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 25206, 1938, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 25207, 788, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>::Dispose() */,
{ 25208, 788, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_eventTypeId() */,
{ 25321, 788, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 788, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 788, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_currentTarget() */,
{ 25320, 788, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 788, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::Init() */,
{ 25206, 788, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>::Acquire() */,
{ 25298, 788, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_modifiers() */,
{ 25300, 788, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_mousePosition() */,
{ 25303, 788, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_mouseDelta() */,
{ 25305, 788, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_clickCount() */,
{ 25307, 788, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_button() */,
{ 25309, 788, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::get_pressedButtons() */,
{ 25311, 788, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 788, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 788, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 788, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 788, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 788, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 791, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>::Dispose() */,
{ 25208, 791, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_eventTypeId() */,
{ 25321, 791, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 791, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 791, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_currentTarget() */,
{ 25320, 791, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 791, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::Init() */,
{ 25206, 791, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>::Acquire() */,
{ 25298, 791, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_modifiers() */,
{ 25300, 791, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_mousePosition() */,
{ 25303, 791, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_mouseDelta() */,
{ 25305, 791, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_clickCount() */,
{ 25307, 791, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_button() */,
{ 25309, 791, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::get_pressedButtons() */,
{ 25311, 791, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 791, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 791, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 791, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 791, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 791, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 785, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>::Dispose() */,
{ 25208, 785, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_eventTypeId() */,
{ 25321, 785, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 785, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 785, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_currentTarget() */,
{ 25320, 785, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 785, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::Init() */,
{ 25206, 785, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>::Acquire() */,
{ 25298, 785, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_modifiers() */,
{ 25300, 785, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_mousePosition() */,
{ 25303, 785, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_mouseDelta() */,
{ 25305, 785, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_clickCount() */,
{ 25307, 785, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_button() */,
{ 25309, 785, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::get_pressedButtons() */,
{ 25311, 785, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 785, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 785, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 785, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 785, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 785, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 735, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ContextClickEvent>::Dispose() */,
{ 25208, 735, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_eventTypeId() */,
{ 25321, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 735, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_currentTarget() */,
{ 25320, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::Init() */,
{ 25206, 735, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ContextClickEvent>::Acquire() */,
{ 25298, 735, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_modifiers() */,
{ 25300, 735, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_mousePosition() */,
{ 25303, 735, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_mouseDelta() */,
{ 25305, 735, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_clickCount() */,
{ 25307, 735, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_button() */,
{ 25309, 735, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::get_pressedButtons() */,
{ 25311, 735, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 735, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 735, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 735, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 794, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::Dispose() */,
{ 25208, 794, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::get_eventTypeId() */,
{ 25321, 794, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 794, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 794, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_currentTarget() */,
{ 25320, 794, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 794, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::Acquire() */,
{ 25298, 794, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_modifiers() */,
{ 25300, 794, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_mousePosition() */,
{ 25303, 794, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_mouseDelta() */,
{ 25305, 794, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_clickCount() */,
{ 25307, 794, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_button() */,
{ 25309, 794, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::get_pressedButtons() */,
{ 25311, 794, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 794, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 794, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 794, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 794, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 794, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 799, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterEvent>::Dispose() */,
{ 25208, 799, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_eventTypeId() */,
{ 25321, 799, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 799, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 799, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_currentTarget() */,
{ 25320, 799, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 799, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterEvent>::Acquire() */,
{ 25298, 799, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_modifiers() */,
{ 25300, 799, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_mousePosition() */,
{ 25303, 799, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_mouseDelta() */,
{ 25305, 799, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_clickCount() */,
{ 25307, 799, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_button() */,
{ 25309, 799, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::get_pressedButtons() */,
{ 25311, 799, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 799, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 799, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 799, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 799, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 799, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 802, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::Dispose() */,
{ 25208, 802, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_eventTypeId() */,
{ 25321, 802, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 802, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 802, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_currentTarget() */,
{ 25320, 802, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 802, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::Acquire() */,
{ 25298, 802, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_modifiers() */,
{ 25300, 802, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_mousePosition() */,
{ 25303, 802, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_mouseDelta() */,
{ 25305, 802, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_clickCount() */,
{ 25307, 802, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_button() */,
{ 25309, 802, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::get_pressedButtons() */,
{ 25311, 802, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 802, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 802, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 802, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 802, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 802, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 740, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::Dispose() */,
{ 25208, 740, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_eventTypeId() */,
{ 25321, 740, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 740, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_currentTarget() */,
{ 25320, 740, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 740, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::Acquire() */,
{ 25298, 740, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_modifiers() */,
{ 25300, 740, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_mousePosition() */,
{ 25303, 740, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_mouseDelta() */,
{ 25305, 740, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_clickCount() */,
{ 25307, 740, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_button() */,
{ 25309, 740, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::get_pressedButtons() */,
{ 25311, 740, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 740, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 740, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 740, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 740, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 740, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 763, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::Dispose() */,
{ 25208, 763, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_eventTypeId() */,
{ 25321, 763, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 763, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_currentTarget() */,
{ 25320, 763, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 763, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::Acquire() */,
{ 25298, 763, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_modifiers() */,
{ 25300, 763, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_mousePosition() */,
{ 25303, 763, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_mouseDelta() */,
{ 25305, 763, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_clickCount() */,
{ 25307, 763, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_button() */,
{ 25311, 763, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 763, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 763, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 763, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 763, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 763, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 805, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOverEvent>::Dispose() */,
{ 25208, 805, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_eventTypeId() */,
{ 25321, 805, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 805, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 805, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_currentTarget() */,
{ 25320, 805, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 805, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::Init() */,
{ 25206, 805, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOverEvent>::Acquire() */,
{ 25298, 805, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_modifiers() */,
{ 25300, 805, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_mousePosition() */,
{ 25303, 805, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_mouseDelta() */,
{ 25305, 805, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_clickCount() */,
{ 25307, 805, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_button() */,
{ 25309, 805, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::get_pressedButtons() */,
{ 25311, 805, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 805, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 805, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 805, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 805, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 805, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 808, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOutEvent>::Dispose() */,
{ 25208, 808, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_eventTypeId() */,
{ 25321, 808, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25322, 808, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25319, 808, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_currentTarget() */,
{ 25320, 808, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25317, 808, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::Init() */,
{ 25206, 808, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOutEvent>::Acquire() */,
{ 25298, 808, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_modifiers() */,
{ 25300, 808, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_mousePosition() */,
{ 25303, 808, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_mouseDelta() */,
{ 25305, 808, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_clickCount() */,
{ 25307, 808, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_button() */,
{ 25309, 808, -1 } /* System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::get_pressedButtons() */,
{ 25311, 808, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.get_triggeredByOS() */,
{ 25312, 808, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25313, 808, -1 } /* System.Boolean UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.get_recomputeTopElementUnderMouse() */,
{ 25314, 808, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.set_recomputeTopElementUnderMouse(System.Boolean) */,
{ 25315, 808, -1 } /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.get_sourcePointerEvent() */,
{ 25316, 808, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::UnityEngine.UIElements.IMouseEventInternal.set_sourcePointerEvent(UnityEngine.UIElements.IPointerEvent) */,
{ 25207, 1943, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Dispose() */,
{ 25208, 1943, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<T>::get_eventTypeId() */,
{ 25206, 1943, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Acquire() */,
{ 25207, 729, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::Dispose() */,
{ 25208, 729, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_eventTypeId() */,
{ 25454, 729, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25448, 729, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_currentTarget() */,
{ 25449, 729, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 729, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::Acquire() */,
{ 25408, 729, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pointerType() */,
{ 25410, 729, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_isPrimary() */,
{ 25412, 729, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_button() */,
{ 25414, 729, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pressedButtons() */,
{ 25416, 729, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_position() */,
{ 25418, 729, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_localPosition() */,
{ 25420, 729, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_deltaPosition() */,
{ 25422, 729, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_deltaTime() */,
{ 25424, 729, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_clickCount() */,
{ 25426, 729, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pressure() */,
{ 25428, 729, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_tangentialPressure() */,
{ 25430, 729, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_altitudeAngle() */,
{ 25432, 729, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_azimuthAngle() */,
{ 25434, 729, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_twist() */,
{ 25436, 729, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_radius() */,
{ 25438, 729, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_radiusVariance() */,
{ 25440, 729, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_modifiers() */,
{ 25442, 729, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 729, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 729, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 729, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25207, 724, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>::Dispose() */,
{ 25208, 724, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_eventTypeId() */,
{ 25454, 724, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25448, 724, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_currentTarget() */,
{ 25449, 724, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 724, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>::Acquire() */,
{ 25406, 724, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_pointerId() */,
{ 25408, 724, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_pointerType() */,
{ 25410, 724, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_isPrimary() */,
{ 25412, 724, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_button() */,
{ 25414, 724, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_pressedButtons() */,
{ 25416, 724, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_position() */,
{ 25418, 724, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_localPosition() */,
{ 25420, 724, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_deltaPosition() */,
{ 25422, 724, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_deltaTime() */,
{ 25424, 724, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_clickCount() */,
{ 25426, 724, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_pressure() */,
{ 25428, 724, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_tangentialPressure() */,
{ 25430, 724, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_altitudeAngle() */,
{ 25432, 724, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_azimuthAngle() */,
{ 25434, 724, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_twist() */,
{ 25436, 724, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_radius() */,
{ 25438, 724, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_radiusVariance() */,
{ 25440, 724, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::get_modifiers() */,
{ 25442, 724, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 724, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 724, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 724, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25207, 732, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>::Dispose() */,
{ 25208, 732, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_eventTypeId() */,
{ 25454, 732, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25448, 732, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_currentTarget() */,
{ 25449, 732, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 732, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>::Acquire() */,
{ 25410, 732, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_isPrimary() */,
{ 25412, 732, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_button() */,
{ 25414, 732, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pressedButtons() */,
{ 25416, 732, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_position() */,
{ 25418, 732, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_localPosition() */,
{ 25420, 732, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_deltaPosition() */,
{ 25422, 732, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_deltaTime() */,
{ 25424, 732, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_clickCount() */,
{ 25426, 732, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pressure() */,
{ 25428, 732, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_tangentialPressure() */,
{ 25430, 732, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_altitudeAngle() */,
{ 25432, 732, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_azimuthAngle() */,
{ 25434, 732, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_twist() */,
{ 25436, 732, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_radius() */,
{ 25438, 732, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_radiusVariance() */,
{ 25440, 732, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_modifiers() */,
{ 25442, 732, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 732, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 732, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 732, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25207, 782, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>::Dispose() */,
{ 25208, 782, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_eventTypeId() */,
{ 25454, 782, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25448, 782, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_currentTarget() */,
{ 25449, 782, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 782, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>::Acquire() */,
{ 25410, 782, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_isPrimary() */,
{ 25412, 782, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_button() */,
{ 25414, 782, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pressedButtons() */,
{ 25416, 782, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_position() */,
{ 25418, 782, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_localPosition() */,
{ 25420, 782, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_deltaPosition() */,
{ 25422, 782, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_deltaTime() */,
{ 25424, 782, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_clickCount() */,
{ 25426, 782, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pressure() */,
{ 25428, 782, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_tangentialPressure() */,
{ 25430, 782, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_altitudeAngle() */,
{ 25432, 782, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_azimuthAngle() */,
{ 25434, 782, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_twist() */,
{ 25436, 782, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_radius() */,
{ 25438, 782, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_radiusVariance() */,
{ 25440, 782, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_modifiers() */,
{ 25442, 782, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 782, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 782, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 782, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25207, 817, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerEnterEvent>::Dispose() */,
{ 25208, 817, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_eventTypeId() */,
{ 25454, 817, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25455, 817, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25448, 817, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_currentTarget() */,
{ 25449, 817, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 817, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerEnterEvent>::Acquire() */,
{ 25406, 817, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_pointerId() */,
{ 25408, 817, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_pointerType() */,
{ 25410, 817, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_isPrimary() */,
{ 25412, 817, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_button() */,
{ 25414, 817, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_pressedButtons() */,
{ 25416, 817, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_position() */,
{ 25418, 817, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_localPosition() */,
{ 25420, 817, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_deltaPosition() */,
{ 25422, 817, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_deltaTime() */,
{ 25424, 817, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_clickCount() */,
{ 25426, 817, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_pressure() */,
{ 25428, 817, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_tangentialPressure() */,
{ 25430, 817, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_altitudeAngle() */,
{ 25432, 817, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_azimuthAngle() */,
{ 25434, 817, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_twist() */,
{ 25436, 817, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_radius() */,
{ 25438, 817, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_radiusVariance() */,
{ 25440, 817, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::get_modifiers() */,
{ 25442, 817, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 817, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 817, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 817, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25207, 820, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::Dispose() */,
{ 25208, 820, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_eventTypeId() */,
{ 25454, 820, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25455, 820, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25448, 820, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_currentTarget() */,
{ 25449, 820, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25206, 820, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::Acquire() */,
{ 25406, 820, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_pointerId() */,
{ 25408, 820, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_pointerType() */,
{ 25410, 820, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_isPrimary() */,
{ 25412, 820, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_button() */,
{ 25414, 820, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_pressedButtons() */,
{ 25416, 820, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_position() */,
{ 25418, 820, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_localPosition() */,
{ 25420, 820, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_deltaPosition() */,
{ 25422, 820, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_deltaTime() */,
{ 25424, 820, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_clickCount() */,
{ 25426, 820, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_pressure() */,
{ 25428, 820, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_tangentialPressure() */,
{ 25430, 820, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_altitudeAngle() */,
{ 25432, 820, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_azimuthAngle() */,
{ 25434, 820, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_twist() */,
{ 25436, 820, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_radius() */,
{ 25438, 820, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_radiusVariance() */,
{ 25440, 820, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::get_modifiers() */,
{ 25442, 820, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 820, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 820, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 820, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25207, 814, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOverEvent>::Dispose() */,
{ 25208, 814, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_eventTypeId() */,
{ 25454, 814, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25455, 814, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25448, 814, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_currentTarget() */,
{ 25449, 814, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25446, 814, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::Init() */,
{ 25206, 814, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOverEvent>::Acquire() */,
{ 25406, 814, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_pointerId() */,
{ 25408, 814, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_pointerType() */,
{ 25410, 814, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_isPrimary() */,
{ 25412, 814, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_button() */,
{ 25414, 814, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_pressedButtons() */,
{ 25416, 814, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_position() */,
{ 25418, 814, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_localPosition() */,
{ 25420, 814, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_deltaPosition() */,
{ 25422, 814, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_deltaTime() */,
{ 25424, 814, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_clickCount() */,
{ 25426, 814, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_pressure() */,
{ 25428, 814, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_tangentialPressure() */,
{ 25430, 814, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_altitudeAngle() */,
{ 25432, 814, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_azimuthAngle() */,
{ 25434, 814, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_twist() */,
{ 25436, 814, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_radius() */,
{ 25438, 814, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_radiusVariance() */,
{ 25440, 814, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::get_modifiers() */,
{ 25442, 814, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 814, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 814, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 814, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25207, 811, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOutEvent>::Dispose() */,
{ 25208, 811, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_eventTypeId() */,
{ 25454, 811, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::PreDispatch(UnityEngine.UIElements.IPanel) */,
{ 25455, 811, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::PostDispatch(UnityEngine.UIElements.IPanel) */,
{ 25448, 811, -1 } /* UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_currentTarget() */,
{ 25449, 811, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::set_currentTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25446, 811, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::Init() */,
{ 25206, 811, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOutEvent>::Acquire() */,
{ 25406, 811, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_pointerId() */,
{ 25408, 811, -1 } /* System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_pointerType() */,
{ 25410, 811, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_isPrimary() */,
{ 25412, 811, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_button() */,
{ 25414, 811, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_pressedButtons() */,
{ 25416, 811, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_position() */,
{ 25418, 811, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_localPosition() */,
{ 25420, 811, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_deltaPosition() */,
{ 25422, 811, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_deltaTime() */,
{ 25424, 811, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_clickCount() */,
{ 25426, 811, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_pressure() */,
{ 25428, 811, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_tangentialPressure() */,
{ 25430, 811, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_altitudeAngle() */,
{ 25432, 811, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_azimuthAngle() */,
{ 25434, 811, -1 } /* System.Single UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_twist() */,
{ 25436, 811, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_radius() */,
{ 25438, 811, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_radiusVariance() */,
{ 25440, 811, -1 } /* UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::get_modifiers() */,
{ 25442, 811, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() */,
{ 25443, 811, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(System.Boolean) */,
{ 25444, 811, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::UnityEngine.UIElements.IPointerEventInternal.get_recomputeTopElementUnderPointer() */,
{ 25445, 811, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::UnityEngine.UIElements.IPointerEventInternal.set_recomputeTopElementUnderPointer(System.Boolean) */,
{ 25207, 677, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::Dispose() */,
{ 25208, 677, -1 } /* System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::get_eventTypeId() */,
{ 25206, 677, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::Acquire() */,
{ 26835, 946, -1 } /* ZXing.Common.BitMatrix ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::Encode(System.String) */,
{ 791, 1716, -1 } /* System.Boolean System.ValueTuple`2<T1,T2>::Equals(System.ValueTuple`2<T1,T2>) */,
{ 11528, 1962, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T1>::get_Default() */,
{ 11530, 1962, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T1>::Equals(T,T) */,
{ 11528, 1963, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T2>::get_Default() */,
{ 11530, 1963, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T2>::Equals(T,T) */,
{ 794, 1716, -1 } /* System.Int32 System.ValueTuple`2<T1,T2>::CompareTo(System.ValueTuple`2<T1,T2>) */,
{ 11498, 1962, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T1>::get_Default() */,
{ 11501, 1962, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T1>::Compare(T,T) */,
{ 11498, 1963, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T2>::get_Default() */,
{ 11501, 1963, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T2>::Compare(T,T) */,
{ 798, 1716, -1 } /* System.Int32 System.ValueTuple`2<T1,T2>::GetHashCodeCore(System.Collections.IEqualityComparer) */,
{ 11225, 1718, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<T>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 1115, 1719, -1 } /* TOutput System.Converter`2<TInput,TOutput>::Invoke(TInput) */,
{ 1075, 1720, -1 } /* System.Void System.Action`1<T>::Invoke(T) */,
{ 843, -1, 2534 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 1721 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 843, -1, 2535 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11351, 1722, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 948, -1, 2536 } /* System.Int32 System.Array::IndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 849, -1, 2537 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 948, -1, 2538 } /* System.Int32 System.Array::IndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 2539 } /* System.Int32 System.Array::LastIndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 855, -1, 2540 } /* System.Int32 System.Array::LastIndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 949, -1, 2541 } /* System.Int32 System.Array::LastIndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 859, -1, 2542 } /* System.Void System.Array::Reverse<T>(T[],System.Int32,System.Int32) */,
{ 875, -1, 2543 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 2544 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 1723 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11350, 1724, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 1725, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 880, -1, 2545 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 880, -1, 2546 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 880, -1, 2547 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 875, -1, 1727 } /* System.Void System.Array::Sort<TKey>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11363, 1964, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::get_Default() */,
{ 11365, 1964, -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, 1728 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Predicate`1<T>) */,
{ 1119, 1729, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 946, -1, 1730 } /* T[] System.Array::Empty<T>() */,
{ 1119, 1730, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 802, -1, 1730 } /* System.Void System.Array::Resize<T>(T[]&,System.Int32) */,
{ 888, -1, 1731 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 888, -1, 1732 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 1119, 1733, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 1119, 1734, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 892, -1, 1735 } /* System.Int32 System.Array::FindLastIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 892, -1, 1736 } /* System.Int32 System.Array::FindLastIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 1119, 1737, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 1119, 1738, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 959, 1739, -1 } /* System.Void System.Array/InternalEnumerator`1<T>::.ctor(System.Array) */,
{ 11528, 1966, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 11532, 1966, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 11528, 1967, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 11533, 1967, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 909, -1, 1740 } /* T System.Array::InternalArray__get_Item<T>(System.Int32) */,
{ 962, 1740, -1 } /* T System.Array/InternalEnumerator`1<T>::get_Current() */,
{ 967, 1741, -1 } /* T System.Array/EmptyInternalEnumerator`1<T>::get_Current() */,
{ 970, 1741, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<T>::.ctor() */,
{ 998, 1742, -1 } /* System.Void System.Tuple`2<T1,T2>::.ctor(T1,T2) */,
{ 1163, 1743, -1 } /* System.Boolean System.ArraySegment`1<T>::Equals(System.ArraySegment`1<T>) */,
{ 849, -1, 1743 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 1178, 1743, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<T>::.ctor(System.ArraySegment`1<T>) */,
{ 1180, 1744, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<T>::get_Current() */,
{ 802, -1, 1970 } /* System.Void System.Array::Resize<T>(T[]&,System.Int32) */,
{ 3741, 1745, -1 } /* System.Boolean System.Nullable`1<T>::Equals(System.Nullable`1<T>) */,
{ 3737, 1745, -1 } /* System.Void System.Nullable`1<T>::.ctor(T) */,
{ 5322, 1746, -1 } /* R System.Reflection.MonoProperty/Getter`2<T,R>::Invoke(T) */,
{ 5326, 1747, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<R>::Invoke() */,
{ 5697, 1748, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose(System.Boolean) */,
{ 5695, 1748, -1 } /* System.IO.Iterator`1<TSource> System.IO.Iterator`1<TSource>::Clone() */,
{ 5694, 1748, -1 } /* TSource System.IO.Iterator`1<TSource>::get_Current() */,
{ 5698, 1748, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<TSource>::GetEnumerator() */,
{ 5693, 1749, -1 } /* System.Void System.IO.Iterator`1<TSource>::.ctor() */,
{ 5713, 1749, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::NormalizeSearchPattern(System.String) */,
{ 5715, 1749, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::GetFullSearchString(System.String,System.String) */,
{ 5714, 1749, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::GetNormalizedSearchCriteria(System.String,System.String) */,
{ 5704, 1749, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::CommonInit() */,
{ 5710, 1749, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::HandleError(System.Int32,System.String) */,
{ 5709, 1749, -1 } /* System.IO.SearchResult System.IO.FileSystemEnumerableIterator`1<TSource>::CreateSearchResult(System.IO.Directory/SearchData,Microsoft.Win32.Win32Native/WIN32_FIND_DATA) */,
{ 5716, 1749, -1 } /* System.Boolean System.IO.SearchResultHandler`1<TSource>::IsResultIncluded(System.IO.SearchResult) */,
{ 5717, 1749, -1 } /* TSource System.IO.SearchResultHandler`1<TSource>::CreateObject(System.IO.SearchResult) */,
{ 5705, 1749, -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) */,
{ 5697, 1749, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose(System.Boolean) */,
{ 5711, 1749, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::AddSearchableDirsToStack(System.IO.Directory/SearchData) */,
{ 5712, 1749, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::DoDemand(System.String) */,
{ 6973, 1750, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32) */,
{ 6976, 1750, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<T>::get_Length() */,
{ 7363, -1, 1750 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 6970, 1750, -1 } /* System.Void System.Threading.SparselyPopulatedArrayAddInfo`1<T>::.ctor(System.Threading.SparselyPopulatedArrayFragment`1<T>,System.Int32) */,
{ 6974, 1750, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 7363, -1, 2548 } /* T System.Threading.Interlocked::CompareExchange<System.Threading.SparselyPopulatedArrayFragment`1<T>>(T&,T,T) */,
{ 6974, 1752, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 7423, -1, 1752 } /* T System.Threading.Volatile::Read<T>(T&) */,
{ 7363, -1, 1752 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 7423, -1, 1753 } /* T System.Threading.Volatile::Read<T>(T&) */,
{ 6980, -1, 1753 } /* T System.Threading.LazyInitializer::EnsureInitializedCore<T>(T&,System.Func`1<T>) */,
{ 1091, 1754, -1 } /* TResult System.Func`1<T>::Invoke() */,
{ 7363, -1, 1754 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 7061, 1755, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::.ctor(T,T,System.Boolean) */,
{ 1075, 1756, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<T>>::Invoke(T) */,
{ 7057, 2549, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_PreviousValue(T) */,
{ 7059, 2549, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_CurrentValue(T) */,
{ 7060, 2549, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_ThreadContextChanged(System.Boolean) */,
{ 7424, -1, 2550 } /* System.Void System.Threading.Volatile::Write<T>(T&,T) */,
{ 7437, 1758, -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) */,
{ 7436, 1758, -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) */,
{ 7435, 1758, -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&) */,
{ 7441, 1758, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 7445, 1758, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::GetResultCore(System.Boolean) */,
{ 7448, 1758, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 1091, 1758, -1 } /* TResult System.Func`1<TResult>::Invoke() */,
{ 1095, 1757, -1 } /* TResult System.Func`2<System.Object,TResult>::Invoke(T) */,
{ 10493, 1758, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 10504, 1758, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 7464, 1758, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<TResult>::.ctor() */,
{ 7455, 1758, -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>) */,
{ 1094, 1759, -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) */,
{ 7454, 1760, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<TResult>::.ctor() */,
{ 7443, 1761, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::get_Result() */,
{ 7465, 1764, -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) */,
{ 7467, 1972, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 1107, 1762, -1 } /* TResult System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>::Invoke(T1,T2,T3,T4) */,
{ 7469, 1972, -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) */,
{ 7431, 1765, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 7469, 1973, -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) */,
{ 1099, 1766, -1 } /* TResult System.Func`3<TInstance,System.IAsyncResult,TResult>::Invoke(T1,T2) */,
{ 7441, 1765, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 7442, 1765, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::DangerousSetResult(TResult) */,
{ 7448, 1765, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7446, 1765, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 7468, 1973, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 7432, 1767, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(TResult) */,
{ 7431, 1768, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 7446, 1768, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 7433, 1769, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7431, 1770, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 7448, 1770, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 7438, 1771, -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&) */,
{ 7450, 1974, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<TResult>::GetAwaiter() */,
{ 10496, 1974, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<TResult>::GetResult() */,
{ 7861, 1772, -1 } /* System.Boolean System.Security.AccessControl.CommonAcl/RemoveAcesCallback`1<T>::Invoke(T) */,
{ 10442, 189, 2551 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitOnCompleted<TAwaiter,TStateMachine>(!!0&,!!1&) */,
{ 10443, 189, 2552 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<TAwaiter,TStateMachine>(!!0&,!!1&) */,
{ 10444, 1773, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::get_Task() */,
{ 7431, 1773, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 10448, 1773, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::GetTaskForResult(TResult) */,
{ 7441, 1773, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 10445, 1773, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::SetResult(TResult) */,
{ 7446, 1773, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 7448, 1773, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 10535, -1, 2553 } /* T System.Runtime.CompilerServices.JitHelpers::UnsafeCast<System.Threading.Tasks.Task`1<TResult>>(System.Object) */,
{ 7432, 1773, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(TResult) */,
{ 10451, -1, 1773 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<TResult>(TResult) */,
{ 7433, 1774, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 7444, 1775, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::get_ResultOnSuccess() */,
{ 10506, 1776, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 7444, 1777, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::get_ResultOnSuccess() */,
{ 953, -1, 2554 } /* R System.Array::UnsafeMov<System.Object,T>(S) */,
{ 953, -1, 2555 } /* R System.Array::UnsafeMov<T,System.Int32>(S) */,
{ 953, -1, 2556 } /* R System.Array::UnsafeMov<T,System.Int64>(S) */,
{ 10541, 1778, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::RecomputeSize() */,
{ 10540, 1778, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::RehashWithoutResize() */,
{ 10542, 1778, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::Rehash() */,
{ 10545, 1778, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::TryGetValue(TKey,TValue&) */,
{ 10548, 1778, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<TKey,TValue>::Invoke(TKey) */,
{ 10543, 1778, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::Add(TKey,TValue) */,
{ 11625, 1779, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor() */,
{ 11198, 1779, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::SetItem(System.Int32,T) */,
{ 11196, 1779, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::InsertItem(System.Int32,T) */,
{ 11195, 1779, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::ClearItems() */,
{ 11197, 1779, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::RemoveItem(System.Int32) */,
{ 11182, 1779, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::get_Count() */,
{ 776, -1, 1779 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<T>(System.Object,System.ExceptionArgument) */,
{ 11185, 1779, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::set_Item(System.Int32,T) */,
{ 11186, 1779, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Add(T) */,
{ 11213, 1779, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::IsCompatibleObject(System.Object) */,
{ 11189, 1779, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::Contains(T) */,
{ 11191, 1779, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::IndexOf(T) */,
{ 11192, 1779, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::Insert(System.Int32,T) */,
{ 11193, 1779, -1 } /* System.Boolean System.Collections.ObjectModel.Collection`1<T>::Remove(T) */,
{ 11215, 1782, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>,System.Int32) */,
{ 11180, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::.ctor() */,
{ 11528, 1781, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TKey>::get_Default() */,
{ 11399, 1782, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TItem>::ContainsKey(TKey) */,
{ 11183, 1780, -1 } /* System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.Collection`1<TItem>::get_Items() */,
{ 11218, 1782, -1 } /* TKey System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::GetKeyForItem(TItem) */,
{ 11195, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::ClearItems() */,
{ 11398, 1782, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TItem>::Clear() */,
{ 11222, 1782, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::AddKey(TKey,TItem) */,
{ 11196, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::InsertItem(System.Int32,T) */,
{ 11224, 1782, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::RemoveKey(TKey) */,
{ 11197, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::RemoveItem(System.Int32) */,
{ 11393, 1782, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TItem>::set_Item(TKey,TValue) */,
{ 11198, 1780, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<TItem>::SetItem(System.Int32,T) */,
{ 11394, 1782, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TItem>::Add(TKey,TValue) */,
{ 11223, 1782, -1 } /* System.Void System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::CreateDictionary() */,
{ 11216, 1782, -1 } /* System.Boolean System.Collections.ObjectModel.KeyedCollection`2<TKey,TItem>::Contains(TKey) */,
{ 11377, 1782, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TItem>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11411, 1782, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TItem>::Remove(TKey) */,
{ 11226, 1783, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<T>::get_Count() */,
{ 11250, 1783, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<T>::IsCompatibleObject(System.Object) */,
{ 11228, 1783, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<T>::Contains(T) */,
{ 11231, 1783, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<T>::IndexOf(T) */,
{ 11309, 1785, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::get_DefaultConcurrencyLevel() */,
{ 11261, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::.ctor(System.Int32,System.Int32,System.Boolean,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11316, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>[],System.Object[],System.Int32[]) */,
{ 11528, 1784, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TKey>::get_Default() */,
{ 11278, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ThrowKeyNullException() */,
{ 11274, 1785, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryAddInternal(TKey,System.Int32,TValue,System.Boolean,System.Boolean,TValue&) */,
{ 11266, 1785, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryGetValue(TKey,TValue&) */,
{ 11265, 1785, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryRemoveInternal(TKey,TValue&,System.Boolean,TValue) */,
{ 11308, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetBucketAndLockNo(System.Int32,System.Int32&,System.Int32&,System.Int32,System.Int32) */,
{ 11528, 1787, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TValue>::get_Default() */,
{ 11530, 1787, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TValue>::Equals(T,T) */,
{ 7424, -1, 2557 } /* System.Void System.Threading.Volatile::Write<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&,T) */,
{ 11267, 1785, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryGetValueInternal(TKey,System.Int32,TValue&) */,
{ 11307, 1785, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetBucket(System.Int32,System.Int32) */,
{ 7423, -1, 2557 } /* T System.Threading.Volatile::Read<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&) */,
{ 11310, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::AcquireAllLocks(System.Int32&) */,
{ 11312, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ReleaseLocks(System.Int32,System.Int32) */,
{ 11270, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToPairs(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11343, 1785, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 11325, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<TKey,TValue>::.ctor(System.Int32) */,
{ 11317, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>::.ctor(TKey,TValue,System.Int32,System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>) */,
{ 11306, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GrowTable(System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>) */,
{ 11277, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ThrowKeyNotFoundException() */,
{ 11280, 1785, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetCountInternal() */,
{ 1095, 1785, -1 } /* TResult System.Func`2<TKey,TValue>::Invoke(T) */,
{ 11262, 1785, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryAdd(TKey,TValue) */,
{ 11264, 1785, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryRemove(TKey,TValue&) */,
{ 11313, 1785, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetKeys() */,
{ 11314, 1785, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<TValue> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetValues() */,
{ 11344, 1785, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 11345, 1785, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 11273, 1785, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetEnumerator() */,
{ 11263, 1785, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ContainsKey(TKey) */,
{ 11318, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<TKey,TValue>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>) */,
{ 11276, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::set_Item(TKey,TValue) */,
{ 11271, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToEntries(System.Collections.DictionaryEntry[],System.Int32) */,
{ 11272, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToObjects(System.Object[],System.Int32) */,
{ 11311, 1785, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::AcquireLocks(System.Int32,System.Int32,System.Int32&) */,
{ 11626, 1784, -1 } /* System.Void System.Collections.Generic.List`1<TKey>::.ctor(System.Int32) */,
{ 11641, 1784, -1 } /* System.Void System.Collections.Generic.List`1<TKey>::Add(T) */,
{ 11225, 1784, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TKey>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11626, 1787, -1 } /* System.Void System.Collections.Generic.List`1<TValue>::.ctor(System.Int32) */,
{ 11641, 1787, -1 } /* System.Void System.Collections.Generic.List`1<TValue>::Add(T) */,
{ 11225, 1787, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TValue>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 11259, 1785, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::IsValueWriteAtomic() */,
{ 11273, 1790, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetEnumerator() */,
{ 11344, 1790, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 11345, 1790, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 11319, 1790, -1 } /* System.Collections.DictionaryEntry System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<TKey,TValue>::get_Entry() */,
{ 7423, -1, 2558 } /* T System.Threading.Volatile::Read<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&) */,
{ 11343, 1792, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 11333, 1795, -1 } /* System.Void System.Collections.Generic.ReferenceEqualityComparer`1<T>::.ctor() */,
{ 11338, -1, 1796 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<TKey,TValue>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey,TValue) */,
{ 11343, 1800, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 11344, 2559, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 11345, 2559, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 11498, 1801, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T>::get_Default() */,
{ 11596, 1801, -1 } /* System.Int32 System.Collections.Generic.IComparer`1<T>::Compare(T,T) */,
{ 1110, 1801, -1 } /* System.Void System.Comparison`1<T>::.ctor(System.Object,System.IntPtr) */,
{ 11356, 1801, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11353, 1801, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 1111, 1801, -1 } /* System.Int32 System.Comparison`1<T>::Invoke(T,T) */,
{ 11357, 1801, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11354, 1801, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 11361, 1801, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11359, 1801, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11358, 1801, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11355, 1801, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Swap(T[],System.Int32,System.Int32) */,
{ 11360, 1801, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11364, 1802, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::CreateArraySortHelper() */,
{ 11374, 1802, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::.ctor() */,
{ 11498, 1803, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<TKey>::get_Default() */,
{ 11368, 1802, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::IntrospectiveSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11369, 1802, -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>) */,
{ 11366, 1802, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::SwapIfGreaterWithItems(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>,System.Int32,System.Int32) */,
{ 11373, 1802, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::InsertionSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11371, 1802, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::Heapsort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11370, 1802, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::PickPivotAndPartition(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 11367, 1802, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 11372, 1802, -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>) */,
{ 11378, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11406, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Initialize(System.Int32) */,
{ 11528, 1804, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TKey>::get_Default() */,
{ 11380, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::.ctor(System.Collections.Generic.IDictionary`2<TKey,TValue>,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 11394, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Add(TKey,TValue) */,
{ 11344, 1805, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 11345, 1805, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 11382, 1805, -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>) */,
{ 11441, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11461, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11405, 1805, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::FindEntry(TKey) */,
{ 11407, 1805, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 11528, 1807, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TValue>::get_Default() */,
{ 11530, 1807, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TValue>::Equals(T,T) */,
{ 11411, 1805, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::Remove(TKey) */,
{ 11385, 1805, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 11343, 1805, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 11432, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 11401, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 11409, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Resize() */,
{ 11410, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Resize(System.Int32,System.Boolean) */,
{ 11386, 1805, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Keys() */,
{ 11389, 1805, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Values() */,
{ 11427, 1805, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::IsCompatibleKey(System.Object) */,
{ 11393, 1805, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::set_Item(TKey,TValue) */,
{ 11399, 1805, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::ContainsKey(TKey) */,
{ 11343, 1808, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 11344, 1808, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 11345, 1808, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 11455, 1810, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11385, 1810, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 11399, 1810, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::ContainsKey(TKey) */,
{ 11443, 1810, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue>::CopyTo(TKey[],System.Int32) */,
{ 11475, 1814, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 11385, 1814, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 11400, 1814, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::ContainsValue(TValue) */,
{ 11463, 1814, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue>::CopyTo(TValue[],System.Int32) */,
{ 11500, 1821, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T>::CreateComparer() */,
{ 11516, 1821, -1 } /* System.Void System.Collections.Generic.ComparisonComparer`1<T>::.ctor(System.Comparison`1<T>) */,
{ 11515, 1821, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<T>::.ctor() */,
{ 11501, 1821, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::Compare(T,T) */,
{ 2248, 1822, -1 } /* System.Int32 System.IComparable`1<T>::CompareTo(T) */,
{ 11503, 1822, -1 } /* System.Void System.Collections.Generic.Comparer`1<T>::.ctor() */,
{ 3738, 1823, -1 } /* System.Boolean System.Nullable`1<T>::get_HasValue() */,
{ 2248, 1823, -1 } /* System.Int32 System.IComparable`1<T>::CompareTo(T) */,
{ 11503, 1824, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Nullable`1<T>>::.ctor() */,
{ 11503, 1825, -1 } /* System.Void System.Collections.Generic.Comparer`1<T>::.ctor() */,
{ 11503, 1826, -1 } /* System.Void System.Collections.Generic.Comparer`1<T>::.ctor() */,
{ 1111, 1826, -1 } /* System.Int32 System.Comparison`1<T>::Invoke(T,T) */,
{ 11182, 2560, -1 } /* System.Int32 System.Collections.ObjectModel.Collection`1<T>::get_Count() */,
{ 11188, 2560, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::CopyTo(T[],System.Int32) */,
{ 11529, 1832, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::CreateComparer() */,
{ 11557, 1832, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<T>::.ctor() */,
{ 11530, 1832, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(T,T) */,
{ 11531, 1832, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::GetHashCode(T) */,
{ 2268, 1833, -1 } /* System.Boolean System.IEquatable`1<T>::Equals(T) */,
{ 11536, 1833, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 3738, 1834, -1 } /* System.Boolean System.Nullable`1<T>::get_HasValue() */,
{ 2268, 1834, -1 } /* System.Boolean System.IEquatable`1<T>::Equals(T) */,
{ 11536, 1835, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::.ctor() */,
{ 11536, 1836, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 10536, -1, 1837 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 11536, 1837, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 11567, 1838, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::.ctor() */,
{ 10536, -1, 1838 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 11567, 1839, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::.ctor() */,
{ 10536, -1, 1839 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 10537, -1, 1840 } /* System.Int64 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCastLong<T>(T) */,
{ 11536, 1840, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 11641, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::Add(T) */,
{ 951, -1, 1854 } /* T System.Array::UnsafeLoad<T>(T[],System.Int32) */,
{ 11636, 1854, -1 } /* T System.Collections.Generic.List`1<T>::get_Item(System.Int32) */,
{ 776, -1, 1854 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<T>(System.Object,System.ExceptionArgument) */,
{ 11637, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Item(System.Int32,T) */,
{ 11656, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::EnsureCapacity(System.Int32) */,
{ 11630, 1854, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 11678, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 11225, 1854, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<T>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 843, -1, 1854 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11645, 1854, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 11528, 1854, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 11530, 1854, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(T,T) */,
{ 11638, 1854, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::IsCompatibleObject(System.Object) */,
{ 11649, 1854, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Contains(T) */,
{ 11655, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::CopyTo(T[],System.Int32) */,
{ 11629, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Capacity(System.Int32) */,
{ 11660, 1854, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::FindIndex(System.Predicate`1<T>) */,
{ 1119, 1854, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 11625, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor() */,
{ 11662, 1854, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 11666, 1854, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::FindLastIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 1075, 1854, -1 } /* System.Void System.Action`1<T>::Invoke(T) */,
{ 11713, 1854, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<T>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11626, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor(System.Int32) */,
{ 849, -1, 1854 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 11672, 1854, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::IndexOf(T) */,
{ 11676, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::Insert(System.Int32,T) */,
{ 11681, 1854, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::LastIndexOf(T,System.Int32,System.Int32) */,
{ 855, -1, 1854 } /* System.Int32 System.Array::LastIndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 11685, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::RemoveAt(System.Int32) */,
{ 11682, 1854, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Remove(T) */,
{ 11688, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::Reverse(System.Int32,System.Int32) */,
{ 859, -1, 1854 } /* System.Void System.Array::Reverse<T>(T[],System.Int32,System.Int32) */,
{ 11691, 1854, -1 } /* System.Void System.Collections.Generic.List`1<T>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 875, -1, 1854 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 11352, 1854, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 11698, 1854, -1 } /* System.Void System.Collections.Generic.List`1/SynchronizedList<T>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 11626, 1856, -1 } /* System.Void System.Collections.Generic.List`1<TOutput>::.ctor(System.Int32) */,
{ 1115, 1855, -1 } /* TOutput System.Converter`2<T,TOutput>::Invoke(TInput) */,
{ 11630, 1857, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 11641, 1857, -1 } /* System.Void System.Collections.Generic.List`1<T>::Add(T) */,
{ 11648, 1857, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 11649, 1857, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Contains(T) */,
{ 11655, 1857, -1 } /* System.Void System.Collections.Generic.List`1<T>::CopyTo(T[],System.Int32) */,
{ 11682, 1857, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Remove(T) */,
{ 11668, 1857, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<T>::GetEnumerator() */,
{ 11636, 1857, -1 } /* T System.Collections.Generic.List`1<T>::get_Item(System.Int32) */,
{ 11637, 1857, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Item(System.Int32,T) */,
{ 11672, 1857, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::IndexOf(T) */,
{ 11676, 1857, -1 } /* System.Void System.Collections.Generic.List`1<T>::Insert(System.Int32,T) */,
{ 11685, 1857, -1 } /* System.Void System.Collections.Generic.List`1<T>::RemoveAt(System.Int32) */,
{ 11716, 1858, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<T>::MoveNextRare() */,
{ 11717, 1858, -1 } /* T System.Collections.Generic.List`1/Enumerator<T>::get_Current() */,
{ 1119, 1859, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 11625, 1978, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor() */,
{ 11641, 1978, -1 } /* System.Void System.Collections.Generic.List`1<T>::Add(!0) */,
{ 11693, 1978, -1 } /* !0[] System.Collections.Generic.List`1<T>::ToArray() */,
{ 11180, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::.ctor() */,
{ 15280, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::Initialize() */,
{ 11181, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::.ctor(System.Collections.Generic.IList`1<!0>) */,
{ 15281, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_ItemTypeHasDefaultConstructor() */,
{ 11183, 1860, -1 } /* System.Collections.Generic.IList`1<!0> System.Collections.ObjectModel.Collection`1<T>::get_Items() */,
{ 15333, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::HookPropertyChanged(T) */,
{ 15304, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_AllowNew() */,
{ 15293, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::FireListChanged(System.ComponentModel.ListChangedType,System.Int32) */,
{ 15284, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::OnAddingNew(System.ComponentModel.AddingNewEventArgs) */,
{ 15288, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::OnListChanged(System.ComponentModel.ListChangedEventArgs) */,
{ 15299, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::EndNew(System.Int32) */,
{ 15334, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::UnhookPropertyChanged(T) */,
{ 11195, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::ClearItems() */,
{ 11196, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::InsertItem(System.Int32,!0) */,
{ 11197, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::RemoveItem(System.Int32) */,
{ 11198, 1860, -1 } /* System.Void System.Collections.ObjectModel.Collection`1<T>::SetItem(System.Int32,!0) */,
{ 15303, 1860, -1 } /* System.Object System.ComponentModel.BindingList`1<T>::AddNewCore() */,
{ 15285, 1860, -1 } /* System.Object System.ComponentModel.BindingList`1<T>::FireAddingNew() */,
{ 15302, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_AddingNewHandled() */,
{ 15307, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_AllowEdit() */,
{ 15310, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_AllowRemove() */,
{ 15314, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_SupportsChangeNotificationCore() */,
{ 15316, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_SupportsSearchingCore() */,
{ 15318, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_SupportsSortingCore() */,
{ 15320, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_IsSortedCore() */,
{ 15322, 1860, -1 } /* System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1<T>::get_SortPropertyCore() */,
{ 15324, 1860, -1 } /* System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1<T>::get_SortDirectionCore() */,
{ 15326, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) */,
{ 15328, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::RemoveSortCore() */,
{ 15330, 1860, -1 } /* System.Int32 System.ComponentModel.BindingList`1<T>::FindCore(System.ComponentModel.PropertyDescriptor,System.Object) */,
{ 15335, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::Child_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) */,
{ 15289, 1860, -1 } /* System.Boolean System.ComponentModel.BindingList`1<T>::get_RaiseListChangedEvents() */,
{ 15291, 1860, -1 } /* System.Void System.ComponentModel.BindingList`1<T>::ResetBindings() */,
{ 18745, 1865, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<T>::AddLast(T) */,
{ 18775, 1865, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<T>::.ctor(System.Collections.Generic.LinkedList`1<T>,T) */,
{ 18758, 1865, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalInsertNodeToEmptyList(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18757, 1865, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalInsertNodeBefore(System.Collections.Generic.LinkedListNode`1<T>,System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18760, 1865, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::ValidateNewNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18776, 1865, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<T>::get_Next() */,
{ 18778, 1865, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<T>::Invalidate() */,
{ 18749, 1865, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<T>::Find(T) */,
{ 18738, 1865, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<T>::get_Count() */,
{ 11528, 1865, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 11530, 1865, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(!0,!0) */,
{ 18766, 1865, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<T>::.ctor(System.Collections.Generic.LinkedList`1<T>) */,
{ 18750, 1865, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<T>::GetEnumerator() */,
{ 18759, 1865, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalRemoveNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18761, 1865, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::ValidateNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 18748, 1865, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::CopyTo(T[],System.Int32) */,
{ 18738, 1866, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<T>::get_Count() */,
{ 946, -1, 1868 } /* !!0[] System.Array::Empty<T>() */,
{ 18790, 1868, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::SetCapacity(System.Int32) */,
{ 18791, 1868, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::MoveNext(System.Int32&) */,
{ 18793, 1868, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<T>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 18792, 1868, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::ThrowForEmptyQueue() */,
{ 10558, -1, 1868 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 18797, 1869, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<T>::ThrowEnumerationNotStartedOrEnded() */,
{ 18796, 1869, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<T>::get_Current() */,
{ 18789, 1870, -1 } /* T[] System.Collections.Generic.Queue`1<T>::ToArray() */,
{ 946, -1, 1871 } /* !!0[] System.Array::Empty<TKey>() */,
{ 946, -1, 1873 } /* !!0[] System.Array::Empty<TValue>() */,
{ 11498, 1871, -1 } /* System.Collections.Generic.Comparer`1<!0> System.Collections.Generic.Comparer`1<TKey>::get_Default() */,
{ 18802, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::.ctor() */,
{ 843, -1, 1871 } /* System.Int32 System.Array::BinarySearch<TKey>(!!0[],System.Int32,System.Int32,!!0,System.Collections.Generic.IComparer`1<!!0>) */,
{ 18844, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::Insert(System.Int32,TKey,TValue) */,
{ 11344, 1872, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 11345, 1872, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 18804, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::Add(TKey,TValue) */,
{ 18842, 1872, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::IndexOfKey(TKey) */,
{ 11528, 1873, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<TValue>::get_Default() */,
{ 11530, 1873, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TValue>::Equals(!0,!0) */,
{ 18846, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::RemoveAt(System.Int32) */,
{ 18818, 1872, -1 } /* System.Collections.Generic.SortedList`2/KeyList<TKey,TValue> System.Collections.Generic.SortedList`2<TKey,TValue>::GetKeyListHelper() */,
{ 18819, 1872, -1 } /* System.Collections.Generic.SortedList`2/ValueList<TKey,TValue> System.Collections.Generic.SortedList`2<TKey,TValue>::GetValueListHelper() */,
{ 18871, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2/KeyList<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 18889, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2/ValueList<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 10558, -1, 1871 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<TKey>() */,
{ 10558, -1, 1873 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<TValue>() */,
{ 18849, 1872, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::IsCompatibleKey(System.Object) */,
{ 18827, 1872, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::ContainsKey(TKey) */,
{ 18843, 1872, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::IndexOfValue(TValue) */,
{ 18811, 1872, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 11343, 1872, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(!0,!1) */,
{ 18808, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::set_Capacity(System.Int32) */,
{ 18850, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>,System.Int32) */,
{ 18839, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::set_Item(TKey,TValue) */,
{ 849, -1, 1873 } /* System.Int32 System.Array::IndexOf<TValue>(!!0[],!!0,System.Int32,System.Int32) */,
{ 18831, 1872, -1 } /* System.Void System.Collections.Generic.SortedList`2<TKey,TValue>::EnsureCapacity(System.Int32) */,
{ 18847, 1872, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::Remove(TKey) */,
{ 18811, 1875, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 11343, 1875, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(!0,!1) */,
{ 18811, 1877, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 18811, 1879, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 18827, 1881, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::ContainsKey(TKey) */,
{ 18811, 1881, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 18837, 1881, -1 } /* TKey System.Collections.Generic.SortedList`2<TKey,TValue>::GetKey(System.Int32) */,
{ 18859, 1881, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListKeyEnumerator<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 843, -1, 1882 } /* System.Int32 System.Array::BinarySearch<TKey>(!!0[],System.Int32,System.Int32,!!0,System.Collections.Generic.IComparer`1<!!0>) */,
{ 18828, 1883, -1 } /* System.Boolean System.Collections.Generic.SortedList`2<TKey,TValue>::ContainsValue(TValue) */,
{ 18811, 1883, -1 } /* System.Int32 System.Collections.Generic.SortedList`2<TKey,TValue>::get_Count() */,
{ 18832, 1883, -1 } /* TValue System.Collections.Generic.SortedList`2<TKey,TValue>::GetByIndex(System.Int32) */,
{ 18865, 1883, -1 } /* System.Void System.Collections.Generic.SortedList`2/SortedListValueEnumerator<TKey,TValue>::.ctor(System.Collections.Generic.SortedList`2<TKey,TValue>) */,
{ 849, -1, 1884 } /* System.Int32 System.Array::IndexOf<TValue>(!!0[],!!0,System.Int32,System.Int32) */,
{ 946, -1, 1885 } /* !!0[] System.Array::Empty<T>() */,
{ 10558, -1, 1885 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 18920, 1885, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<T>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 18919, 1885, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::ThrowForEmptyStack() */,
{ 802, -1, 1885 } /* System.Void System.Array::Resize<T>(!!0[]&,System.Int32) */,
{ 18924, 1886, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<T>::ThrowEnumerationNotStartedOrEnded() */,
{ 18923, 1886, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<T>::get_Current() */,
{ 18918, 1887, -1 } /* T[] System.Collections.Generic.Stack`1<T>::ToArray() */,
{ 19548, 1888, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 19557, 1888, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<TSource>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 19561, 1888, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<TSource>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 19552, 1888, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<TSource>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 19565, 1980, -1 } /* System.Void System.Linq.Enumerable/<>c__DisplayClass6_0`1<TSource>::.ctor() */,
{ 19566, 1980, -1 } /* System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1<TSource>::<CombinePredicates>b__0(TSource) */,
{ 1094, 1890, -1 } /* System.Void System.Func`2<TSource,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1095, 1892, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 1095, 1895, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 19544, 1896, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::Clone() */,
{ 19543, 1896, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 19546, 1896, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 19542, 1898, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 19552, 1898, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<TSource>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 19545, 1898, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 1095, 1899, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 19538, -1, 1898 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 19542, 1900, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 19557, 1900, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<TSource>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 1095, 1901, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 19538, -1, 1900 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 19542, 1902, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 19561, 1902, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<TSource>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 11668, 1902, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<TSource>::GetEnumerator() */,
{ 11717, 1902, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<TSource>::get_Current() */,
{ 1095, 1903, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 11715, 1902, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<TSource>::MoveNext() */,
{ 19538, -1, 1902 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 1095, 1904, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 11528, 1905, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 19568, 1905, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::.ctor(System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 19587, 1905, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<T>::AddIfNotPresent(T) */,
{ 19588, 1905, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<T>::InternalGetHashCode(T) */,
{ 19583, 1905, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::CopyTo(T[],System.Int32,System.Int32) */,
{ 10558, -1, 1905 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 19589, 1905, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<T>::.ctor(System.Collections.Generic.HashSet`1<T>) */,
{ 19582, 1905, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::CopyTo(T[]) */,
{ 19586, 1905, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::SetCapacity(System.Int32) */,
{ 19584, 1905, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::Initialize(System.Int32) */,
{ 19585, 1905, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::IncreaseCapacity() */,
{ 19592, 1906, -1 } /* T System.Collections.Generic.HashSet`1/Enumerator<T>::get_Current() */,
{ 19709, -1, 1908 } /* T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<T>(System.Void*,System.Int32) */,
{ 19710, -1, 1908 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::WriteArrayElement<T>(System.Void*,System.Int32,T) */,
{ 19680, 1908, -1 } /* System.Void Unity.Collections.NativeArray`1<T>::Deallocate() */,
{ 19677, 1908, -1 } /* System.Int32 Unity.Collections.NativeArray`1<T>::get_Length() */,
{ 19689, 1908, -1 } /* System.Void Unity.Collections.NativeArray`1<T>::Copy(Unity.Collections.NativeArray`1<T>,T[],System.Int32) */,
{ 19691, 1908, -1 } /* System.Void Unity.Collections.NativeArray`1/Enumerator<T>::.ctor(Unity.Collections.NativeArray`1<T>&) */,
{ 19683, 1908, -1 } /* Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<T>::GetEnumerator() */,
{ 19686, 1908, -1 } /* System.Boolean Unity.Collections.NativeArray`1<T>::Equals(Unity.Collections.NativeArray`1<T>) */,
{ 19690, 1908, -1 } /* System.Void Unity.Collections.NativeArray`1<T>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,T[],System.Int32,System.Int32) */,
{ 19711, -1, 1908 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<T>() */,
{ 19677, 1909, -1 } /* System.Int32 Unity.Collections.NativeArray`1<T>::get_Length() */,
{ 19678, 1909, -1 } /* T Unity.Collections.NativeArray`1<T>::get_Item(System.Int32) */,
{ 19695, 1909, -1 } /* T Unity.Collections.NativeArray`1/Enumerator<T>::get_Current() */,
{ 19682, 1911, -1 } /* T[] Unity.Collections.NativeArray`1<T>::ToArray() */,
{ 19713, -1, 2561 } /* System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::InternalEnumToInt<T>(T&,System.Int32&) */,
{ 20868, -1, 2562 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<T>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) */,
{ 21667, -1, 1914 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<T>(System.Collections.Generic.List`1<T>) */,
{ 21667, -1, 1915 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<T>(System.Collections.Generic.List`1<T>) */,
{ 11648, 1916, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 21665, -1, 1916 } /* System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<T>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 20872, -1, 1917 } /* System.Void UnityEngine.Mesh::SetListForChannel<T>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1<T>,System.Int32,System.Int32) */,
{ 11628, 1919, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Capacity() */,
{ 11630, 1919, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 11648, 1920, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 11628, 1920, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Capacity() */,
{ 11629, 1920, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Capacity(System.Int32) */,
{ 21664, -1, 1920 } /* System.Void UnityEngine.NoAllocHelpers::ResizeList<T>(System.Collections.Generic.List`1<T>,System.Int32) */,
{ 11630, 1921, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 21480, -1, 2563 } /* T[] UnityEngine.Resources::ConvertObjects<T>(UnityEngine.Object[]) */,
{ 7363, -1, 2564 } /* !!0 System.Threading.Interlocked::CompareExchange<UnityEngine.Events.UnityAction`1<T1>>(!!0&,!!0,!!0) */,
{ 22131, 1923, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T1>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22122, -1, 1923 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 22188, 1923, -1 } /* System.Void UnityEngine.Events.UnityAction`1<T1>::Invoke(T0) */,
{ 22122, -1, 2565 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 22122, -1, 2566 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 22199, 1924, -1 } /* System.Void UnityEngine.Events.UnityAction`2<T1,T2>::Invoke(T0,T1) */,
{ 22122, -1, 2567 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 22122, -1, 2568 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 22122, -1, 2569 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T3>(System.Object) */,
{ 22206, 1925, -1 } /* System.Void UnityEngine.Events.UnityAction`3<T1,T2,T3>::Invoke(T0,T1,T2) */,
{ 22122, -1, 2570 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 22122, -1, 2571 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 22122, -1, 2572 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T3>(System.Object) */,
{ 22122, -1, 2573 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T4>(System.Object) */,
{ 22213, 1926, -1 } /* System.Void UnityEngine.Events.UnityAction`4<T1,T2,T3,T4>::Invoke(T0,T1,T2,T3) */,
{ 22133, 1927, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22136, 1927, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T>::Invoke(T1) */,
{ 22196, 1928, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<T0>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 22133, 1928, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22134, 1928, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 22136, 1928, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::Invoke(T1) */,
{ 22138, 1981, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<T0,T1>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22141, 1982, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<T0,T1,T2>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 22144, 1983, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<T0,T1,T2,T3>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 11528, 1984, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 22515, -1, 1984 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<T>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 24055, -1, 2574 } /* ArrayType UnityEngine._AndroidJNIHelper::ConvertFromJNIArray<ArrayType>(System.IntPtr) */,
{ 24057, -1, 2575 } /* System.IntPtr UnityEngine._AndroidJNIHelper::GetMethodID<ReturnType>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 24027, -1, 2576 } /* ReturnType UnityEngine.AndroidJavaObject::_Call<ReturnType>(System.String,System.Object[]) */,
{ 24028, -1, 2577 } /* ReturnType UnityEngine.AndroidJavaObject::_CallStatic<ReturnType>(System.String,System.Object[]) */,
{ 23880, -1, 2578 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<ReturnType>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23879, -1, 2578 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<ReturnType>(System.IntPtr) */,
{ 23880, -1, 2579 } /* System.IntPtr UnityEngine.AndroidJNIHelper::GetMethodID<ReturnType>(System.IntPtr,System.String,System.Object[],System.Boolean) */,
{ 23879, -1, 2579 } /* ArrayType UnityEngine.AndroidJNIHelper::ConvertFromJNIArray<ReturnType>(System.IntPtr) */,
{ 24063, -1, 2580 } /* System.String UnityEngine._AndroidJNIHelper::GetSignature<ReturnType>(System.Object[]) */,
{ 24935, 1930, -1 } /* T UnityEngine.UIElements.ObjectPool`1<T>::Get() */,
{ 24934, 1930, -1 } /* System.Int32 UnityEngine.UIElements.ObjectPool`1<T>::Size() */,
{ 18907, 1930, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::.ctor() */,
{ 24932, 1930, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<T>::set_maxSize(System.Int32) */,
{ 18908, 1930, -1 } /* System.Int32 System.Collections.Generic.Stack`1<T>::get_Count() */,
{ 18916, 1930, -1 } /* !0 System.Collections.Generic.Stack`1<T>::Pop() */,
{ 1127, -1, 1930 } /* !!0 System.Activator::CreateInstance<T>() */,
{ 18915, 1930, -1 } /* !0 System.Collections.Generic.Stack`1<T>::Peek() */,
{ 24931, 1930, -1 } /* System.Int32 UnityEngine.UIElements.ObjectPool`1<T>::get_maxSize() */,
{ 18917, 1930, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::Push(!0) */,
{ 25202, 1931, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 25092, 1931, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::LocalInit() */,
{ 25089, 1931, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::set_relatedTarget(UnityEngine.UIElements.IEventHandler) */,
{ 25090, 1931, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::set_pointerId(System.Int32) */,
{ 25203, 1931, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 25200, 1931, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 25091, 1932, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::Init() */,
{ 25094, 1932, -1 } /* System.Void UnityEngine.UIElements.PointerCaptureEventBase`1<T>::.ctor() */,
{ 25202, 1933, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 25106, 1933, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<T>::LocalInit() */,
{ 25104, 1933, -1 } /* System.Void UnityEngine.UIElements.CommandEventBase`1<T>::set_commandName(System.String) */,
{ 25203, 1933, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 25200, 1933, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 25327, 1934, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::.ctor() */,
{ 24935, 1935, -1 } /* T UnityEngine.UIElements.ObjectPool`1<T>::Get() */,
{ 25203, 1935, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 24936, 1935, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<T>::Release(T) */,
{ 25205, 1935, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::ReleasePooled(T) */,
{ 24933, 1935, -1 } /* System.Void UnityEngine.UIElements.ObjectPool`1<T>::.ctor(System.Int32) */,
{ 25202, 1936, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 25246, 1936, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<T>::LocalInit() */,
{ 25241, 1936, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<T>::set_relatedTarget(UnityEngine.UIElements.Focusable) */,
{ 25242, 1936, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<T>::set_direction(UnityEngine.UIElements.FocusChangeDirection) */,
{ 25244, 1936, -1 } /* System.Void UnityEngine.UIElements.FocusEventBase`1<T>::set_focusController(UnityEngine.UIElements.FocusController) */,
{ 25203, 1936, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 25200, 1936, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 25202, 1937, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 25274, 1937, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<T>::LocalInit() */,
{ 25270, 1937, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<T>::set_modifiers(UnityEngine.EventModifiers) */,
{ 25271, 1937, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<T>::set_character(System.Char) */,
{ 25272, 1937, -1 } /* System.Void UnityEngine.UIElements.KeyboardEventBase`1<T>::set_keyCode(UnityEngine.KeyCode) */,
{ 25203, 1937, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 25200, 1937, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 25202, 1938, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 25318, 1938, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::LocalInit() */,
{ 25299, 1938, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_modifiers(UnityEngine.EventModifiers) */,
{ 25301, 1938, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_mousePosition(UnityEngine.Vector2) */,
{ 25302, 1938, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_localMousePosition(UnityEngine.Vector2) */,
{ 25304, 1938, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_mouseDelta(UnityEngine.Vector2) */,
{ 25306, 1938, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_clickCount(System.Int32) */,
{ 25308, 1938, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_button(System.Int32) */,
{ 25310, 1938, -1 } /* System.Void UnityEngine.UIElements.MouseEventBase`1<T>::set_pressedButtons(System.Int32) */,
{ 25300, 1938, -1 } /* UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1<T>::get_mousePosition() */,
{ 25203, 1938, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 25325, 1938, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<T>::GetPooled(UnityEngine.UIElements.IMouseEvent) */,
{ 25204, 1938, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled(UnityEngine.UIElements.EventBase) */,
{ 25200, 1938, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 25324, 1939, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<TLeaveEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 25324, 1940, -1 } /* T UnityEngine.UIElements.MouseEventBase`1<TEnterEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean) */,
{ 25452, 1941, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<TLeaveEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 25452, 1942, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<TEnterEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32) */,
{ 25202, 1943, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::Init() */,
{ 25447, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::LocalInit() */,
{ 25407, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_pointerId(System.Int32) */,
{ 25409, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_pointerType(System.String) */,
{ 25411, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_isPrimary(System.Boolean) */,
{ 25413, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_button(System.Int32) */,
{ 25415, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_pressedButtons(System.Int32) */,
{ 25417, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_position(UnityEngine.Vector3) */,
{ 25419, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_localPosition(UnityEngine.Vector3) */,
{ 25421, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_deltaPosition(UnityEngine.Vector3) */,
{ 25423, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_deltaTime(System.Single) */,
{ 25425, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_clickCount(System.Int32) */,
{ 25427, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_pressure(System.Single) */,
{ 25429, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_tangentialPressure(System.Single) */,
{ 25431, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_altitudeAngle(System.Single) */,
{ 25433, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_azimuthAngle(System.Single) */,
{ 25435, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_twist(System.Single) */,
{ 25437, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_radius(UnityEngine.Vector2) */,
{ 25439, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_radiusVariance(UnityEngine.Vector2) */,
{ 25441, 1943, -1 } /* System.Void UnityEngine.UIElements.PointerEventBase`1<T>::set_modifiers(UnityEngine.EventModifiers) */,
{ 25416, 1943, -1 } /* UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1<T>::get_position() */,
{ 25203, 1943, -1 } /* T UnityEngine.UIElements.EventBase`1<T>::GetPooled() */,
{ 25450, 1943, -1 } /* System.Boolean UnityEngine.UIElements.PointerEventBase`1<T>::IsMouse(UnityEngine.Event) */,
{ 25406, 1943, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<T>::get_pointerId() */,
{ 25414, 1943, -1 } /* System.Int32 UnityEngine.UIElements.PointerEventBase`1<T>::get_pressedButtons() */,
{ 25453, 1943, -1 } /* T UnityEngine.UIElements.PointerEventBase`1<T>::GetPooled(UnityEngine.UIElements.IPointerEvent) */,
{ 25200, 1943, -1 } /* System.Void UnityEngine.UIElements.EventBase`1<T>::.ctor() */,
{ 19712, -1, 1944 } /* System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::EnumToInt<T>(!!0) */,
{ 25525, 1944, -1 } /* System.Boolean UnityEngine.UIElements.StyleEnum`1<T>::op_Equality(UnityEngine.UIElements.StyleEnum`1<T>,UnityEngine.UIElements.StyleEnum`1<T>) */,
{ 25571, -1, 1944 } /* System.String UnityEngine.UIElements.StyleValueExtensions::DebugString<T>(UnityEngine.UIElements.IStyleValue`1<T>) */,
{ 25524, 1946, -1 } /* System.Void UnityEngine.UIElements.StyleEnum`1<T>::.ctor(T,UnityEngine.UIElements.StyleKeyword) */,
{ 25522, 1946, -1 } /* System.Void UnityEngine.UIElements.StyleEnum`1<T>::set_specificity(System.Int32) */,
{ 18779, 1948, -1 } /* System.Void System.Collections.Generic.Queue`1<T[]>::.ctor() */,
{ 25711, 2581, -1 } /* System.Int32 ArrayPool`1<T>::NextPowerOfTwo(System.Int32) */,
{ 25714, 2581, -1 } /* System.Int32 ArrayPool`1<T>::GetSlot(System.Int32) */,
{ 18780, 1948, -1 } /* System.Int32 System.Collections.Generic.Queue`1<T[]>::get_Count() */,
{ 18788, 1948, -1 } /* !0 System.Collections.Generic.Queue`1<T[]>::Dequeue() */,
{ 18784, 1948, -1 } /* System.Void System.Collections.Generic.Queue`1<T[]>::Enqueue(!0) */,
{ 26832, 1949, -1 } /* ZXing.Writer ZXing.BarcodeWriterGeneric`1<TOutput>::get_Encoder() */,
{ 26830, 1949, -1 } /* ZXing.Common.EncodingOptions ZXing.BarcodeWriterGeneric`1<TOutput>::get_Options() */,
{ 26828, 1949, -1 } /* ZXing.BarcodeFormat ZXing.BarcodeWriterGeneric`1<TOutput>::get_Format() */,
{ 26833, 1949, -1 } /* ZXing.Rendering.IBarcodeRenderer`1<TOutput> ZXing.BarcodeWriterGeneric`1<TOutput>::get_Renderer() */,
{ 26835, 1949, -1 } /* ZXing.Common.BitMatrix ZXing.BarcodeWriterGeneric`1<TOutput>::Encode(System.String) */,
{ 34000, 1985, -1 } /* System.String LuaInterface.TypeTraits`1<T>::GetTypeName() */,
{ 33169, 1985, -1 } /* System.Void LuaInterface.LuaOut`1<T>::.ctor() */,
{ 33933, -1, 1985 } /* System.Void LuaInterface.ToLua::PushOut<T>(System.IntPtr,LuaInterface.LuaOut`1<T>) */,
{ 21527, -1, 1986 } /* !!0 UnityEngine.Component::GetComponent<T>() */,
{ 28013, 1986, -1 } /* System.Void MonoSingleton`1<T>::Init() */,
{ 21594, -1, 1986 } /* !!0 UnityEngine.GameObject::AddComponent<T>() */,
{ 28029, 1987, -1 } /* System.Void Singleton`1<T>::CreateInstance() */,
{ 1127, -1, 1987 } /* !!0 System.Activator::CreateInstance<T>() */,
{ 28033, 1987, -1 } /* System.Void Singleton`1<T>::Init() */,
{ 28034, 1987, -1 } /* System.Void Singleton`1<T>::UnInit() */,
{ 34011, 1988, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<T>::Create(LuaInterface.LuaFunction) */,
{ 33063, -1, 2582 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2583 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2584 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2585 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2586 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2587 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2588 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2589 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2590 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2591 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2592 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2593 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2594 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2595 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2596 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2597 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2598 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2599 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2600 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2601 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2602 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 33063, -1, 2603 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2604 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2605 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2606 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2607 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2608 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 33063, -1, 2609 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 33063, -1, 2610 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2611 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2612 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2613 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2614 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2615 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 33063, -1, 2616 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 33063, -1, 2617 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T8>(T) */,
{ 33063, -1, 2618 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2619 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2620 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2621 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2622 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2623 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 33063, -1, 2624 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 33063, -1, 2625 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T8>(T) */,
{ 33063, -1, 2626 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T9>(T) */,
{ 33087, -1, 2627 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2628 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33087, -1, 2629 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2630 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2631 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33087, -1, 2632 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2633 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2634 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2635 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33087, -1, 2636 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2637 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2638 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2639 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2640 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33087, -1, 2641 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2642 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2643 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2644 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2645 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2646 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33087, -1, 2647 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2648 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2649 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2650 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2651 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2652 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2653 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 33087, -1, 2654 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2655 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2656 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2657 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2658 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2659 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2660 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 33063, -1, 2661 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 33087, -1, 2662 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2663 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2664 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2665 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2666 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2667 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2668 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 33063, -1, 2669 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 33063, -1, 2670 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T8>(T) */,
{ 33087, -1, 2671 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33063, -1, 2672 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T1>(T) */,
{ 33063, -1, 2673 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T2>(T) */,
{ 33063, -1, 2674 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T3>(T) */,
{ 33063, -1, 2675 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T4>(T) */,
{ 33063, -1, 2676 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T5>(T) */,
{ 33063, -1, 2677 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T6>(T) */,
{ 33063, -1, 2678 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T7>(T) */,
{ 33063, -1, 2679 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T8>(T) */,
{ 33063, -1, 2680 } /* System.Void LuaInterface.LuaFunction::PushGeneric<T9>(T) */,
{ 33087, -1, 2681 } /* T LuaInterface.LuaFunction::CheckValue<R1>() */,
{ 33465, -1, 2682 } /* System.Void LuaInterface.LuaState::PushValue<T>(T) */,
{ 33464, -1, 2683 } /* System.Void LuaInterface.LuaState::PushSealed<T>(T) */,
{ 33466, -1, 2684 } /* System.Void LuaInterface.LuaState::PushGeneric<T>(T) */,
{ 33489, -1, 2685 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 33514, -1, 2686 } /* T LuaInterface.LuaState::LuaLoadBuffer<T>(System.Byte[],System.String) */,
{ 33514, -1, 2687 } /* T LuaInterface.LuaState::LuaLoadBuffer<T>(System.Byte[],System.String) */,
{ 33489, -1, 2688 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 33943, -1, 2689 } /* System.Void LuaInterface.ToLua::PushSealed<T>(System.IntPtr,T) */,
{ 1083, 2690, -1 } /* System.Void System.Action`2<System.IntPtr,T>::Invoke(!0,!1) */,
{ 1083, 2691, -1 } /* System.Void System.Action`2<System.IntPtr,T>::Invoke(!0,!1) */,
{ 33888, -1, 2692 } /* T[] LuaInterface.ToLua::CheckNumberArray<T>(System.IntPtr,System.Int32) */,
{ 1099, 2693, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 33489, -1, 2694 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 33466, -1, 2695 } /* System.Void LuaInterface.LuaState::PushGeneric<T>(T) */,
{ 33466, -1, 2696 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2697 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2698 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2699 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2700 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2701 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2702 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2703 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2704 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2705 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2706 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2707 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2708 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2709 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 33466, -1, 2710 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2711 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2712 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2713 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2714 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 33466, -1, 2715 } /* System.Void LuaInterface.LuaState::PushGeneric<T6>(T) */,
{ 33489, -1, 2716 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2717 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33489, -1, 2718 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2719 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2720 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33489, -1, 2721 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2722 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2723 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2724 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33489, -1, 2725 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2726 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2727 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2728 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2729 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33489, -1, 2730 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2731 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2732 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2733 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2734 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2735 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 33489, -1, 2736 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2737 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2738 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2739 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2740 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2741 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 33466, -1, 2742 } /* System.Void LuaInterface.LuaState::PushGeneric<T6>(T) */,
{ 33489, -1, 2743 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33489, -1, 2744 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 33466, -1, 2745 } /* System.Void LuaInterface.LuaState::PushGeneric<T>(T) */,
{ 33466, -1, 2746 } /* System.Void LuaInterface.LuaState::PushGeneric<K>(T) */,
{ 33489, -1, 2747 } /* T LuaInterface.LuaState::CheckValue<V>(System.Int32) */,
{ 33466, -1, 2748 } /* System.Void LuaInterface.LuaState::PushGeneric<K>(T) */,
{ 33466, -1, 2749 } /* System.Void LuaInterface.LuaState::PushGeneric<V>(T) */,
{ 33489, -1, 2750 } /* T LuaInterface.LuaState::CheckValue<T>(System.Int32) */,
{ 33466, -1, 2751 } /* System.Void LuaInterface.LuaState::PushGeneric<T>(T) */,
{ 33466, -1, 2752 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2753 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2754 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2755 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2756 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2757 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2758 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2759 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2760 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2761 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2762 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2763 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2764 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2765 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2766 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 33466, -1, 2767 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2768 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2769 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2770 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2771 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 33466, -1, 2772 } /* System.Void LuaInterface.LuaState::PushGeneric<T6>(T) */,
{ 33489, -1, 2773 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2774 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33489, -1, 2775 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2776 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2777 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33489, -1, 2778 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2779 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2780 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2781 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33489, -1, 2782 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2783 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2784 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2785 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2786 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33489, -1, 2787 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2788 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2789 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2790 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2791 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2792 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 33489, -1, 2793 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33466, -1, 2794 } /* System.Void LuaInterface.LuaState::PushGeneric<T1>(T) */,
{ 33466, -1, 2795 } /* System.Void LuaInterface.LuaState::PushGeneric<T2>(T) */,
{ 33466, -1, 2796 } /* System.Void LuaInterface.LuaState::PushGeneric<T3>(T) */,
{ 33466, -1, 2797 } /* System.Void LuaInterface.LuaState::PushGeneric<T4>(T) */,
{ 33466, -1, 2798 } /* System.Void LuaInterface.LuaState::PushGeneric<T5>(T) */,
{ 33466, -1, 2799 } /* System.Void LuaInterface.LuaState::PushGeneric<T6>(T) */,
{ 33489, -1, 2800 } /* T LuaInterface.LuaState::CheckValue<R1>(System.Int32) */,
{ 33740, 1950, -1 } /* System.Void LuaInterface.LuaDictTable`2<K,V>::.ctor(LuaInterface.LuaTable) */,
{ 33737, 2801, -1 } /* System.Void LuaInterface.LuaDictEntry`2<K,V>::set_Key(K) */,
{ 33739, 2801, -1 } /* System.Void LuaInterface.LuaDictEntry`2<K,V>::set_Value(V) */,
{ 33680, -1, 1951 } /* V LuaInterface.LuaTable::RawGet<K,V>(K) */,
{ 33681, -1, 1951 } /* System.Void LuaInterface.LuaTable::RawSet<K,V>(K,V) */,
{ 11375, 1951, -1 } /* System.Void System.Collections.Generic.Dictionary`2<K,V>::.ctor() */,
{ 33745, 1951, -1 } /* System.Collections.Generic.IEnumerator`1<LuaInterface.LuaDictEntry`2<K,V>> LuaInterface.LuaDictTable`2<K,V>::GetEnumerator() */,
{ 33736, 1951, -1 } /* K LuaInterface.LuaDictEntry`2<K,V>::get_Key() */,
{ 33738, 1951, -1 } /* V LuaInterface.LuaDictEntry`2<K,V>::get_Value() */,
{ 11394, 1951, -1 } /* System.Void System.Collections.Generic.Dictionary`2<K,V>::Add(!0,!1) */,
{ 33747, 1951, -1 } /* System.Void LuaInterface.LuaDictTable`2/Enumerator<K,V>::.ctor(LuaInterface.LuaDictTable`2<K,V>) */,
{ 33748, 1953, -1 } /* LuaInterface.LuaDictEntry`2<K,V> LuaInterface.LuaDictTable`2/Enumerator<K,V>::get_Current() */,
{ 33489, -1, 2802 } /* T LuaInterface.LuaState::CheckValue<K>(System.Int32) */,
{ 33737, 1953, -1 } /* System.Void LuaInterface.LuaDictEntry`2<K,V>::set_Key(K) */,
{ 33489, -1, 2803 } /* T LuaInterface.LuaState::CheckValue<V>(System.Int32) */,
{ 33739, 1953, -1 } /* System.Void LuaInterface.LuaDictEntry`2<K,V>::set_Value(V) */,
{ 1083, 2804, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1083, 2805, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1083, 2806, -1 } /* System.Void System.Action`2<System.IntPtr,T2>::Invoke(!0,!1) */,
{ 1083, 2807, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1083, 2808, -1 } /* System.Void System.Action`2<System.IntPtr,T2>::Invoke(!0,!1) */,
{ 1083, 2809, -1 } /* System.Void System.Action`2<System.IntPtr,T3>::Invoke(!0,!1) */,
{ 1099, 2810, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,R1>::Invoke(!0,!1) */,
{ 1083, 2811, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1099, 2812, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,R1>::Invoke(!0,!1) */,
{ 1083, 2813, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1083, 2814, -1 } /* System.Void System.Action`2<System.IntPtr,T2>::Invoke(!0,!1) */,
{ 1099, 2815, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,R1>::Invoke(!0,!1) */,
{ 1083, 2816, -1 } /* System.Void System.Action`2<System.IntPtr,T1>::Invoke(!0,!1) */,
{ 1083, 2817, -1 } /* System.Void System.Action`2<System.IntPtr,T2>::Invoke(!0,!1) */,
{ 1083, 2818, -1 } /* System.Void System.Action`2<System.IntPtr,T3>::Invoke(!0,!1) */,
{ 1099, 2819, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,R1>::Invoke(!0,!1) */,
{ 1099, 2820, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 3737, 1955, -1 } /* System.Void System.Nullable`1<T>::.ctor(!0) */,
{ 34000, 2008, -1 } /* System.String LuaInterface.TypeTraits`1<T>::GetTypeName() */,
{ 1099, 2821, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1099, 2822, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 3737, 1956, -1 } /* System.Void System.Nullable`1<T>::.ctor(!0) */,
{ 1099, 2823, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 34000, 2011, -1 } /* System.String LuaInterface.TypeTraits`1<T[]>::GetTypeName() */,
{ 1099, 2824, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 34000, 2013, -1 } /* System.String LuaInterface.TypeTraits`1<T[]>::GetTypeName() */,
{ 34000, 2015, -1 } /* System.String LuaInterface.TypeTraits`1<T[]>::GetTypeName() */,
{ 1099, 2825, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1099, 2826, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1099, 2827, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1099, 2828, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1099, 2829, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 34000, 2021, -1 } /* System.String LuaInterface.TypeTraits`1<T[]>::GetTypeName() */,
{ 1099, 2830, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1099, 2831, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1099, 2832, -1 } /* !2 System.Func`3<System.IntPtr,System.Int32,T>::Invoke(!0,!1) */,
{ 1083, 2833, -1 } /* System.Void System.Action`2<System.IntPtr,T>::Invoke(!0,!1) */,
{ 3738, 1958, -1 } /* System.Boolean System.Nullable`1<T>::get_HasValue() */,
{ 3739, 1958, -1 } /* !0 System.Nullable`1<T>::get_Value() */,
{ 1083, 2834, -1 } /* System.Void System.Action`2<System.IntPtr,T>::Invoke(!0,!1) */,
{ 34001, 2025, -1 } /* System.Int32 LuaInterface.TypeTraits`1<T>::GetLuaReference(System.IntPtr) */,
{ 34011, 2026, -1 } /* System.Delegate LuaInterface.DelegateTraits`1<T>::Create(LuaInterface.LuaFunction) */,
{ 34000, 2026, -1 } /* System.String LuaInterface.TypeTraits`1<T>::GetTypeName() */,
{ 34009, 2106, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<T>::<GetLuaReference>b__9_0() */,
{ 34003, 2106, -1 } /* System.Boolean LuaInterface.TypeTraits`1<T>::IsNilType() */,
{ 34004, 2106, -1 } /* System.Boolean LuaInterface.TypeTraits`1<T>::IsUserData(System.IntPtr,System.Int32) */,
{ 34005, 2106, -1 } /* System.Boolean LuaInterface.TypeTraits`1<T>::IsUserTable(System.IntPtr,System.Int32) */,
{ 34002, 2106, -1 } /* System.Boolean LuaInterface.TypeTraits`1<T>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 34008, 1959, -1 } /* System.Void LuaInterface.TypeTraits`1/<>c<T>::.ctor() */,
{ 34016, 2108, -1 } /* System.Void LuaInterface.StackTraits`1<T>::PushValue(System.IntPtr,T) */,
{ 1082, 1960, -1 } /* System.Void System.Action`2<System.IntPtr,T>::.ctor(System.Object,System.IntPtr) */,
{ 34018, 2108, -1 } /* System.Void LuaInterface.StackTraits`1<T>::PushArray(System.IntPtr,T) */,
{ 34017, 2108, -1 } /* System.Void LuaInterface.StackTraits`1<T>::PushObject(System.IntPtr,T) */,
{ 34000, 2108, -1 } /* System.String LuaInterface.TypeTraits`1<T>::GetTypeName() */,
{ 34015, 2108, -1 } /* System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1<T>::SelectPush() */,
{ 34020, 2108, -1 } /* T LuaInterface.StackTraits`1<T>::DefaultCheck(System.IntPtr,System.Int32) */,
{ 1098, 1961, -1 } /* System.Void System.Func`3<System.IntPtr,System.Int32,T>::.ctor(System.Object,System.IntPtr) */,
{ 34019, 2108, -1 } /* T LuaInterface.StackTraits`1<T>::DefaultTo(System.IntPtr,System.Int32) */,
{ 1127, -1, 2835 } /* !!0 System.Activator::CreateInstance<T>() */,
};