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