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

◆ ChangeType() [3/9]

override object System.Xml.Schema.XmlNumeric10Converter.ChangeType ( decimal value,
Type destinationType )
inline

Definition at line 160 of file XmlNumeric10Converter.cs.

161 {
162 if (!true)
163 {
164 }
165 if (!true)
166 {
167 }
169 int num = XmlBaseConverter.DecimalToInt32(value);
170 long num2 = XmlBaseConverter.DecimalToInt64(value);
171 object obj;
172 return obj;
173 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Schema.XmlBaseConverter.clrTypeDefault, System.Xml.Schema.XmlBaseConverter.DecimalToInt32(), System.Xml.Schema.XmlBaseConverter.DecimalToInt64(), j__TPar, System.obj, and System.value.