Exemple #1
0
 public BinaryTreeEnumerator(BinaryTree <T> tree)
 {
     theTree = tree;
     current = null;
 }