예제 #1
0
 public void Remove(string category)
 {
     _hashSet.Remove(category);
     _list.Remove(category);
 }