Skip to content

Node<TNode>.HasParent Property

Definition

Returns true if this node has a Parent, false otherwise. Nodes will not have parents if they are the root node, or they have just been constructed and not yet added to a parent.

public bool HasParent { get; }

View source

Property Value

Boolean