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