Show / Hide Table of Contents

Method TreeBase<T>.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