DataTreeTAddRange Method |
Name | Description | |
---|---|---|
AddRange(IEnumerableT) |
Add (append) a list of data items to the last branch in the tree.
If no branch exists yet, a new one will be created.
| |
AddRange(IEnumerableT, GH_Path) |
Add (append) a list of data items to the specified branch in the tree.
If the branch doesn't exist yet, it will be created.
|