Beispiel #1
0
 public void testName()
 {
     Assert.Throws <InvalidCastException>(() => {
         Throw.BadCast <Array>("a");
     });
 }