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

◆ s_prefixStrings

readonly string [] System.Xml.PrefixHandle.s_prefixStrings
staticprivate
Initial value:
= new string[27]
{
"", "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 15 of file PrefixHandle.cs.

16 {
17 "", "a", "b", "c", "d", "e", "f", "g", "h", "i",
18 "j", "k", "l", "m", "n", "o", "p", "q", "r", "s",
19 "t", "u", "v", "w", "x", "y", "z"
20 };

Referenced by System.Xml.PrefixHandle.GetString().