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

◆ Count

override int System.Collections.ArrayList.IListWrapper.Count
getset

Implements System.Collections.ICollection.

Definition at line 851 of file ArrayList.cs.

852 {
853 [global::Cpp2ILInjected.Token(Token = "0x6002EC8")]
854 [global::Cpp2ILInjected.Address(RVA = "0x1C0F330", Offset = "0x1C0F330", Length = "0x9C")]
855 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
856 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
857 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
858 get
859 {
860 throw null;
861 }
862 }