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

◆ PreserveWhitespace

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

Definition at line 30 of file XdrValidator.cs.

31 {
32 get
33 {
34 if (context.ElementDecl == null)
35 {
36 return false;
37 }
39 }
40 }