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

◆ ConvertTo() [1/2]

override object System.ComponentModel.CollectionConverter.ConvertTo ( ITypeDescriptorContext context,
CultureInfo culture,
object value,
Type destinationType )
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 10 of file CollectionConverter.cs.

11 {
12 if (!true)
13 {
14 }
15 Type type;
16 bool flag = destinationType == type;
17 if (value != null)
18 {
19 string @string = SR.GetString("(Collection)");
20 }
21 object obj;
22 return obj;
23 }
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
Definition SR.cs:9
Definition SR.cs:7

References SR.GetString(), j__TPar, System.obj, and System.value.