Click or drag to resize

DataTreeT Constructor

Overload List
  NameDescription
Public methodDataTreeT
Default constructor, create an empty data tree.
Public methodDataTreeT(DataTreeT)
Create a shallow duplicate of another data tree. This means it will create a new tree that contains the same items.
Public methodDataTreeT(DataTreeT, DataTreeTDuplicateT)
Create a true duplicate of another data tree.
Public methodDataTreeT(IEnumerableT, GH_Path)
Create a tree with a single branch
Top
See Also