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

◆ Validate() [2/2]

static void System.IO.Path.Validate ( string path,
string parameterName )
inlinestaticpackage

Definition at line 446 of file Path.cs.

447 {
448 if (path != null)
449 {
450 bool flag = string.IsNullOrWhiteSpace(path);
451 if (!true)
452 {
453 }
454 return;
455 }
456 }