Table of Contents

Property FirstChild

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

FirstChild

Gets the first child of this node. If there is no such node, this returns null.

XmlNode FirstChild { get; }

Property Value

XmlNode

The first child of the node. If there is no such node, null is returned.