Exemplo n.º 1
0
 public void TestAdd_Throws()
 {
     IList<char> list = new StringAdapter("Hello");
     list.Add('a');
 }