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

◆ Count

int System.Collections.Generic.Dictionary< TKey, TValue >.Count
getset

Implements System.Collections.Generic.ICollection< T >.

Definition at line 103 of file Dictionary.cs.

104 {
105 [global::Cpp2ILInjected.Token(Token = "0x6003022")]
106 [global::Cpp2ILInjected.Address(RVA = "0x192753C", Offset = "0x192753C", Length = "0x10")]
107 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
109 get
110 {
111 throw null;
112 }
113 }