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

◆ GetSeparatorToken()

TokenType System.__DTString.GetSeparatorToken ( DateTimeFormatInfo dtfi,
[Out] int indexBeforeSeparator,
[Out] char charBeforeSeparator )
inlinepackage

Definition at line 140 of file __DTString.cs.

141 {
142 int index = this.Index;
144 char current = this.m_current;
146 bool flag = this.SkipWhiteSpaceCurrent();
148 return TokenType.SEP_End;
149 }
class f__AnonymousType0<< Count > j__TPar
static bool IsDigit(char ch)
TokenType
Definition TokenType.cs:7
bool SkipWhiteSpaceCurrent()

References System.__DTString.Index, System.index, System.DateTimeParse.IsDigit(), j__TPar, System.__DTString.m_current, and System.__DTString.SkipWhiteSpaceCurrent().