コード例 #1
0
ファイル: Set.cs プロジェクト: zzkongfu/ironpython3
 public void clear()
 {
     _items.Clear();
 }