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] [2/3]

T System.Collections.Generic.IList< T >.this[int index]
getsetinherited

Implemented in System.Collections.Generic.List< T >, Newtonsoft.Json.Linq.JArray, System.ComponentModel.EventDescriptorCollection, System.ComponentModel.PropertyDescriptorCollection, and UnityEngine.UI.Collections.IndexedSet< T >.

Definition at line 10 of file IList.cs.

11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6003093")]
13 get;
14 [global::Cpp2ILInjected.Token(Token = "0x6003094")]
15 set;
16 }