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

◆ IsNullable

override bool System.Xml.Schema.ChoiceNode.IsNullable
get

Definition at line 29 of file ChoiceNode.cs.

30 {
31 get
32 {
35 while (this != null)
36 {
37 }
38 return true;
39 }
40 }