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 IList. System.Collections.ObjectModel.ReadOnlyCollection< T >.IsFixedSize
getprivate

Implements System.Collections.IList.

Definition at line 324 of file ReadOnlyCollection.cs.

325 {
326 get
327 {
328 return true;
329 }
330 }