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

◆ Append() [13/15]

StringBuilder System.Text.StringBuilder.Append ( string value,
int startIndex,
int count )
inline

Definition at line 366 of file StringBuilder.cs.

367 {
368 while (value == null)
369 {
370 int stringLength;
371 if (stringLength == 0)
372 {
373 return this;
374 }
375 }
376 if (count != 0)
377 {
378 int stringLength = value._stringLength;
380 StringBuilder stringBuilder;
381 return stringBuilder;
382 }
383 return this;
384 }
class f__AnonymousType0<< Count > j__TPar

References System.count, j__TPar, System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData, and System.value.