Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator+()
static
XName
System.Xml.Linq.XNamespace.operator+
(
XNamespace
ns
,
string
localName
)
inline
static
Definition at line
71
of file
XNamespace.cs
.
72
{
73
if
(ns ==
null
)
74
{
75
throw
new
ArgumentNullException(
"ns"
);
76
}
77
return
ns.GetName(localName);
78
}
References
System.Xml.Linq.XNamespace.GetName()
.
System
Xml
Linq
XNamespace
Generated by
1.10.0