Table of Contents

Property LastChild

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

LastChild

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

XmlNode LastChild { get; }

Property Value

XmlNode

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