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

◆ GetPrefixOfNamespace()

string System.Xml.Linq.XAttribute.GetPrefixOfNamespace ( XNamespace ns)
inlinepackage

Definition at line 133 of file XAttribute.cs.

134 {
135 if (ns._namespaceName._stringLength != 0 && this.parent != null)
136 {
137 string text;
138 return text;
139 }
140 throw new InvalidCastException();
141 }

References System.Xml.Linq.XNamespace._namespaceName, and System.text.

Referenced by System.Xml.Linq.XAttribute.ToString().