Ejemplo n.º 1
0
 public void IllegalRemove()
 {
     Assert.Throws <ReadOnlyCollectionException>(() => dict.Remove("A"));
 }
Ejemplo n.º 2
0
 public void IllegalRemove()
 {
     dict.Remove("A");
 }