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

◆ s_prefixBuffer

readonly byte [] System.Xml.PrefixHandle.s_prefixBuffer
staticprivate
Initial value:
= new byte[26]
{
97, 98, 99, 100, 101, 102, 103, 104, 105, 106,
107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
117, 118, 119, 120, 121, 122
}

Definition at line 22 of file PrefixHandle.cs.

23 {
24 97, 98, 99, 100, 101, 102, 103, 104, 105, 106,
25 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
26 117, 118, 119, 120, 121, 122
27 };

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