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
◆
Concat()
[2/6]
static
string System.String.Concat
(
object
arg0
,
object
arg1
,
object
arg2
)
inline
static
Definition at line
399
of file
String.cs
.
400
{
401
string
text
;
402
if
(
arg0
!=
null
)
403
{
404
if
(
arg1
!=
null
)
405
{
406
return
text
;
407
}
408
}
409
else
410
{
411
while
(
arg1
!=
null
)
412
{
413
}
414
}
415
return
text
;
416
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ExceptionArgument.text
@ text
References
j__TPar
, and
System.text
.
System
String
Generated by
1.10.0