Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Settings
override
XmlWriterSettings
System.Xml.XmlEncodedRawTextWriterIndent.Settings
get
Definition at line
20
of file
XmlEncodedRawTextWriterIndent.cs
.
21
{
22
get
23
{
24
XmlWriterSettings settings =
base
.Settings;
25
settings.ReadOnly
=
false
;
26
settings.Indent
=
true
;
27
settings.IndentChars
=
_indentChars
;
28
settings.NewLineOnAttributes
=
_newLineOnAttributes
;
29
settings.ReadOnly
=
true
;
30
return
settings;
31
}
32
}
System.Xml.XmlEncodedRawTextWriterIndent._indentChars
string _indentChars
Definition
XmlEncodedRawTextWriterIndent.cs:12
System.Xml.XmlEncodedRawTextWriterIndent._newLineOnAttributes
bool _newLineOnAttributes
Definition
XmlEncodedRawTextWriterIndent.cs:10
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XmlEncodedRawTextWriterIndent
Generated by
1.10.0