Example #1
0
 public void TestSetLength()
 {
     Assert.Throws <NotSupportedException> (() => chained.SetLength(500));
 }