Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Indentation

int System.Xml.XmlTextWriter.Indentation
getset

Definition at line 429 of file XmlTextWriter.cs.

430 {
431 get
432 {
433 return _indentation;
434 }
435 set
436 {
437 if (value < 0)
438 {
440 }
442 }
443 }
static string Xml_InvalidIndentation
Definition SR.cs:356
Definition SR.cs:7