コード例 #1
0
 public void AtLeastWithNullSequence()
 {
     Assert.ThrowsArgumentNullException("source", () =>
                                        MoreEnumerable.AtLeast <int>(null, 1));
 }