Node<TNode>.IsFirstChild Property
Definition
true if this node is the first child in Parent, false if not or if the node has no Parent.
public bool IsFirstChild { get; }
Property Value
Whether this node is the first child or not.
Last modified: 08 September 2025