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.List< T >.Count
getset

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

Definition at line 93 of file List.cs.

94 {
95 [global::Cpp2ILInjected.Token(Token = "0x60030A8")]
96 [global::Cpp2ILInjected.Address(RVA = "0x172B7B0", Offset = "0x172B7B0", Length = "0x8")]
97 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
99 get
100 {
101 throw null;
102 }
103 }