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

◆ UniqueIdTbl

readonly char [] System.Xml.XPath.XPathNavigator.UniqueIdTbl
staticpackageinherited
Initial value:
= new char[32]
{
'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', '1', '2', '3', '4',
'5', '6'
}

Definition at line 94 of file XPathNavigator.cs.

95 {
96 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J',
97 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T',
98 'U', 'V', 'W', 'X', 'Y', 'Z', '1', '2', '3', '4',
99 '5', '6'
100 };