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

virtual object System.Collections.Queue.QueueEnumerator.Current
getset

Implements System.Collections.IEnumerator.

Definition at line 329 of file Queue.cs.

330 {
331 [global::Cpp2ILInjected.Token(Token = "0x6002E29")]
332 [global::Cpp2ILInjected.Address(RVA = "0x1C0A1BC", Offset = "0x1C0A1BC", Length = "0x88")]
333 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
334 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
336 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
337 get
338 {
339 throw null;
340 }
341 }
class f__AnonymousType0<< Count > j__TPar
virtual int Count
Definition Queue.cs:98