Beispiel #1
0
 /// <summary>
 /// Function to return an iterator that will search through all nodes in the tree.
 /// </summary>
 /// <returns>An enumerator for all the nodes in the tree.</returns>
 public IEnumerable <TreeNodeEditor> AllNodes()
 {
     return(Nodes.AllNodes());
 }