Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose()

void System.ComponentModel.EventHandlerList.Dispose ( )
inline

Implements System.IDisposable.

Definition at line 84 of file EventHandlerList.cs.

85 {
86 _head = null;
87 }

References System.ComponentModel.EventHandlerList._head.