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

◆ Combine() [3/3]

static string System.IO.Path.Combine ( string path1,
string path2,
string path3 )
inlinestatic

Definition at line 419 of file Path.cs.

420 {
421 while (path1 != null)
422 {
423 if (path2 != null)
424 {
425 if (path1 != null && path2 != null)
426 {
427 string text;
428 return text;
429 }
430 throw new ArrayTypeMismatchException();
431 }
432 }
433 return "path2";
434 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.