Skip to content

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

View source

Property Value

Boolean

Whether this node is the first child or not.