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

◆ Values

ICollection IDictionary. System.ComponentModel.PropertyDescriptorCollection.Values
getprivate

Implements System.Collections.IDictionary.

Definition at line 598 of file PropertyDescriptorCollection.cs.

599 {
600 get
601 {
602 object obj;
603 do
604 {
605 PropertyDescriptor[] properties = this._properties;
606 int num = this.<Count>k__BackingField;
607 string displayName = properties.displayName;
608 if (obj == null)
609 {
610 return;
611 }
612 }
613 while (obj != null);
614 throw new InvalidCastException();
615 }
616 }