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() [6/6]

static string System.String.Concat ( string str0,
string str1,
string str2,
string str3 )
inlinestatic

Definition at line 463 of file String.cs.

464 {
465 string text;
466 if (str0 == null || str0._stringLength == 0)
467 {
468 text = str0 + str1 + str2;
469 return text;
470 }
471 if (str1 == null || str1._stringLength == 0)
472 {
473 return text;
474 }
475 if (str2 != null && str2._stringLength != 0)
476 {
477 int stringLength = str0._stringLength;
478 int stringLength2 = str0._stringLength;
479 int stringLength3 = str1._stringLength;
480 return str0;
481 }
482 return text;
483 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.