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

◆ Parse() [1/2]

static DateTimeOffset System.DateTimeOffset.Parse ( string input,
IFormatProvider formatProvider )
inlinestatic

Definition at line 453 of file DateTimeOffset.cs.

454 {
455 if (input == null)
456 {
458 }
459 if (!true)
460 {
461 }
462 return 1;
463 }
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.input, and System.ThrowHelper.ThrowArgumentNullException().