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

◆ GetNameKey()

static string System.Runtime.Remoting.SoapServices.GetNameKey ( string name,
string namspace )
inlinestaticprivate

Definition at line 52 of file SoapServices.cs.

53 {
54 string text;
55 if (name != null)
56 {
57 text = " " + " " + name;
58 return text;
59 }
60 return text;
61 }

References System.name, and System.text.