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