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
)
inline
static
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
System.ExceptionArgument.text
@ text
References
j__TPar
, and
System.text
.
System
IO
Path
Generated by
1.10.0