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

◆ s_IndicMappingIndex

readonly int [] System.Text.ISCIIEncoding.s_IndicMappingIndex
staticprivate
Initial value:
= new int[12]
{
-1, -1, 0, 1, 2, 3, 1, 4, 5, 6,
7, 8
}

Definition at line 212 of file ISCIIEncoding.cs.

213 {
214 -1, -1, 0, 1, 2, 3, 1, 4, 5, 6,
215 7, 8
216 };

Referenced by System.Text.ISCIIEncoding.GetChars().