예제 #1
0
 public void TestListRemove()
 {
     Assert.Throws <NotSupportedException>(() => { testList.Remove(4); });
 }
예제 #2
0
 public virtual void TestListRemove()
 {
     testList.Remove(4);
 }