terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Count

int System.Collections.ListDictionaryInternal.Count
get

Implements System.Collections.ICollection.

Definition at line 62 of file ListDictionaryInternal.cs.

63 {
64 get
65 {
66 return this.count;
67 }
68 }