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

◆ ChangeTypeWildcardDestination()

object System.Xml.Schema.XmlNumeric10Converter.ChangeTypeWildcardDestination ( object value,
Type destinationType,
IXmlNamespaceResolver nsResolver )
inlineprivate

Definition at line 243 of file XmlNumeric10Converter.cs.

244 {
245 Type type = value.GetType();
246 return value;
247 }
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and System.value.