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