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

◆ Converter

virtual TypeConverter System.ComponentModel.PropertyDescriptor.Converter
getinherited

Definition at line 34 of file PropertyDescriptor.cs.

35 {
36 get
37 {
38 TypeConverter typeConverter;
39 if (this._converter == null)
40 {
41 if (this != null)
42 {
43 }
44 string name = this.name;
45 if (name != null)
46 {
47 int stringLength = name._stringLength;
49 object obj = this.CreateInstance(typeFromName);
50 if (obj == null)
51 {
52 return typeConverter;
53 }
55 }
56 if (this._converter == null)
57 {
59 }
60 }
61 return typeConverter;
62 }
63 }
class f__AnonymousType0<< Count > j__TPar