Exemplo n.º 1
0
 public void TestRemoveAt_Throws()
 {
     IList<char> list = new StringAdapter("Hello");
     list.RemoveAt(0);
 }