Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Formatting
Formatting
System.Xml.XmlTextWriter.Formatting
get
set
Definition at line
416
of file
XmlTextWriter.cs
.
417
{
418
get
419
{
420
return
_formatting
;
421
}
422
set
423
{
424
_formatting
=
value
;
425
_indented
=
value
== Formatting.Indented;
426
}
427
}
System.Xml.XmlTextWriter._formatting
Formatting _formatting
Definition
XmlTextWriter.cs:118
System.Xml.XmlTextWriter._indented
bool _indented
Definition
XmlTextWriter.cs:120
System.ExceptionArgument.value
@ value
System
Xml
XmlTextWriter
Generated by
1.10.0