Class XNamespaceExtensions
- Namespace
- Songhay.Extensions
- Assembly
- SonghayCore.dll
Extensions of XNamespace
public static class XNamespaceExtensions
- Inheritance
-
XNamespaceExtensions
- Inherited Members
Methods
ToXName(XNamespace?, string?)
Converts the XNamespace to an XName with the specified element name.
public static XName? ToXName(this XNamespace? ns, string? elementName)
Parameters
ns
XNamespaceThe ns.
elementName
stringName of the element.