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.XmlBooleanConverter.ToBoolean ( object value)
inline

Definition at line 34 of file XmlBooleanConverter.cs.

35 {
36 if (value != null)
37 {
38 Type type = value.GetType();
39 bool flag;
40 return flag;
41 }
42 throw new InvalidCastException();
43 }
new Type GetType()
Definition Type.cs:287

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