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

◆ Find()

EventHandlerList.ListEntry System.ComponentModel.EventHandlerList.Find ( object key)
inlineprivate

Definition at line 97 of file EventHandlerList.cs.

98 {
100 if (head != null)
101 {
102 object key2 = head._key;
103 }
104 return head;
105 }
class f__AnonymousType0<< Count > j__TPar

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