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

◆ GetTypeFromName()

Type System.ComponentModel.PropertyDescriptor.GetTypeFromName ( string typeName)
inlineprotectedinherited

Definition at line 243 of file PropertyDescriptor.cs.

244 {
245 if (typeName == null)
246 {
247 return;
248 }
249 int stringLength = typeName._stringLength;
250 if (stringLength != 0)
251 {
252 if (stringLength == 0)
253 {
254 }
255 bool flag;
256 if (!flag)
257 {
258 }
259 long num = 0L;
260 int num2;
261 string text = typeName.Substring((int)num, num2);
262 return;
263 }
264 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.text.

Referenced by System.ComponentModel.PropertyDescriptor.GetEditor().