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.TimeSpanConverter.ConvertFrom ( ITypeDescriptorContext context,
CultureInfo culture,
object value )
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 32 of file TimeSpanConverter.cs.

33 {
34 if (value != null)
35 {
36 }
37 return base.ConvertFrom(context, culture, value);
38 }
class f__AnonymousType0<< Count > j__TPar

References System.culture, j__TPar, and System.value.