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