System.Linq.Tests.AverageTests.NullIntSource C# (CSharp) Méthode

NullIntSource() private méthode

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