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