Converts an XElement to XmlNode.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static XmlNode GetXmlNode( this XElement element ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function GetXmlNode ( _ element As XElement _ ) As XmlNode |
Visual C++ |
---|
[ExtensionAttribute] public: static XmlNode^ GetXmlNode( XElement^ element ) |
Parameters
- element
- Type: System.Xml.Linq..::..XElement
The element.