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

◆ CanConvertFrom() [1/2]

override bool System.ComponentModel.EnumConverter.CanConvertFrom ( ITypeDescriptorContext context,
Type sourceType )
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 43 of file EnumConverter.cs.

44 {
45 if (!true)
46 {
47 }
48 Type type;
49 bool flag = sourceType == type;
50 Type type2;
51 bool flag2 = sourceType == type2;
52 return true;
53 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.ComponentModel.EnumConverter.type.