Ejemplo n.º 1
0
 public void Clear()
 {
     _root = null;
     Count = 0;
 }
Ejemplo n.º 2
0
 public Set()
 {
     _root = null;
     Count = 0;
 }