Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProhibitDtd
bool
System.Xml.XmlTextReader.ProhibitDtd
get
set
Definition at line
98
of file
XmlTextReader.cs
.
99
{
100
get
101
{
102
return
_impl.DtdProcessing
== DtdProcessing.Prohibit;
103
}
104
set
105
{
106
_impl.DtdProcessing
= ((!
value
) ? DtdProcessing.Parse : DtdProcessing.
Prohibit
);
107
}
108
}
System.Xml.DtdProcessing.Prohibit
@ Prohibit
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
XmlTextReader
Generated by
1.10.0