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

◆ this[int index]

override object System.Collections.ArrayList.IListWrapper.this[int index]
getset

Implements System.Collections.IList.

Definition at line 907 of file ArrayList.cs.

908 {
909 [global::Cpp2ILInjected.Token(Token = "0x6002ECC")]
910 [global::Cpp2ILInjected.Address(RVA = "0x1C0F5A0", Offset = "0x1C0F5A0", Length = "0xA8")]
911 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
912 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
913 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
914 get
915 {
916 throw null;
917 }
918 [global::Cpp2ILInjected.Token(Token = "0x6002ECD")]
919 [global::Cpp2ILInjected.Address(RVA = "0x1C0F648", Offset = "0x1C0F648", Length = "0xC4")]
920 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
921 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
922 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
923 set
924 {
925 throw null;
926 }
927 }