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

◆ PreserveWhitespace

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

Definition at line 31 of file DtdValidator.cs.

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