コード例 #1
0
 public void TestListRemoveAt()
 {
     Assert.Throws <NotSupportedException>(() => { testList.RemoveAt(4); });
 }
コード例 #2
0
 public virtual void TestListRemoveAt()
 {
     testList.RemoveAt(4);
 }