Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PreserveWhitespace
bool
System.Xml.Schema.ContentValidator.PreserveWhitespace
get
inherited
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
}
System.Xml.Schema.ContentValidator._contentType
readonly XmlSchemaContentType _contentType
Definition
ContentValidator.cs:7
System
Xml
Schema
RangeContentValidator
Generated by
1.10.0