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

◆ ToBoolean() [5/6]

override bool System.Xml.Schema.XmlAnyConverter.ToBoolean ( object value)
inline

Definition at line 19 of file XmlAnyConverter.cs.

20 {
21 if (value != null)
22 {
23 Type type = value.GetType();
24 }
25 throw new InvalidCastException();
26 }
new Type GetType()
Definition Type.cs:287

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