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

◆ PreserveWhitespace

bool System.Xml.Schema.ContentValidator.PreserveWhitespace
getinherited

Definition at line 23 of file ContentValidator.cs.

24 {
25 get
26 {
27 if (_contentType != 0)
28 {
29 return _contentType == XmlSchemaContentType.Mixed;
30 }
31 return true;
32 }
33 }
readonly XmlSchemaContentType _contentType