Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Indentation
int System.Xml.XmlTextWriter.Indentation
get
set
Definition at line
429
of file
XmlTextWriter.cs
.
430
{
431
get
432
{
433
return
_indentation
;
434
}
435
set
436
{
437
if
(
value
< 0)
438
{
439
throw
new
ArgumentException
(
System
.
SR
.
Xml_InvalidIndentation
);
440
}
441
_indentation
=
value
;
442
}
443
}
System.SR.Xml_InvalidIndentation
static string Xml_InvalidIndentation
Definition
SR.cs:356
System.SR
Definition
SR.cs:7
System.Xml.XmlTextWriter._indentation
int _indentation
Definition
XmlTextWriter.cs:122
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Xml
XmlTextWriter
Generated by
1.10.0