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

◆ s_tokenName

readonly string [] System.Xml.XmlTextWriter.s_tokenName
staticprivate
Initial value:
= new string[14]
{
"PI", "Doctype", "Comment", "CData", "StartElement", "EndElement", "LongEndElement", "StartAttribute", "EndAttribute", "Content",
"Base64", "RawData", "Whitespace", "Empty"
}

Definition at line 162 of file XmlTextWriter.cs.

163 {
164 "PI", "Doctype", "Comment", "CData", "StartElement", "EndElement", "LongEndElement", "StartAttribute", "EndAttribute", "Content",
165 "Base64", "RawData", "Whitespace", "Empty"
166 };