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

◆ RemoveValueChanged()

virtual void System.ComponentModel.PropertyDescriptor.RemoveValueChanged ( object component,
EventHandler handler )
inlinevirtualinherited

Reimplemented in System.ComponentModel.ReflectPropertyDescriptor.

Definition at line 286 of file PropertyDescriptor.cs.

287 {
288 if (component == null)
289 {
290 return;
291 }
292 if (handler == null)
293 {
294 throw new InvalidCastException();
295 }
297 if (valueChangedHandlers == null)
298 {
299 return;
300 }
301 if (valueChangedHandlers != null)
302 {
303 }
305 if (@delegate != null)
306 {
308 return;
309 }
311 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.PropertyDescriptor._valueChangedHandlers, and j__TPar.