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

◆ IsFixedSize

override bool System.Collections.ArrayList.IListWrapper.IsFixedSize
getset

Implements System.Collections.IList.

Definition at line 879 of file ArrayList.cs.

880 {
881 [global::Cpp2ILInjected.Token(Token = "0x6002ECA")]
882 [global::Cpp2ILInjected.Address(RVA = "0x1C0F468", Offset = "0x1C0F468", Length = "0x9C")]
883 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
884 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
885 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
886 get
887 {
888 throw null;
889 }
890 }