ITreeAdaptorBecomeRoot Method |
| Name | Description | |
|---|---|---|
| BecomeRoot(Object, Object) |
If oldRoot is a nil root, just copy or move the children to newRoot.
If not a nil root, make oldRoot a child of newRoot.
| |
| BecomeRoot(IToken, Object) |
Create a node for newRoot make it the root of oldRoot.
If oldRoot is a nil root, just copy or move the children to newRoot.
If not a nil root, make oldRoot a child of newRoot.
|