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

◆ stateName

readonly string [] System.Xml.XmlWellFormedWriter.stateName
staticpackage
Initial value:
= new string[17]
{
"Start", "TopLevel", "Document", "Element Start Tag", "Element Content", "Element Content", "Attribute", "EndRootElement", "Attribute", "Special Attribute",
"End Document", "Root Level Attribute Value", "Root Level Special Attribute Value", "Root Level Base64 Attribute Value", "After Root Level Attribute", "Closed", "Error"
}

Definition at line 711 of file XmlWellFormedWriter.cs.

712 {
713 "Start", "TopLevel", "Document", "Element Start Tag", "Element Content", "Element Content", "Attribute", "EndRootElement", "Attribute", "Special Attribute",
714 "End Document", "Root Level Attribute Value", "Root Level Special Attribute Value", "Root Level Base64 Attribute Value", "After Root Level Attribute", "Closed", "Error"
715 };

Referenced by System.Xml.XmlWellFormedWriter.GetStateName().