terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ Current [1/2]

T System.Array.InternalEnumerator< T >.Current
getset

Definition at line 5113 of file Array.cs.

5114 {
5115 [global::Cpp2ILInjected.Token(Token = "0x6000C8A")]
5116 [global::Cpp2ILInjected.Address(RVA = "0x16BD094", Offset = "0x16BD094", Length = "0x118")]
5117 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
5118 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
5119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array.InternalEnumerator<>), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
5120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
5121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
5122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
5123 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
5124 get
5125 {
5126 throw null;
5127 }
5128 }
class f__AnonymousType0<< Count > j__TPar
int System.Collections.ICollection. Count
Definition Array.cs:98