Table of Contents

Property ChildNodes

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

ChildNodes

Gets all the child nodes of the node.

XmlNodeList ChildNodes { get; }

Property Value

XmlNodeList

An System.Xml.XmlNodeList that contains all the child nodes of the node. If there are no child nodes, this property returns an empty System.Xml.XmlNodeList not null.