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

◆ AppendLine() [2/2]

StringBuilder System.Text.StringBuilder.AppendLine ( string value)
inline

Definition at line 441 of file StringBuilder.cs.

442 {
443 StringBuilder stringBuilder = this.Append(value);
444 string newLine = Environment.NewLine;
445 return this.Append(newLine);
446 }
static string NewLine
StringBuilder Append(char value, int repeatCount)

References System.Text.StringBuilder.Append(), and System.Environment.NewLine.