terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IList.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Collections
4
{
5
// Token: 0x020005EA RID: 1514
6
public
interface
IList
:
ICollection
,
IEnumerable
7
{
8
// Token: 0x17000702 RID: 1794
9
object
this
[
int
index
] {
get
;
set
; }
10
11
// Token: 0x06002DBE RID: 11710
12
int
Add
(
object
value
);
13
14
// Token: 0x06002DBF RID: 11711
15
bool
Contains
(
object
value
);
16
17
// Token: 0x06002DC0 RID: 11712
18
void
Clear
();
19
20
// Token: 0x17000703 RID: 1795
21
// (get) Token: 0x06002DC1 RID: 11713
22
bool
IsReadOnly
{
get
; }
23
24
// Token: 0x17000704 RID: 1796
25
// (get) Token: 0x06002DC2 RID: 11714
26
bool
IsFixedSize
{
get
; }
27
28
// Token: 0x06002DC3 RID: 11715
29
int
IndexOf
(
object
value
);
30
31
// Token: 0x06002DC4 RID: 11716
32
void
Insert
(
int
index
,
object
value
);
33
34
// Token: 0x06002DC5 RID: 11717
35
void
Remove
(
object
value
);
36
37
// Token: 0x06002DC6 RID: 11718
38
void
RemoveAt
(
int
index
);
39
}
40
}
System.Collections.ICollection
Definition
ICollection.cs:7
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
System.Collections.IList.Add
int Add(object value)
System.Collections.IList.RemoveAt
void RemoveAt(int index)
System.Collections.IList.IsFixedSize
bool IsFixedSize
Definition
IList.cs:26
System.Collections.IList.Remove
void Remove(object value)
System.Collections.IList.IndexOf
int IndexOf(object value)
System.Collections.IList.Clear
void Clear()
System.Collections.IList.Contains
bool Contains(object value)
System.Collections.IList.Insert
void Insert(int index, object value)
System.Collections.IList.IsReadOnly
bool IsReadOnly
Definition
IList.cs:22
System.Collections.IList
Definition
IList.cs:7
System.Collections
Definition
ArrayList.cs:6
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Definition
__ComObject.cs:4
source
mscorlib
System
Collections
IList.cs
Generated by
1.10.0