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

◆ AddHandler()

void System.ComponentModel.EventHandlerList.AddHandler ( object key,
Delegate value )
inline

Definition at line 58 of file EventHandlerList.cs.

59 {
61 do
62 {
63 head = this._head;
64 if (head == null)
65 {
66 break;
67 }
68 object key2 = head._key;
69 }
70 while (head._next != null);
71 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.EventHandlerList._head, System.ComponentModel.EventHandlerList.ListEntry._key, System.ComponentModel.EventHandlerList.ListEntry._next, and j__TPar.

Referenced by System.ComponentModel.EventHandlerList.AddHandlers().