Click or drag to resize

XDocument.WalkNode Method

X#
Walk all nodes and add them to the collections on the document class

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 METHOD WalkNode(
	oNode AS XmlNode
) AS VOID
Request Example View Source

Parameters

oNode
Type: XmlNode
See Also