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

◆ SyncRoot

override object System.Collections.ArrayList.IListWrapper.SyncRoot
getset

Implements System.Collections.ICollection.

Definition at line 930 of file ArrayList.cs.

931 {
932 [global::Cpp2ILInjected.Token(Token = "0x6002ECE")]
933 [global::Cpp2ILInjected.Address(RVA = "0x1C0F70C", Offset = "0x1C0F70C", Length = "0x9C")]
934 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
935 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
936 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
937 get
938 {
939 throw null;
940 }
941 }