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