DataTreeT Constructor |
Name | Description | |
---|---|---|
DataTreeT |
Default constructor, create an empty data tree.
| |
DataTreeT(DataTreeT) |
Create a shallow duplicate of another data tree. This means it will create a new tree that contains the same items.
| |
DataTreeT(DataTreeT, DataTreeTDuplicateT) |
Create a true duplicate of another data tree.
| |
DataTreeT(IEnumerableT, GH_Path) |
Create a tree with a single branch
|