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

◆ SkipWhiteSpaceCurrent()

bool System.__DTString.SkipWhiteSpaceCurrent ( )
inlinepackage

Definition at line 350 of file __DTString.cs.

351 {
352 int index = this.Index;
353 int num = 1;
354 char current = this.m_current;
355 if (num == 0)
356 {
357 }
358 bool flag = char.IsWhiteSpace(current);
359 int index2 = this.Index;
360 bool flag2;
361 return flag2;
362 }
class f__AnonymousType0<< Count > j__TPar

References System.__DTString.Index, System.index, j__TPar, and System.__DTString.m_current.

Referenced by System.__DTString.GetSeparatorToken().