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 ICollection. System.Array.Count
getprivate

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

Definition at line 38 of file Array.cs.

39 {
40 get
41 {
42 return this.Length;
43 }
44 }