Click or drag to resize

DataTree<T> Constructor

Overload List
  NameDescription
Public methodDataTree<T>()
Default constructor, create an empty data tree.
Public methodDataTree<T>(DataTree<T>)
Create a shallow duplicate of another data tree. This means it will create a new tree that contains the same items.
Public methodDataTree<T>(DataTree<T>, DataTree<T>.DuplicateT)
Create a true duplicate of another data tree.
Public methodDataTree<T>(IEnumerable<T>, GH_Path)
Create a tree with a single branch
Top
See Also