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

◆ ConvertFrom() [1/2]

override object System.ComponentModel.EnumConverter.ConvertFrom ( ITypeDescriptorContext context,
CultureInfo culture,
object value )
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 82 of file EnumConverter.cs.

83 {
84 if (value != null)
85 {
86 }
87 if (value == null)
88 {
89 object obj;
90 return obj;
91 }
92 if (value != null && value == null)
93 {
94 throw new InvalidCastException();
95 }
96 string[] array;
97 long num = Convert.ToInt64(array, culture);
98 object obj2;
99 return obj2;
100 }
class f__AnonymousType0<< Count > j__TPar
static long ToInt64(object value)
Definition Convert.cs:1776

References System.array, System.culture, j__TPar, System.obj, System.Convert.ToInt64(), and System.value.