예제 #1
0
파일: Set.cs 프로젝트: zzkongfu/ironpython3
 public void clear()
 {
     _items.Clear();
 }