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

◆ Child_PropertyChanged()

void System.ComponentModel.BindingList< T >.Child_PropertyChanged ( object sender,
PropertyChangedEventArgs e )
inlineprivate

Definition at line 488 of file BindingList.cs.

489 {
490 if (sender == null || e == null)
491 {
492 PropertyDescriptorCollection properties2;
493 PropertyDescriptor[] properties = properties2._properties;
494 return;
495 }
496 if (sender != null)
497 {
498 if (sender == null)
499 {
500 Type type;
501 PropertyDescriptorCollection properties2 = TypeDescriptor.GetProperties(type);
502 }
503 return;
504 }
505 throw new InvalidCastException();
506 }
class f__AnonymousType0<< Count > j__TPar
PropertyInfo[] GetProperties(BindingFlags bindingAttr)

References System.ComponentModel.TypeDescriptor.GetProperties(), and j__TPar.