예제 #1
0
 public void Clear()
 {
     _root = null;
     Count = 0;
 }
예제 #2
0
 public Set()
 {
     _root = null;
     Count = 0;
 }