示例#1
0
 public void LastIndexFailsWithNullThis()
 {
     Assert.Throws <ArgumentNullException>(() => ListExtensions.LastIndex <object>(null));
 }