Mono Class Library: System.Xml.XmlNode Overview | Members

System.Xml.XmlNode.PreviousSibling Property

The previous sibling of the node. [Edit]

public virtual XmlNode PreviousSibling { get; }

Value

The node that comes before this one, or null if this is the first node in its parent's children. [Edit]

Remarks

The node before this one in the XmlNode.ParentNode's XmlNode.ChildNodes collection. [Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0