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 )
inlinestatic

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 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.