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
ComponentCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x02000332 RID: 818
7
public
class
ComponentCollection
:
ReadOnlyCollectionBase
8
{
9
// Token: 0x06001562 RID: 5474 RVA: 0x0004009C File Offset: 0x0003E29C
10
public
ComponentCollection
(
IComponent
[] components)
11
{
12
ArrayList
innerList
=
base
.InnerList;
13
}
14
15
// Token: 0x170004DF RID: 1247
16
public
virtual
IComponent
this
[
string
name
]
17
{
18
get
19
{
20
if
(
name
!=
null
)
21
{
22
ArrayList
innerList
=
base
.InnerList;
23
}
24
long
value
= 0.m_value;
25
while
(
this
==
null
)
26
{
27
}
28
if
(
this
!=
null
)
29
{
30
while
(
this
==
null
)
31
{
32
}
33
while
(
this
==
null
)
34
{
35
}
36
long
num = 0
L
;
37
if
(
this
!=
null
)
38
{
39
}
40
if
(num != 0
L
)
41
{
42
throw
new
OutOfMemoryException
();
43
}
44
}
45
throw
new
InvalidCastException
();
46
}
47
}
48
49
// Token: 0x170004E0 RID: 1248
50
public
virtual
IComponent
this
[
int
index
]
51
{
52
get
53
{
54
ArrayList
innerList
=
base
.InnerList;
55
if
(
innerList
==
null
||
innerList
!=
null
)
56
{
57
}
58
throw
new
InvalidCastException
();
59
}
60
}
61
62
// Token: 0x06001565 RID: 5477 RVA: 0x0004012C File Offset: 0x0003E32C
63
public
void
CopyTo
(
IComponent
[]
array
,
int
index
)
64
{
65
ArrayList
innerList
=
base
.InnerList;
66
}
67
}
68
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.ArrayList
Definition
ArrayList.cs:12
System.Collections.ReadOnlyCollectionBase
Definition
ReadOnlyCollectionBase.cs:8
System.ComponentModel.ComponentCollection.ComponentCollection
ComponentCollection(IComponent[] components)
Definition
ComponentCollection.cs:10
System.ComponentModel.ComponentCollection.CopyTo
void CopyTo(IComponent[] array, int index)
Definition
ComponentCollection.cs:63
System.ComponentModel.ComponentCollection
Definition
ComponentCollection.cs:8
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.ComponentModel.IComponent
Definition
IComponent.cs:12
System.Collections
Definition
ArrayList.cs:6
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System.ExceptionArgument.name
@ name
System.ExceptionArgument.array
@ array
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
source
System
ComponentModel
ComponentCollection.cs
Generated by
1.10.0