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
◆
this[object key]
Delegate
System.ComponentModel.EventHandlerList.this[object
key
]
get
set
Definition at line
20
of file
EventHandlerList.cs
.
21
{
22
get
23
{
24
Component
parent = this.
_parent
;
25
if
(parent !=
null
)
26
{
27
bool
canRaiseEventsInternal
= parent.
CanRaiseEventsInternal
;
28
}
29
EventHandlerList.ListEntry
head = this.
_head
;
30
EventHandlerList.ListEntry
next;
31
if
(head !=
null
)
32
{
33
object
key2
= head._key;
34
next = head._next;
35
while
(next !=
null
)
36
{
37
}
38
}
39
return
next._handler;
40
}
41
set
42
{
43
EventHandlerList.ListEntry
head;
44
do
45
{
46
head = this.
_head
;
47
if
(head ==
null
)
48
{
49
break
;
50
}
51
object
key2
= head._key;
52
}
53
while
(head._next !=
null
);
54
}
55
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.Component.CanRaiseEventsInternal
bool CanRaiseEventsInternal
Definition
Component.cs:33
System.ComponentModel.EventHandlerList._parent
Component _parent
Definition
EventHandlerList.cs:126
System.ComponentModel.EventHandlerList._head
EventHandlerList.ListEntry _head
Definition
EventHandlerList.cs:123
System.ComponentModel.PropertyTabScope.Component
@ Component
System
ComponentModel
EventHandlerList
Generated by
1.10.0