Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PreserveWhitespace

override bool System.Xml.Schema.XsdValidator.PreserveWhitespace
get

Definition at line 54 of file XsdValidator.cs.

55 {
56 get
57 {
58 if (context.ElementDecl == null)
59 {
60 return false;
61 }
63 }
64 }