System.Linq.Tests.AverageTests.NullIntSource C# (CSharp) Method

NullIntSource() private method

private NullIntSource ( ) : void
return void
        public void NullIntSource()
        {
            Assert.Throws<ArgumentNullException>("source", () => ((IQueryable<int>)null).Average());
        }