Table of Contents

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 XNamespace

The ns.

elementName string

Name of the element.

Returns

XName