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]
getset

Definition at line 20 of file EventHandlerList.cs.

21 {
22 get
23 {
24 Component parent = this._parent;
25 if (parent != null)
26 {
28 }
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 {
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 }
class f__AnonymousType0<< Count > j__TPar