コード例 #1
0
 public void Remove()
 {
     Assert.Throws <NotSupportedException>(() => Set.Remove(1));
 }