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

◆ MatchWord()

static bool System.DateTimeParse.MatchWord ( __DTString str,
string target )
inlinestaticprivate

Definition at line 110 of file DateTimeParse.cs.

111 {
112 int index = str.Index;
114 int num;
115 if (num != 0)
116 {
117 }
118 if (str.Index == 0)
119 {
120 return;
121 }
122 }
static void ThrowArgumentOutOfRangeException()

References System.__DTString.Index, System.index, and System.ThrowHelper.ThrowArgumentOutOfRangeException().