terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ VerifyProhibitedCharacters()

void System.Globalization.IdnMapping.VerifyProhibitedCharacters ( string s,
int offset )
inlineprivate

Definition at line 139 of file IdnMapping.cs.

140 {
141 int stringLength = s._stringLength;
142 long num = 0L;
143 if (stringLength == 0)
144 {
145 }
146 UnicodeCategory unicodeCategory = char.GetUnicodeCategory(s, (int)num);
147 char c = s[(int)num];
148 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.s.