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

◆ RemoveHandler()

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

Definition at line 108 of file EventHandlerList.cs.

109 {
111 if (head != null)
112 {
113 object key2 = head._key;
114 EventHandlerList.ListEntry next = head._next;
115 while (next != null)
116 {
117 }
118 return;
119 }
120 }
class f__AnonymousType0<< Count > j__TPar

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