Node<TNode>.PreviousSibling Property
Definition
The previous sibling, i.e. the child from the same Parent at the previous positional index. Returns null
if this node is the first child.
public TNode PreviousSibling { get; }
Property Value
TNode
Last modified: 22 November 2024