graphWrapNodeTItemAdd Method |
| Name | Description | |
|---|---|---|
| Add(String) |
Adds the specified name.
| |
| Add(TItem) |
Adds the specified item into graph structure
| |
| Add(IGraphNode) |
Adds the specified newChild, if its name is not already occupied
(Overrides graphNodeBaseAdd(IGraphNode).) | |
| Add(String, TItem) |
Adds new node or nodes to correspond to specified path or name. pathOrName can be path like: path1\\path2\\path3
|