Ejemplo n.º 1
0
 public void TestListRemove()
 {
     Assert.Throws <NotSupportedException>(() => { testList.Remove(4); });
 }
Ejemplo n.º 2
0
 public virtual void TestListRemove()
 {
     testList.Remove(4);
 }