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

◆ s_pathDelims

readonly char [] System.Uri.s_pathDelims = new char[5] { ':', '\\', '/', '?', '#' }
staticprivate

Definition at line 199 of file Uri.cs.

199{ ':', '\\', '/', '?', '#' };

Referenced by System.Uri.CheckForColonInFirstPathSegment().