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

object System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.DictionaryEnumerator.Current
getset

Implements System.Collections.IEnumerator.

Definition at line 1007 of file ConcurrentDictionary.cs.

1008 {
1009 [global::Cpp2ILInjected.Token(Token = "0x6002FBE")]
1010 [global::Cpp2ILInjected.Address(RVA = "0x1923914", Offset = "0x1923914", Length = "0x80")]
1011 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
1012 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1013 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1014 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1015 get
1016 {
1017 throw null;
1018 }
1019 }