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

NullNIntSource() private méthode

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