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

◆ s_prefixes

readonly string [] System.Xml.XmlBaseWriter.s_prefixes
staticprivateinherited
Initial value:
= new string[26]
{
"a", "b", "c", "d", "e", "f", "g", "h", "i", "j",
"k", "l", "m", "n", "o", "p", "q", "r", "s", "t",
"u", "v", "w", "x", "y", "z"
}

Definition at line 717 of file XmlBaseWriter.cs.

718 {
719 "a", "b", "c", "d", "e", "f", "g", "h", "i", "j",
720 "k", "l", "m", "n", "o", "p", "q", "r", "s", "t",
721 "u", "v", "w", "x", "y", "z"
722 };

Referenced by System.Xml.XmlBaseWriter.NamespaceManager.AddNamespace().