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

◆ AppendString()

void System.Security.SecurityDocument.AppendString ( string str,
int position )
inline

Definition at line 42 of file SecurityDocument.cs.

43 {
44 while (this.m_data != null)
45 {
46 }
47 this.AddString(str, position);
48 }
void AddString(string str, int position)

References System.Security.SecurityDocument.AddString(), and System.Security.SecurityDocument.m_data.

Referenced by System.Security.Util.Parser.ParseContents().