示例#1
0
 public void AggregateWithSeedSourceArgumentNull()
 {
     Assert.Throws <ArgumentNullException>(() => NullData.Aggregate(new object(), (x, y) => true)).WithParameter("source");
 }