Property PreviousSibling
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
PreviousSibling
Gets the node immediately preceding this node. If there is no such node, this returns null.
XmlNode PreviousSibling { get; }
Property Value
- XmlNode
The preceding XmlNode. If there is no preceding node, null is returned.