示例#1
0
 public void ConsumeWithNullSource()
 {
     Assert.ThrowsArgumentNullException("source", () =>
                                        MoreEnumerable.Consume <int>(null));
 }
示例#2
0
 public void ConsumeWithNullSource()
 {
     MoreEnumerable.Consume <int>(null);
 }