Click or drag to resize

DataTree<T>.AddRange Method

Overload List
  NameDescription
Public methodAddRange(IEnumerable<T>)
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.
Public methodAddRange(IEnumerable<T>, 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.
Top
See Also