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

◆ IsFixedSize

bool System.Array.IsFixedSize
get

Definition at line 277 of file Array.cs.

278 {
279 get
280 {
281 return true;
282 }
283 }