Skip to content

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; }

View source

Property Value

TNode