/Build/ios/build/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_E2686065286MethodDeclarations.h

https://gitlab.com/DUCOM/hiv-minigame-01 · C Header · 67 lines · 45 code · 6 blank · 16 comment · 0 complexity · 1d206daabfc68b6c52fb045bb8fb2a89 MD5 · raw file

  1. #pragma once
  2. #include "il2cpp-config.h"
  3. #ifndef _MSC_VER
  4. # include <alloca.h>
  5. #else
  6. # include <malloc.h>
  7. #endif
  8. #include <stdint.h>
  9. #include <assert.h>
  10. #include <exception>
  11. // System.Collections.Generic.Dictionary`2<Tropism/CoReceptorType,System.Single>
  12. struct Dictionary_2_t1366040584;
  13. // System.Object
  14. struct Il2CppObject;
  15. #include "codegen/il2cpp-codegen.h"
  16. #include "mscorlib_System_Collections_Generic_Dictionary_2_E2686065286.h"
  17. #include "mscorlib_System_Collections_DictionaryEntry3048875398.h"
  18. #include "mscorlib_System_Collections_Generic_KeyValuePair_23418353102.h"
  19. #include "AssemblyU2DCSharp_Tropism_CoReceptorType161380547.h"
  20. // System.Void System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>)
  21. extern "C" void Enumerator__ctor_m3452573955_gshared (Enumerator_t2686065286 * __this, Dictionary_2_t1366040584 * ___dictionary0, const MethodInfo* method);
  22. #define Enumerator__ctor_m3452573955(__this, ___dictionary0, method) (( void (*) (Enumerator_t2686065286 *, Dictionary_2_t1366040584 *, const MethodInfo*))Enumerator__ctor_m3452573955_gshared)(__this, ___dictionary0, method)
  23. // System.Object System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::System.Collections.IEnumerator.get_Current()
  24. extern "C" Il2CppObject * Enumerator_System_Collections_IEnumerator_get_Current_m3776790514_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  25. #define Enumerator_System_Collections_IEnumerator_get_Current_m3776790514(__this, method) (( Il2CppObject * (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_System_Collections_IEnumerator_get_Current_m3776790514_gshared)(__this, method)
  26. // System.Void System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::System.Collections.IEnumerator.Reset()
  27. extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m4033208292_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  28. #define Enumerator_System_Collections_IEnumerator_Reset_m4033208292(__this, method) (( void (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_System_Collections_IEnumerator_Reset_m4033208292_gshared)(__this, method)
  29. // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::System.Collections.IDictionaryEnumerator.get_Entry()
  30. extern "C" DictionaryEntry_t3048875398 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m4274497413_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  31. #define Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m4274497413(__this, method) (( DictionaryEntry_t3048875398 (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m4274497413_gshared)(__this, method)
  32. // System.Object System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::System.Collections.IDictionaryEnumerator.get_Key()
  33. extern "C" Il2CppObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m3086419808_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  34. #define Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m3086419808(__this, method) (( Il2CppObject * (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m3086419808_gshared)(__this, method)
  35. // System.Object System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::System.Collections.IDictionaryEnumerator.get_Value()
  36. extern "C" Il2CppObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1000559986_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  37. #define Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1000559986(__this, method) (( Il2CppObject * (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1000559986_gshared)(__this, method)
  38. // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::MoveNext()
  39. extern "C" bool Enumerator_MoveNext_m3965618828_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  40. #define Enumerator_MoveNext_m3965618828(__this, method) (( bool (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_MoveNext_m3965618828_gshared)(__this, method)
  41. // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::get_Current()
  42. extern "C" KeyValuePair_2_t3418353102 Enumerator_get_Current_m1934908044_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  43. #define Enumerator_get_Current_m1934908044(__this, method) (( KeyValuePair_2_t3418353102 (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_get_Current_m1934908044_gshared)(__this, method)
  44. // TKey System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::get_CurrentKey()
  45. extern "C" int32_t Enumerator_get_CurrentKey_m2724013223_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  46. #define Enumerator_get_CurrentKey_m2724013223(__this, method) (( int32_t (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_get_CurrentKey_m2724013223_gshared)(__this, method)
  47. // TValue System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::get_CurrentValue()
  48. extern "C" float Enumerator_get_CurrentValue_m327439951_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  49. #define Enumerator_get_CurrentValue_m327439951(__this, method) (( float (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_get_CurrentValue_m327439951_gshared)(__this, method)
  50. // System.Void System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::Reset()
  51. extern "C" void Enumerator_Reset_m2009395821_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  52. #define Enumerator_Reset_m2009395821(__this, method) (( void (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_Reset_m2009395821_gshared)(__this, method)
  53. // System.Void System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::VerifyState()
  54. extern "C" void Enumerator_VerifyState_m3432227096_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  55. #define Enumerator_VerifyState_m3432227096(__this, method) (( void (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_VerifyState_m3432227096_gshared)(__this, method)
  56. // System.Void System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::VerifyCurrent()
  57. extern "C" void Enumerator_VerifyCurrent_m3564647764_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  58. #define Enumerator_VerifyCurrent_m3564647764(__this, method) (( void (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_VerifyCurrent_m3564647764_gshared)(__this, method)
  59. // System.Void System.Collections.Generic.Dictionary`2/Enumerator<Tropism/CoReceptorType,System.Single>::Dispose()
  60. extern "C" void Enumerator_Dispose_m2405210063_gshared (Enumerator_t2686065286 * __this, const MethodInfo* method);
  61. #define Enumerator_Dispose_m2405210063(__this, method) (( void (*) (Enumerator_t2686065286 *, const MethodInfo*))Enumerator_Dispose_m2405210063_gshared)(__this, method)