Initializes a new XName
with the given namespace, local name, and prefix.
The XNamespace
.
The local name.
Readonly
localReadonly
namespaceGets the namespace name.
Gets the string representation of this XName
, i.e., either:
localName
, if the namespace name is the empty string, ornamespaceName
}localName
, if the namespace name is not empty.The string representation.
Static
getGenerated using TypeDoc
Represents XML names.