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
IList.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
System.Collections.Generic
5
{
6
[global::Cpp2ILInjected.Token(Token =
"0x2000633"
)]
7
public
interface
IList
<T> :
ICollection
<T>,
IEnumerable
<T>,
IEnumerable
8
{
9
[global::Cpp2ILInjected.Token(Token =
"0x170007D1"
)]
10
T
this
[
int
index
]
11
{
12
[global::Cpp2ILInjected.Token(Token =
"0x6003093"
)]
13
get
;
14
[global::Cpp2ILInjected.Token(Token =
"0x6003094"
)]
15
set
;
16
}
17
18
[global::Cpp2ILInjected.Token(Token =
"0x6003095"
)]
19
int
IndexOf
(T
item
);
20
21
[global::Cpp2ILInjected.Token(Token =
"0x6003096"
)]
22
void
Insert
(
int
index
, T
item
);
23
24
[global::Cpp2ILInjected.Token(Token =
"0x6003097"
)]
25
void
RemoveAt
(
int
index
);
26
}
27
}
System.Collections.Generic.ICollection
Definition
ICollection.cs:8
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:8
System.Collections.Generic.IList.RemoveAt
void RemoveAt(int index)
System.Collections.Generic.IList.IndexOf
int IndexOf(T item)
System.Collections.Generic.IList.Insert
void Insert(int index, T item)
System.Collections.Generic.IList
Definition
IList.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:6
System.ExceptionArgument.item
@ item
System.ExceptionArgument.index
@ index
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
Collections
Generic
IList.cs
Generated by
1.10.0