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

◆ IsReadOnly

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

Implements System.Collections.IList.

Definition at line 865 of file ArrayList.cs.

866 {
867 [global::Cpp2ILInjected.Token(Token = "0x6002EC9")]
868 [global::Cpp2ILInjected.Address(RVA = "0x1C0F3CC", Offset = "0x1C0F3CC", Length = "0x9C")]
869 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
870 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
871 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
872 get
873 {
874 throw null;
875 }
876 }