Show / Hide Table of Contents

Method TreeBase-1.IsAncestorOf


Overload

Returns true if this node is an ancestor of node n.

public bool IsAncestorOf(T n)
Parameters
n  (T)

Can be null.

Returns
bool