Show / Hide Table of Contents

Method TreeBase<T>.Remove


Overload

Removes this node from its parent.

public void Remove()

Remarks

After removing, the TreeBase<T>.Parent property is null. Does nothing if Parent is null.