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]

KeyValuePair<TKey, TValue> System.Collections.Generic.Dictionary< TKey, TValue >.Enumerator.Current
getset

Implements System.Collections.Generic.IEnumerator< out T >.

Definition at line 837 of file Dictionary.cs.

838 {
839 [global::Cpp2ILInjected.Token(Token = "0x6003050")]
840 [global::Cpp2ILInjected.Address(RVA = "0x164EB7C", Offset = "0x164EB7C", Length = "0x14")]
841 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
842 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
843 get
844 {
845 throw null;
846 }
847 }