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

◆ IsSynchronized

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

Implements System.Collections.ICollection.

Definition at line 893 of file ArrayList.cs.

894 {
895 [global::Cpp2ILInjected.Token(Token = "0x6002ECB")]
896 [global::Cpp2ILInjected.Address(RVA = "0x1C0F504", Offset = "0x1C0F504", Length = "0x9C")]
897 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
898 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
899 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
900 get
901 {
902 throw null;
903 }
904 }