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

◆ UnhookPropertyChanged()

void System.ComponentModel.BindingList< T >.UnhookPropertyChanged ( T item)
inlineprivate

Definition at line 479 of file BindingList.cs.

480 {
481 if (item != null && this != null)
482 {
483 return;
484 }
485 }

References System.item.