Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WhitespaceHandling
WhitespaceHandling
System.Xml.XmlTextReader.WhitespaceHandling
get
set
Definition at line
85
of file
XmlTextReader.cs
.
86
{
87
get
88
{
89
return
_impl
.WhitespaceHandling;
90
}
91
set
92
{
93
_impl.WhitespaceHandling
=
value
;
94
}
95
}
System.Xml.XmlTextReader._impl
readonly XmlTextReaderImpl _impl
Definition
XmlTextReader.cs:11
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
XmlTextReader
Generated by
1.10.0